@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	Theme Name: myhouse0120.com
	Description: -2021-renewal
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@include cs {}
@include sp {}
//@include pc1120 {}
@include pc1100 {}
@include pc980 {}
@include pc840 {}
@include sp480 {}
@include sp320 {}
*/
/*---------------------
変数
-----------------------*/
/*------------------------------------
メディアクエリ用切り替え設定 MIXIN使用
---------------------------------*/
/*---------------------
読み込み
-----------------------*/
/**************************

  FONT

**************************/
/*カンプよりmemo
ヒラギノ角ゴ ProN W6 見出し FP-HiraKakuProN-W6
ヒラギノ角ゴ ProN W3 ベース FP-HiraKakuProN-W3

//装飾英語
*/
/*
FontPlusによりヒラギノ読み込みしている都合上HTMLにないフォント（beforeafter及びtext-transform: uppercase;している文字）は、該当が本文中にない限り豆腐化する。
よってfooterにて事前に英数記号一部を先行読み込みし非表示にする
*/
.font-preload-w3 {
  display: none;
  font-family: "FP-HiraKakuProN-W3";
}

.font-preload-w6 {
  display: none;
  font-family: "FP-HiraKakuProN-W6";
}

body {
  font-family: "FP-HiraKakuProN-W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/**************************

  色

**************************/
/*
img:not([alt]) {
  outline: 15px solid red;
}*/
/*---------------------

 ★ リセットCSS
 HTML5 Doctor Reset CSS

-----------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th {
  text-align: left;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

img.svg {
  width: auto;
}

.img-responsive-center {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .body {
    overflow-x: hidden;
  }
}
/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

/*---------------------
 ★ 文字関連一括指定
-----------------------*/
/*---------------------
//Fontサイズ vw可変指定
-----------------------*/
/*------------------------------------------------------------------
//セレクトのプロパティをサイズ指定して変更
-----------------------------------------------------------*/
/*---------------------
 ★ 太字強調
-----------------------*/
.b {
  font-weight: bold;
}

/*---------------------
 ★ リンク無効
-----------------------*/
a.link-none {
  pointer-events: none !important;
}

/*---------------------
 ★ リンク文字色 一括指定
-----------------------*/
/*---------------------
 ★ リンク下線消去 一括指定
-----------------------*/
/*-------------------------------------
 ★ リンク下線消去 一括指定//フォーカスのみ下線
---------------------------------------*/
span.block {
  display: inline-block;
}

/*-------------------------------------
 ★ floatのあとは自動 clear: both;
 @include clearfix;
 float: left;
 のように使用する
---------------------------------------*/
/*-------------------------------------
 ★ before・afterで出力しているものを、出さない
---------------------------------------*/
.no-before:not(#_)::before {
  content: none;
}

.no-after:not(#_)::after {
  content: none;
}

/* *****************************************************************************

   Flex

***************************************************************************** */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .flex img {
    width: 100%;
  }
}

/* *****************************************************************************

   レイアウト汎用

***************************************************************************** */
/*-----------------------------------

 上部余白

-----------------------------------*/
/*-----------------------------------

 改行制御

-----------------------------------*/
/*-----------------------------------

 中央寄せと左寄せ制御

-----------------------------------*/
/*-----------------------------------

 文章段落

-----------------------------------*/
/*---------------------
//flex 汎用
-----------------------*/
/* *****************************************************************************

 ★ Breadcrumb NavXT パンくずプラグイン用

***************************************************************************** */
.breadcrumbs-area {
  padding: 0;
  width: 100%;
  text-align: left;
}

.breadcrumbs {
  width: 100%;
  margin: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5833333333;
}

.breadcrumbs .chevron-right {
  padding: 0 2rem;
}

.breadcrumbs .fa-angle-right {
  padding: 0 5px;
}

/* リンク配色 */
.breadcrumbs .fa-home {
  color: #222222;
  text-decoration: none;
}
.breadcrumbs .fa-home:visited, .breadcrumbs .fa-home:hover, .breadcrumbs .fa-home:active, .breadcrumbs .fa-home:focus {
  color: #555555;
  text-decoration: none;
}
.breadcrumbs .fa-home:visited, .breadcrumbs .fa-home:hover, .breadcrumbs .fa-home:active, .breadcrumbs .fa-home:focus {
  text-decoration: none;
}

/*--------------------------------------------
//文字数を指定行数で丸めて…で省略・複数行対応mixin
----------------------------------------------*/
/* *********************************

  //YouTube動画対応

*************************************/
.youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------
 ★ 装飾下線
-----------------------*/
/*------------
dlで組むtable風mixin
----------*/
/*---------
リスト系頭装飾（リスト以外も可能）
・で使いたい場合↓
@include list_style("・", 1.5em);
-----------*/
/* *****************************************************************************

  //サイト固有

***************************************************************************** */
/*---------------------
 ★ HOME セクションタイトル
-----------------------*/
/*---------------------
 ★ 汎用 準備中 黒覆いと準備中ラベル
-----------------------*/
.gettingready {
  position: relative;
}
.gettingready a {
  pointer-events: none;
}
.gettingready::before {
  content: "準備中";
  font-style: normal;
  font-weight: 300;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  padding: 0.6em 1em;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.gettingready::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}

/*汎用マージンとパディング上下 整数1-6rem*/
.mt-0rem {
  margin-top: 0rem;
}

.mb-0rem {
  margin-bottom: 0rem;
}

.pt-0rem {
  padding-top: 0rem;
}

.pb-0rem {
  padding-bottom: 0rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.pb-1rem {
  padding-bottom: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.pt-2rem {
  padding-top: 2rem;
}

.pb-2rem {
  padding-bottom: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.pt-3rem {
  padding-top: 3rem;
}

.pb-3rem {
  padding-bottom: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.pt-4rem {
  padding-top: 4rem;
}

.pb-4rem {
  padding-bottom: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.pt-5rem {
  padding-top: 5rem;
}

.pb-5rem {
  padding-bottom: 5rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mb-6rem {
  margin-bottom: 6rem;
}

.pt-6rem {
  padding-top: 6rem;
}

.pb-6rem {
  padding-bottom: 6rem;
}

.mt-7rem {
  margin-top: 7rem;
}

.mb-7rem {
  margin-bottom: 7rem;
}

.pt-7rem {
  padding-top: 7rem;
}

.pb-7rem {
  padding-bottom: 7rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.mb-8rem {
  margin-bottom: 8rem;
}

.pt-8rem {
  padding-top: 8rem;
}

.pb-8rem {
  padding-bottom: 8rem;
}

.mt-9rem {
  margin-top: 9rem;
}

.mb-9rem {
  margin-bottom: 9rem;
}

.pt-9rem {
  padding-top: 9rem;
}

.pb-9rem {
  padding-bottom: 9rem;
}

/**************************

  button

**************************/
/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.75;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: hidden;
}

/*---------------------
//コンテナ
-----------------------*/
.main-container {
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

/*---------------------
汎用
-----------------------*/
a {
  color: #222222;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #555555;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

/*---------------------
page
-----------------------*/
.breadcrumbs-area {
  margin-top: 27px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs-area {
    margin-top: 14px;
    font-size: 1.2rem;
  }
}
/*---------------------
404
-----------------------*/
.area-404 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .area-404 {
    margin-top: 60px;
  }
}
.area-404 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .area-404 {
    margin-bottom: 60px;
  }
}
.area-404 h1 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8.6rem;
  color: #2a150e;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .area-404 h1 {
    font-size: calc(14.7321428571vw + -27.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .area-404 h1 {
    font-size: 8.6rem;
  }
}
.area-404 h1 {
  text-align: center;
}
.area-404 h1 span {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .area-404 h1 span {
    margin-bottom: 10px;
  }
}
.area-404 h1 span {
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #2a150e;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .area-404 h1 span {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .area-404 h1 span {
    font-size: 4.3rem;
  }
}
.area-404 .info-404 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .area-404 .info-404 {
    margin-bottom: 20px;
  }
}
.area-404 .info-404 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .area-404 .info-404 {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .area-404 .info-404 {
    font-size: 1.4rem;
  }
}
.area-404 .info-404 {
  text-align: center;
}
.area-404 .info-gohome {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .area-404 .info-gohome {
    margin-bottom: 20px;
  }
}
.area-404 .info-gohome a {
  color: #fff;
  text-decoration: none;
}
.area-404 .info-gohome a:visited, .area-404 .info-gohome a:hover, .area-404 .info-gohome a:active, .area-404 .info-gohome a:focus {
  color: white;
  text-decoration: none;
}
.area-404 .info-gohome a:visited, .area-404 .info-gohome a:hover, .area-404 .info-gohome a:active, .area-404 .info-gohome a:focus {
  text-decoration: none;
}
.area-404 .info-gohome a {
  width: 193px;
  margin: 0 auto;
  display: block;
  padding: 19.5px 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.area-404 .info-gohome a:hover {
  background-color: #c2a979;
}

/*------------------------------------

汎用
layout 上下マージンと上下パディング
//頻出するものだけ

---------------------------------*/
.c-pp-mt12080 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt12080 {
    margin-top: 80px;
  }
}

.c-pp-mt8060 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt8060 {
    margin-top: 60px;
  }
}

.c-pp-mt6040 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt6040 {
    margin-top: 40px;
  }
}

.c-pp-mt4030 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt4030 {
    margin-top: 30px;
  }
}

.c-pp-mt3020 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt3020 {
    margin-top: 20px;
  }
}

.c-pp-mt2015 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt2015 {
    margin-top: 15px;
  }
}

.c-pp-mt24 {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt24 {
    margin-top: 18px;
  }
}

.c-pp-mt18 {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt18 {
    margin-top: 16px;
  }
}

/*-------------
各ページ読み込み
---------------*/
/*------------------------------------
SPメニューメディアクエリ用切り替え設定 MIXIN
---------------------------------*/
/*---------------------
Header
-----------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header a {
  color: #FFF;
  text-decoration: none;
}
.header a:visited, .header a:hover, .header a:active, .header a:focus {
  color: white;
  text-decoration: none;
}

.header.home-menu_color {
  position: relative;
  min-height: 110px;
}
@media screen and (max-width: 768px) {
  .header.home-menu_color {
    min-height: initial;
  }
}
.header.home-menu_color .gmenu li a {
  color: #222222;
  text-decoration: none;
}
.header.home-menu_color .gmenu li a:visited, .header.home-menu_color .gmenu li a:hover, .header.home-menu_color .gmenu li a:active, .header.home-menu_color .gmenu li a:focus {
  color: #555555;
  text-decoration: none;
}
.header.home-menu_color .gmenu li a:visited, .header.home-menu_color .gmenu li a:hover, .header.home-menu_color .gmenu li a:active, .header.home-menu_color .gmenu li a:focus {
  text-decoration: none;
}

.header-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header-container .header-column {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1360px) {
  .header-container .header-column {
    min-height: 70px;
  }
}

.gmenu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-column .site-logo_block {
  position: relative;
  width: 90px;
}
@media screen and (max-width: 1360px) {
  .header-column .site-logo_block {
    width: 50px;
  }
}
@media screen and (max-width: 1360px) {
  .header-column .gmenu_block {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  .header-column .gmenu-contact_bt_pc {
    display: none;
  }
}

.gmenu {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gmenu li {
  padding: 0 1.5em;
  display: inline-block;
}
.gmenu li a {
  word-break: break-all;
  display: inline-block;
  padding: 0.5em 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  color: #FFF;
  text-decoration: none;
}
.gmenu li a:visited, .gmenu li a:hover, .gmenu li a:active, .gmenu li a:focus {
  color: white;
  text-decoration: none;
}
.gmenu li a:visited, .gmenu li a:hover, .gmenu li a:active, .gmenu li a:focus {
  text-decoration: none;
}
.gmenu li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #c2a979;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.gmenu li a:hover::after {
  right: 0;
}
.gmenu li.sp-only {
  display: none;
}
@media screen and (max-width: 1360px) {
  .gmenu li.sp-only {
    display: block;
  }
}

.gmenu-contact_bt_pc {
  width: 193px;
}
.gmenu-contact_bt_pc a {
  color: #fff;
  text-decoration: none;
}
.gmenu-contact_bt_pc a:visited, .gmenu-contact_bt_pc a:hover, .gmenu-contact_bt_pc a:active, .gmenu-contact_bt_pc a:focus {
  color: white;
  text-decoration: none;
}
.gmenu-contact_bt_pc a:visited, .gmenu-contact_bt_pc a:hover, .gmenu-contact_bt_pc a:active, .gmenu-contact_bt_pc a:focus {
  text-decoration: none;
}
.gmenu-contact_bt_pc a {
  width: 193px;
  margin: 0 auto;
  display: block;
  padding: 19.5px 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gmenu-contact_bt_pc a:hover {
  background-color: #c2a979;
}
@media screen and (max-width: 1360px) {
  .gmenu-contact_bt_pc {
    display: none;
  }
}

/*---------------------
SP
//SP時メニューデザイン
//全画面
-----------------------*/
.sp_gmenu_tablet_img {
  display: none;
}

.gmenu_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1360px) {
  .spMenuActive .header-column .sp-gmenu-cover_block {
    display: block;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .spMenuActive .header-column .sp-gmenu-cover_block .gmenu_block {
    display: block;
    padding: 0 25px;
  }
  .spMenuActive .header-column .sp-gmenu-cover_block .gmenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .spMenuActive .header-column .sp-gmenu-cover_block .gmenu-contact_bt {
    display: block;
    margin: 20px auto;
  }
  .header-column .sp-gmenu-cover_block {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.96);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .header-column .sp-gmenu-cover_block .gmenu {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .header-column .sp-gmenu-cover_block .gmenu li {
    text-align: left;
    width: 100%;
  }
  .header-column .sp-gmenu-cover_block .gmenu li:not(:first-of-type) {
    margin-top: 3px;
  }
  .header-column .sp-gmenu-cover_block .gmenu li a {
    display: inline-block;
    padding: 7px 0;
    color: #222222;
    text-decoration: none;
  }
  .header-column .sp-gmenu-cover_block .gmenu li a:visited, .header-column .sp-gmenu-cover_block .gmenu li a:hover, .header-column .sp-gmenu-cover_block .gmenu li a:active, .header-column .sp-gmenu-cover_block .gmenu li a:focus {
    color: #555555;
    text-decoration: none;
  }
  .header-column .sp-gmenu-cover_block .gmenu li a:visited, .header-column .sp-gmenu-cover_block .gmenu li a:hover, .header-column .sp-gmenu-cover_block .gmenu li a:active, .header-column .sp-gmenu-cover_block .gmenu li a:focus {
    text-decoration: none;
  }
  .header-column .sp-gmenu-cover_block .gmenu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.875;
  }
  .header-column .sp-gmenu-cover_block .gmenu .gmenu-contact_bt {
    margin-top: 40px;
    padding-left: 0;
  }
  .header-column .sp-gmenu-cover_block .gmenu .gmenu-contact_bt a {
    padding: 20px 1.8em;
  }
}
.header.home-menu_color .spMenuTrigger .menu-line,
.header.home-menu_color .spMenuTrigger .menu-inner::after,
.header.home-menu_color .spMenuTrigger .menu-inner::before {
  background-color: #222222;
}
.header.home-menu_color .spMenuTrigger .menu-ttl {
  color: #222222;
}
.header.home-menu_color .spMenuTrigger {
  top: 14px;
}
@media screen and (max-width: 768px) {
  .header.home-menu_color .spMenuTrigger {
    top: 20px;
  }
  .header.home-menu_color .spMenuTrigger.active .menu-line,
  .header.home-menu_color .spMenuTrigger.active .menu-inner::after,
  .header.home-menu_color .spMenuTrigger.active .menu-inner::before {
    background-color: #222222;
  }
  .header.home-menu_color .spMenuTrigger.active .menu-ttl {
    color: #222222;
  }
}

.spMenuTrigger {
  display: none;
}
@media screen and (max-width: 1360px) {
  .spMenuTrigger {
    display: block;
    z-index: 700;
  }
}
.spMenuTrigger {
  position: absolute;
  top: 20px;
  right: 13px;
  z-index: 600;
}
.spMenuTrigger .menu {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 20px;
  cursor: pointer;
}
.spMenuTrigger .menu-line {
  top: 9px;
}
.spMenuTrigger .menu-inner::after,
.spMenuTrigger .menu-inner::before {
  content: "";
}
.spMenuTrigger .menu-line,
.spMenuTrigger .menu-inner::after,
.spMenuTrigger .menu-inner::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  background-color: #fff;
}
.spMenuTrigger .menu-ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.spMenuTrigger .menu-inner::after {
  top: 18px;
}
.spMenuTrigger.active .menu-line,
.spMenuTrigger.active .menu-inner::after,
.spMenuTrigger.active .menu-inner::before {
  background-color: #222222;
}
.spMenuTrigger.active .menu-ttl {
  color: #222222;
}
.spMenuTrigger.active .menu .menu-line {
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(20px) rotate(90deg);
          transform: translateX(20px) rotate(90deg);
}
.spMenuTrigger.active .menu .menu-inner::before {
  width: 41px;
  -webkit-transform: translateY(9px) translateX(3px) rotate(-135deg);
          transform: translateY(9px) translateX(3px) rotate(-135deg);
}
.spMenuTrigger.active .menu .menu-inner::after {
  width: 41px;
  -webkit-transform: translateY(-9px) translateX(3px) rotate(135deg);
          transform: translateY(-9px) translateX(3px) rotate(135deg);
}

/*---------------------
 ★ Footer
-----------------------*/
footer {
  background-color: #eeeeee;
}

/*---------------------
 ★ Footerナビ
-----------------------*/
.footer-nav-field .footer-nav_sp-view {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .footer-nav-field .footer-nav_sp-view {
    display: block;
  }
}
.footer-nav-field {
  background-color: #ccc;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-nav-field {
    padding-top: 40px;
  }
}
.footer-nav-field {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-nav-field {
    padding-bottom: 40px;
  }
}
.footer-nav-field .footer-global-nav-block {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-nav-field .footer-global-nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-nav-field .footer-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-field .footer-global-nav li + li::before {
  content: " | ";
  color: #afa49e;
}
.footer-nav-field .footer-global-nav li a {
  display: inline-block;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6642857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .footer-nav-field .footer-global-nav li a {
    font-size: calc(1.25vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .footer-nav-field .footer-global-nav li a {
    font-size: 1.4rem;
  }
}
.footer-nav-field .footer-global-nav li a {
  padding: 0.8em 1em;
}
@media only screen and (max-width: 1100px) {
  .footer-nav-field .footer-global-nav-block {
    max-width: 90%;
    margin: 0 auto;
  }
  .footer-nav-field .footer-global-nav_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav-field .footer-global-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 14px;
  }
  .footer-nav-field .footer-global-nav li + li::before {
    content: none;
  }
  .footer-nav-field .footer-global-nav li {
    border-bottom: 1px #afa49e solid;
  }
  .footer-nav-field .footer-global-nav li a {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav-field .footer-global-nav li {
    width: 100%;
  }
}
.footer-nav-field .footer-global-nav_right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .footer-nav-field .footer-global-nav_right {
    padding: 1.8em 0 0 0;
  }
}
.footer-nav-field .footer-global-nav_right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-field .footer-instagram-logo {
  margin-right: 30px;
}
.footer-nav-field .footer-instagram-logo img {
  max-width: 30px;
}
.footer-nav-field .footer-logo-info a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6642857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .footer-nav-field .footer-logo-info a {
    font-size: calc(1.25vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .footer-nav-field .footer-logo-info a {
    font-size: 1.4rem;
  }
}
.footer-nav-field .footer-logo-info a {
  color: #222222;
  text-decoration: none;
}
.footer-nav-field .footer-logo-info a:visited, .footer-nav-field .footer-logo-info a:hover, .footer-nav-field .footer-logo-info a:active, .footer-nav-field .footer-logo-info a:focus {
  color: #555555;
  text-decoration: none;
}

/*---------------------
 ★ Footer施工範囲
-----------------------*/
.footer-workarea-field {
  background-color: #ddd;
}
.footer-workarea-field .footer-workarea-wrap {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-workarea-field .footer-workarea-wrap {
    padding-top: 40px;
  }
}
.footer-workarea-field .footer-workarea-wrap {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-workarea-field .footer-workarea-wrap {
    padding-bottom: 40px;
  }
}
.footer-workarea-field .footer-workarea-wrap {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-workarea-field .footer-workarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-workarea-field h2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.45625;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .footer-workarea-field h2 {
    font-size: calc(1.25vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .footer-workarea-field h2 {
    font-size: 1.6rem;
  }
}
.footer-workarea-field h2 {
  display: inline-block;
}
.footer-workarea-field dt,
.footer-workarea-field dd {
  padding: 15px;
}
.footer-workarea-field dd {
  border-left: solid 1px #bcbcbc;
}
.footer-workarea-field .footer-workarea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.footer-workarea-field .footer-workarea-list li {
  color: #222222;
}
.footer-workarea-field .footer-workarea-list li:before {
  content: "・";
}

/*----------------------
ロゴ住所+３リンクフィールド
---------------------------*/
.footer-first_field {
  position: relative;
  z-index: 1;
}
.footer-first_field::before {
  content: "";
  position: absolute;
  width: 62.9%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(img/footer_first_field_bg.jpg);
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .footer-first_field::before {
    display: none;
  }
}
.footer-first_field .footer-first_inner {
  max-width: 1640px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-first_field .footer-first-block_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer-first_field .footer-first-block_column .add-block {
  width: 270px;
  margin: 0 0 35px 35px;
}
@media only screen and (max-width: 1000px) {
  .footer-first_field .footer-first-block_column .add-block {
    margin: 35px auto 35px;
  }
}
.footer-first_field .footer-first-block_column .link-block {
  width: 52.9%;
}
@media only screen and (max-width: 1000px) {
  .footer-first_field .footer-first-block_column .link-block {
    width: 100%;
    background: url(img/footer_first_field_bg.jpg);
    background-size: cover;
  }
}
.footer-first_field .add {
  margin-top: 50px;
}
.footer-first_field .add p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6727272727;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .footer-first_field .add p {
    font-size: calc(0.625vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .footer-first_field .add p {
    font-size: 1.1rem;
  }
}
.footer-first_field .add p:not(:first-of-type) {
  margin-top: 8px;
}
.footer-first_field .policy {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.footer-first_field .footer-recruit-link {
  margin-top: 12px;
}
.footer-first_field .footer-recruit-link a {
  display: inline-block;
  border: solid 1px #222222;
  padding: 4px 14px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6727272727;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .footer-first_field .footer-recruit-link a {
    font-size: calc(0.625vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .footer-first_field .footer-recruit-link a {
    font-size: 1.1rem;
  }
}
.footer-first_field .footer-recruit-link a {
  color: #222222;
  text-decoration: none;
}
.footer-first_field .footer-recruit-link a:visited, .footer-first_field .footer-recruit-link a:hover, .footer-first_field .footer-recruit-link a:active, .footer-first_field .footer-recruit-link a:focus {
  color: #555555;
  text-decoration: none;
}
.footer-first_field .footer-recruit-link a:visited, .footer-first_field .footer-recruit-link a:hover, .footer-first_field .footer-recruit-link a:active, .footer-first_field .footer-recruit-link a:focus {
  text-decoration: none;
}
.footer-first_field .footer-recruit-link a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.footer-first_field .footer-recruit-link a:hover {
  background-color: #222222;
  color: #fff;
  text-decoration: none;
}
.footer-first_field .footer-recruit-link a:hover:visited, .footer-first_field .footer-recruit-link a:hover:hover, .footer-first_field .footer-recruit-link a:hover:active, .footer-first_field .footer-recruit-link a:hover:focus {
  color: white;
  text-decoration: none;
}
.footer-first_field .footer-logo {
  width: 162px;
  margin: 0 auto;
}
.footer-first_field .link-block_list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .footer-first_field .link-block_list {
    margin-top: 60px;
  }
}
.footer-first_field .link-block_list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .footer-first_field .link-block_list {
    margin-bottom: 60px;
  }
}
.footer-first_field .link-block_list {
  max-width: 766px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .footer-first_field .link-block_list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-first_field .link-block_list li:not(:first-of-type) {
  margin-top: 20px;
}
.footer-first_field .link-block_list li a {
  display: block;
  width: 100%;
  padding: 3.1vw 0 3.1vw 14.3%;
  border: solid 1px #fcf9f9;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .footer-first_field .link-block_list li a {
    font-size: calc(2.4305555556vw + -0.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .footer-first_field .link-block_list li a {
    font-size: 1.8rem;
  }
}
.footer-first_field .link-block_list li a {
  color: #fff;
  text-decoration: none;
}
.footer-first_field .link-block_list li a:visited, .footer-first_field .link-block_list li a:hover, .footer-first_field .link-block_list li a:active, .footer-first_field .link-block_list li a:focus {
  color: white;
  text-decoration: none;
}
.footer-first_field .link-block_list li a:visited, .footer-first_field .link-block_list li a:hover, .footer-first_field .link-block_list li a:active, .footer-first_field .link-block_list li a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .footer-first_field .link-block_list li a {
    padding: 40px 0 40px 14.3%;
  }
}
.footer-first_field .link-block_list li a {
  position: relative;
  overflow: hidden;
}
.footer-first_field .link-block_list li a span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-first_field .link-block_list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #c2a979;
  opacity: 0.8;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-first_field .link-block_list li a:hover span {
  color: #050505;
}
.footer-first_field .link-block_list li a:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.footer-nav {
  display: none;
}

.footer-under_field {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-under_field {
    padding-top: 10px;
  }
}
.footer-under_field {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-under_field {
    padding-bottom: 10px;
  }
}
.footer-under_field {
  background-color: #222222;
}
.footer-under_field .copyright {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}

.footer-menu_block {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-menu_block {
    margin-top: 24px;
  }
}
.footer-menu_block {
  padding: 0 20px;
}
.footer-menu_block .footer-nav {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu_block .footer-nav li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.footer-menu_block .footer-nav li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.footer-menu_block .footer-nav li a:hover::after {
  right: 0;
}
@media screen and (max-width: 840px) {
  .footer-menu_block .footer-nav {
    display: block;
  }
  .footer-menu_block .footer-nav li {
    text-align: center;
  }
  .footer-menu_block .footer-nav li:not(:first-of-type) {
    margin-top: 6px;
  }
}

/*---------------------
 ★ Footer アプリ誘導バナー
 オーバーレイ・キャッシュ制御
 プラグイン「Boxzilla」利用 991px以下のみ表示
-----------------------*/
.app-banner-timecash_block {
  position: relative;
}

.app-banner-timecash_banner {
  position: relative;
  display: block;
  height: auto;
  background-color: #fff;
}

.app-banner-timecash_btlist {
  background-color: #DCDDDD;
  padding-bottom: 30px;
}
.app-banner-timecash_btlist .bt {
  margin: 0 auto;
  max-width: 640px;
  width: 58.82%;
}
.app-banner-timecash_btlist .bt:not(:first-of-type) {
  margin-top: 18px;
}

.boxzilla {
  background: none;
  padding: 0;
  width: 90%;
  max-width: 480px;
}

/*---------------------
 ★ Footer アプリ誘導header
SPのみ
-----------------------*/
.app-induction-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #FFEB3B;
  padding: 10px;
  z-index: 9998;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

@-webkit-keyframes fadeInDown {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}

@keyframes fadeInDown {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
#sp-app-induction-head.hide {
  display: none;
}

.app-induction-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app-induction-head-nameblock .app-induction-head_icon {
  display: inline-block;
  width: 30px;
}
.app-induction-head-nameblock .app-induction-head_ttl {
  display: inline-block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}

.app-induction-head_btlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.app-induction-head_btlist li:not(:first-of-type) {
  margin-left: 20px;
}
.app-induction-head_btlist li a {
  display: block;
  background-color: brown;
  padding: 0.6em;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/**************************

  page

**************************/
header {
  position: absolute;
  top: 0;
  z-index: 10;
}

.page-header {
  width: 100%;
  display: block;
  position: relative;
  height: 38.5416vw;
  overflow: hidden;
}
.page-header .page-header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.page-header .page-header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-header .page-header_container {
  position: absolute;
  top: 45%;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.page-header .page-header_container .page-header_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .page-header .page-header_container .page-header_ttl {
    font-size: calc(5.8823529412vw + 1.1764705882px);
  }
}
@media screen and (min-width: 1000px) {
  .page-header .page-header_container .page-header_ttl {
    font-size: 6rem;
  }
}
.page-header .page-header_container .page-header_ttl {
  text-transform: uppercase;
}
.page-header .page-header_container .page-header_ttl span {
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.225;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .page-header .page-header_container .page-header_ttl span {
    font-size: calc(0.8823529412vw + 11.1764705882px);
  }
}
@media screen and (min-width: 1000px) {
  .page-header .page-header_container .page-header_ttl span {
    font-size: 2rem;
  }
}
.page-header .page-header_container .page-header_ttl span {
  margin-top: 40px;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) {
  .page-header .page-header_container .page-header_ttl span {
    margin-top: calc(2.9411764706vw + 10.5882352941px);
  }
}
@media screen and (min-width: 1000px) {
  .page-header .page-header_container .page-header_ttl span {
    margin-top: 4rem;
  }
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .page-header {
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .page-header .page-header_img {
    -o-object-fit: initial;
       object-fit: initial;
  }
  .page-header .page-header_img > img {
    width: initial;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 100%;
       object-position: center 100%;
  }
}

.single_wrap {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.apply-yoyaku_area {
  background: url(img/apply_yoyaku_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 29.8437vw;
  padding: 30px 0;
}
@media screen and (max-width: 680px) {
  .apply-yoyaku_area {
    background-position: 63% center;
  }
}
.apply-yoyaku_area > .main-container {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.apply-yoyaku_area .apply-yoyaku_area-inner {
  min-height: 29.8437vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-yoyaku_area .apply-yoyaku_box {
  max-width: 800px;
  background: rgba(255, 255, 255, 0.65);
  padding: 40px 20px;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column {
    max-width: 480px;
    display: block;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .apply-yoyaku-img_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .apply-yoyaku-img_item {
    margin-right: 15px;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .ttl {
    font-size: calc(0.4464285714vw + 18.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .ttl {
    font-size: 2.2rem;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .subttl {
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .subttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .subttl {
    font-size: 1.4rem;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-ttl {
  margin-top: 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-ttl {
    font-size: 1.8rem;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-memo {
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-memo {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .apply-yoyaku_area .apply-yoyaku_box .apply-yoyaku_column .txt_item .note-memo {
    font-size: 1.4rem;
  }
}
.apply-yoyaku_area .apply-yoyaku_box .apply-access_box {
  margin-top: 30px;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-access_box .apply-access_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-access_box .apply-access_column .company-icon {
  max-width: 136px;
  margin-right: 4%;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-access_box .apply-access_column .apply-access-bt_box {
  max-width: 190px;
}
.apply-yoyaku_area .apply-yoyaku_box .apply-access_box .apply-access_column .apply-access-bt_box p:not(:first-of-type) {
  margin-top: 20px;
}

.spMenuActive .page-header-scdown {
  display: none;
}

.page-header-scdown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  bottom: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-header-scdown {
    display: block;
  }
}
.page-header-scdown a {
  padding-top: 60px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-header-scdown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-header-scdown a span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-header-scdown a span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
          animation: sdb 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*/------------------------

各ページで使い回すもの ユーティリティ

-------------------------/*/
.sale-label {
  margin-top: 6px;
  display: inline-block;
  background-color: #7e0013;
  padding: 0.6em 1em;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #f5f5f5;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .sale-label {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .sale-label {
    font-size: 1.4rem;
  }
}

.modelhouse-period-label {
  margin-top: 6px;
  display: inline-block;
  background-color: #fcff00;
  padding: 0.6em 1em;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .modelhouse-period-label {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-period-label {
    font-size: 1.4rem;
  }
}

.big-label {
  text-align: center;
}
.big-label span {
  display: inline-block;
  padding: 0.6em 1em;
  border: solid #222222 2px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .big-label span {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .big-label span {
    font-size: 2.5rem;
  }
}

.sold-lable {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #7e0013;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .sold-lable {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .sold-lable {
    font-size: 1.4rem;
  }
}

.vr-link_block {
  max-width: 450px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .vr-link_block {
    margin-top: 40px;
  }
}
.vr-link_block {
  margin-inline: auto;
}
.vr-link_block a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vr-link_block a:hover {
  background: #c2a979;
}

.vr-link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #c2a979;
}
.vr-link_wrapper .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.vr-link_wrapper .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .vr-link_wrapper .txt {
    font-size: calc(2.0833333333vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .vr-link_wrapper .txt {
    font-size: 2.2rem;
  }
}
.vr-link_wrapper .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vr-link_wrapper {
    display: block;
  }
  .vr-link_wrapper .img {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  .vr-link_wrapper .txt {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    padding: 1em 1em;
  }
}

.vr-link_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .vr-link_block_wrapper {
    margin-top: 40px;
  }
}
.vr-link_block_wrapper .vr-link_block {
  max-width: 450px;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .vr-link_block_wrapper .vr-link_block {
    margin-top: 0px;
  }
}
.vr-link_block_wrapper .vr-link_block {
  margin-inline: inherit;
}
.vr-link_block_wrapper .vr-link_block .vr-link_wrapper .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .vr-link_block_wrapper .vr-link_block .vr-link_wrapper .txt {
    font-size: calc(0vw + 16px);
  }
}
@media screen and (min-width: 768px) {
  .vr-link_block_wrapper .vr-link_block .vr-link_wrapper .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 840px) {
  .vr-link_block_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vr-link_block_wrapper .vr-link_block {
    margin-inline: auto;
  }
}

.vr-link_block_wrapper-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .vr-link_block_wrapper-3 {
    margin-top: 40px;
  }
}
.vr-link_block_wrapper-3 .vr-link_block {
  max-width: 450px;
  width: 33.333%; /* 3カラム分の幅 */
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .vr-link_block_wrapper-3 .vr-link_block {
    margin-top: 0px;
  }
}
.vr-link_block_wrapper-3 .vr-link_block {
  margin-inline: inherit;
}
.vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper .txt {
    font-size: calc(0vw + 16px);
  }
}
@media screen and (min-width: 768px) {
  .vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 980px) {
  .vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper {
    display: block;
  }
  .vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper .img {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  .vr-link_block_wrapper-3 .vr-link_block .vr-link_wrapper .txt {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    padding: 1em 1em;
  }
}
@media (max-width: 840px) {
  .vr-link_block_wrapper-3 .vr-link_block {
    width: 30%;
  }
}
@media (max-width: 680px) {
  .vr-link_block_wrapper-3 .vr-link_block {
    width: 100%;
    margin-inline: auto;
  }
}

/**************************

  FORM

**************************/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number] {
  -webkit-appearance: none;
}

input[type=radio]:not(#_),
input[type=checkbox]:not(#_) {
  display: none;
}

input[type=radio] + span:before {
  content: url(img/radio-button-unchecked.svg);
  position: relative;
  top: 5px;
  margin-right: 15px;
}

input[type=radio]:checked + span:before,
input[type=radio] ~ input[type=hidden] + span:before {
  content: url(img/radio-button-checked.svg);
}

input[type=checkbox] + span:before {
  content: url(img/select_checked_icon.svg);
  position: relative;
  top: 5px;
  margin-right: 15px;
}

input[type=checkbox]:checked + span:before,
input[type=checkbox] ~ input[type=hidden] + span:before {
  content: url(img/select_checked_icon2.svg);
}

.mw_wp_form:not(#_) .horizontal-item + .horizontal-item {
  margin-left: initial;
}

.mwform-radio-field.horizontal-item label span,
.mwform-checkbox-field.horizontal-item label span {
  font-weight: inherit;
  display: inline-block;
  padding: 6px 3px;
}

.mw-form > div:not(:first-of-type) {
  margin-top: 40px;
}
.mw-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 980px) {
  .mw-form > div {
    display: block;
  }
}
.mw-form > div .mw-form_b {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div .mw-form_small {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353434;
  letter-spacing: 0em;
  line-height: 1.7;
}
.mw-form > div dt {
  width: 240px;
  margin-right: 60px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.mw-form > div dt .required {
  margin-right: 1em;
  font-style: normal;
  font-weight: 200;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #ff4343;
  padding: 0.8px 10px;
}
.mw-form > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #132731;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url],
.mw-form > div dd input[type=text],
.mw-form > div dd input[type=tel],
.mw-form > div dd input[type=email],
.mw-form > div dd input[type=number],
.mw-form > div dd textarea {
  border-bottom: 1px #bcbcbc solid;
  padding: 10px 8px;
  background: inherit;
  max-width: 520px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #020202;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url]:focus,
.mw-form > div dd input[type=text]:focus,
.mw-form > div dd input[type=tel]:focus,
.mw-form > div dd input[type=email]:focus,
.mw-form > div dd input[type=number]:focus,
.mw-form > div dd textarea:focus {
  border-width: 2px;
}
.mw-form > div dd input[type=url]::-webkit-input-placeholder, .mw-form > div dd input[type=text]::-webkit-input-placeholder, .mw-form > div dd input[type=tel]::-webkit-input-placeholder, .mw-form > div dd input[type=email]::-webkit-input-placeholder, .mw-form > div dd input[type=number]::-webkit-input-placeholder, .mw-form > div dd textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url]::-moz-placeholder, .mw-form > div dd input[type=text]::-moz-placeholder, .mw-form > div dd input[type=tel]::-moz-placeholder, .mw-form > div dd input[type=email]::-moz-placeholder, .mw-form > div dd input[type=number]::-moz-placeholder, .mw-form > div dd textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url]:-ms-input-placeholder, .mw-form > div dd input[type=text]:-ms-input-placeholder, .mw-form > div dd input[type=tel]:-ms-input-placeholder, .mw-form > div dd input[type=email]:-ms-input-placeholder, .mw-form > div dd input[type=number]:-ms-input-placeholder, .mw-form > div dd textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url]::-ms-input-placeholder, .mw-form > div dd input[type=text]::-ms-input-placeholder, .mw-form > div dd input[type=tel]::-ms-input-placeholder, .mw-form > div dd input[type=email]::-ms-input-placeholder, .mw-form > div dd input[type=number]::-ms-input-placeholder, .mw-form > div dd textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url]::placeholder,
.mw-form > div dd input[type=text]::placeholder,
.mw-form > div dd input[type=tel]::placeholder,
.mw-form > div dd input[type=email]::placeholder,
.mw-form > div dd input[type=number]::placeholder,
.mw-form > div dd textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7a7a7a;
  letter-spacing: 0em;
  line-height: 1.5;
}
.mw-form > div dd input[type=url] + .error,
.mw-form > div dd input[type=text] + .error,
.mw-form > div dd input[type=tel] + .error,
.mw-form > div dd input[type=email] + .error,
.mw-form > div dd input[type=number] + .error,
.mw-form > div dd textarea + .error {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
}
.mw-form > div dd textarea {
  border: 1px #bcbcbc solid;
}
.mw-form > div dd .contact-form_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw-form > div dd .contact-form_column input:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .mw-form > div dd .contact-form_column {
    display: block;
    margin-top: -10px;
  }
  .mw-form > div dd .contact-form_column input {
    margin-top: 10px;
  }
  .mw-form > div dd .contact-form_column input:not(:first-of-type) {
    margin-left: 0;
  }
}
.mw-form > div dd .contact-form_column input[type=text].namesize,
.mw-form > div dd .contact-form_column input[type=number].namesize {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .mw-form > div dd .contact-form_column input[type=text].namesize,
  .mw-form > div dd .contact-form_column input[type=number].namesize {
    width: 250px;
  }
}

.contact-form_btn_area {
  margin-top: 50px;
}
.contact-form_btn_area .contact-form_btn_wrap {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form_preview .contact-form_btn_area .contact-form_btn_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .mw_wp_form_preview .contact-form_btn_area .contact-form_btn_wrap {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form_btn_area .contact-form_btn_wrap .form_btn {
  max-width: 260px;
  width: 100%;
  position: relative;
}
.contact-form_btn_area .contact-form_btn_wrap .form_btn input[type=submit],
.contact-form_btn_area .contact-form_btn_wrap .form_btn input[type=button],
.contact-form_btn_area .contact-form_btn_wrap .form_btn button[type=submit] {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 23px 1em;
  height: 100%;
  text-align: center;
  background-color: #291e19;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form_btn_area .contact-form_btn_wrap .form_btn input[type=submit]:hover,
.contact-form_btn_area .contact-form_btn_wrap .form_btn input[type=button]:hover,
.contact-form_btn_area .contact-form_btn_wrap .form_btn button[type=submit]:hover {
  background-color: #c2a979;
  outline-offset: 0px;
}
.contact-form_btn_area .contact-form_btn_wrap .form_btn button[type=submit].modori {
  background-color: inherit;
  border: solid 2px #291e19;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #050505;
  letter-spacing: 0em;
  line-height: 1;
}
.contact-form_btn_area .contact-form_btn_wrap .form_btn button[type=submit].modori .leftyaji-contact {
  width: 10px;
  display: inline-block;
  margin-right: 22px;
}
.contact-form_btn_area .contact-form_btn_wrap .form_btn button[type=submit].modori:hover {
  background-color: #c2a979;
  outline-offset: 0px;
}

.cue_point_block {
  margin-top: 20px;
}

.daytime {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.daytime .daytime_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.daytime .daytime_ttl + p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
}

/**************************

  preview画面

**************************/
.contact-form_btn_area .contact-form_btn_wrap .preview_bt {
  display: none;
}
.mw_wp_form_preview .contact-form_btn_area .contact-form_btn_wrap .preview_bt {
  display: block;
}
@media only screen and (max-width: 640px) {
  .mw_wp_form_preview .contact-form_btn_area .contact-form_btn_wrap .preview_bt {
    margin-top: 30px;
  }
}

.mw_wp_form_preview .mw-form > div {
  border-bottom: solid 1px #353434;
  padding-bottom: 8px;
  padding-top: 10px;
}

/**************************

  HOME

**************************/
/**************************

//メインスライダー

**************************/
.home-mainimg_container {
  position: relative;
  height: 100%;
}

.home-swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-swiper-container .swiper-wrapper {
  position: relative;
}
.home-swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-swiper-container {
  /*カスタム
  左右矢印をSPメニューのhoverより下に*/
}
.home-swiper-container .swiper-button-next,
.home-swiper-container .swiper-button-prev {
  z-index: 9;
  color: #fff;
}
.home-swiper-container {
  --swiper-navigation-size: 23px;
}

.home-slide-catchcopy-wrapper {
  width: 76%;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.home-slide-catchcopy {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .home-slide-catchcopy {
    font-size: calc(1.8639328984vw + 14.0354147251px);
  }
}
@media screen and (min-width: 1393px) {
  .home-slide-catchcopy {
    font-size: 4rem;
  }
}
.home-slide-catchcopy {
  position: absolute;
  top: 8.040201005vw;
  left: 6.4608758076vw;
  z-index: 3;
  text-shadow: 0 2px 0 #fff;
  padding: 0.8em;
}

/**************************

//お休み関連上部インフォ

**************************/
.home-info_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-info_area {
    margin-top: 30px;
  }
}
.home-info_area .home-info_field {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 25px;
  position: relative;
  border: solid 13px #dfdddd;
}
.home-info_area h2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .home-info_area h2 {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-info_area h2 {
    font-size: 1.8rem;
  }
}
.home-info_area h2 span {
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-info_area h2 span {
    display: block;
  }
}
.home-info_area .home-info {
  padding: 0 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .home-info_area .home-info {
    margin-top: 20px;
  }
}
.home-info_area .home-info p:not(:first-of-type) {
  margin-top: 2px;
}
.home-info_area .home-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-info_area .home-info p {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-info_area .home-info p {
    font-size: 1.4rem;
  }
}

/**************************

冒頭注意

**************************/
.cv-f-info_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .cv-f-info_area {
    margin-top: 30px;
  }
}
.cv-f-info_area .cv-f-info_field {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.cv-f-info_area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cv-f-info_area h2 {
    display: block;
  }
}
.cv-f-info_area h2 .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .cv-f-info_area h2 .ttl {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .cv-f-info_area h2 .ttl {
    font-size: 1.8rem;
  }
}
.cv-f-info_area h2 .ttl {
  padding: 0 20px;
}
.cv-f-info_area h2 .deco-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  background-color: #020202;
  display: inline-block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .cv-f-info_area h2 .deco-ttl {
    font-size: calc(1.3888888889vw + 11.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .cv-f-info_area h2 .deco-ttl {
    font-size: 2.2rem;
  }
}
.cv-f-info_area h2 .deco-ttl {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .cv-f-info_area h2 .deco-ttl {
    position: relative;
    display: inline-block;
  }
}
.cv-f-info_area h2 .js-txt-change {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  display: inline-block;
  width: 9em;
  font-size: 0.8em;
}
.cv-f-info_area .cv-f-info {
  display: none;
  padding: 0 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .cv-f-info_area .cv-f-info {
    margin-top: 40px;
  }
}
.cv-f-info_area p:not(:first-of-type) {
  margin-top: 2px;
}
.cv-f-info_area p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .cv-f-info_area p {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .cv-f-info_area p {
    font-size: 1.4rem;
  }
}

/**************************

NEWOPEN

**************************/
.home-newopen_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-newopen_area {
    margin-top: 60px;
  }
}
.home-newopen_area .home-newopen-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-newopen_area .home-newopen-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-newopen_area .home-newopen-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-newopen_area .home-newopen-ttl {
    font-size: 2.5rem;
  }
}
.home-newopen_area .home-newopen-ttl {
  letter-spacing: initial;
}
.home-newopen_area .home-newopen-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  letter-spacing: initial;
  position: relative;
  top: -3px;
  display: inline-block;
}
@media only screen and (max-width: 510px) {
  .home-newopen_area .home-newopen-ttl span {
    display: block;
  }
}
.home-newopen_area .home-newopen-ttl span {
  margin-left: 2rem;
}
@media only screen and (max-width: 510px) {
  .home-newopen_area .home-newopen-ttl span {
    margin-left: 0;
  }
}
.home-newopen_area .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-newopen_area .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-newopen_area .more_bt a:visited, .home-newopen_area .more_bt a:hover, .home-newopen_area .more_bt a:active, .home-newopen_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-newopen_area .more_bt a:visited, .home-newopen_area .more_bt a:hover, .home-newopen_area .more_bt a:active, .home-newopen_area .more_bt a:focus {
  text-decoration: none;
}
.home-newopen_area .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-newopen_area .more_bt a:visited, .home-newopen_area .more_bt a:hover, .home-newopen_area .more_bt a:active, .home-newopen_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-newopen_area .more_bt a:visited, .home-newopen_area .more_bt a:hover, .home-newopen_area .more_bt a:active, .home-newopen_area .more_bt a:focus {
  text-decoration: none;
}
.home-newopen_area .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-newopen_area .more_bt a:hover {
  background-color: #c2a979;
}
.home-newopen_area .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}

.home-newopen_block .home-newopen_column {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .home-newopen_block .home-newopen_column {
    margin-top: 30px;
  }
}
.home-newopen_block .home-newopen_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-newopen_block .home-newopen_column::before, .home-newopen_block .home-newopen_column:after {
  content: "";
  display: block;
  width: 29.3333333333%;
}
@media screen and (max-width: 980px) {
  .home-newopen_block .home-newopen_column::before, .home-newopen_block .home-newopen_column:after {
    width: calc((100% - 30px) / 2);
  }
}
.home-newopen_block .home-newopen_column::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-newopen_block .home-newopen_column .card {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-newopen_block .home-newopen_column .card {
    margin-top: 20px;
  }
}
.home-newopen_block .home-newopen_column .card {
  width: 29.3333333333%;
}
@media screen and (max-width: 980px) {
  .home-newopen_block .home-newopen_column .card {
    width: calc((100% - 30px) / 2);
  }
}
.home-newopen_block .home-newopen_column .card .img {
  position: relative;
}
.home-newopen_block .home-newopen_column .card .img::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.home-newopen_block .home-newopen_column .card .img img {
  margin-left: 10px;
  margin-top: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.home-newopen_block .home-newopen_column .card:nth-of-type(odd) .img::before {
  top: initial;
  left: initial;
  bottom: 0;
  right: 0;
}
.home-newopen_block .home-newopen_column .card:nth-of-type(odd) .img img {
  margin-left: initial;
  margin-top: initial;
  margin-right: 10px;
  margin-bottom: 10px;
}
.home-newopen_block .home-newopen_column .card .card-footer {
  margin-top: 20px;
}
.home-newopen_block .home-newopen_column .card .card-footer_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #020202;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .type {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .type {
    font-size: 1.8rem;
  }
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .type {
  margin-bottom: 5px;
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .add,
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .modelhouse-type {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .add,
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .modelhouse-type {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .add,
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .modelhouse-type {
    font-size: 1.4rem;
  }
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-label {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  background-color: #7e0013;
  padding: 0.8em 0.5em;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #f5f5f5;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-label {
    font-size: calc(0.6944444444vw + 6.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-label {
    font-size: 1.2rem;
  }
}
.home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-info {
  display: inline-block;
  margin-left: -0.5em;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #a72b2b;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-info {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .date_item .sale-info {
    font-size: 1.4rem;
  }
}
.home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img {
    width: 70px;
  }
}
.home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img img {
    margin-left: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .home-newopen_block .home-newopen_column .card .card-footer_column .model-type_img {
    display: none;
  }
}
.home-newopen_block .home-newopen_column .card .comingsoon {
  position: relative;
}
.home-newopen_block .home-newopen_column .card .comingsoon::before {
  content: "Coming Soon";
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  padding: 0.4em;
  background-color: #c2a979;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .home-newopen_block .home-newopen_column .card .comingsoon::before {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.home-newopen_block .home-newopen_column .card .comingsoon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.02);
  z-index: 1;
}

/**************************

Blog

**************************/
.home-blog_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-blog_area {
    margin-top: 60px;
  }
}
.home-blog_area .home-blog-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-blog_area .home-blog-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-blog_area .home-blog-ttl {
    font-size: 2.5rem;
  }
}
.home-blog_area .home-blog-ttl {
  text-transform: uppercase;
}
.home-blog_area .home-blog-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  letter-spacing: initial;
  position: relative;
  top: -3px;
  display: inline-block;
}
@media only screen and (max-width: 510px) {
  .home-blog_area .home-blog-ttl span {
    display: block;
  }
}
.home-blog_area .home-blog-ttl span {
  margin-left: 2rem;
}
@media only screen and (max-width: 510px) {
  .home-blog_area .home-blog-ttl span {
    margin-left: 0;
  }
}
.home-blog_area .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-blog_area .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-blog_area .more_bt a:visited, .home-blog_area .more_bt a:hover, .home-blog_area .more_bt a:active, .home-blog_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-blog_area .more_bt a:visited, .home-blog_area .more_bt a:hover, .home-blog_area .more_bt a:active, .home-blog_area .more_bt a:focus {
  text-decoration: none;
}
.home-blog_area .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-blog_area .more_bt a:visited, .home-blog_area .more_bt a:hover, .home-blog_area .more_bt a:active, .home-blog_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-blog_area .more_bt a:visited, .home-blog_area .more_bt a:hover, .home-blog_area .more_bt a:active, .home-blog_area .more_bt a:focus {
  text-decoration: none;
}
.home-blog_area .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-blog_area .more_bt a:hover {
  background-color: #c2a979;
}
.home-blog_area .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}
.home-blog_area .home-blog-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-blog_area .home-blog-field .blog-archives-list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-blog_area .home-blog-field .blog-archives-list {
    margin-top: 30px;
  }
}

/**************************

Note

**************************/
.home-note_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .home-note_area {
    margin-top: 60px;
  }
}
.home-note_area .home-note-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-note_area .home-note-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-note_area .home-note-ttl {
    font-size: 2.5rem;
  }
}
.home-note_area .home-note-ttl {
  text-transform: none;
}
.home-note_area .home-note-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  letter-spacing: initial;
  position: relative;
  top: -3px;
  display: inline-block;
}
@media only screen and (max-width: 510px) {
  .home-note_area .home-note-ttl span {
    display: block;
  }
}
.home-note_area .home-note-ttl span {
  margin-left: 2rem;
}
@media only screen and (max-width: 510px) {
  .home-note_area .home-note-ttl span {
    margin-left: 0;
  }
}
.home-note_area .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-note_area .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-note_area .more_bt a:visited, .home-note_area .more_bt a:hover, .home-note_area .more_bt a:active, .home-note_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-note_area .more_bt a:visited, .home-note_area .more_bt a:hover, .home-note_area .more_bt a:active, .home-note_area .more_bt a:focus {
  text-decoration: none;
}
.home-note_area .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-note_area .more_bt a:visited, .home-note_area .more_bt a:hover, .home-note_area .more_bt a:active, .home-note_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-note_area .more_bt a:visited, .home-note_area .more_bt a:hover, .home-note_area .more_bt a:active, .home-note_area .more_bt a:focus {
  text-decoration: none;
}
.home-note_area .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-note_area .more_bt a:hover {
  background-color: #c2a979;
}
.home-note_area .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}
.home-note_area .home-note-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-note_area .home-note-field .home-note-swiper {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-note_area .home-note-field .home-note-swiper {
    margin-top: 30px;
  }
}
.home-note_area .home-note-field .home-note-swiper {
  overflow: hidden;
}
.home-note_area .home-note-field .home-note-button-prev,
.home-note_area .home-note-field .home-note-button-next {
  --swiper-navigation-size: 16px;
  --swiper-theme-color: #fff;
  width: calc(var(--swiper-navigation-size) + 8px);
  height: calc(var(--swiper-navigation-size) + 20px);
  background-color: #020202;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .home-note_area .home-note-field .home-note-button-prev,
  .home-note_area .home-note-field .home-note-button-next {
    display: none;
  }
}
.home-note_area .home-note-field .home-note-button-prev {
  left: 0;
}
.home-note_area .home-note-field .home-note-button-next {
  right: 0;
}
.home-note_area .home-note-field .home-note-pagination {
  margin-top: 20px;
  text-align: center;
  bottom: 30px;
}
@media screen and (min-width: 769px) {
  .home-note_area .home-note-field .home-note-pagination {
    display: none;
  }
}
.home-note_area .home-note-field .home-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-note_area .home-note-field .home-note-list > li.swiper-slide {
  min-width: 0;
}
.home-note_area .home-note-field .home-note-list li {
  height: auto;
}
.home-note_area .home-note-field .home-note-list li a {
  min-width: 0;
  display: block;
  color: #222222;
  text-decoration: none;
}
.home-note_area .home-note-field .home-note-list li a:visited, .home-note_area .home-note-field .home-note-list li a:hover, .home-note_area .home-note-field .home-note-list li a:active, .home-note_area .home-note-field .home-note-list li a:focus {
  color: #555555;
  text-decoration: none;
}
.home-note_area .home-note-field .home-note-list li a:visited, .home-note_area .home-note-field .home-note-list li a:hover, .home-note_area .home-note-field .home-note-list li a:active, .home-note_area .home-note-field .home-note-list li a:focus {
  text-decoration: none;
}
.home-note_area .home-note-field .home-note-list li a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.home-note_area .home-note-field .home-note-list li a:hover {
  opacity: 0.8;
}
.home-note_area .home-note-field .home-note-list .home-note-thumb {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.home-note_area .home-note-field .home-note-list .home-note-thumb::before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.home-note_area .home-note-field .home-note-list .home-note-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-note_area .home-note-field .home-note-list li:hover .home-note-thumb img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.home-note_area .home-note-field .home-note-list .home-note-info {
  margin-top: 12px;
}
.home-note_area .home-note-field .home-note-list .home-note-date {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #888888;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  display: block;
}
.home-note_area .home-note-field .home-note-list .home-note-title {
  margin-top: 6px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) {
  .home-note_area .home-note-field .home-note-list .home-note-title {
    font-size: calc(0.3472222222vw + 11.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-note_area .home-note-field .home-note-list .home-note-title {
    font-size: 1.4rem;
  }
}
.home-note_area .home-note-field .home-note-list .home-note-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/**************************

EVENT/NEWS

**************************/
.home-eventnews_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-eventnews_area {
    margin-top: 60px;
  }
}
.home-eventnews_area .home-eventnews-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-eventnews_area .home-eventnews-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-eventnews_area .home-eventnews-ttl {
    font-size: 2.5rem;
  }
}
.home-eventnews_area .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-eventnews_area .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-eventnews_area .more_bt a:visited, .home-eventnews_area .more_bt a:hover, .home-eventnews_area .more_bt a:active, .home-eventnews_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-eventnews_area .more_bt a:visited, .home-eventnews_area .more_bt a:hover, .home-eventnews_area .more_bt a:active, .home-eventnews_area .more_bt a:focus {
  text-decoration: none;
}
.home-eventnews_area .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-eventnews_area .more_bt a:visited, .home-eventnews_area .more_bt a:hover, .home-eventnews_area .more_bt a:active, .home-eventnews_area .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-eventnews_area .more_bt a:visited, .home-eventnews_area .more_bt a:hover, .home-eventnews_area .more_bt a:active, .home-eventnews_area .more_bt a:focus {
  text-decoration: none;
}
.home-eventnews_area .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-eventnews_area .more_bt a:hover {
  background-color: #c2a979;
}
.home-eventnews_area .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}

.home-eventnews-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-eventnews-field .home-eventnews-field_inner {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-eventnews-field .home-eventnews-field_inner {
    margin-top: 30px;
  }
}
.home-eventnews-field .home-eventnews-field_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .home-eventnews-field .home-eventnews-field_inner {
    display: block;
  }
}
.home-eventnews-field .home-eventnews-field_inner .home-eventnews_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-eventnews-field .home-eventnews-field_inner .sub-banner_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-left: 2%;
  margin-top: -20px;
}
@media screen and (max-width: 980px) {
  .home-eventnews-field .home-eventnews-field_inner .sub-banner_block {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .home-eventnews-field .home-eventnews-field_inner .sub-banner_block .banner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.home-eventnews-field .home-eventnews-field_inner .sub-banner_block .banner {
  margin-top: 20px;
}
.home-eventnews-field .home-eventnews-field_inner .sub-banner_block .banner:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 980px) {
  .home-eventnews-field .home-eventnews-field_inner .sub-banner_block .banner:not(:first-of-type) {
    width: 100%;
    height: auto;
    aspect-ratio: 552/552;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home-eventnews_block .home-eventnews_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-eventnews_block .home-eventnews_column .card {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 980px) {
  .home-eventnews_block .home-eventnews_column .card {
    width: calc((100% - 35px) / 2);
  }
  .home-eventnews_block .home-eventnews_column .card:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}

.home-eventnews_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-eventnews_column .card .card-head,
.home-eventnews_column .card .card-foot {
  background-color: #675641;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.9769230769;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .home-eventnews_column .card .card-head,
  .home-eventnews_column .card .card-foot {
    font-size: calc(1.875vw + 6px);
  }
}
@media screen and (min-width: 480px) {
  .home-eventnews_column .card .card-head,
  .home-eventnews_column .card .card-foot {
    font-size: 1.5rem;
  }
}
.home-eventnews_column .card .card-head,
.home-eventnews_column .card .card-foot {
  text-align: center;
  padding: 1em 0.5em;
}
.home-eventnews_column .card .date_item {
  padding: 0.5em 0.3em;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-eventnews_column .card .date_item {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-eventnews_column .card .date_item {
    font-size: 1.4rem;
  }
}

/**************************

Concept

**************************/
.home-concept_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-concept_area {
    margin-top: 60px;
  }
}

.home-concept-field {
  position: relative;
  background-image: url(home/home_concept_bg.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home-concept-field::before {
  content: "";
  display: block;
  width: 100%;
  padding: 64.0625vw 0 0;
}
@media screen and (max-width: 980px) {
  .home-concept-field {
    background-size: contain;
  }
  .home-concept-field::before {
    padding: 43.0625vw 0 0;
  }
}
.home-concept-field .home-concept-inner {
  width: 100%;
  position: relative;
  margin-top: -34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1280px) {
  .home-concept-field .home-concept-inner {
    margin-top: -30vw;
  }
}
@media screen and (max-width: 980px) {
  .home-concept-field .home-concept-inner {
    margin-top: 0;
    display: block;
  }
}
.home-concept-field .home-concept-inner .home-concept_txt {
  width: 69.2%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.home-concept-field .home-concept-inner .home-concept_txt .txt_block {
  margin: 0 0 0 11%;
  max-width: 48.6%;
  padding: 10.4167vw 0 112px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 680px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block br {
    display: none;
  }
}
.home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title {
    font-size: calc(2.0833333333vw + 8px);
  }
}
@media screen and (min-width: 768px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title {
    font-size: 2.4rem;
  }
}
.home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title {
  margin-bottom: 30px;
  line-height: 1.6;
}
.home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title span {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block .home-concept_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block p br {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .home-concept-field .home-concept-inner .home-concept_txt {
    width: 100%;
  }
  .home-concept-field .home-concept-inner .home-concept_txt .txt_block {
    margin: 0 auto;
    max-width: initial;
    width: 90%;
    padding: 60px 0;
  }
}
.home-concept-field .home-concept-inner .home-concept_txt .more_bt {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .home-concept-field .home-concept-inner .home-concept_txt .more_bt {
    margin-top: 40px;
  }
}
.home-concept-field .home-concept-inner .home-concept_txt .more_bt a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
}
.home-concept-field .home-concept-inner .home-concept_txt .more_bt a:visited, .home-concept-field .home-concept-inner .home-concept_txt .more_bt a:hover, .home-concept-field .home-concept-inner .home-concept_txt .more_bt a:active, .home-concept-field .home-concept-inner .home-concept_txt .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-concept-field .home-concept-inner .home-concept_txt .more_bt a {
  border: solid 1px #c2a979;
  padding: 0.8em 0;
  width: 286px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-concept-field .home-concept-inner .home-concept_txt .more_bt a:hover {
  background-color: #c2a979;
  color: #f3f0f0;
}
.home-concept-field .home-concept-inner .deco-img {
  width: 44.8%;
  position: relative;
  margin-top: 125px;
  margin-left: -14%;
  z-index: 5;
}
.home-concept-field .home-concept-inner .deco-img:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.home-concept-field .home-concept-inner .deco-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .home-concept-field .home-concept-inner .deco-img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .home-concept-field .home-concept-inner .deco-img:before {
    padding-top: 32.25%;
  }
}

/**************************

Concept（不動産）

**************************/
.home-concept-fudousan_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .home-concept-fudousan_area {
    margin-top: 70px;
  }
}

.home-concept-fudousan-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-concept-fudousan-field .home-concept-fudousan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
}
@media screen and (max-width: 980px) {
  .home-concept-fudousan-field .home-concept-fudousan-inner {
    display: block;
  }
}
.home-concept-fudousan-field .deco-img {
  width: 48%;
  position: relative;
}
.home-concept-fudousan-field .deco-img:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.home-concept-fudousan-field .deco-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .home-concept-fudousan-field .deco-img {
    width: 100%;
  }
}
.home-concept-fudousan-field .home-concept-fudousan_txt {
  width: 46%;
  background-color: #fff;
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block {
  width: 88%;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block {
    font-size: 1.8rem;
  }
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title {
    font-size: calc(4.1666666667vw + -4px);
  }
}
@media screen and (min-width: 768px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title {
    font-size: 2.8rem;
  }
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title {
  margin-bottom: 30px;
  line-height: 1.6;
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title span {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .home-concept-fudousan_title {
    margin-bottom: 20px;
  }
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt {
    margin-top: 30px;
  }
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a:visited, .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a:hover, .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a:active, .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a {
  border: solid 1px #c2a979;
  padding: 0.8em 0;
  width: 286px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-concept-fudousan-field .home-concept-fudousan_txt .txt_block .more_bt a:hover {
  background-color: #c2a979;
  color: #f3f0f0;
}
@media screen and (max-width: 980px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block {
    width: 90%;
    padding: 50px 0 60px;
  }
  .home-concept-fudousan-field .home-concept-fudousan_txt .txt_block p br {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .home-concept-fudousan-field .home-concept-fudousan_txt {
    width: 100%;
  }
}

/**************************

 Gallery

**************************/
.home-gallery_area {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-gallery_area {
    padding-top: 60px;
  }
}
.home-gallery_area {
  position: relative;
  margin-top: 170px;
}
@media (max-width: 1209px) {
  .home-gallery_area {
    margin-top: 280px;
  }
}
@media (max-width: 979px) {
  .home-gallery_area {
    margin-top: 0;
  }
}
.home-gallery_area .main-container {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-gallery_area .home-gallery-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-gallery_area .home-gallery-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-gallery_area .home-gallery-ttl {
    font-size: 2.5rem;
  }
}
.home-gallery_area::before {
  content: "";
  display: block;
  background-color: rgba(230, 230, 230, 0.69);
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

/**************************

 Owner’s LIFE

**************************/
.home-owner_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-owner_area {
    margin-top: 60px;
  }
}
.home-owner_area {
  margin-top: 3.9063vw;
}

.home-owner-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-owner-field .home-owner-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-owner-field .home-owner-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-owner-field .home-owner-ttl {
    font-size: 2.5rem;
  }
}
.home-owner-field .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-owner-field .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-owner-field .more_bt a:visited, .home-owner-field .more_bt a:hover, .home-owner-field .more_bt a:active, .home-owner-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-owner-field .more_bt a:visited, .home-owner-field .more_bt a:hover, .home-owner-field .more_bt a:active, .home-owner-field .more_bt a:focus {
  text-decoration: none;
}
.home-owner-field .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-owner-field .more_bt a:visited, .home-owner-field .more_bt a:hover, .home-owner-field .more_bt a:active, .home-owner-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-owner-field .more_bt a:visited, .home-owner-field .more_bt a:hover, .home-owner-field .more_bt a:active, .home-owner-field .more_bt a:focus {
  text-decoration: none;
}
.home-owner-field .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-owner-field .more_bt a:hover {
  background-color: #c2a979;
}
.home-owner-field .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}
.home-owner-field .home-owner_body {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .home-owner-field .home-owner_body {
    margin-top: 10px;
  }
}
.home-owner-field .card {
  position: relative;
}
.home-owner-field .card .img-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-owner-field .card img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .home-owner-field .card img {
    width: 100%;
  }
}
.home-owner-field .card .date-box {
  background-color: rgba(255, 255, 255, 0.52);
  position: absolute;
  top: 28px;
  left: 28px;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 980px) {
  .home-owner-field .card .date-box {
    position: relative;
    background-color: #eeeeee;
    top: initial;
    left: initial;
    width: 100%;
  }
}
.home-owner-field .card .date-box .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .home-owner-field .card .date-box .ttl {
    font-size: calc(2.0833333333vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .home-owner-field .card .date-box .ttl {
    font-size: 2.2rem;
  }
}
.home-owner-field .card .date-box .date-ttl {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 0.7rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
}
.home-owner-field .card .date-box .date-set {
  margin-top: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6727272727;
  font-size: 0.8rem;
}
@media screen and (min-width: 480px) {
  .home-owner-field .card .date-box .date-set {
    font-size: calc(1.0416666667vw + 3px);
  }
}
@media screen and (min-width: 768px) {
  .home-owner-field .card .date-box .date-set {
    font-size: 1.1rem;
  }
}
.home-owner-field .card .date-box .date-set .dltable-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-owner-field .card .date-box .date-set .dltable-set > dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}
.home-owner-field .card .date-box .date-set .dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-owner-field .home-owner-swiper-container {
  --swiper-navigation-size: 18px;
  --swiper-theme-color: #eeeeee;
}
.home-owner-field .home-owner-swiper-container .swiper-button-prev {
  top: 53%;
  left: -10px;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}
.home-owner-field .home-owner-swiper-container .swiper-button-next {
  top: 53%;
  right: -10px;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}
.home-owner-field .home-owner-swiper-container .swiper-pagination-fraction {
  width: initial;
  left: initial;
  bottom: 0;
  right: 0;
  background-color: #020202;
  color: #eeeeee;
  padding: 0.3em 0.8em;
}

/**************************

 Works

**************************/
.home-works_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-works_area {
    margin-top: 60px;
  }
}

.home-works-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-works-field .home-works-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-works-field .home-works-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-works-field .home-works-ttl {
    font-size: 2.5rem;
  }
}
.home-works-field .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-works-field .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-works-field .more_bt a:visited, .home-works-field .more_bt a:hover, .home-works-field .more_bt a:active, .home-works-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-works-field .more_bt a:visited, .home-works-field .more_bt a:hover, .home-works-field .more_bt a:active, .home-works-field .more_bt a:focus {
  text-decoration: none;
}
.home-works-field .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-works-field .more_bt a:visited, .home-works-field .more_bt a:hover, .home-works-field .more_bt a:active, .home-works-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-works-field .more_bt a:visited, .home-works-field .more_bt a:hover, .home-works-field .more_bt a:active, .home-works-field .more_bt a:focus {
  text-decoration: none;
}
.home-works-field .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-works-field .more_bt a:hover {
  background-color: #c2a979;
}
.home-works-field .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}
.home-works-field .home-works_body {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .home-works-field .home-works_body {
    margin-top: 10px;
  }
}
.home-works-field .home-works_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-works-field .home-works_column .card {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 980px) {
  .home-works-field .home-works_column .card {
    width: calc((100% - 30px) / 2);
  }
  .home-works-field .home-works_column .card:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
.home-works-field .home-works_column .card:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 980px) {
  .home-works-field .home-works_column .card:nth-of-type(4) {
    display: block;
  }
}
.home-works-field .home-works_column .card .works-card_images .works-card_main-img {
  width: 100%;
  overflow: hidden;
}
.home-works-field .home-works_column .card .works-card_images .works-card_main-img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-works-field .home-works_column .card .works-card_images .works-card_sub-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.home-works-field .home-works_column .card .works-card_images .works-card_sub-imgs figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.home-works-field .home-works_column .card .works-card_images .works-card_sub-imgs figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-works-field .home-works_column .card:hover .works-card_main-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-works-field .home-works_column .card .date_item {
  margin: 0.5rem;
}
.home-works-field .home-works_column .card .date_item .works-card_maintitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #666666;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .home-works-field .home-works_column .card .date_item .works-card_maintitle {
    font-size: calc(0.2232142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .home-works-field .home-works_column .card .date_item .works-card_maintitle {
    font-size: 1.3rem;
  }
}
.home-works-field .home-works_column .card .date_item .works-card_maintitle {
  line-height: 1.6;
  margin: 0;
}
.home-works-field .home-works_column .card .date_item .works-card_subtitle {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7058823529;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .home-works-field .home-works_column .card .date_item .works-card_subtitle {
    font-size: calc(0.6696428571vw + 11.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .home-works-field .home-works_column .card .date_item .works-card_subtitle {
    font-size: 1.7rem;
  }
}
.home-works-field .home-works_column .card .date_item .works-card_subtitle {
  margin-top: 0.35em;
  line-height: 1.55;
}
.home-works-field .home-works_column .card .date_item .works-card_desc {
  margin-top: 0.7em;
}
.home-works-field .home-works_column .card .date_item .works-card_desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  color: #555555;
  letter-spacing: 0em;
  line-height: 1.6923076923;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .home-works-field .home-works_column .card .date_item .works-card_desc p {
    font-size: calc(0.2232142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .home-works-field .home-works_column .card .date_item .works-card_desc p {
    font-size: 1.3rem;
  }
}
.home-works-field .home-works_column .card .date_item .works-card_desc p {
  line-height: 1.9;
}
.home-works-field .home-works_column .card .date_item .meta-info_set {
  margin: 0.95em 0 0;
  padding: 0.85em 0 0;
  border-top: solid 1px #d3d3d3;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em 1.2em;
}
.home-works-field .home-works_column .card .date_item .meta-info_set li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7em;
}
.home-works-field .home-works_column .card .date_item .meta-info_set .meta-label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  color: #888888;
  letter-spacing: 0.13em;
  line-height: 1.8181818182;
}
.home-works-field .home-works_column .card .date_item .meta-info_set .meta-value {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.6666666667;
}

/**************************

//背景緑囲み

**************************/
.green_bg {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .green_bg {
    margin-top: 80px;
  }
}
.green_bg {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .green_bg {
    padding-top: 30px;
  }
}
.green_bg {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .green_bg {
    padding-bottom: 60px;
  }
}
.green_bg {
  background-color: rgba(243, 245, 226, 0.69);
}

/**************************

 LINE UP

**************************/
.home-lineup_area {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .home-lineup_area {
    margin-top: 0;
  }
}

.home-lineup-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-lineup-field .home-lineup-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-field .home-lineup-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-field .home-lineup-ttl {
    font-size: 2.5rem;
  }
}
.home-lineup-field .home-lineup-ttl {
  text-transform: uppercase;
}
.home-lineup-field .home-lineup-type_ttl_newhouse {
  margin-top: 35px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-field .home-lineup-type_ttl_newhouse {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-field .home-lineup-type_ttl_newhouse {
    font-size: 2.5rem;
  }
}
.home-lineup-field .home-lineup-type_ttl_newhouse::after {
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #b1b1b1;
  height: 1px;
  width: 100%;
}
.home-lineup-field .home-lineup-type-ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .home-lineup-field .home-lineup-type-ttl {
    margin-top: 30px;
  }
}
.home-lineup-field .home-lineup-type-ttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #b1b1b1;
  height: 1px;
  width: 100%;
}
.home-lineup-field .home-lineup-subtype-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-lineup-field .home-lineup-subtype-ttl {
    margin-top: 30px;
  }
}
.home-lineup-field .home-lineup-subtype-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-field .home-lineup-subtype-ttl {
    font-size: calc(2.4305555556vw + 10.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-field .home-lineup-subtype-ttl {
    font-size: 2.9rem;
  }
}
.home-lineup-field .home-lineup-subtype-ttl {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .home-lineup-field .home-lineup-subtype-ttl {
    display: block;
  }
}
.home-lineup-field .home-lineup-subtype-ttl .type,
.home-lineup-field .home-lineup-subtype-ttl .txt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
}
.home-lineup-field .home-lineup-subtype-ttl .type {
  display: block;
}
.home-lineup-field .home-lineup-subtype-ttl .txt {
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  .home-lineup-field .home-lineup-subtype-ttl .txt {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.home-lineup-field .home-lineup-subtype-ttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 24px;
  width: 100%;
}
.home-lineup-field .home-lineup-subtype-ttl__skip::after {
  background-color: #7e0013;
}
.home-lineup-field .home-lineup-subtype-ttl__flat::after {
  background-color: #b48a00;
}
.home-lineup-field .home-lineup-subtype-ttl__two::after {
  background-color: #003d5d;
}

.home-lineup-list_area .home-lineup-type-ttl img {
  max-width: 236px;
}

.home-lineup-newhouse_body {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-lineup-newhouse_body {
    margin-top: 20px;
  }
}
.home-lineup-newhouse_body .home-lineup-newhouse_column {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .home-lineup-newhouse_body .home-lineup-newhouse_column {
    margin-top: 10px;
  }
}
.home-lineup-newhouse_body .home-lineup-newhouse_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-lineup-newhouse_body .home-lineup-newhouse_column .banner {
  width: 48%;
}

.home-lineup-type_body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-lineup-type_body {
    margin-top: 30px;
  }
}

.home-lineup-type_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -2rem;
}
.home-lineup-type_column::before, .home-lineup-type_column:after {
  content: "";
  display: block;
  width: calc((100% - 45px) / 4);
}
.home-lineup-type_column::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-lineup-type_column .card {
  width: calc((100% - 45px) / 4);
  margin-top: 2rem;
}
@media screen and (max-width: 980px) {
  .home-lineup-type_column .card {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .home-lineup-type_column .card {
    width: calc((100% - 15px) / 2);
  }
}

.home-lineup-type_column .card {
  position: relative;
}
.home-lineup-type_column .card .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-lineup-type_column .card .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-lineup-type_column .card:hover a:not([class]) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-lineup-type_column .card .date_item {
  margin: 0.5rem;
}
.home-lineup-type_column .card .date_item .ttl {
  margin-top: 14px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.3611111111;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-type_column .card .date_item .ttl {
    font-size: calc(2.0833333333vw + 2px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-type_column .card .date_item .ttl {
    font-size: 1.8rem;
  }
}
.home-lineup-type_column .card .date_item .ttl {
  text-align: center;
}
.home-lineup-type_column .card .date_item .hikiwatashi {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2.0416666667;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-type_column .card .date_item .hikiwatashi {
    font-size: calc(0vw + 12px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-type_column .card .date_item .hikiwatashi {
    font-size: 1.2rem;
  }
}
.home-lineup-type_column .card .date_item .hikiwatashi {
  text-align: center;
}
.home-lineup-type_column .card .date_item .price {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .home-lineup-type_column .card .date_item .price {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-type_column .card .date_item .price {
    font-size: 1.4rem;
  }
}
.home-lineup-type_column .card .date_item .price {
  text-align: center;
}
.home-lineup-type_column .card .date_item .price::after {
  content: "税込";
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
}
.home-lineup-type_column .card .vr-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 12px;
  background-color: #ffeb3b;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 2.0416666667;
}
.home-lineup-type_column .card .vr-button {
  margin-top: 12px;
}
.home-lineup-type_column .card .vr-button a.vr-button_a {
  display: block;
  padding: 12px;
  background-color: #ffeb3b;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}
.home-lineup-type_column .card {
  z-index: 5000;
}

/**************************

リノベの家

**************************/
.home-renobehouse_body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-renobehouse_body {
    margin-top: 30px;
  }
}

.home-renobehouse_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-renobehouse_wrapper .l-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background-color: #ffffff;
  border: solid 1px #b1b1b1;
}
.home-renobehouse_wrapper .l-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 0;
  bottom: 0;
  border: solid 1px #b1b1b1;
  background-color: #f0efef;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .home-renobehouse_wrapper .l-block {
    width: calc(100% - 10px);
    padding-bottom: 10px;
  }
}
.home-renobehouse_wrapper .r-block {
  display: none;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .home-renobehouse_wrapper .r-block {
    margin-top: 40px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .home-renobehouse_wrapper {
    display: block;
  }
}

.home-renobehouse_body .note-block {
  padding: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.home-renobehouse_body .note-block .body {
  margin-top: auto;
}
.home-renobehouse_body .note-block .body .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
  text-align: center;
}
.home-renobehouse_body .note-block .body .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .home-renobehouse_body .note-block .body .txt {
    margin-top: 25px;
  }
}
.home-renobehouse_body .note-block .body .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
.home-renobehouse_body .note-block .body .txt p {
  text-align: center;
}
@media screen and (max-width: 510px) {
  .home-renobehouse_body .note-block .body .txt p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .home-renobehouse_body .note-block .body .txt p br {
    display: none;
  }
}
.home-renobehouse_body .note-block .footer {
  margin-top: auto;
}
.home-renobehouse_body .note-block .footer .more_link {
  margin: 20px auto;
}
.home-renobehouse_body .note-block .footer .more_link a {
  color: #222222;
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a:visited, .home-renobehouse_body .note-block .footer .more_link a:hover, .home-renobehouse_body .note-block .footer .more_link a:active, .home-renobehouse_body .note-block .footer .more_link a:focus {
  color: #555555;
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a:visited, .home-renobehouse_body .note-block .footer .more_link a:hover, .home-renobehouse_body .note-block .footer .more_link a:active, .home-renobehouse_body .note-block .footer .more_link a:focus {
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #222222;
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a:visited, .home-renobehouse_body .note-block .footer .more_link a:hover, .home-renobehouse_body .note-block .footer .more_link a:active, .home-renobehouse_body .note-block .footer .more_link a:focus {
  color: #555555;
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a:visited, .home-renobehouse_body .note-block .footer .more_link a:hover, .home-renobehouse_body .note-block .footer .more_link a:active, .home-renobehouse_body .note-block .footer .more_link a:focus {
  text-decoration: none;
}
.home-renobehouse_body .note-block .footer .more_link a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-renobehouse_body .note-block .footer .more_link a:hover {
  background-color: #c2a979;
}
.home-renobehouse_body .note-block .footer .more_link a {
  width: 280px;
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  border-radius: 42px;
}
.home-renobehouse_body .note-block .footer .more_link a br {
  display: none;
}
@media screen and (max-width: 420px) {
  .home-renobehouse_body .note-block .footer .more_link a br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .home-renobehouse_body .note-block .footer .more_link a {
    width: 100%;
  }
}
.home-renobehouse_body .note-block .footer .note {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: center;
}
.home-renobehouse_body .note-block .footer .note br {
  display: none;
}
@media screen and (max-width: 680px) {
  .home-renobehouse_body .note-block .footer .note br {
    display: block;
  }
}

.r-top-block {
  display: block;
  border: solid 1px #b1b1b1;
  width: 100%;
  background-image: url(home/lineup/r-top-block.jpg);
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3.5%;
}
.r-top-block a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.r-top-block a:hover {
  opacity: 0.9;
}

.r-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.r-top-wrapper .img-parts {
  max-width: 260px;
  margin-right: 6.5%;
}
.r-top-wrapper .txt-parts {
  margin-top: 10px;
}
.r-top-wrapper .txt-parts .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
}
.r-top-wrapper .txt-parts .ttl br {
  display: none;
}
@media screen and (max-width: 480px) {
  .r-top-wrapper .txt-parts .ttl br {
    display: block;
  }
}
.r-top-wrapper .txt-parts .txt {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 540px) {
  .r-top-wrapper .txt-parts .txt br {
    display: none;
  }
}

.r-bottom-block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .r-bottom-block {
    margin-top: 30px;
  }
}
.r-bottom-block .r-bottom_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
}

.r-bottom-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r-bottom-wrapper > div {
  width: 47%;
}
.r-bottom-wrapper > div .card {
  display: block;
  background-color: #fff;
  border: solid 1px #b1b1b1;
}
@media only screen and (max-width: 580px) {
  .r-bottom-wrapper {
    display: block;
  }
  .r-bottom-wrapper > div {
    width: 100%;
  }
  .r-bottom-wrapper > div:not(:first-of-type) {
    margin-top: 10px;
  }
}
.r-bottom-wrapper .card {
  background-color: #fff;
  border: solid 1px #b1b1b1;
  padding: 10px;
}
.r-bottom-wrapper .card img {
  border-radius: 6px;
}
.r-bottom-wrapper .card .ttl {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.715;
  text-align: center;
}
.r-bottom-wrapper .card .ttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #b1b1b1;
  height: 1px;
  width: 100%;
}
.r-bottom-wrapper .card .date-parts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.r-bottom-wrapper .card .date-parts > div {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .r-bottom-wrapper .card .date-parts {
    display: block;
  }
  .r-bottom-wrapper .card .date-parts > div {
    width: 100%;
  }
  .r-bottom-wrapper .card .date-parts > div:not(:first-of-type) {
    margin-top: 8px;
  }
}
.r-bottom-wrapper .card .add {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.r-bottom-wrapper .card .day,
.r-bottom-wrapper .card .price-ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
}
.r-bottom-wrapper .card .price {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.r-bottom-wrapper .card .price span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
}

/**************************

 SALE

**************************/
.home-sale_area {
  background-color: rgba(228, 253, 36, 0.69);
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .home-sale_area {
    padding-top: 40px;
  }
}
.home-sale_area {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-sale_area {
    padding-bottom: 40px;
  }
}

.home-sale-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  position: relative;
}
.home-sale-field .home-sale-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-sale-field .home-sale-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-sale-field .home-sale-ttl {
    font-size: 2.5rem;
  }
}
.home-sale-field .home-sale-ttl {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .home-sale-field {
    padding-bottom: 90px;
  }
}
.home-sale-field .more_bt {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
}
.home-sale-field .more_bt a {
  color: #222222;
  text-decoration: none;
}
.home-sale-field .more_bt a:visited, .home-sale-field .more_bt a:hover, .home-sale-field .more_bt a:active, .home-sale-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-sale-field .more_bt a:visited, .home-sale-field .more_bt a:hover, .home-sale-field .more_bt a:active, .home-sale-field .more_bt a:focus {
  text-decoration: none;
}
.home-sale-field .more_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none;
}
.home-sale-field .more_bt a:visited, .home-sale-field .more_bt a:hover, .home-sale-field .more_bt a:active, .home-sale-field .more_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.home-sale-field .more_bt a:visited, .home-sale-field .more_bt a:hover, .home-sale-field .more_bt a:active, .home-sale-field .more_bt a:focus {
  text-decoration: none;
}
.home-sale-field .more_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-sale-field .more_bt a:hover {
  background-color: #c2a979;
}
.home-sale-field .more_bt a {
  border: solid 1px #b1b1b1;
  padding: 0.8em 2.5em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .home-sale-field .more_bt {
    top: initial;
    right: 0;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
}
.home-sale-field .home-sale_body {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .home-sale-field .home-sale_body {
    margin-top: 20px;
  }
}
.home-sale-field .home-sale_column {
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-sale-field .home-sale_column::before, .home-sale-field .home-sale_column:after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.home-sale-field .home-sale_column::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-sale-field .home-sale_column .card {
  margin-top: 40px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 980px) {
  .home-sale-field .home-sale_column .card {
    width: calc((100% - 30px) / 2);
  }
}
.home-sale-field .home-sale_column .card .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-sale-field .home-sale_column .card .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-sale-field .home-sale_column .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-sale-field .home-sale_column .card .date_item {
  margin: 0.5rem;
}
.home-sale-field .home-sale_column .card .date_item .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .home-sale-field .home-sale_column .card .date_item .ttl {
    font-size: calc(0.6944444444vw + 7.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-sale-field .home-sale_column .card .date_item .ttl {
    font-size: 1.3rem;
  }
}
.home-sale-field .home-sale_column .card .date_item .ttl .label {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #7e0013;
  letter-spacing: 0.02em;
  line-height: 2.2;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .home-sale-field .home-sale_column .card .date_item .ttl .label {
    font-size: calc(0vw + 11px);
  }
}
@media screen and (min-width: 768px) {
  .home-sale-field .home-sale_column .card .date_item .ttl .label {
    font-size: 1.1rem;
  }
}
.home-sale-field .home-sale_column .card .date_item .ttl .label {
  border: solid 2px #7e0013;
  padding: 0.5em;
  display: inline-block;
}
.home-sale-field .home-sale_column .card .date_item .price {
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .home-sale-field .home-sale_column .card .date_item .price {
    font-size: calc(2.7777777778vw + 4.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .home-sale-field .home-sale_column .card .date_item .price {
    font-size: 2.6rem;
  }
}
.home-sale-field .home-sale_column .card .date_item .price .price-lavel {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  display: inline-block;
  margin-right: 5px;
}
.home-sale-field .home-sale_column .card .date_item .price .price-mini {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
  display: inline-block;
}
.home-sale-field .home-sale_column .card .date_item .dl-set {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6727272727;
}
@media screen and (max-width: 480px) {
  .home-sale-field .home-sale_column .card .date_item .dl-set {
    margin-top: 10px;
  }
}
.home-sale-field .home-sale_column .card .date_item .dl-set .dltable-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-sale-field .home-sale_column .card .date_item .dl-set .dltable-set > dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}
.home-sale-field .home-sale_column .card .date_item .dl-set .dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .home-sale-field .home-sale_column .card .date_item .dl-set .dltable-set {
    display: block;
  }
  .home-sale-field .home-sale_column .card .date_item .dl-set .dltable-set > dd {
    margin-left: 10px;
    padding-bottom: 3px;
    border-bottom: solid #c2a979 1px;
  }
}

/**************************

 コンタクト・リクルート

**************************/
.home-action_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-action_area {
    margin-top: 50px;
  }
}

.home-action-field {
  max-width: 825px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-action-field .home-action_block {
  width: 100%;
}
.home-action-field .contact_bt,
.home-action-field .recruit_bt {
  position: relative;
}
.home-action-field .contact_bt:not(:first-of-type),
.home-action-field .recruit_bt:not(:first-of-type) {
  margin-top: 42px;
}
.home-action-field .contact_bt,
.home-action-field .recruit_bt {
  overflow: hidden;
}
.home-action-field .contact_bt img,
.home-action-field .recruit_bt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-action-field .contact_bt:hover img,
.home-action-field .recruit_bt:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
.home-action-field .contact_bt p,
.home-action-field .recruit_bt p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2.1857142857;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .home-action-field .contact_bt p,
  .home-action-field .recruit_bt p {
    font-size: calc(1.0416666667vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .home-action-field .contact_bt p,
  .home-action-field .recruit_bt p {
    font-size: 1.4rem;
  }
}
.home-action-field .contact_bt p,
.home-action-field .recruit_bt p {
  z-index: 1;
}
.home-action-field .contact_bt p:before,
.home-action-field .recruit_bt p:before {
  content: attr(data-subttl);
  display: inline-block;
  margin-right: 2em;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6896551724;
  font-size: 2.3rem;
}
@media screen and (min-width: 480px) {
  .home-action-field .contact_bt p:before,
  .home-action-field .recruit_bt p:before {
    font-size: calc(2.0833333333vw + 13px);
  }
}
@media screen and (min-width: 768px) {
  .home-action-field .contact_bt p:before,
  .home-action-field .recruit_bt p:before {
    font-size: 2.9rem;
  }
}
.home-action-field .contact_bt p:before,
.home-action-field .recruit_bt p:before {
  font-size: 1.4em;
  z-index: 1;
}

/**************************

 SNS

**************************/
.home-sns_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .home-sns_area {
    margin-top: 60px;
  }
}

.home-sns-field {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-sns-field .home-sns-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.88;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .home-sns-field .home-sns-ttl {
    font-size: calc(8.75vw + -10px);
  }
}
@media screen and (min-width: 400px) {
  .home-sns-field .home-sns-ttl {
    font-size: 2.5rem;
  }
}
.home-sns-field .home-sns-ttl {
  text-transform: uppercase;
}
.home-sns-field .home-sns-column {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .home-sns-field .home-sns-column {
    margin-top: 15px;
  }
}
.home-sns-field .home-sns-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-sns-field .home-sns-column > div {
  width: 48%;
}
@media only screen and (max-width: 1000px) {
  .home-sns-field .home-sns-column > div {
    width: 100%;
  }
  .home-sns-field .home-sns-column > div:not(:first-of-type) {
    margin-top: 40 px;
  }
}
.home-sns-field .home-sns-instagram_block .ttl,
.home-sns-field .home-sns-youtube_block .ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.home-sns-field .home-sns-instagram_block .ttl span,
.home-sns-field .home-sns-youtube_block .ttl span {
  max-width: 72px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .home-sns-field .home-sns-instagram_block .ttl span,
  .home-sns-field .home-sns-youtube_block .ttl span {
    max-width: 35px;
    margin-right: 10px;
  }
}
.home-sns-field .home-sns-instagram_block .sbi_no_avatar .sbi_header_img {
  background-color: #c2a979;
}
@media screen and (max-width: 768px) {
  .home-sns-field .home-sns-instagram_block #instafeed #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(n+5) {
    display: none;
  }
}
.home-sns-field .youtube-list_block > div:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .home-sns-field .youtube-list_block {
    margin-top: 40px;
  }
}

/**************************

  PICKUP  sp

**************************/
.home-pickup_area {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .home-pickup_area {
    margin-top: 90px;
  }
}
.home-pickup_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .home-pickup_area {
    margin-bottom: 40px;
  }
}

.home-pickup-field {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.home-pickup-field .home-pickup-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.88;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .home-pickup-field .home-pickup-ttl {
    font-size: calc(8.75vw + -10px);
  }
}
@media screen and (min-width: 400px) {
  .home-pickup-field .home-pickup-ttl {
    font-size: 2.5rem;
  }
}
.home-pickup-field .home-pickup-ttl {
  text-transform: uppercase;
}
.home-pickup-field .home-pickup-column {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .home-pickup-field .home-pickup-column {
    margin-top: 15px;
  }
}
.home-pickup-field .home-pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-pickup-field .home-pickup-list li {
  width: calc((100% - 60px) / 3);
}
.home-pickup-field .home-pickup-list li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-pickup-field .home-pickup-list li a .ttl {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-pickup-field .home-pickup-list li a .item_img {
  overflow: hidden;
}
.home-pickup-field .home-pickup-list li a .item_img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-pickup-field .home-pickup-list li a:hover .ttl {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-pickup-field .home-pickup-list li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .home-pickup-field .home-pickup-list li {
    width: 100%;
  }
  .home-pickup-field .home-pickup-list li:not(:first-of-type) {
    margin-top: 40px;
  }
}

/**************************

 BInO提供 見学管理 [KengakuCloud]

**************************/
.home-eventnews_block #iemiru-cms-index-page {
  max-width: 100%;
  font-weight: 700;
}
.home-eventnews_block #iemiru-cms-index-page .index-page__events-event.is-horizontal {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
@media screen and (max-width: 980px) {
  .home-eventnews_block #iemiru-cms-index-page .index-page__events-event.is-horizontal {
    width: 49%;
  }
}
.home-eventnews_block .index-page__events-event-date,
.home-eventnews_block .index-page__events-event-address {
  font-weight: bold;
}
.home-eventnews_block #iemiru-cms-index-page .index-page__events-event .index-page__events-event-labels .label {
  font-weight: bold;
}
.home-eventnews_block #iemiru-cms-index-page.is-small .index-page__events-event.is-horizontal {
  width: 47% !important;
  margin-left: 0.1% !important;
  margin-right: 0.1% !important;
  min-width: auto !important;
  min-height: auto !important;
}
.home-eventnews_block #iemiru-cms-index-page.is-small .index-page__events-event {
  padding: 5px;
}
.home-eventnews_block #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-date {
  height: auto;
}
.home-eventnews_block #iemiru-cms-index-page .index-page__events-event .index-page__events-event-name {
  height: auto !important;
}

.home-eventnews_block #iemiru-cms-index-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/**************************

  company

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.company .page-header .page-header_container::before {
  background-image: url(company/page_header.jpg);
}
.company {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .company {
    margin-bottom: 100px;
  }
}

/*---------------------

//私たちマイハウスは

-----------------------*/
.company-intro_area {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .company-intro_area {
    margin-top: 100px;
  }
}
.company-intro_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.company-intro_area .company-intro-txt {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .company-intro_area .company-intro-txt {
    margin-top: 40px;
  }
}
.company-intro_area .company-intro-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .company-intro_area .company-intro-txt {
    font-size: calc(0.6944444444vw + 12.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .company-intro_area .company-intro-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 530px) {
  .company-intro_area .company-intro-txt br {
    display: none;
  }
}
.company-intro_area .company-intro-txt {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .company-intro_area .company-intro-txt {
    text-align: left;
  }
}

/*---------------------

//会社概要

-----------------------*/
.summary_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .summary_area {
    margin-top: 60px;
  }
}
.summary_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.summary_area .summary_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.summary_area .summary-dltable {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .summary_area .summary-dltable {
    margin-top: 60px;
  }
}
.summary_area .summary-dltable div.dltable-set {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set {
    display: block;
  }
}
.summary_area .summary-dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
  padding: 17px 23px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set > dt {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding: 17px 23px 15px;
    background-color: #f5f5f5;
  }
}
.summary_area .summary-dltable div.dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 23px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set > dd {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding-bottom: 33px;
  }
}

.company-access-map_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area {
    margin-top: 60px;
  }
}
.company-access-map_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.company-access-map_area .company-access_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.company-access-map_area .company-access_ttl:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area .company-access_ttl:not(:first-of-type) {
    margin-top: 60px;
  }
}
.company-access-map_area .company-access-map_body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area .company-access-map_body {
    margin-top: 40px;
  }
}
.company-access-map_area .company-access-map_body .access-map {
  margin-top: 10px;
  position: relative;
  width: auto;
  padding-top: 60%;
}
.company-access-map_area .company-access-map_body .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/**************************

  staff

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.staff .page-header .page-header_container::before {
  background-image: url(staff/page_header.jpg);
}
.staff {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .staff {
    margin-bottom: 60px;
  }
}

/*---------------------

staff詳細ページ

-----------------------*/
.staff-single_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .staff-single_area {
    margin-top: 70px;
  }
}
.staff-single_area .staff-single_head .staff-st_catchcopy {
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single_head .staff-st_catchcopy {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single_head .staff-st_catchcopy {
    font-size: 2.5rem;
  }
}
.staff-single_area .staff-single_head .staff-st_catchcopy {
  text-align: center;
}
.staff-single_area .staff-single_head .staff-st_catchcopy::after {
  content: "";
  display: block;
  background-color: #707070;
  width: 64px;
  height: 1px;
  margin: 0 auto;
  margin-top: 37.1px;
}
.staff-single_area .staff-single_head .st_position_en {
  margin-top: 37.1px;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  text-align: center;
}
.staff-single_area .staff-single_head .staff-name {
  margin-top: 37.1px;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single_head .staff-name {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single_head .staff-name {
    font-size: 2.5rem;
  }
}
.staff-single_area .staff-single_head .staff-name {
  text-align: center;
}
.staff-single_area .staff-single_head .st_position {
  display: none;
  margin-top: 16px;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.staff-single_area .staff-single_head .staff-img_block {
  max-width: 1128px;
  height: auto;
  margin: 0 auto;
  margin-top: 54px;
}
.staff-single_area .staff-single_body {
  margin-top: 80px;
  max-width: 840px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.staff-single_area .staff-single_body .st_goodpoint_ttl,
.staff-single_area .staff-single_body .st_value_ttl {
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single_body .st_goodpoint_ttl,
  .staff-single_area .staff-single_body .st_value_ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single_body .st_goodpoint_ttl,
  .staff-single_area .staff-single_body .st_value_ttl {
    font-size: 2.5rem;
  }
}
.staff-single_area .staff-single_body .st_goodpoint_ttl::after,
.staff-single_area .staff-single_body .st_value_ttl::after {
  content: "";
  display: block;
  background-color: #000000;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  margin-top: 8px;
}
.staff-single_area .staff-single_body .st_value_ttl {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .staff-single_area .staff-single_body .st_value_ttl {
    margin-top: 80px;
  }
}
.staff-single_area .staff-single_body .st_goodpoint,
.staff-single_area .staff-single_body .st_value {
  margin-top: 60px;
}
.staff-single_area .staff-single_body .st_goodpoint p:not(:first-of-type),
.staff-single_area .staff-single_body .st_value p:not(:first-of-type) {
  margin-top: 20px;
}
.staff-single_area .staff-single_body .st_goodpoint,
.staff-single_area .staff-single_body .st_value {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single_body .st_goodpoint,
  .staff-single_area .staff-single_body .st_value {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single_body .st_goodpoint,
  .staff-single_area .staff-single_body .st_value {
    font-size: 1.8rem;
  }
}
.staff-single_area .staff-single_body .st_goodpoint a,
.staff-single_area .staff-single_body .st_value a {
  color: #f12573;
  text-decoration: none;
}
.staff-single_area .staff-single_body .st_goodpoint a:visited, .staff-single_area .staff-single_body .st_goodpoint a:hover, .staff-single_area .staff-single_body .st_goodpoint a:active, .staff-single_area .staff-single_body .st_goodpoint a:focus,
.staff-single_area .staff-single_body .st_value a:visited,
.staff-single_area .staff-single_body .st_value a:hover,
.staff-single_area .staff-single_body .st_value a:active,
.staff-single_area .staff-single_body .st_value a:focus {
  color: rgb(247.1551724138, 132.8448275862, 176.5517241379);
  text-decoration: none;
}
.staff-single_area .staff-single_body .st_goodpoint a:visited, .staff-single_area .staff-single_body .st_goodpoint a:hover, .staff-single_area .staff-single_body .st_goodpoint a:active, .staff-single_area .staff-single_body .st_goodpoint a:focus,
.staff-single_area .staff-single_body .st_value a:visited,
.staff-single_area .staff-single_body .st_value a:hover,
.staff-single_area .staff-single_body .st_value a:active,
.staff-single_area .staff-single_body .st_value a:focus {
  text-decoration: none;
}
.staff-single_area .staff-single-goindex_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .staff-single_area .staff-single-goindex_block {
    margin-top: 40px;
  }
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex {
  max-width: 183px;
  margin: 0 auto;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a {
  color: #222222;
  text-decoration: none;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a:visited, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:hover, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:active, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:focus {
  color: #555555;
  text-decoration: none;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a:visited, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:hover, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:active, .staff-single_area .staff-single-goindex_block .staff-single-goindex a:focus {
  text-decoration: none;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 1.2em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a:hover {
  background-color: #c2a979;
}
.staff-single_area .staff-single-goindex_block .staff-single-goindex a {
  width: 183px;
  border: solid 1px #222222;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.0222222222;
}
.staff-single_area .staff-single-gocompany_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .staff-single_area .staff-single-gocompany_block {
    margin-top: 60px;
  }
}
.staff-single_area .staff-single-gocompany_block {
  max-width: 46.7%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-width: 280px;
  min-height: 80px;
  background: url("staff/staff_single_gocompany_bg.jpg") no-repeat 0 center;
  background-size: cover;
  position: relative;
}
.staff-single_area .staff-single-gocompany_block a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: 2.6vw 2em;
  text-align: right;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.staff-single_area .staff-single-gocompany_block a span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-single_area .staff-single-gocompany_block a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #c2a979;
  opacity: 0.8;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-single_area .staff-single-gocompany_block a:hover span {
  color: #050505;
}
.staff-single_area .staff-single-gocompany_block a:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.staff-single_area .staff-single-gocompany_block a:hover {
  opacity: 1;
}
.staff-single_area .staff-single-gocompany_block a:hover .gocompany_ttl span,
.staff-single_area .staff-single-gocompany_block a:hover .gocompany_subttl span {
  color: #FFF;
}
@media only screen and (max-width: 700px) {
  .staff-single_area .staff-single-gocompany_block a {
    width: 100%;
  }
}
.staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_ttl {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.712;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_ttl {
    font-size: calc(2.0089285714vw + 9.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_ttl {
    font-size: 2.5rem;
  }
}
.staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_subttl {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_subttl {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .staff-single_area .staff-single-gocompany_block a .staff-single-gocompany .gocompany_subttl {
    font-size: 1.4rem;
  }
}

/*---------------------

MyHOUSE Building Members

-----------------------*/
.staff-index_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .staff-index_area {
    margin-top: 60px;
  }
}
.staff-index_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.staff-index_area .staff-index_ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .staff-index_area .staff-index_ttl {
    margin-top: 40px;
  }
}
.staff-index_area .staff-index_ttl {
  text-align: center;
}
.staff-index_area .staff-index_ttl span {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .staff-index_area .staff-index_ttl span {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .staff-index_area .staff-index_ttl span {
    font-size: 2.5rem;
  }
}
.staff-index_area .staff-index_ttl span {
  display: block;
  margin-bottom: 14px;
}
.staff-index_area .staff-index_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6642857143;
}

/*---------------------

//左右column 

-----------------------*/
.staff-index_body {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .staff-index_body {
    margin-top: 60px;
  }
}
.staff-index_body {
  position: relative;
}
.staff-index_body .staff-index_column {
  margin-top: -54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.staff-index_body .staff-index_column .staff-index_card {
  margin-top: 54px;
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 980px) {
  .staff-index_body .staff-index_column .staff-index_card {
    width: 100%;
  }
}

/*---------------------

//カードレイアウト

-----------------------*/
.staff-index_card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.staff-index_card a {
  display: block;
  width: 100%;
  height: 100%;
}
.staff-index_card .inner {
  height: calc((100% - 15px) / 2);
  height: 24vw;
  min-height: 228px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.staff-index_card .txt_blck {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.staff-index_card .txt_blck .txt span,
.staff-index_card .txt_blck .yakusyoku span,
.staff-index_card .txt_blck .name span {
  padding: 0.8em;
  background: rgba(253, 240, 240, 0.9);
}
.staff-index_card .txt_blck .txt span {
  display: inline-block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .staff-index_card .txt_blck .txt span {
    font-size: calc(0.7692307692vw + 11.5384615385px);
  }
}
@media screen and (min-width: 840px) {
  .staff-index_card .txt_blck .txt span {
    font-size: 1.8rem;
  }
}
.staff-index_card .txt_blck .yakusyoku {
  margin-top: 30px;
}
.staff-index_card .txt_blck .yakusyoku span {
  display: inline-block;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.71;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .staff-index_card .txt_blck .yakusyoku span {
    font-size: calc(0vw + 10px);
  }
}
@media screen and (min-width: 840px) {
  .staff-index_card .txt_blck .yakusyoku span {
    font-size: 1rem;
  }
}
.staff-index_card .txt_blck .yakusyoku span {
  margin-right: auto;
}
.staff-index_card .txt_blck .name {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.225;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .staff-index_card .txt_blck .name {
    font-size: calc(0.3846153846vw + 12.7692307692px);
  }
}
@media screen and (min-width: 840px) {
  .staff-index_card .txt_blck .name {
    font-size: 1.6rem;
  }
}
.staff-index_card .txt_blck.right {
  right: 0;
}
.staff-index_card .txt_blck.right .txt,
.staff-index_card .txt_blck.right .yakusyoku,
.staff-index_card .txt_blck.right .name {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .staff-index_card .txt_blck.right .txt,
  .staff-index_card .txt_blck.right .yakusyoku,
  .staff-index_card .txt_blck.right .name {
    text-align: left;
  }
}
@media screen and (max-width: 980px) {
  .staff-index_card {
    padding-bottom: 100px;
    margin-bottom: 30px;
  }
  .staff-index_card .inner {
    height: 60vw;
    padding: 0;
  }
  .staff-index_card .txt_blck {
    background-color: #fdf2f2;
    padding: 1.5em;
    width: 96%;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  .staff-index_card .txt_blck .txt,
  .staff-index_card .txt_blck .yakusyoku,
  .staff-index_card .txt_blck .name {
    display: inline-block;
  }
  .staff-index_card .txt_blck .txt span,
  .staff-index_card .txt_blck .yakusyoku span,
  .staff-index_card .txt_blck .name span {
    padding: 0;
    background: none;
  }
  .staff-index_card .txt_blck .txt {
    display: block;
  }
  .staff-index_card .txt_blck .txt br {
    display: none;
  }
  .staff-index_card .txt_blck .yakusyoku,
  .staff-index_card .txt_blck .name {
    margin-top: 0px;
  }
}

/**************************

  ownerslife

**************************/
.ownerslife {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife {
    margin-bottom: 60px;
  }
}

.ownerslife-ep_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area {
    margin-top: 60px;
  }
}
.ownerslife-ep_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch {
  text-align: center;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch::before {
  content: "";
  background-image: url(ownerslife/ownerslife_ep_befor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  width: 173px;
  height: 51px;
  margin-bottom: 18px;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .ep {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .no {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 18px;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .ttl {
    margin-top: 30px;
  }
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6896551724;
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .sub-ttl {
  font-family: "FP-HiraKakuProN-W6";
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .sub-ttl {
    margin-top: 20px;
  }
}
.ownerslife-ep_area .ownerslife-ep_heading .ownerslife-ep_catch .sub-ttl {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
.ownerslife-ep_area .ownerslife-ep_body {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep_body {
    margin-top: 30px;
  }
}
.ownerslife-ep_area .ownerslife-ep-date {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep-date {
    margin-top: 30px;
  }
}
.ownerslife-ep_area .ownerslife-ep-date .ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
.ownerslife-ep_area .ownerslife-ep-date .ttl::after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 18px;
}
.ownerslife-ep_area .ownerslife-ep-date {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep-date {
    margin-top: 40px;
  }
}
.ownerslife-ep_area .ownerslife-ep-date {
  max-width: 400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable {
    margin-top: 30px;
  }
}
.ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dt::after {
  content: ":";
  display: inline-block;
  margin: 1em;
}
.ownerslife-ep_area .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dd {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ownerslife-point_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-point_area {
    margin-top: 60px;
  }
}
.ownerslife-point_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.ownerslife-point_area .ownerslife-point_list .card:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.ownerslife-point_area .ownerslife-point_list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ownerslife-point_area .ownerslife-point_list .card .item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.ownerslife-point_area .ownerslife-point_list .card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ownerslife-point_area .ownerslife-point_list .card:nth-child(even) .item_img {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card:nth-child(even) .item_img {
    margin-left: -4%;
  }
}
.ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
    font-size: 2.5rem;
  }
}
.ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_txtbox p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 480px) {
  .ownerslife-point_area .ownerslife-point_list .card .item_txtbox p br {
    display: none;
  }
}
.ownerslife-point_area .ownerslife-point_list .card .item_txtbox p::before {
  content: "";
  background-image: url(ownerslife/goodpoint.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 105px;
  height: 27px;
  margin-bottom: 20px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .ownerslife-point_area .ownerslife-point_list .card {
    display: block;
  }
}

.ownerslife-note_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-note_area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ownerslife-note_area .ownerslife-ep_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.ownerslife-note_area .note_ttl {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-note_area .note_ttl {
    margin-top: 80px;
  }
}
.ownerslife-note_area .note_ttl h2 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  .ownerslife-note_area .note_ttl h2 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ownerslife-note_area .note_ttl h2 {
    text-align: left;
  }
}
.ownerslife-note_area .note_txt {
  max-width: 645px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .ownerslife-note_area .note_txt br {
    display: none;
  }
}
.ownerslife-note_area .note_txt p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-note_area .note_txt p {
    margin-top: 40px;
  }
}
.ownerslife-note_area .note_txt p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}
.ownerslife-note_area .note-img_list_block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-note_area .note-img_list_block {
    margin-top: 80px;
  }
}
.ownerslife-note_area .note-img_list_block .note-img_list {
  display: table;
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
}
.ownerslife-note_area .note-img_list_block .note-img_list li {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}
.ownerslife-note_area .note-img_list_block .note-img_list li img {
  height: 300px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .ownerslife-note_area .note-img_list_block .note-img_list li {
    margin-left: 0px;
  }
  .ownerslife-note_area .note-img_list_block .note-img_list li img {
    height: auto;
    width: 100%;
  }
}

.ownerslife-pager_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-pager_area {
    margin-top: 80px;
  }
}
.ownerslife-pager_area {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.ownerslife-pager_area .pre-next_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ownerslife-pager_area .pre-next_block a {
  display: block;
  padding: 0 1em;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222222;
  text-decoration: none;
}
.ownerslife-pager_area .pre-next_block a:visited, .ownerslife-pager_area .pre-next_block a:hover, .ownerslife-pager_area .pre-next_block a:active, .ownerslife-pager_area .pre-next_block a:focus {
  color: #555555;
  text-decoration: none;
}
.ownerslife-pager_area .pre-next_block a:visited, .ownerslife-pager_area .pre-next_block a:hover, .ownerslife-pager_area .pre-next_block a:active, .ownerslife-pager_area .pre-next_block a:focus {
  text-decoration: none;
}

/**************************

  ownerslife 一覧

**************************/
.ownerslife-index-list_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index-list_area {
    margin-top: 80px;
  }
}
.ownerslife-index-list_area .category_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  text-align: center;
}

.ownerslife-index_list {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list {
    margin-top: 60px;
  }
}
.ownerslife-index_list .card:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.ownerslife-index_list .card:not(:first-of-type) {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card:not(:first-of-type) {
    padding-top: 60px;
  }
}
.ownerslife-index_list .card:not(:first-of-type) {
  border-top: solid 1px #B1B1B1;
}
.ownerslife-index_list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ownerslife-index_list .card .item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .ownerslife-index_list .card .item_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.ownerslife-index_list .card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ownerslife-index_list .card:nth-child(even) .item_img {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .ownerslife-index_list .card:nth-child(even) .item_img {
    margin-left: -4%;
  }
}
@media screen and (max-width: 1100px) {
  .ownerslife-index_list .card {
    display: block;
  }
  .ownerslife-index_list .card .item_img {
    margin-right: 0;
  }
  .ownerslife-index_list .card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ownerslife-index_list .card:nth-child(even) .item_img {
    margin-left: 0;
  }
}

.ownerslife-index_list .card .item_txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .ownerslife-index_list .card .item_txtbox {
    margin-top: 80px;
  }
}
.ownerslife-index_list .card .item_txtbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .ownerslife-index_list .card .item_txtbox .ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .ownerslife-index_list .card .item_txtbox .ttl {
    font-size: 2.5rem;
  }
}
.ownerslife-index_list .card .item_txtbox .story_item {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card .item_txtbox .story_item {
    margin-top: 30px;
  }
}
.ownerslife-index_list .card .item_txtbox .story_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.ownerslife-index_list .card .item_txtbox .story-txt {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card .item_txtbox .story-txt {
    margin-top: 8px;
  }
}
.ownerslife-index_list .card .item_txtbox .story-txt p:not(:first-of-type) {
  margin-top: 20px;
}
.ownerslife-index_list .card .item_txtbox .story-txt p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .ownerslife-index_list .card .item_txtbox .story-txt p {
    font-size: calc(0.2232142857vw + 13.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .ownerslife-index_list .card .item_txtbox .story-txt p {
    font-size: 1.5rem;
  }
}
.ownerslife-index_list .card .item_txtbox .story-txt p {
  position: relative;
}
@media screen and (max-width: 768px) {
  .ownerslife-index_list .card .item_txtbox .story-txt p {
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .ownerslife-index_list .card .item_txtbox .story-txt p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 480px) {
  .ownerslife-index_list .card .item_txtbox .story-txt p br {
    display: none;
  }
}
.ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable {
    margin-top: 30px;
  }
}
.ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}
.ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dt::after {
  content: ":";
  display: inline-block;
  margin: 0 1em;
}
.ownerslife-index_list .card .ownerslife-ep-date .ownerslife-ep-date_dltable div.dltable-set > dd {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ownerslife-index_list .card .bt-item {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .ownerslife-index_list .card .bt-item {
    margin-top: 40px;
  }
}
.ownerslife-index_list .card .bt-item .bt {
  width: 193px;
}
.ownerslife-index_list .card .bt-item .bt a {
  color: #fff;
  text-decoration: none;
}
.ownerslife-index_list .card .bt-item .bt a:visited, .ownerslife-index_list .card .bt-item .bt a:hover, .ownerslife-index_list .card .bt-item .bt a:active, .ownerslife-index_list .card .bt-item .bt a:focus {
  color: white;
  text-decoration: none;
}
.ownerslife-index_list .card .bt-item .bt a:visited, .ownerslife-index_list .card .bt-item .bt a:hover, .ownerslife-index_list .card .bt-item .bt a:active, .ownerslife-index_list .card .bt-item .bt a:focus {
  text-decoration: none;
}
.ownerslife-index_list .card .bt-item .bt a {
  width: 193px;
  margin: 0 auto;
  display: block;
  padding: 10.5px 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ownerslife-index_list .card .bt-item .bt a:hover {
  background-color: #c2a979;
}
.ownerslife-index_list .card .bt-item .bt a {
  font-size: 1.6rem;
}

/**************************

  modelhouse

**************************/
.modelhouse {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse {
    margin-bottom: 60px;
  }
}

.modelhouse-first_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area {
    margin-top: 60px;
  }
}
.modelhouse-first_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date {
  text-align: center;
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .ttl,
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .ttl,
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .add {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .ttl,
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .add {
    font-size: 1.6rem;
  }
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .type {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .type {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .type {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .type {
    font-size: 1.6rem;
  }
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .product-name {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .product-name {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .product-name {
    font-size: 3rem;
  }
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .product-name span {
  display: inline-block;
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .product-name span.sub-name {
  font-style: 0.7em;
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .limit {
  margin-top: 20px;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .limit {
    font-size: calc(0.6696428571vw + 7.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .limit {
    font-size: 1.3rem;
  }
}
.modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .sub-mini {
  margin-top: 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .sub-mini {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .modelhouse-first_date .sub-mini {
    font-size: 1.4rem;
  }
}
.modelhouse-first_area .modelhouse-first_heading .sale-label_block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-first_heading .sale-label_block {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-first_heading .sale-label_block {
  text-align: center;
}
.modelhouse-first_area .modelhouse-first_heading .sale-label_block .sale-label {
  margin-right: auto;
  margin-left: auto;
}
.modelhouse-first_area .modelhouse-full-access-map {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-full-access-map {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-full-access-map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.modelhouse-first_area .modelhouse-full-access-map .ttl {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-full-access-map .ttl {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-full-access-map .ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-first_area .modelhouse-full-access-map .ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-first_area .modelhouse-full-access-map .ttl {
    font-size: 2.5rem;
  }
}
.modelhouse-first_area .modelhouse-full-access-map .ttl::after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background-color: #2a150e;
  margin: 0 auto;
  margin-top: 10px;
}
.modelhouse-first_area .modelhouse-full-access-map .access-map {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-full-access-map .access-map {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-first_body {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-first_area .modelhouse-first_body {
    margin-top: 30px;
  }
}
.modelhouse-first_area .modelhouse-first_body .modelhouse-first_img {
  max-width: 900px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.modelhouse-point_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area {
    margin-top: 60px;
  }
}
.modelhouse-point_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .modelhouse-point_area {
    max-width: 1400px;
  }
}
.modelhouse-point_area .modelhouse-point_list .card {
  counter-increment: methodNo;
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox:before {
  font-family: "Damion", cursive, sans-serif;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #5a4004;
  letter-spacing: 0em;
  line-height: 1.125;
  content: "Point." counter(methodNo, decimal-leading-zero);
  display: inline-block;
  margin-bottom: 16px;
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox {
  margin-top: 20px;
}
.modelhouse-point_area .modelhouse-point_list .card:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.modelhouse-point_area .modelhouse-point_list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modelhouse-point_area .modelhouse-point_list .card .item_img {
  margin-right: 4%;
  max-width: 800px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1395px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_img {
    margin-right: 0;
    margin-inline: auto;
    width: 100%;
    text-align: center;
  }
}
.modelhouse-point_area .modelhouse-point_list .card .item_img img {
  max-height: 570px;
  width: auto;
  margin: 0 auto;
}
.modelhouse-point_area .modelhouse-point_list .card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modelhouse-point_area .modelhouse-point_list .card:nth-child(even) .item_img {
  margin-right: 0;
  margin-left: 4%;
}
@media only screen and (max-width: 1395px) {
  .modelhouse-point_area .modelhouse-point_list .card:nth-child(even) .item_img {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 1395px) {
  .modelhouse-point_area .modelhouse-point_list .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modelhouse-point_area .modelhouse-point_list .card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox {
  display: inline-block;
  max-width: 480px;
}
@media only screen and (max-width: 1395px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox {
    max-width: 800px;
    margin-top: 20px;
    width: 100%;
  }
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox p {
    font-size: calc(0vw + 16px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox p {
    font-size: 1.6rem;
  }
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox p {
  position: relative;
  margin-left: 10px;
}
.modelhouse-point_area .modelhouse-point_list .card .item_txtbox p.mini {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox p.mini {
    font-size: calc(0vw + 14px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox p.mini {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 680px) {
  .modelhouse-point_area .modelhouse-point_list .card .item_txtbox p br {
    display: none;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt {
  counter-increment: methodNo;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox:before {
  font-family: "Damion", cursive, sans-serif;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #5a4004;
  letter-spacing: 0em;
  line-height: 1.125;
  content: "Point" counter(methodNo, decimal-leading-zero);
  display: inline-block;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox {
  margin-top: 20px;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt:not(:first-of-type) {
    margin-top: 60px;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper:nth-child(even) .item_img {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper:nth-child(even) .item_img {
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .flex-wrapper:nth-child(even):nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_img {
  margin-right: 4%;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_img {
    margin-right: 0;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_img img {
  max-height: 570px;
  width: auto;
  margin: 0 auto;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox {
    margin-top: 20px;
    width: 100%;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.6em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
    font-size: 2.5rem;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
  position: relative;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p.mini {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p.mini {
    font-size: calc(0vw + 14px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p.mini {
    font-size: 1.4rem;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p {
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .item_txtbox p br {
    display: none;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt {
  display: block;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt {
    margin-top: 20px;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt {
  max-width: 860px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt br {
    display: none;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt p {
    margin-top: 40px;
  }
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.modelhouse-point_area .modelhouse-point_list .card-subtxt .sub_txt p .sub-caution {
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
.modelhouse-point_area .note_txt {
  display: block;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .note_txt {
    margin-top: 40px;
  }
}
.modelhouse-point_area .note_txt {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .modelhouse-point_area .note_txt br {
    display: none;
  }
}
@media only screen and (max-width: 1395px) {
  .modelhouse-point_area .note_txt {
    padding-top: 40px;
    margin-top: 40px;
  }
  .modelhouse-point_area .note_txt:before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #9d9da3;
    margin: 0 auto 60px;
  }
}
.modelhouse-point_area .note_txt p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-point_area .note_txt p {
    margin-top: 40px;
  }
}
.modelhouse-point_area .note_txt p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .modelhouse-point_area .note_txt p {
    font-size: calc(0vw + 16px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-point_area .note_txt p {
    font-size: 1.6rem;
  }
}
.modelhouse-point_area .note_txt p .note-caution {
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}

.modelhouse-photo_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area {
    margin-top: 40px;
  }
}
.modelhouse-photo_area {
  max-width: 950px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modelhouse-photo_area .modelhouse-photo_list .card {
  counter-increment: methodNo;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card {
    margin-top: 40px;
  }
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox {
    margin-top: 30px;
  }
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox:before {
  font-family: "Damion", cursive, sans-serif;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #5a4004;
  letter-spacing: 0em;
  line-height: 1.125;
  content: "Point." counter(methodNo, decimal-leading-zero);
  display: inline-block;
}
.modelhouse-photo_area .modelhouse-photo_list .card .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_img.vertical-size {
  max-width: 450px;
  margin-inline: auto;
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox p {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox p {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox p {
    font-size: 2.5rem;
  }
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox p {
  position: relative;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox p {
    margin-top: 16px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox.arrange_center:before {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  content: "Point" counter(methodNo, decimal-leading-zero);
  display: table;
  margin: 20px auto 10px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox.arrange_center:before {
    display: block;
  }
}
.modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox.arrange_center p {
  margin-left: 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .modelhouse-photo_list .card .item_txtbox.arrange_center p {
    text-align: left;
  }
}
.modelhouse-photo_area .photo-note_txt {
  display: block;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .photo-note_txt {
    margin-top: 40px;
  }
}
.modelhouse-photo_area .photo-note_txt {
  max-width: 860px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .modelhouse-photo_area .photo-note_txt br {
    display: none;
  }
}
.modelhouse-photo_area .photo-note_txt p {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .photo-note_txt p {
    margin-top: 40px;
  }
}
.modelhouse-photo_area .photo-note_txt p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.modelhouse-photo_area .photo-note_txt p .note-caution {
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
.modelhouse-photo_area .photo-note_txt.note_txt-arrange_center p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modelhouse-photo_area .photo-note_txt.note_txt-arrange_center p {
    text-align: left;
  }
}

.modelhouse-outline_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline_area {
    margin-top: 60px;
  }
}
.modelhouse-outline_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.modelhouse-outline_head {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
.modelhouse-outline_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 343px;
  background-color: #e8dcc0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -50;
}
.modelhouse-outline_head .modelhouse-outline_img {
  max-width: 600px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.modelhouse-outline_head .modelhouse-outline_ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline_head .modelhouse-outline_ttl {
    margin-top: 40px;
  }
}
.modelhouse-outline_head .modelhouse-outline_ttl {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline_head .modelhouse-outline_ttl {
    padding-bottom: 40px;
  }
}
.modelhouse-outline_head .modelhouse-outline_ttl {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-outline_head .modelhouse-outline_ttl {
    font-size: calc(0.8928571429vw + 15.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-outline_head .modelhouse-outline_ttl {
    font-size: 2.2rem;
  }
}

.modelhouse-outline-date .ttl,
.modelhouse-outline-map .ttl,
.modelhouse-cta_area .ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-outline-date .ttl,
  .modelhouse-outline-map .ttl,
  .modelhouse-cta_area .ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-outline-date .ttl,
  .modelhouse-outline-map .ttl,
  .modelhouse-cta_area .ttl {
    font-size: 1.8rem;
  }
}
.modelhouse-outline-date .ttl,
.modelhouse-outline-map .ttl,
.modelhouse-cta_area .ttl {
  text-transform: uppercase;
  text-align: center;
}
.modelhouse-outline-date .ttl:not(:first-of-type),
.modelhouse-outline-map .ttl:not(:first-of-type),
.modelhouse-cta_area .ttl:not(:first-of-type) {
  margin-top: 72px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-date .ttl:not(:first-of-type),
  .modelhouse-outline-map .ttl:not(:first-of-type),
  .modelhouse-cta_area .ttl:not(:first-of-type) {
    margin-top: 40px;
  }
}
.modelhouse-outline-date .ttl::after,
.modelhouse-outline-map .ttl::after,
.modelhouse-cta_area .ttl::after {
  content: "";
  display: block;
  width: 127.5px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 13px;
}

.modelhouse-outline-date {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-date {
    margin-top: 40px;
  }
}
.modelhouse-outline-date .modelhouse-outline-date_dltable {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-date .modelhouse-outline-date_dltable {
    margin-top: 30px;
  }
}
.modelhouse-outline-date .modelhouse-outline-date_dltable {
  max-width: 400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modelhouse-outline-date .modelhouse-outline-date_dltable div.dltable-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelhouse-outline-date .modelhouse-outline-date_dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.modelhouse-outline-date .modelhouse-outline-date_dltable div.dltable-set > dt::after {
  content: ":";
  display: inline-block;
  margin: 0.8em 1em;
}
.modelhouse-outline-date .modelhouse-outline-date_dltable div.dltable-set > dd {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modelhouse-outline-note {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-note {
    margin-top: 40px;
  }
}
.modelhouse-outline-note {
  max-width: 860px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border: solid 1px #2a150e;
  padding: 1.8em 2em;
}
.modelhouse-outline-note .outline-note-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
.modelhouse-outline-note p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-outline-note p {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-outline-note p {
    font-size: 1.4rem;
  }
}
.modelhouse-outline-note p {
  margin-top: 10px;
}
.modelhouse-outline-note .note-caution {
  margin-top: 20px;
  display: block;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
.modelhouse-outline-note .list-dot li {
  position: relative;
  padding-left: 1.5em;
}
.modelhouse-outline-note .list-dot li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.modelhouse-outline-note .list-dot li {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-outline-note .list-dot li {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-outline-note .list-dot li {
    font-size: 1.4rem;
  }
}

.modelhouse-vr_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-vr_area {
    margin-top: 60px;
  }
}
.modelhouse-vr_area {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-vr_area {
    padding-top: 60px;
  }
}
.modelhouse-vr_area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-vr_area {
    padding-bottom: 60px;
  }
}
.modelhouse-vr_area {
  background-color: #fff2d5;
}
.modelhouse-vr_area .modelhouse-vr_content {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modelhouse-vr_area .modelhouse-vr_ttl h2 {
  text-align: center;
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.2896551724;
  font-size: 2.3rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-vr_area .modelhouse-vr_ttl h2 {
    font-size: calc(1.3392857143vw + 18.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-vr_area .modelhouse-vr_ttl h2 {
    font-size: 2.9rem;
  }
}
.modelhouse-vr_area .modelhouse-vr_ttl h2:after {
  content: "";
  display: block;
  width: 137px;
  height: 6px;
  background-color: #b91c24;
  margin: 0 auto;
  margin-top: 14px;
}
.modelhouse-vr_area .modelhouse-vr_intro {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-vr_area .modelhouse-vr_intro {
    margin-top: 30px;
  }
}
.modelhouse-vr_area .modelhouse-vr_intro {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .modelhouse-vr_area .modelhouse-vr_intro {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .modelhouse-vr_area .modelhouse-vr_intro br {
    display: none;
  }
}
.modelhouse-vr_area .modelhouse-vr_body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-vr_area .modelhouse-vr_body {
    margin-top: 30px;
  }
}
.modelhouse-vr_area .vr-block {
  position: relative;
  width: 100%;
  aspect-ratio: 750/470;
  /*アスペクト比 16:9の場合の縦幅*/
}
.modelhouse-vr_area .vr-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modelhouse-saleline-area {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-saleline-area {
    margin-top: 20px;
  }
}
.modelhouse-saleline-area {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-saleline-area {
    margin-bottom: 20px;
  }
}
.modelhouse-saleline-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.modelhouse-saleline-area a {
  display: block;
  width: 100%;
  padding: 3.1vw 14.3%;
  border: solid 3px #7e0013;
  border-width: 3px 0;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.modelhouse-saleline-area a:visited, .modelhouse-saleline-area a:hover, .modelhouse-saleline-area a:active, .modelhouse-saleline-area a:focus {
  color: white;
  text-decoration: none;
}
.modelhouse-saleline-area a:visited, .modelhouse-saleline-area a:hover, .modelhouse-saleline-area a:active, .modelhouse-saleline-area a:focus {
  text-decoration: none;
}
.modelhouse-saleline-area a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.modelhouse-saleline-area a .subttl {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #7e0013;
  letter-spacing: 0.1em;
  line-height: 1.3909090909;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .modelhouse-saleline-area a .subttl {
    font-size: calc(1.3888888889vw + 11.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-saleline-area a .subttl {
    font-size: 2.2rem;
  }
}
.modelhouse-saleline-area a .ttl {
  margin-top: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #7e0013;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .modelhouse-saleline-area a .ttl {
    font-size: calc(2.4305555556vw + -0.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-saleline-area a .ttl {
    font-size: 1.8rem;
  }
}
.modelhouse-saleline-area a .ttl {
  display: inline-block;
}
.modelhouse-saleline-area a .ttl span::after {
  content: url(img/go-sale-arrow.svg);
  display: inline-block;
  width: 34px;
  height: 11px;
  margin-left: 2px;
}
.modelhouse-saleline-area a .ttl::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 100%;
  height: 3px;
  background: #7e0013;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.modelhouse-saleline-area a {
  background-color: rgba(252, 105, 59, 0.0705882353);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 10px);
}
.modelhouse-saleline-area a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.modelhouse-outline-map {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-map {
    margin-top: 40px;
  }
}
.modelhouse-outline-map .access-map {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-map .access-map {
    margin-top: 30px;
  }
}
.modelhouse-outline-map .access-map {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
  width: auto;
  padding-top: 37%;
}
@media only screen and (max-width: 768px) {
  .modelhouse-outline-map .access-map {
    padding-top: 80%;
  }
}
.modelhouse-outline-map .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.apply-yoyaku-modelhouse {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .apply-yoyaku-modelhouse {
    margin-top: 80px;
  }
}

.modelhouse-pager_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-pager_area {
    margin-top: 80px;
  }
}
.modelhouse-pager_area {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modelhouse-pager_area .pre-next_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modelhouse-pager_area .pre-next_block a {
  display: block;
  padding: 0 1em;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222222;
  text-decoration: none;
}
.modelhouse-pager_area .pre-next_block a:visited, .modelhouse-pager_area .pre-next_block a:hover, .modelhouse-pager_area .pre-next_block a:active, .modelhouse-pager_area .pre-next_block a:focus {
  color: #555555;
  text-decoration: none;
}
.modelhouse-pager_area .pre-next_block a:visited, .modelhouse-pager_area .pre-next_block a:hover, .modelhouse-pager_area .pre-next_block a:active, .modelhouse-pager_area .pre-next_block a:focus {
  text-decoration: none;
}

.modelhouse-cta_area {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-cta_area {
    margin-top: 80px;
  }
}
.modelhouse-cta_area .info-txt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-cta_area .info-txt {
    margin-top: 20px;
  }
}
.modelhouse-cta_area .info-txt p:not(:first-of-type) {
  margin-top: 10px;
}
.modelhouse-cta_area .info-txt {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .modelhouse-cta_area .info-txt {
    text-align: left;
  }
}
.modelhouse-cta_area .cta {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-cta_area .cta {
    margin-top: 60px;
  }
}

/**************************

  modelhouse 一覧

**************************/
.modelhouse-index-list_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-index-list_area {
    margin-top: 80px;
  }
}

.modelhouse-index_list .modelhouse-index-card .item_txtbox {
  max-width: 720px;
  background-color: #e8dcc0;
  padding: 70px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox {
    padding: 4% 4% 80px 4%;
    padding: 4% 25px 80px 25px;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .limit {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .limit {
    font-size: calc(0.4464285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .limit {
    font-size: 1.2rem;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .type {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .type {
    font-size: calc(0.6696428571vw + 7.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .type {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .type {
    margin-top: 25px;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .product-name {
  display: block;
  margin-top: 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .product-name {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .product-name {
    font-size: 2.9rem;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .product-name span.sub-name {
  font-size: 0.7em;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-typedate .product-name::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background-color: #2a150e;
  margin-top: 30px;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .ttl {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.25em;
  line-height: 1.3181818182;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .ttl {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .ttl {
    font-size: 2.9rem;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .ttl {
  margin-bottom: 20px;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate {
  position: absolute;
  top: 20px;
  right: 24px;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .category-type,
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 0.8em 1em;
  width: 175px;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .category-type,
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    font-size: calc(0.6696428571vw + 7.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .category-type,
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    font-size: 1.3rem;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    font-size: calc(0.4464285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate {
    position: relative;
    top: initial;
    right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    background-color: #e8dcc0;
    padding: 12 px;
  }
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .category-type,
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    margin-top: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .modelhouse-index-subdate .address {
    margin-top: 0px;
    margin-left: 10px;
  }
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item {
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a {
  font-family: "FP-HiraKakuProN-W6";
  color: #222222;
  text-decoration: none;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:visited, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:hover, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:active, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:focus {
  color: #555555;
  text-decoration: none;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:visited, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:hover, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:active, .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:focus {
  text-decoration: none;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a:hover {
  background-color: #c2a979;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a {
    font-size: calc(0.6696428571vw + 7.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .item_txtbox .bt-item .bt a {
    font-size: 1.3rem;
  }
}
.modelhouse-index_list .modelhouse-index-card .sale-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card .sale-label {
    width: 100%;
    display: block;
  }
}

.modelhouse-index_list .modelhouse-index-card {
  position: relative;
}
.modelhouse-index_list .modelhouse-index-card:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .modelhouse-index_list .modelhouse-index-card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.modelhouse-index_list .modelhouse-index-card {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 41.7187vw;
}
.modelhouse-index_list .modelhouse-index-card .item_img {
  width: 62.5%;
}
.modelhouse-index_list .modelhouse-index-card .item_txtbox {
  margin: -32% auto 0 55%;
}
.modelhouse-index_list .modelhouse-index-card:nth-child(even) .item_img {
  margin-left: auto;
}
.modelhouse-index_list .modelhouse-index-card:nth-child(even) .item_txtbox {
  margin: -32% 55% 0 auto;
}
@media screen and (max-width: 1100px) {
  .modelhouse-index_list .modelhouse-index-card .item_img {
    width: 100%;
  }
  .modelhouse-index_list .modelhouse-index-card .item_txtbox {
    margin: 0 0;
    max-width: 100%;
    width: 100%;
  }
  .modelhouse-index_list .modelhouse-index-card:nth-child(even) .item_txtbox {
    margin: 0 0;
    max-width: 100%;
    width: 100%;
  }
}

/**************************

  works

**************************/
.works .page-header .page-header_container::before {
  background-image: url(works/page_header.jpg);
}
.works {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .works {
    margin-bottom: 100px;
  }
}

.works-slider_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .works-slider_area {
    margin-top: 60px;
  }
}
.works-slider_area {
  max-width: 1440px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.works-swiper-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.works-swiper-container .swiper-slide {
  height: 49.1474vw;
  max-height: 977px;
  text-align: center;
}
.works-swiper-container .swiper-slide img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.works-swiper-container.works-slider-thumbnail {
  margin-top: 20px;
}
.works-swiper-container.works-slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 24%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.works-swiper-container.works-slider-thumbnail .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.works-swiper-container.works-slider-thumbnail .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-swiper-container.works-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  display: block;
}
.works-swiper-container.works-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  display: block;
  border: solid 10px #c2a979;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.works-swiper-container {
  --swiper-navigation-size: 18px;
  --swiper-theme-color: #eeeeee;
}
.works-swiper-container .swiper-button-prev {
  top: 53%;
  left: 0;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}
.works-swiper-container .swiper-button-next {
  top: 53%;
  right: 0;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}

.works-date_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .works-date_area {
    margin-top: 60px;
  }
}
.works-date_area {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.works-date_area .date_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .works-date_area .date_ttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .works-date_area .date_ttl {
    font-size: 1.4rem;
  }
}
.works-date_area .date_ttl {
  text-align: center;
}
.works-date_area .meta-item_block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .works-date_area .meta-item_block {
    margin-top: 30px;
  }
}
.works-date_area .meta-item_block .meta-info_set {
  border: solid 1px #b1b1b1;
  border-width: 1px 0;
  padding: 0.8em 0;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .works-date_area .meta-item_block .meta-info_set {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .works-date_area .meta-item_block .meta-info_set {
    font-size: 1.8rem;
  }
}
.works-date_area .meta-item_block .meta-info_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .works-date_area .meta-item_block .meta-info_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works-date_area .meta-item_block .meta-info_set div:not(:first-of-type) {
  margin-left: 3em;
  margin-left: 3em;
}
@media only screen and (max-width: 480px) {
  .works-date_area .meta-item_block .meta-info_set div:not(:first-of-type) {
    margin-left: initial;
  }
}
.works-date_area .meta-item_block .meta-info_set div dt,
.works-date_area .meta-item_block .meta-info_set div dd {
  display: inline-block;
}

.works-imglist_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .works-imglist_area {
    margin-top: 60px;
  }
}
.works-imglist_area {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.works-imglist_area .works-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-imglist_area .works-imglist li {
  width: calc((100% - 60px) / 3);
}
.works-imglist_area .works-imglist li:nth-of-type(n + 4) {
  margin-top: 2rem;
}
.works-imglist_area .works-imglist::before, .works-imglist_area .works-imglist:after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.works-imglist_area .works-imglist::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .works-imglist_area .works-imglist li {
    width: calc((100% - 30px) / 2);
  }
  .works-imglist_area .works-imglist li:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
  .works-imglist_area .works-imglist::before, .works-imglist_area .works-imglist:after {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .works-imglist_area .works-imglist li {
    width: 100%;
  }
  .works-imglist_area .works-imglist li:not(:first-of-type) {
    margin-top: 2em;
  }
}
.works-imglist_area .works-imglist .works-imglist_set .img_txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.works-pagenav_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .works-pagenav_area {
    margin-top: 60px;
  }
}
.works-pagenav_area {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.works-pagenav_area .works-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-pagenav_area .works-pagenav li {
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .works-pagenav_area .works-pagenav li {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .works-pagenav_area .works-pagenav li {
    font-size: 2.5rem;
  }
}
.works-pagenav_area .works-pagenav li:not(:first-of-type) {
  margin-left: 3em;
}

/**************************

  works 一覧

**************************/
.works-archives-ttl_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .works-archives-ttl_area {
    margin-top: 80px;
  }
}
.works-archives-ttl_area .works-archives-page_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .works-archives-ttl_area .works-archives-page_ttl {
    font-size: calc(1.3392857143vw + 15.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .works-archives-ttl_area .works-archives-page_ttl {
    font-size: 2.6rem;
  }
}
.works-archives-ttl_area .works-archives-page_ttl::after {
  margin-top: 8px;
  content: "";
  display: block;
  border-bottom: solid 2px #ddd;
}
.works-archives-ttl_area .works-index-list_block {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .works-archives-ttl_area .works-index-list_block {
    margin-top: 20px;
  }
}
.works-archives-ttl_area .works-index-list_block .works-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li {
  padding-left: 2em;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a {
  border-bottom: solid 1px #707070;
  color: #222222;
  text-decoration: none;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a:visited, .works-archives-ttl_area .works-index-list_block .works-index-list li a:hover, .works-archives-ttl_area .works-index-list_block .works-index-list li a:active, .works-archives-ttl_area .works-index-list_block .works-index-list li a:focus {
  color: #555555;
  text-decoration: none;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a:visited, .works-archives-ttl_area .works-index-list_block .works-index-list li a:hover, .works-archives-ttl_area .works-index-list_block .works-index-list li a:active, .works-archives-ttl_area .works-index-list_block .works-index-list li a:focus {
  text-decoration: none;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a:hover {
  background-color: #c2a979;
}
.works-archives-ttl_area .works-index-list_block .works-index-list li a {
  width: auto;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  background-color: initial;
}
@media screen and (max-width: 768px) {
  .works-archives-ttl_area .works-index-list_block .works-index-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .works-archives-ttl_area .works-index-list_block .works-index-list li {
    width: 100%;
  }
  .works-archives-ttl_area .works-index-list_block .works-index-list li a {
    text-align: right;
  }
}

.works-index-list_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .works-index-list_area {
    margin-top: 60px;
  }
}
.works-index-list_area {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .works-index-list_area {
    margin-bottom: 80px;
  }
}

.works-card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -50px;
}
.works-card-column .works-card {
  width: 31.2533333333%;
  margin-top: 50px;
}
.works-card-column::before, .works-card-column:after {
  content: "";
  display: block;
  width: 31.2533333333%;
}
.works-card-column::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .works-card-column .works-card {
    width: 48.44%;
  }
  .works-card-column::before, .works-card-column:after {
    width: 48.44%;
  }
}
@media screen and (max-width: 768px) {
  .works-card-column .works-card {
    width: 100%;
  }
}

.works-card-column .works-card .ttl {
  margin-top: 0.8em;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
}
.works-card-column .works-card .meta-item .meta-info_set div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.75;
}
.works-card-column .works-card .meta-item .meta-info_set dt,
.works-card-column .works-card .meta-item .meta-info_set dd {
  display: inline-block;
}
.works-card-column .works-card .meta-item .meta-info_set dt {
  margin-right: 3em;
}
.works-card-column .works-card a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works-card-column .works-card a:hover {
  opacity: 0.6;
}

.works-term-pagination_area {
  margin-bottom: 200px;
}

/* ==========================================================
   WORKS 追加スタイル（サムネ3枚・サブタイトル・テキスト対応）
   → _works.scss の末尾に追記
   ========================================================== */
/**************************
  一覧カード 追加スタイル
**************************/
.works-card_images .works-card_main-img {
  width: 100%;
  overflow: hidden;
}
.works-card_images .works-card_main-img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-card_images .works-card_sub-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.works-card_images .works-card_sub-imgs figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.works-card_images .works-card_sub-imgs figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-card-column .works-card .ttl {
  margin-top: 0.85em;
}
.works-card-column .works-card .works-card_maintitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #666666;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .works-card-column .works-card .works-card_maintitle {
    font-size: calc(0.2232142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .works-card-column .works-card .works-card_maintitle {
    font-size: 1.3rem;
  }
}
.works-card-column .works-card .works-card_maintitle {
  line-height: 1.6;
  margin: 0;
}
.works-card-column .works-card .works-card_subtitle {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7058823529;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .works-card-column .works-card .works-card_subtitle {
    font-size: calc(0.6696428571vw + 11.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .works-card-column .works-card .works-card_subtitle {
    font-size: 1.7rem;
  }
}
.works-card-column .works-card .works-card_subtitle {
  margin-top: 0.35em;
  line-height: 1.55;
}
.works-card-column .works-card .works-card_desc {
  margin-top: 0.7em;
}
.works-card-column .works-card .works-card_desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  color: #555555;
  letter-spacing: 0em;
  line-height: 1.6923076923;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .works-card-column .works-card .works-card_desc p {
    font-size: calc(0.2232142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .works-card-column .works-card .works-card_desc p {
    font-size: 1.3rem;
  }
}
.works-card-column .works-card .works-card_desc p {
  line-height: 1.9;
}
.works-card-column .works-card .meta-item {
  margin-top: 0.95em;
  padding-top: 0.85em;
  border-top: solid 1px #d3d3d3;
}
.works-card-column .works-card .meta-item .meta-info_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em 1.6em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.works-card-column .works-card .meta-item .meta-info_set li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7em;
}
.works-card-column .works-card .meta-item .meta-info_set .meta-label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #888888;
  letter-spacing: 0.13em;
  line-height: 1.6666666667;
}
.works-card-column .works-card .meta-item .meta-info_set .meta-value {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0em;
  line-height: 1.5384615385;
}

/**************************
  詳細ページ 追加スタイル
**************************/
.works-detail_subtitle {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .works-detail_subtitle {
    font-size: calc(1.7857142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .works-detail_subtitle {
    font-size: 2.8rem;
  }
}
.works-detail_subtitle {
  text-align: center;
  margin-top: 0.5em;
}

.works-detail_description {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .works-detail_description {
    margin-top: 30px;
  }
}
.works-detail_description {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .works-detail_description {
    font-size: calc(0.2232142857vw + 13.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .works-detail_description {
    font-size: 1.5rem;
  }
}

/**************************

 Line up 詳細ページ

**************************/
.lineup-head_field {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lineup-head_field {
    margin-top: 30px;
  }
}
.lineup-head_field {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-head_field .lineup-head-ttl_detail {
  text-align: center;
}
.lineup-head_field .lineup-head-ttl_detail .subcategory {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-head_field .lineup-head-ttl_detail .subcategory {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-head_field .lineup-head-ttl_detail .subcategory {
    font-size: 1.8rem;
  }
}
.lineup-head_field .lineup-head-ttl_detail .subcategory::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 70px;
  height: 1px;
  margin: 15px auto 0;
  background-color: #222222;
}
.lineup-head_field .lineup-head-ttl_detail .catchcopy {
  margin-top: 15px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-head_field .lineup-head-ttl_detail .catchcopy {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-head_field .lineup-head-ttl_detail .catchcopy {
    font-size: 1.8rem;
  }
}
.lineup-head_field .lineup-head-ttl_detail .lineup-name {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .lineup-head_field .lineup-head-ttl_detail .lineup-name {
    font-size: calc(14.7321428571vw + -27.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-head_field .lineup-head-ttl_detail .lineup-name {
    font-size: 8.6rem;
  }
}
.lineup-head_field .lineup-head-img {
  z-index: -1;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .lineup-head_field .lineup-head-img {
    margin-top: -20px;
  }
}
.lineup-head_field .lineup-head-img {
  position: relative;
}
.lineup-head_field .lineup-head-txt {
  max-width: 970px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
}
.lineup-head_field .lineup-head-txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-head_field .lineup-head-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-head_field .lineup-head-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-head_field .lineup-head-txt {
    font-size: 1.4rem;
  }
}
.lineup-head_field .lineup-head-subimg_block {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .lineup-head_field .lineup-head-subimg_block {
    margin-top: 40px;
  }
}
.lineup-head_field .lineup-head-subimg_block {
  max-width: 1180px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-head_field .lineup-head-subimg_block .subimg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup-head_field .lineup-head-subimg_block .subimg-list li {
  width: 47.9%;
}

.lineup-concept_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-concept_area {
    margin-top: 60px;
  }
}
.lineup-concept_area .lineup-concept_field {
  max-width: 1130px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-concept_area .lineup-concept_field .lineup-concept_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept_ttl {
    font-size: 4.3rem;
  }
}
.lineup-concept_area .lineup-concept_field .lineup-concept_ttl {
  text-align: center;
}
.lineup-concept_area .lineup-concept_field .lineup-concept-catchcopy {
  margin-top: 15px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 1.9rem;
}
@media screen and (min-width: 320px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept-catchcopy {
    font-size: calc(2.2321428571vw + 11.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept-catchcopy {
    font-size: 2.9rem;
  }
}
.lineup-concept_area .lineup-concept_field .lineup-concept-catchcopy {
  text-align: center;
}
.lineup-concept_area .lineup-concept_field .lineup-concept_txt {
  max-width: 780px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
}
.lineup-concept_area .lineup-concept_field .lineup-concept_txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-concept_area .lineup-concept_field .lineup-concept_txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept_txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept_txt {
    font-size: 1.4rem;
  }
}
.lineup-concept_area .lineup-concept_field .lineup-concept_img {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineup-concept_area .lineup-concept_field .lineup-concept_img {
    margin-top: 40px;
  }
}

.lineup-point_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-point_area {
    margin-top: 60px;
  }
}
.lineup-point_area .lineup-point_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineup-point_area .lineup-point_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-point_area .lineup-point_ttl {
    font-size: 4.3rem;
  }
}
.lineup-point_area .lineup-point_ttl {
  background-color: #626161;
  text-align: center;
  padding: 1.3em 0;
  display: block;
}
.lineup-point_area .lineup-point_card .ttl-block {
  background-color: #626161;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  padding: 1.3em 0 65px;
  text-align: center;
}
.lineup-point_area .lineup-point_card .ttl-block .no {
  margin-top: -0.7em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 5.6rem;
}
@media screen and (min-width: 320px) {
  .lineup-point_area .lineup-point_card .ttl-block .no {
    font-size: calc(6.6964285714vw + 34.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-point_area .lineup-point_card .ttl-block .no {
    font-size: 8.6rem;
  }
}
.lineup-point_area .lineup-point_card .ttl-block .ttl {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-point_area .lineup-point_card .ttl-block .ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-point_area .lineup-point_card .ttl-block .ttl {
    font-size: 1.8rem;
  }
}
.lineup-point_area .lineup-point_card .ttl-block .txt {
  margin-top: 20px;
}
.lineup-point_area .lineup-point_card .ttl-block .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-point_area .lineup-point_card .ttl-block .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
}

.lineup-design_area,
.lineup-rooms_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-design_area,
  .lineup-rooms_area {
    margin-top: 60px;
  }
}
.lineup-design_area .lineup-design_ttl,
.lineup-design_area .lineup-rooms_ttl,
.lineup-rooms_area .lineup-design_ttl,
.lineup-rooms_area .lineup-rooms_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineup-design_area .lineup-design_ttl,
  .lineup-design_area .lineup-rooms_ttl,
  .lineup-rooms_area .lineup-design_ttl,
  .lineup-rooms_area .lineup-rooms_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-design_area .lineup-design_ttl,
  .lineup-design_area .lineup-rooms_ttl,
  .lineup-rooms_area .lineup-design_ttl,
  .lineup-rooms_area .lineup-rooms_ttl {
    font-size: 4.3rem;
  }
}
.lineup-design_area .lineup-design_ttl,
.lineup-design_area .lineup-rooms_ttl,
.lineup-rooms_area .lineup-design_ttl,
.lineup-rooms_area .lineup-rooms_ttl {
  text-align: center;
}
.lineup-design_area .lineup-design-imgs_block,
.lineup-design_area .lineup-rooms-imgs_block,
.lineup-rooms_area .lineup-design-imgs_block,
.lineup-rooms_area .lineup-rooms-imgs_block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lineup-design_area .lineup-design-imgs_block,
  .lineup-design_area .lineup-rooms-imgs_block,
  .lineup-rooms_area .lineup-design-imgs_block,
  .lineup-rooms_area .lineup-rooms-imgs_block {
    margin-top: 20px;
  }
}
.lineup-design_area .lineup-design-imgs_block,
.lineup-design_area .lineup-rooms-imgs_block,
.lineup-rooms_area .lineup-design-imgs_block,
.lineup-rooms_area .lineup-rooms-imgs_block {
  position: relative;
}
.lineup-design_area .lineup-design-txt_block,
.lineup-design_area .lineup-rooms-txt_block,
.lineup-rooms_area .lineup-design-txt_block,
.lineup-rooms_area .lineup-rooms-txt_block {
  max-width: 780px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
  padding: 0 25px;
}
.lineup-design_area .lineup-design-txt_block p:not(:first-of-type),
.lineup-design_area .lineup-rooms-txt_block p:not(:first-of-type),
.lineup-rooms_area .lineup-design-txt_block p:not(:first-of-type),
.lineup-rooms_area .lineup-rooms-txt_block p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-design_area .lineup-design-txt_block,
.lineup-design_area .lineup-rooms-txt_block,
.lineup-rooms_area .lineup-design-txt_block,
.lineup-rooms_area .lineup-rooms-txt_block {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-design_area .lineup-design-txt_block,
  .lineup-design_area .lineup-rooms-txt_block,
  .lineup-rooms_area .lineup-design-txt_block,
  .lineup-rooms_area .lineup-rooms-txt_block {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-design_area .lineup-design-txt_block,
  .lineup-design_area .lineup-rooms-txt_block,
  .lineup-rooms_area .lineup-design-txt_block,
  .lineup-rooms_area .lineup-rooms-txt_block {
    font-size: 1.4rem;
  }
}
.lineup-design_area .flickDesign,
.lineup-design_area .lineupRooms,
.lineup-rooms_area .flickDesign,
.lineup-rooms_area .lineupRooms {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.lineup-color_area {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .lineup-color_area {
    margin-top: 90px;
  }
}
.lineup-color_area .lineup-color_field {
  max-width: 1130px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-color_area .lineup-color_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineup-color_area .lineup-color_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-color_area .lineup-color_ttl {
    font-size: 4.3rem;
  }
}
.lineup-color_area .lineup-color_ttl {
  text-align: center;
}
.lineup-color_area .lineup-color_body {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .lineup-color_area .lineup-color_body {
    margin-top: 30px;
  }
}
.lineup-color_area .lineup-color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup-color_area .lineup-color_list li {
  width: calc((100% - 60px) / 3);
}
.lineup-color_area .lineup-color_list li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .lineup-color_area .lineup-color_list li {
    width: 100%;
  }
  .lineup-color_area .lineup-color_list li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 4em;
  }
}
.lineup-color_area .lineup-color_list .card .img {
  max-width: 300px;
  margin: 0 auto;
}
.lineup-color_area .lineup-color_list .card .ttl {
  margin-top: 30px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .lineup-color_area .lineup-color_list .card .ttl {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-color_area .lineup-color_list .card .ttl {
    font-size: 1.4rem;
  }
}
.lineup-color_area .lineup-color_list .card .ttl {
  text-align: center;
}
.lineup-color_area .lineup-color_list .card .txt {
  margin: 20px auto 0;
}
.lineup-color_area .lineup-color_list .card .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-color_area .lineup-color_list .card .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-color_area .lineup-color_list .card .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-color_area .lineup-color_list .card .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup-color_area .lineup-color_list .card .txt {
    max-width: 400px;
  }
}

.lineup-price_area {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area {
    margin-top: 90px;
  }
}
.lineup-price_area .lineup-price_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-price_area .lineup-price_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price_ttl {
    font-size: 4.3rem;
  }
}
.lineup-price_area .lineup-price_ttl {
  text-align: center;
}
.lineup-price_area .lineup-price_body {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area .lineup-price_body {
    margin-top: 30px;
  }
}
.lineup-price_area .lineup-price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lineup-price_area .lineup-price_list .card {
  width: calc((100% - 30px) / 2);
}
.lineup-price_area .lineup-price_list .card:nth-of-type(n + 3) {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area .lineup-price_list .card:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-price_area .lineup-price_list .card {
    width: 100%;
  }
  .lineup-price_area .lineup-price_list .card:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .lineup-price_area .lineup-price_list .card:not(:first-of-type) {
    margin-top: 50px;
  }
}
.lineup-price_area .lineup-price_list .card .price_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price_list .card .price_ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price_list .card .price_ttl {
    font-size: 1.8rem;
  }
}
.lineup-price_area .lineup-price_list .card .price_ttl {
  text-align: center;
}
.lineup-price_area .lineup-price_list .card .price {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  color: #222222;
  letter-spacing: 0.09em;
  line-height: 1.6825;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price_list .card .price {
    font-size: calc(3.5714285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price_list .card .price {
    font-size: 4rem;
  }
}
.lineup-price_area .lineup-price_list .card .price {
  text-align: center;
}
.lineup-price_area .lineup-price_list .card .tax {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
.lineup-price_area .lineup-price_list .card .img-1f {
  max-width: 340px;
  margin: 40px auto 0;
}
.lineup-price_area .lineup-price_list .card .img-2f {
  max-width: 340px;
  margin: 20px auto 0;
}
.lineup-price_area .lineup-price_list .card .plan-date {
  margin-top: 30px;
}
.lineup-price_area .lineup-price_list .card .plan-date .plan-no {
  margin-top: 50px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price_list .card .plan-date .plan-no {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price_list .card .plan-date .plan-no {
    font-size: 1.8rem;
  }
}
.lineup-price_area .lineup-price_list .card .plan-date .plan-no {
  text-align: center;
}
.lineup-price_area .lineup-price_list .card .plan-date .breakdown-ttl {
  margin-top: 30px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7368421053;
  text-align: center;
}
.lineup-price_area .lineup-price_list .card .plan-date .plan-txt,
.lineup-price_area .lineup-price_list .card .plan-date .breakdown-price_list {
  margin: 20px auto 0;
  width: 67%;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price_list .card .plan-date .plan-txt,
  .lineup-price_area .lineup-price_list .card .plan-date .breakdown-price_list {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price_list .card .plan-date .plan-txt,
  .lineup-price_area .lineup-price_list .card .plan-date .breakdown-price_list {
    font-size: 1.4rem;
  }
}
.lineup-price_area .lineup-price_list .card .plan-date .breakdown-price_list {
  width: initial;
  display: table;
}
@media screen and (max-width: 768px) {
  .lineup-price_area .lineup-price_list .card:not(:first-of-type)::before {
    margin: 0 auto 50px;
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background-color: #e0e0e0;
  }
}
.lineup-price_area .lineup-price-subnote {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area .lineup-price-subnote {
    margin-top: 50px;
  }
}
.lineup-price_area .lineup-price-subnote .subnote-block {
  border: solid 1px #707070;
  padding: 1.5em 3em;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area .lineup-price-subnote .subnote-block {
    padding: 1em 1.5em;
  }
}
.lineup-price_area .lineup-price-subnote .subnote-block .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_area .lineup-price-subnote .subnote-block .ttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_area .lineup-price-subnote .subnote-block .ttl {
    font-size: 1.4rem;
  }
}
.lineup-price_area .lineup-price-subnote .subnote-block .ttl:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_area .lineup-price-subnote .subnote-block .ttl:not(:first-of-type) {
    margin-top: 25px;
  }
}
.lineup-price_area .lineup-price-subnote .subnote-block .txt {
  margin: 10px auto 0;
}
.lineup-price_area .lineup-price-subnote .subnote-block .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-price_area .lineup-price-subnote .subnote-block .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
}

.lineup-price_notice {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lineup-price_notice {
    margin-top: 25px;
  }
}

.lineup-price_daydate,
.lineup-price-info-popup {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-price_daydate,
  .lineup-price-info-popup {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price_daydate,
  .lineup-price-info-popup {
    font-size: 1.4rem;
  }
}
.lineup-price_daydate,
.lineup-price-info-popup {
  display: inline-block;
}

.lineup-price_daydate {
  margin-right: 2em;
}

.lineup-price-info-popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  margin-bottom: 8px;
}

.lineup-price-info-popup_inner .lineup-price-info-popup_ttl .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-price-info-popup_inner .lineup-price-info-popup_ttl .ttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price-info-popup_inner .lineup-price-info-popup_ttl .ttl {
    font-size: 1.4rem;
  }
}
.lineup-price-info-popup_inner .inner_body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lineup-price-info-popup_inner .inner_body {
    margin-top: 25px;
  }
}
.lineup-price-info-popup_inner .inner_body {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-price-info-popup_inner .inner_body {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-price-info-popup_inner .inner_body {
    font-size: 1.4rem;
  }
}
.lineup-price-info-popup_inner .inner_body p:not(:first-of-type) {
  margin-top: 20px;
}

.lineup-specification_area {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_area {
    margin-top: 90px;
  }
}
.lineup-specification_area {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_area {
    padding-top: 40px;
  }
}
.lineup-specification_area {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_area {
    padding-bottom: 40px;
  }
}
.lineup-specification_area {
  background-color: #f5f5f5;
}
.lineup-specification_area .lineup-specification_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-specification_area .lineup-specification_ttl {
  text-align: center;
}
.lineup-specification_area .lineup-specification_ttl span {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.715;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .lineup-specification_area .lineup-specification_ttl span {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-specification_area .lineup-specification_ttl span {
    font-size: 2rem;
  }
}
.lineup-specification_area .lineup-specification_ttl span {
  border: solid 1px #707070;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_area .lineup-specification_ttl span {
    padding: 0.8em 1em;
  }
}
.lineup-specification_area .lineup-specification_ttl span {
  display: inline-block;
}

.lineup-specification_body {
  max-width: 940px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-specification_body .lineup-specification_subttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_body .lineup-specification_subttl {
    margin-top: 40px;
  }
}
.lineup-specification_body .lineup-specification_subttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7227272727;
}
.lineup-specification_body .lineup-specification_subttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 1px;
  background: url(img/border-obliqueline.png);
}
.lineup-specification_body .lineup-specification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lineup-specification_body .lineup-specification_list .card {
  width: 100%;
  margin-top: 50px;
}
.lineup-specification_body .lineup-specification_list .card .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card .card_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lineup-specification_body .lineup-specification_list .card .card_inner .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.2%;
          flex: 0 0 20.2%;
  margin-right: 36px;
}
.lineup-specification_body .lineup-specification_list .card .card_inner .cead_date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .ttl {
    font-size: calc(0.6696428571vw + 11.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .ttl {
    font-size: 1.7rem;
  }
}
.lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .txt {
  margin-top: 10px;
}
.lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card .card_inner .cead_date .txt {
    font-size: 1.4rem;
  }
}
.lineup-specification_body .lineup-specification_list .card.half {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card.half {
    width: 100%;
  }
}
.lineup-specification_body .lineup-specification_list .card.half .card_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lineup-specification_body .lineup-specification_list .card.half .card_inner .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.4%;
          flex: 0 0 40.4%;
}
@media only screen and (max-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card.half .card_inner .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.2%;
            flex: 0 0 20.2%;
  }
}
.lineup-specification_body .lineup-specification_list .card.half .card_inner .img {
  margin-right: 36px;
}
.lineup-specification_body .lineup-specification_list .card.half .card_inner .ttl {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-specification_body .lineup-specification_list .card.half .card_inner .ttl {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-specification_body .lineup-specification_list .card.half .card_inner .ttl {
    font-size: 1.6rem;
  }
}
.lineup-specification_body .lineup-specification_note {
  margin-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: right;
}

.lineup-subnote_area {
  background: url(lineup/lineup-subnote_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 25.7813vw;
}
@media (max-width: 768px) {
  .lineup-subnote_area {
    min-height: 495px;
  }
}
.lineup-subnote_area .lineup-subnote_field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-subnote_area .lineup-subnote_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup-subnote_area .lineup-subnote_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  background-color: hsla(0, 0%, 0%, 0.6);
}
.lineup-subnote_area .lineup-subnote_list li .inner {
  padding: 36px 70px;
}
@media only screen and (max-width: 920px) {
  .lineup-subnote_area .lineup-subnote_list li {
    width: 100%;
  }
  .lineup-subnote_area .lineup-subnote_list li:not(:first-of-type) {
    margin-top: 30px;
  }
  .lineup-subnote_area .lineup-subnote_list li .inner {
    padding: 20px 29px;
  }
}
.lineup-subnote_area .lineup-subnote_list li .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .lineup-subnote_area .lineup-subnote_list li .ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-subnote_area .lineup-subnote_list li .ttl {
    font-size: 1.8rem;
  }
}
.lineup-subnote_area .lineup-subnote_list li .txt {
  margin-top: 30px;
}
.lineup-subnote_area .lineup-subnote_list li .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineup-subnote_area .lineup-subnote_list li .txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineup-subnote_area .lineup-subnote_list li .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-subnote_area .lineup-subnote_list li .txt {
    font-size: 1.4rem;
  }
}
.lineup-subnote_area .lineup-subnote_list li.construction-quality .ttl::before, .lineup-subnote_area .lineup-subnote_list li.after-maintenance .ttl::before {
  content: "";
  display: inline-block;
  background-image: url(lineup/icon-construction-quality.svg);
  width: 63px;
  height: 63px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.lineup-subnote_area .lineup-subnote_list li.after-maintenance .ttl::before {
  background-image: url(lineup/icon-after-maintenance.svg);
  width: 80px;
  height: 63px;
}

.lineup-category_list_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-category_list_area {
    margin-top: 60px;
  }
}
.lineup-category_list_area .lineup-category_field {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a {
  border: solid 1px #707070;
  color: #222222;
  text-decoration: none;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a:visited, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:hover, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:active, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:focus {
  color: #555555;
  text-decoration: none;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a:visited, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:hover, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:active, .lineup-category_list_area .lineup-category_field .lineup-category_list li a:focus {
  text-decoration: none;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a:hover {
  background-color: #c2a979;
}
.lineup-category_list_area .lineup-category_field .lineup-category_list li a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  background-color: initial;
}
@media screen and (max-width: 768px) {
  .lineup-category_list_area .lineup-category_field .lineup-category_list li {
    width: 100%;
  }
  .lineup-category_list_area .lineup-category_field .lineup-category_list li:not(:first-of-type) {
    margin-top: 10px;
  }
  .lineup-category_list_area .lineup-category_field .lineup-category_list li a {
    width: 100%;
  }
  .lineup-category_list_area .lineup-category_field .lineup-category_list li:not(:first-of-type) {
    margin-top: 20px;
  }
}

.lineup-works_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-works_area {
    margin-top: 60px;
  }
}
.lineup-works_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .lineup-works_area {
    margin-bottom: 60px;
  }
}

.lineup-works_field {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineup-works_field .lineup-works_bt {
  position: relative;
  overflow: hidden;
}
.lineup-works_field .lineup-works_bt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lineup-works_field .lineup-works_bt:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.lineup-works_field .lineup-works_bt p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2.1857142857;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .lineup-works_field .lineup-works_bt p {
    font-size: calc(1.0416666667vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-works_field .lineup-works_bt p {
    font-size: 1.4rem;
  }
}
.lineup-works_field .lineup-works_bt p {
  z-index: 1;
}
.lineup-works_field .lineup-works_bt p:before {
  content: attr(data-subttl);
  display: block;
  margin-top: 1em;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6896551724;
  font-size: 2.3rem;
}
@media screen and (min-width: 480px) {
  .lineup-works_field .lineup-works_bt p:before {
    font-size: calc(2.0833333333vw + 13px);
  }
}
@media screen and (min-width: 768px) {
  .lineup-works_field .lineup-works_bt p:before {
    font-size: 2.9rem;
  }
}
.lineup-works_field .lineup-works_bt p:before {
  font-size: 1.4em;
  z-index: 1;
}

/**************************

ANDBASE 詳細ページ

**************************/
.andbase-head_area {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .andbase-head_area {
    margin-top: 80px;
  }
}
.andbase-head_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.andbase-head_area .andbase-product-name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .andbase-head_area .andbase-product-name {
    font-size: calc(14.7321428571vw + -27.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-head_area .andbase-product-name {
    font-size: 8.6rem;
  }
}
.andbase-head_area .andbase-product-name {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .andbase-head_area .andbase-product-name {
    text-align: left;
  }
}
.andbase-head_area .catchcopy {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .andbase-head_area .catchcopy {
    margin-top: 30px;
  }
}
.andbase-head_area .catchcopy {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .andbase-head_area .catchcopy {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-head_area .catchcopy {
    font-size: 2.5rem;
  }
}
.andbase-head_area .catchcopy {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .andbase-head_area .catchcopy {
    text-align: left;
  }
}
.andbase-head_area .andbase-head-txt {
  max-width: 600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
}
.andbase-head_area .andbase-head-txt p:not(:first-of-type) {
  margin-top: 20px;
}
.andbase-head_area .andbase-head-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .andbase-head_area .andbase-head-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-head_area .andbase-head-txt {
    font-size: 1.4rem;
  }
}
.andbase-head_area .andbase-head-type {
  margin: 40px auto 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .andbase-head_area .andbase-head-type {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-head_area .andbase-head-type {
    font-size: 1.4rem;
  }
}
.andbase-head_area .andbase-head-type {
  padding: 0.8em 2em;
  border: #222222 solid 1px;
  display: table;
}

.andbase-concept_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-concept_area {
    margin-top: 60px;
  }
}
.andbase-concept_area .andbase-concept_list {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.andbase-concept_area .andbase-concept_list .card {
  position: relative;
}
.andbase-concept_area .andbase-concept_list .card:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-concept_area .andbase-concept_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
.andbase-concept_area .andbase-concept_list .card {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 53.3854vw;
}
.andbase-concept_area .andbase-concept_list .card .item_img {
  width: 78.6%;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1080px) {
  .andbase-concept_area .andbase-concept_list .card .item_img {
    width: 100%;
  }
}
.andbase-concept_area .andbase-concept_list .card .item_txtbox {
  margin: -16% 0 0 calc(67% - 30px);
  max-width: calc(100vw - 67%);
  padding: 2.5% 3.5%;
  z-index: 1;
  background-color: #ebebeb;
  position: relative;
}
.andbase-concept_area .andbase-concept_list .card .item_txtbox::after {
  content: "";
  display: block;
  background: url(lineup/deco-radiation.svg);
  width: 52px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -29px;
}
@media only screen and (max-width: 1080px) {
  .andbase-concept_area .andbase-concept_list .card .item_txtbox {
    margin: -6% 0 0 10%;
    max-width: 100vw;
  }
  .andbase-concept_area .andbase-concept_list .card .item_txtbox::after {
    display: none;
  }
}
.andbase-concept_area .andbase-concept_list .card .item_txtbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .andbase-concept_area .andbase-concept_list .card .item_txtbox .ttl {
    font-size: calc(0.6696428571vw + 13.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-concept_area .andbase-concept_list .card .item_txtbox .ttl {
    font-size: 1.9rem;
  }
}
.andbase-concept_area .andbase-concept_list .card .item_txtbox .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .andbase-concept_area .andbase-concept_list .card .item_txtbox .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-concept_area .andbase-concept_list .card .item_txtbox .txt {
    font-size: 1.4rem;
  }
}
.andbase-concept_area .andbase-concept_list .card:nth-child(even) .item_img {
  margin-right: 0;
  margin-left: auto;
}
.andbase-concept_area .andbase-concept_list .card:nth-child(even) .item_txtbox {
  margin: -16% 0 0 30px;
}
@media only screen and (max-width: 1080px) {
  .andbase-concept_area .andbase-concept_list .card:nth-child(even) .item_txtbox {
    margin: -6% 0 0 10%;
    max-width: 100vw;
  }
}

.andbase-commitment_area {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .andbase-commitment_area {
    margin-top: 80px;
  }
}
.andbase-commitment_area .ttl {
  max-width: 280px;
  margin: 0 auto;
}
.andbase-commitment_area .andbase-commitment_list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-commitment_area .andbase-commitment_list {
    margin-top: 60px;
  }
}
.andbase-commitment_area .andbase-commitment_list {
  position: relative;
}
.andbase-commitment_area .andbase-commitment_list .box {
  position: relative;
}
.andbase-commitment_area .andbase-commitment_list .box:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-commitment_area .andbase-commitment_list .box:not(:first-of-type) {
    margin-top: 60px;
  }
}
.andbase-commitment_area .andbase-commitment_list .box .box-ttl span {
  display: inline-block;
  margin-top: 5px;
}
.andbase-commitment_area .andbase-commitment_list .box .box-ttl .icon {
  max-width: 124px;
}
@media only screen and (max-width: 768px) {
  .andbase-commitment_area .andbase-commitment_list .box .box-ttl .icon {
    max-width: 90px;
  }
}
.andbase-commitment_area .andbase-commitment_list .box .box-ttl .icon {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
}
.andbase-commitment_area .andbase-commitment_list .box .box-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .andbase-commitment_area .andbase-commitment_list .box .box-ttl {
    font-size: calc(1.5625vw + 13px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-commitment_area .andbase-commitment_list .box .box-ttl {
    font-size: 2.5rem;
  }
}
.andbase-commitment_area .andbase-commitment_list .box .box-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.andbase-commitment_area .andbase-commitment_list .box .box-wrapper p:first-of-type {
  margin-right: 10px;
}

.andbase-facility_area {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .andbase-facility_area {
    margin-top: 80px;
  }
}
.andbase-facility_area {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .andbase-facility_area {
    padding-top: 80px;
  }
}
.andbase-facility_area {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .andbase-facility_area {
    padding-bottom: 80px;
  }
}
.andbase-facility_area {
  background-color: #F0F0F0;
}
.andbase-facility_area .ttl {
  max-width: 230px;
  margin: 0 auto;
}
.andbase-facility_area .andbase-facility_list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.andbase-facility_area .andbase-facility_list::before, .andbase-facility_area .andbase-facility_list:after {
  content: "";
  display: block;
  width: 30%;
}
.andbase-facility_area .andbase-facility_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.andbase-facility_area .andbase-facility_list .card {
  position: relative;
  margin-top: 80px;
  width: 30%;
}
@media only screen and (max-width: 860px) {
  .andbase-facility_area .andbase-facility_list .card {
    width: 47.5%;
  }
  .andbase-facility_area .andbase-facility_list .card::before, .andbase-facility_area .andbase-facility_list .card:after {
    width: 47.5%;
  }
}
@media only screen and (max-width: 480px) {
  .andbase-facility_area .andbase-facility_list .card {
    width: 100%;
  }
  .andbase-facility_area .andbase-facility_list .card::before, .andbase-facility_area .andbase-facility_list .card:after {
    width: 100%;
  }
}
.andbase-facility_area .andbase-facility_list .card .card-ttl {
  margin: 20px auto 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .andbase-facility_area .andbase-facility_list .card .card-ttl {
    font-size: calc(0.6696428571vw + 13.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-facility_area .andbase-facility_list .card .card-ttl {
    font-size: 1.9rem;
  }
}
.andbase-facility_area .andbase-facility_list .card .card-ttl {
  text-align: center;
}
.andbase-facility_area .andbase-facility_list .card .card-txt {
  margin-top: 20px;
  width: 98%;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2.0416666667;
}
@media screen and (max-width: 480px) {
  .andbase-facility_area .andbase-facility_list .card .card-txt br {
    display: none;
  }
}
.andbase-facility_area .andbase-facility_list .card .card-txt {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .andbase-facility_area .andbase-facility_list .card .card-txt {
    text-align: left;
  }
}

.andbase-price_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-price_area {
    margin-top: 60px;
  }
}
.andbase-price_area {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.andbase-price_area .ttl {
  max-width: 200px;
  margin: 0 auto;
}
.andbase-price_area .floor {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
.andbase-price_area .andbase-price-madori-list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-price_area .andbase-price-madori-list {
    margin-top: 60px;
  }
}
.andbase-price_area .andbase-price-madori-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.andbase-price_area .andbase-price-madori-list li {
  width: calc((100% - 15px) / 2);
  max-width: 400px;
}
@media only screen and (max-width: 480px) {
  .andbase-price_area .andbase-price-madori-list li {
    width: 100%;
  }
  .andbase-price_area .andbase-price-madori-list li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.andbase-price_area .andbase-price-madori-list li .madori {
  margin-top: 10px;
}
.andbase-price_area .andbase-price-madori {
  margin-top: 60px;
}
.andbase-price_area .andbase-price-detail {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-price_area .andbase-price-detail {
    margin-top: 60px;
  }
}
.andbase-price_area .andbase-price-detail {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .andbase-price_area .andbase-price-detail {
    font-size: calc(0.6696428571vw + 13.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-price_area .andbase-price-detail {
    font-size: 1.9rem;
  }
}
.andbase-price_area .andbase-price-detail {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.andbase-detail_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .andbase-detail_area {
    margin-top: 80px;
  }
}
.andbase-detail_area.mt-none {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .andbase-detail_area.mt-none {
    margin-top: 0;
  }
}
.andbase-detail_area {
  background-color: #7E91A0;
  padding: 4.6% 0;
}
.andbase-detail_area .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .andbase-detail_area .ttl {
    font-size: calc(0.4464285714vw + 18.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-detail_area .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .andbase-detail_area .ttl br {
    display: none;
  }
}
.andbase-detail_area .ttl {
  max-width: 512px;
  margin: 0 auto;
}
.andbase-detail_area .txt {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.75;
  max-width: 512px;
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}

.andbase-optionprice_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area {
    margin-top: 60px;
  }
}
.andbase-optionprice_area {
  max-width: 1300px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.andbase-optionprice_area .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
.andbase-optionprice_area .price {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 0.6461538462;
  font-size: 4.5rem;
}
@media screen and (min-width: 320px) {
  .andbase-optionprice_area .price {
    font-size: calc(4.4642857143vw + 30.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-optionprice_area .price {
    font-size: 6.5rem;
  }
}
.andbase-optionprice_area .price {
  text-align: center;
}
.andbase-optionprice_area .price:after {
  content: "円";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 320px) {
  .andbase-optionprice_area .price:after {
    font-size: calc(1.1160714286vw + 31.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-optionprice_area .price:after {
    font-size: 4rem;
  }
}
.andbase-optionprice_area .ttl_note {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .ttl_note {
    margin-top: 20px;
  }
}
.andbase-optionprice_area .ttl_note {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  color: #7e0013;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
  text-align: center;
}
.andbase-optionprice_area .default-option-wrapper {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option-wrapper {
    margin-top: 60px;
  }
}
.andbase-optionprice_area .default-option-wrapper {
  border: solid 1px #707070;
  padding: 3.8% 5% 4.8%;
  position: relative;
}
.andbase-optionprice_area .default-option-wrapper .box-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  white-space: nowrap;
  display: block;
  background-color: #FFF;
  padding: 20px;
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.andbase-optionprice_area .default-option_list {
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option_list {
    margin-top: -20px;
  }
}
.andbase-optionprice_area .default-option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
}
.andbase-optionprice_area .default-option_list li {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option_list li {
    margin-top: 60px;
  }
}
.andbase-optionprice_area .default-option_list li {
  width: 21.25%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option_list li {
    width: 47.5%;
  }
}
@media only screen and (max-width: 480px) {
  .andbase-optionprice_area .default-option_list li {
    width: 100%;
  }
}
.andbase-optionprice_area .default-option_list li .item-icon {
  text-align: center;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.andbase-optionprice_area .default-option_list li .item-ttl {
  margin-top: 20px;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.andbase-optionprice_area .default-option_list li .sub {
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2.0416666667;
}
.andbase-optionprice_area .default-option_note {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option_note {
    margin-top: 40px;
  }
}
.andbase-optionprice_area .default-option_note {
  max-width: 1300px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 1.5em 3em;
}
@media only screen and (max-width: 768px) {
  .andbase-optionprice_area .default-option_note {
    padding: 1em 1.5em;
  }
}
.andbase-optionprice_area .default-option_note .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
  font-size: 1.3rem;
}
@media screen and (min-width: 320px) {
  .andbase-optionprice_area .default-option_note .ttl {
    font-size: calc(0.6696428571vw + 10.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-optionprice_area .default-option_note .ttl {
    font-size: 1.6rem;
  }
}
.andbase-optionprice_area .default-option_note .ttl {
  text-align: left;
}
.andbase-optionprice_area .default-option_note .txt,
.andbase-optionprice_area .default-option_note .note {
  margin: 10px auto 0;
}
.andbase-optionprice_area .default-option_note .txt p:not(:first-of-type),
.andbase-optionprice_area .default-option_note .note p:not(:first-of-type) {
  margin-top: 20px;
}
.andbase-optionprice_area .default-option_note .txt,
.andbase-optionprice_area .default-option_note .note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
}
.andbase-optionprice_area .default-option_note .note::before {
  content: "※";
  display: inline-block;
  margin-right: 0.5em;
}

/*************************

ANDBASE SUBオプションプラン

**************************/
.andbase-subplan_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area {
    margin-top: 60px;
  }
}
.andbase-subplan_area {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area {
    padding-top: 80px;
  }
}
.andbase-subplan_area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area {
    padding-bottom: 80px;
  }
}
.andbase-subplan_area {
  background-color: #d4f7fe;
}
.andbase-subplan_area .andbase-subplan_inner {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.andbase-subplan_area .subplan-ttl_img {
  margin: 0 auto;
  max-width: 340px;
}
.andbase-subplan_area .subplan-mainimg {
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area .subplan-mainimg {
    margin-top: 40px;
  }
}
.andbase-subplan_area .subplan-ttl_note {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area .subplan-ttl_note {
    margin-top: 40px;
  }
}
.andbase-subplan_area .subplan-ttl_note {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
  text-align: center;
}
.andbase-subplan_area .andbase-price-madori {
  margin-top: 60px;
  background-color: white;
  padding: 24px;
}
.andbase-subplan_area .townplan-body {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area .townplan-body {
    margin-top: 60px;
  }
}
.andbase-subplan_area .img-note {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area .img-note {
    margin-top: 20px;
  }
}
.andbase-subplan_area .img-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6333333333;
  text-align: right;
}
.andbase-subplan_area .andbase-price-detail {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .andbase-subplan_area .andbase-price-detail {
    margin-top: 60px;
  }
}
.andbase-subplan_area .andbase-price-detail {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .andbase-subplan_area .andbase-price-detail {
    font-size: calc(0.6696428571vw + 13.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .andbase-subplan_area .andbase-price-detail {
    font-size: 1.9rem;
  }
}
.andbase-subplan_area .andbase-price-detail {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*************************

黄色ポイント列挙枠

**************************/
.y-goodpoint-block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .y-goodpoint-block {
    margin-top: 60px;
  }
}
.y-goodpoint-block {
  background-color: #FFF84A;
  padding: 24px;
}
.y-goodpoint-block .y-goodpoint-ttl {
  padding: 0.6em 1em;
  background-color: white;
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .y-goodpoint-block .y-goodpoint-ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .y-goodpoint-block .y-goodpoint-ttl {
    font-size: 1.8rem;
  }
}
.y-goodpoint-block .y-goodpoint-ttl {
  text-align: center;
}
.y-goodpoint-block .y-goodpoint-list_number {
  counter-reset: number 0;
  padding: 24px;
}
.y-goodpoint-block .y-goodpoint-list_number li {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .y-goodpoint-block .y-goodpoint-list_number li {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .y-goodpoint-block .y-goodpoint-list_number li {
    font-size: 1.8rem;
  }
}
.y-goodpoint-block .y-goodpoint-list_number li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.y-goodpoint-block .y-goodpoint-list_number li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
}
.y-goodpoint-block .y-goodpoint-list_doublecircle li {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .y-goodpoint-block .y-goodpoint-list_doublecircle li {
    font-size: calc(1.5625vw + 10px);
  }
}
@media screen and (min-width: 768px) {
  .y-goodpoint-block .y-goodpoint-list_doublecircle li {
    font-size: 2.2rem;
  }
}
.y-goodpoint-block .y-goodpoint-list_doublecircle li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.y-goodpoint-block .y-goodpoint-list_doublecircle li:before {
  content: "◎";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
}

/**************************

リノベの家 詳細ページ

**************************/
.renobe-head_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-head_area {
    margin-top: 60px;
  }
}

.renobe-product-name {
  max-width: 320px;
  margin: 0 auto;
}

.renobe-first_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-first_area {
    margin-top: 60px;
  }
}

.renobe-first_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.renobe-first_area .catchcopy {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-first_area .catchcopy {
    margin-top: 30px;
  }
}
.renobe-first_area .catchcopy {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-first_area .catchcopy {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-first_area .catchcopy {
    font-size: 2.5rem;
  }
}
.renobe-first_area .catchcopy {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .renobe-first_area .catchcopy {
    text-align: left;
  }
}
.renobe-first_area .renobe-head-txt {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-first_area .renobe-head-txt {
    margin-top: 30px;
  }
}
.renobe-first_area .renobe-head-txt p:not(:first-of-type) {
  margin-top: 20px;
}
.renobe-first_area .renobe-head-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-first_area .renobe-head-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-first_area .renobe-head-txt {
    font-size: 1.4rem;
  }
}
.renobe-first_area .renobe-head-txt {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .renobe-first_area .renobe-head-txt {
    text-align: left;
  }
}

.renobe-head_img {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-head_img {
    margin-top: 30px;
  }
}
.renobe-head_img {
  position: relative;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(80%, rgb(255, 255, 255)), color-stop(80%, rgb(255, 239, 154)), to(rgb(255, 239, 154)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgb(255, 239, 154) 80%, rgb(255, 239, 154) 100%);
}
.renobe-head_img .img {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-head_img .img {
    margin-top: 30px;
  }
}
.renobe-head_img .img {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/*----------------
//売り出し準備中
-----------------*/
.renobe-future_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-future_area {
    margin-top: 60px;
  }
}
.renobe-future_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-future_area {
    margin-bottom: 60px;
  }
}

.renobe-future_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-future_field {
    margin-top: 60px;
  }
}
.renobe-future_field {
  border: solid 2px #EF9696;
  border-width: 2px 0;
  position: relative;
}

.renobe-future_ttl {
  text-align: center;
  margin-top: -28px;
}
.renobe-future_ttl .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_ttl .ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-future_ttl .ttl {
    font-size: 2.5rem;
  }
}
.renobe-future_ttl .ttl {
  display: inline-block;
  background: #EF9696;
  border-radius: 100px;
  padding: 0.2em 2em;
  margin: 0 auto;
}

.rerenobe-future_container {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .rerenobe-future_container {
    margin-top: 30px;
  }
}
.rerenobe-future_container {
  padding: 0 0 24px;
}

.renobe-future_list .property-card {
  display: block;
  padding: 24px;
  background-color: yellow;
}
.renobe-future_list .card-head {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #5E6CC1;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .card-head {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-future_list .card-head {
    font-size: 2.9rem;
  }
}
.renobe-future_list .property-location {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .property-location {
    font-size: calc(1.7857142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-future_list .property-location {
    font-size: 2.4rem;
  }
}
.renobe-future_list .property-comp-date {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .property-comp-date {
    font-size: calc(0.625vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .renobe-future_list .property-comp-date {
    font-size: 1.3rem;
  }
}
.renobe-future_list .card-body {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.renobe-future_list .property-catchcopy {
  font-style: normal;
  font-weight: 600;
  font-size: 2.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3869565217;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .property-catchcopy {
    font-size: calc(1.5625vw + 11px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-future_list .property-catchcopy {
    font-size: 2.3rem;
  }
}
.renobe-future_list .property-saleprice {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renobe-future_list .property-app-button {
  margin-top: 10px;
}
.renobe-future_list .property-app-button .app-button {
  display: inline-block;
  margin-right: 1em;
}
.renobe-future_list .property-app-button .app-button a {
  display: block;
  border: solid 2px #584125;
  padding: 0.3em 1em;
  border-radius: 10px;
  border-radius: calc(infinity * 1px);
}
.renobe-future_list .property-app-button .app-guidetxt {
  display: inline-block;
}
.renobe-future_list .staff-container {
  background-color: pink;
  margin-top: 20px;
  padding: 24px;
}
.renobe-future_list .staff-container-head {
  background-color: yellowgreen;
}
.renobe-future_list .staff-photo {
  max-width: 65px;
}
.renobe-future_list .description {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.8416666667;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .description {
    font-size: calc(1.25vw + 6px);
  }
}
@media screen and (min-width: 480px) {
  .renobe-future_list .description {
    font-size: 1.2rem;
  }
}
.renobe-future_list .description::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-top: 8px;
}
.renobe-future_list .staff-name {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 2.7625;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .staff-name {
    font-size: calc(-1.25vw + 14px);
  }
}
@media screen and (min-width: 480px) {
  .renobe-future_list .staff-name {
    font-size: 0.8rem;
  }
}
.renobe-future_list .staff-container-body {
  margin-top: 20px;
}
.renobe-future_list .staff-container-body {
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 2.7625;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .renobe-future_list .staff-container-body {
    font-size: calc(-1.25vw + 14px);
  }
}
@media screen and (min-width: 480px) {
  .renobe-future_list .staff-container-body {
    font-size: 0.8rem;
  }
}
.renobe-future_list .staff-tag-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.renobe-future_list .staff-tag-list li {
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  display: inline-block;
  border: solid 2px #584125;
  padding: 0.3em 0.8em;
  border-radius: 10px;
  border-radius: calc(infinity * 1px);
}
.renobe-future_list .staff-tag-list li:before {
  content: "#";
}
.renobe-future_list .property-date__table {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.renobe-future_list .property-date__table .dltable-set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .renobe-future_list .property-date__table .dltable-set {
    display: block;
  }
}
.renobe-future_list .property-date__table .dltable-set > dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.renobe-future_list .property-date__table .dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.renobe-future_list .property-date__table dt {
  padding: 0.5em;
}
.renobe-future_list .property-date__table dd {
  padding: 0.5em;
}
.renobe-future_list .property-date__table dd:before {
  content: ":";
  margin-right: 0.3em;
}
@media screen and (max-width: 768px) {
  .renobe-future_list .property-date__table dd {
    padding: 0 0.5em 0.5em;
    margin-left: 2em;
  }
}

/*----------------
//interview
-----------------*/
.renobe-interview_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-interview_area {
    margin-top: 60px;
  }
}
.renobe-interview_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-interview_area {
    margin-bottom: 60px;
  }
}
.renobe-interview_area {
  max-width: 930px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.renobe-interview_area .interview_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-interview_area .interview_ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-interview_area .interview_ttl {
    font-size: 1.8rem;
  }
}
.renobe-interview_area .interview_ttl::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 46px;
  background-image: url(lineup/renobe-house/mike.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.renobe-interview_field {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-interview_field {
    margin-top: 30px;
  }
}
.renobe-interview_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renobe-interview_field .icon_block {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-interview_field .icon_block {
    margin-top: 10px;
  }
}
.renobe-interview_field .icon_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 164px;
          flex: 0 0 164px;
}
.renobe-interview_field .icon_block .icon {
  width: 144px;
}
.renobe-interview_field .txt_block {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-interview_field .txt_block {
    margin-top: 20px;
  }
}
.renobe-interview_field .txt_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.renobe-interview_field .txt_block p:not(:first-of-type) {
  margin-top: 20px;
}
.renobe-interview_field .txt_block p span {
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .renobe-interview_field {
    display: block;
  }
  .renobe-interview_field .icon_block .icon {
    margin: 0 auto;
  }
}

/*----------------
//Concept3
-----------------*/
.renobe-concept3_field {
  background: #E5F9FF;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field {
    padding-top: 60px;
  }
}
.renobe-concept3_field {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field {
    padding-bottom: 80px;
  }
}
.renobe-concept3_field .concept3_ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field .concept3_ttl {
    margin-top: 30px;
  }
}
.renobe-concept3_field .concept3_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept3_field .concept3_ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept3_field .concept3_ttl {
    font-size: 2.5rem;
  }
}
.renobe-concept3_field .concept3_ttl {
  text-align: center;
}
.renobe-concept3_field .sub-ttl {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field .sub-ttl {
    margin-top: 3px;
  }
}
.renobe-concept3_field .sub-ttl p:not(:first-of-type) {
  margin-top: 20px;
}
.renobe-concept3_field .sub-ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept3_field .sub-ttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept3_field .sub-ttl {
    font-size: 1.4rem;
  }
}
.renobe-concept3_field .sub-ttl {
  text-align: center;
}
.renobe-concept3_field .renobe-concept3_list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field .renobe-concept3_list {
    margin-top: 60px;
  }
}
.renobe-concept3_field .renobe-concept3_list {
  max-width: 930px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.renobe-concept3_field .card:not(:first-of-type) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field .card:not(:first-of-type) {
    margin-top: 30px;
  }
}
.renobe-concept3_field .card .item_ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  position: relative;
}
.renobe-concept3_field .card .item_ttlbox .ttl_img {
  height: auto;
  width: 93px;
  position: relative;
  background-color: #A1E1A8;
}
.renobe-concept3_field .card .item_ttlbox .ttl_img img {
  width: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.renobe-concept3_field .card .item_ttlbox .ttl_img::before {
  content: "";
  display: block;
  padding-top: 64.52%;
}
.renobe-concept3_field .card .item_ttlbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept3_field .card .item_ttlbox .ttl {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept3_field .card .item_ttlbox .ttl {
    font-size: 1.8rem;
  }
}
.renobe-concept3_field .card .item_ttlbox .ttl {
  display: block;
  width: calc(100% - 93px);
  padding: 13px 10px;
}
.renobe-concept3_field .card .item_txtbox {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept3_field .card .item_txtbox {
    margin-top: 30px;
  }
}
.renobe-concept3_field .card .item_txtbox {
  max-width: 90%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renobe-concept3_field .card .item_txtbox .txt_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.84%;
          flex: 0 0 8.84%;
}
.renobe-concept3_field .card .item_txtbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept3_field .card .item_txtbox .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept3_field .card .item_txtbox .txt {
    font-size: 1.4rem;
  }
}
.renobe-concept3_field .card .item_txtbox .txt {
  padding-left: 20px;
}

.renobe-concept_area {
  background: #FFEF9A;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept_area {
    padding-top: 60px;
  }
}
.renobe-concept_area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept_area {
    padding-bottom: 80px;
  }
}
.renobe-concept_area .renobe-concept_field {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.renobe-concept_area .concept_ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept_area .concept_ttl {
    margin-top: 30px;
  }
}
.renobe-concept_area .concept_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept_area .concept_ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept_area .concept_ttl {
    font-size: 2.5rem;
  }
}
.renobe-concept_area .concept_ttl {
  text-align: center;
}
.renobe-concept_area .sub-ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .renobe-concept_area .sub-ttl {
    margin-top: 30px;
  }
}
.renobe-concept_area .sub-ttl p:not(:first-of-type) {
  margin-top: 20px;
}
.renobe-concept_area .sub-ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-concept_area .sub-ttl {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-concept_area .sub-ttl {
    font-size: 1.4rem;
  }
}
.renobe-concept_area .sub-ttl {
  text-align: center;
}
.renobe-concept_area .more_bt {
  max-width: 300px;
  margin: 0 auto;
}
.renobe-concept_area .more_bt a {
  color: #fff;
  text-decoration: none;
}
.renobe-concept_area .more_bt a:visited, .renobe-concept_area .more_bt a:hover, .renobe-concept_area .more_bt a:active, .renobe-concept_area .more_bt a:focus {
  color: white;
  text-decoration: none;
}
.renobe-concept_area .more_bt a:visited, .renobe-concept_area .more_bt a:hover, .renobe-concept_area .more_bt a:active, .renobe-concept_area .more_bt a:focus {
  text-decoration: none;
}
.renobe-concept_area .more_bt a {
  width: 193px;
  margin: 0 auto;
  display: block;
  padding: 19.5px 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.renobe-concept_area .more_bt a:hover {
  background-color: #c2a979;
}
.renobe-concept_area .more_bt a {
  width: 100%;
}

.renobe-newproject_area {
  background: #E5F9FF;
}
.renobe-newproject_area .renobe-newproject_field {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_field {
    margin-top: 60px;
  }
}
.renobe-newproject_area .renobe-newproject_field {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_field {
    margin-bottom: 60px;
  }
}
.renobe-newproject_area .renobe-newproject_field {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_field {
    padding-top: 60px;
  }
}
.renobe-newproject_area .renobe-newproject_field {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_field {
    padding-bottom: 60px;
  }
}
.renobe-newproject_area .renobe-newproject_field {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.renobe-newproject_area .ttl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .ttl {
    margin-top: 10px;
  }
}
.renobe-newproject_area .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .ttl {
    font-size: 2.5rem;
  }
}
.renobe-newproject_area .ttl span {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .ttl span {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .ttl span {
    font-size: 1.4rem;
  }
}
.renobe-newproject_area .renobe-newproject_list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list {
    margin-top: 30px;
  }
}
.renobe-newproject_area .renobe-newproject_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renobe-newproject_area .renobe-newproject_list .card {
  width: 26.6666666667%;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card {
    margin-top: 30px;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .newproject_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_ttl {
    font-size: calc(1.3392857143vw + 15.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_ttl {
    font-size: 2.6rem;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .add-info {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .add-info {
    margin-top: 3px;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .add-info .add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .renobe-newproject_list .card .add-info .add {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .add-info .add {
    font-size: 1.8rem;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .add-info .day {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .renobe-newproject_list .card .add-info .day {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .add-info .day {
    font-size: 1.4rem;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .newproject_img {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_img {
    margin-top: 10px;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .info-note {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .info-note {
    margin-top: 10px;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .info-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .renobe-newproject_list .card .info-note {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .info-note {
    font-size: 1.4rem;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .newproject_txt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_txt {
    margin-top: 10px;
  }
}
.renobe-newproject_area .renobe-newproject_list .card .newproject_txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card .newproject_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .renobe-newproject_area .renobe-newproject_list {
    display: block;
  }
  .renobe-newproject_area .renobe-newproject_list .card {
    max-width: 840px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .renobe-newproject_area .renobe-newproject_list .card:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .renobe-newproject_area .renobe-newproject_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .renobe-newproject_area .renobe-newproject_list .card .quality_img {
    max-width: 680px;
    margin: 0 auto;
  }
}

.renobe-quality_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area {
    margin-top: 60px;
  }
}
.renobe-quality_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area {
    margin-bottom: 60px;
  }
}
.renobe-quality_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.renobe-quality_area .icon {
  margin: 0 auto;
  max-width: 50px;
}
.renobe-quality_area .ttl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area .ttl {
    margin-top: 10px;
  }
}
.renobe-quality_area .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .renobe-quality_area .ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-quality_area .ttl {
    font-size: 2.5rem;
  }
}
.renobe-quality_area .ttl {
  text-align: center;
}
.renobe-quality_area .sub_ttl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area .sub_ttl {
    margin-top: 10px;
  }
}
.renobe-quality_area .sub_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-quality_area .sub_ttl {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-quality_area .sub_ttl {
    font-size: 1.6rem;
  }
}
.renobe-quality_area .sub_ttl {
  text-align: center;
}
.renobe-quality_area .renobe-quality_list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area .renobe-quality_list {
    margin-top: 60px;
  }
}
.renobe-quality_area .renobe-quality_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renobe-quality_area .renobe-quality_list .card {
  width: 26.6666666667%;
}
.renobe-quality_area .renobe-quality_list .card .quality_ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area .renobe-quality_list .card .quality_ttl {
    margin-top: 30px;
  }
}
.renobe-quality_area .renobe-quality_list .card .quality_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .renobe-quality_area .renobe-quality_list .card .quality_ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-quality_area .renobe-quality_list .card .quality_ttl {
    font-size: 1.8rem;
  }
}
.renobe-quality_area .renobe-quality_list .card .quality_ttl {
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .renobe-quality_area .renobe-quality_list .card .quality_ttl {
    text-align: left;
  }
}
.renobe-quality_area .renobe-quality_list .card .quality_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-quality_area .renobe-quality_list .card .quality_txt {
    margin-top: 30px;
  }
}
.renobe-quality_area .renobe-quality_list .card .quality_txt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-quality_area .renobe-quality_list .card .quality_txt {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-quality_area .renobe-quality_list .card .quality_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .renobe-quality_area .renobe-quality_list {
    display: block;
  }
  .renobe-quality_area .renobe-quality_list .card {
    max-width: 840px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .renobe-quality_area .renobe-quality_list .card:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .renobe-quality_area .renobe-quality_list .card:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .renobe-quality_area .renobe-quality_list .card .quality_img {
    max-width: 680px;
    margin: 0 auto;
  }
}

.renobe-utility-model_area {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .renobe-utility-model_area {
    margin-top: 40px;
  }
}
.renobe-utility-model_area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .renobe-utility-model_area {
    margin-bottom: 40px;
  }
}
.renobe-utility-model_area .utility-model_bt {
  margin: 0 auto;
  max-width: 250px;
}
.renobe-utility-model_area .utility-model_bt a:visited, .renobe-utility-model_area .utility-model_bt a:hover, .renobe-utility-model_area .utility-model_bt a:active, .renobe-utility-model_area .utility-model_bt a:focus {
  text-decoration: none;
}
.renobe-utility-model_area .utility-model_bt a {
  color: #222222;
  text-decoration: none;
}
.renobe-utility-model_area .utility-model_bt a:visited, .renobe-utility-model_area .utility-model_bt a:hover, .renobe-utility-model_area .utility-model_bt a:active, .renobe-utility-model_area .utility-model_bt a:focus {
  color: #555555;
  text-decoration: none;
}
.renobe-utility-model_area .utility-model_bt a:visited, .renobe-utility-model_area .utility-model_bt a:hover, .renobe-utility-model_area .utility-model_bt a:active, .renobe-utility-model_area .utility-model_bt a:focus {
  text-decoration: none;
}
.renobe-utility-model_area .utility-model_bt a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.renobe-utility-model_area .utility-model_bt a:hover {
  background-color: #c2a979;
}
.renobe-utility-model_area .utility-model_bt a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #c2a979;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  border: solid 3px #c2a979;
  padding: 0.8em 2.5em;
  width: 100%;
}

/*----------------
//QA
-----------------*/
.renobe-qa_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_area {
    margin-top: 60px;
  }
}
.renobe-qa_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_area {
    margin-bottom: 60px;
  }
}
.renobe-qa_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.renobe-qa_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renobe-qa_field .icon_block {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_field .icon_block {
    margin-top: 10px;
  }
}
.renobe-qa_field .icon_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.renobe-qa_field .renobe-qa_block {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_field .renobe-qa_block {
    margin-top: 10px;
  }
}
.renobe-qa_field .renobe-qa_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.renobe-qa_field .icon_block .icon {
  width: 76px;
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list {
    padding-top: 60px;
  }
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list {
    padding-bottom: 60px;
  }
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list {
  border: solid 1px #ddd;
  border-width: 1px 0;
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list dl:not(:first-of-type) {
  margin-top: 40px;
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list dl dd {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list dl dd {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list dl dd {
    font-size: 1.8rem;
  }
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list dl dt p {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list dl dt p {
    margin-top: 30px;
  }
}
.renobe-qa_field .renobe-qa_block .renobe-qa_list dl dt p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list dl dt p {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .renobe-qa_field .renobe-qa_block .renobe-qa_list dl dt p {
    font-size: 1.4rem;
  }
}

/**************************************

  LINEUP 一覧 TOP ３プロダクト一覧
  //archive-lineup.php

*****************************************/
.top-lineups .more_link {
  margin-top: 40px;
  max-width: 180px;
}
.top-lineups .more_link a {
  color: #222222;
  text-decoration: none;
}
.top-lineups .more_link a:visited, .top-lineups .more_link a:hover, .top-lineups .more_link a:active, .top-lineups .more_link a:focus {
  color: #555555;
  text-decoration: none;
}
.top-lineups .more_link a:visited, .top-lineups .more_link a:hover, .top-lineups .more_link a:active, .top-lineups .more_link a:focus {
  text-decoration: none;
}
.top-lineups .more_link a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-lineups .more_link a:hover {
  background-color: #c2a979;
}
.top-lineups .more_link a {
  border: solid 1px #b1b1b1;
  padding: 18px 2.5em;
  width: 100%;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top-lineups .more_link {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-lineups-product_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .top-lineups-product_area {
    margin-top: 60px;
  }
}
.top-lineups-product_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .top-lineups-product_area {
    margin-bottom: 60px;
  }
}
.top-lineups-product_area .top-lineups-product_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-lineups-product_area .top-lineups-product_wrapper .img_block {
  margin-right: 4%;
}
.top-lineups-product_area .top-lineups-product_wrapper .img_block img {
  max-height: 680px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top-lineups-product_area .top-lineups-product_wrapper .img_block {
    margin-right: 0;
  }
  .top-lineups-product_area .top-lineups-product_wrapper .img_block img {
    max-height: initial;
  }
}
.top-lineups-product_area .top-lineups-product_wrapper .info_block {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .top-lineups-product_area .top-lineups-product_wrapper .info_block {
    display: table;
    margin: 60px auto;
    text-align: center;
  }
}
.top-lineups-product_area:nth-child(odd) .top-lineups-product_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-lineups-product_area:nth-child(odd) .top-lineups-product_wrapper .img_block {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 1200px) {
  .top-lineups-product_area:nth-child(odd) .top-lineups-product_wrapper .img_block {
    margin-left: 0%;
  }
}
.top-lineups-product_area .top-lineups-product_wrapper .logo {
  width: 252px;
}
@media screen and (max-width: 1200px) {
  .top-lineups-product_area .top-lineups-product_wrapper .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-lineups-product_area .top-lineups-product_wrapper .ttl {
  margin-top: 22px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
}
.top-lineups-product_area .top-lineups-product_wrapper .story {
  margin-top: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/**************************************

  サブプロダクトANDBASE一覧

*****************************************/
.sub-lineups_andbase {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sub-lineups_andbase {
    margin-bottom: 60px;
  }
}

.sublineups-andbase-first_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sublineups-andbase-first_area {
    margin-top: 60px;
  }
}
.sublineups-andbase-first_area {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.sublineups-andbase-first_area .ttl {
  max-width: 340px;
  margin: 0 auto;
}
.sublineups-andbase-first_area .catchcopy {
  margin-top: 40px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .sublineups-andbase-first_area .catchcopy {
    font-size: calc(1.5625vw + 13px);
  }
}
@media screen and (min-width: 768px) {
  .sublineups-andbase-first_area .catchcopy {
    font-size: 2.5rem;
  }
}
.sublineups-andbase-first_area .sub-txt {
  margin-top: 40px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .sublineups-andbase-first_area .sub-txt {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .sublineups-andbase-first_area .sub-txt {
    font-size: 1.4rem;
  }
}

.sublineups-andbase-product_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sublineups-andbase-product_area {
    margin-top: 60px;
  }
}
.sublineups-andbase-product_area {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sublineups-andbase-product_area {
    padding-top: 60px;
  }
}
.sublineups-andbase-product_area {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sublineups-andbase-product_area {
    padding-bottom: 60px;
  }
}
.sublineups-andbase-product_area {
  background: -webkit-gradient(linear, left top, right top, from(#dbf0ff), color-stop(50%, #dbf0ff), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #dbf0ff 0%, #dbf0ff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .sublineups-andbase-product_area {
    background: -webkit-gradient(linear, left top, right top, from(#dbf0ff), color-stop(80%, #dbf0ff), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #dbf0ff 0%, #dbf0ff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  }
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .img_block {
  max-width: 735px;
  margin: 0 auto;
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block {
  display: table;
  margin-left: auto;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block {
    padding-top: 40px;
  }
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .logo {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .logo {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .logo {
    font-size: 2.9rem;
  }
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .catchcopy {
  margin-top: 8px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .catchcopy {
    font-size: calc(0.6944444444vw + 12.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .catchcopy {
    font-size: 1.8rem;
  }
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .catchcopy br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .catchcopy br {
    display: block;
  }
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .price {
  margin-top: 8px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .more_link {
  margin-top: 20px;
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .more_link a {
  border: solid 1px #b1b1b1;
  border-width: 0 0 1px 0;
  padding: 1.2em 0 0.8em 0;
  text-align: left;
  width: auto;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .more_link a:hover {
  color: #c2a979;
  border-color: #c2a979;
}
@media screen and (max-width: 1200px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block .more_link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .sublineups-andbase-product_area .sublineups-andbase-product_wrapper .info_block {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.sublineups-andbase-product_area:nth-child(even) {
  background-color: aquamarine;
  background: -webkit-gradient(linear, right top, left top, from(#dbf0ff), color-stop(50%, #dbf0ff), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, #dbf0ff 0%, #dbf0ff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .sublineups-andbase-product_area:nth-child(even) {
    background: -webkit-gradient(linear, right top, left top, from(#dbf0ff), color-stop(80%, #dbf0ff), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, #dbf0ff 0%, #dbf0ff 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  }
}
.sublineups-andbase-product_area:nth-child(even) .sublineups-andbase-product_wrapper .info_block {
  margin-left: initial;
  margin-right: auto;
}

/**************************************

  サブプロダクトBinO一覧

*****************************************/
.sublineups-bino-first_area {
  padding-top: 130px;
}
@media only screen and (max-width: 768px) {
  .sublineups-bino-first_area {
    padding-top: 60px;
  }
}
.sublineups-bino-first_area {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sublineups-bino-first_area {
    padding-bottom: 45px;
  }
}
.sublineups-bino-first_area {
  background-color: #707070;
  text-align: center;
}
.sublineups-bino-first_area .lineups-concept_body {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.sublineups-bino-first_area .bino-logo {
  max-width: 300px;
  margin: 0 auto;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list {
  max-width: 860px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li {
  margin-top: 25px;
  width: calc((100% - 45px) / 4);
}
@media only screen and (max-width: 860px) {
  .sublineups-bino-first_area .lineups-bino-categorybt_list li {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .sublineups-bino-first_area .lineups-bino-categorybt_list li {
    width: 100%;
  }
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a {
  color: #222222;
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a:visited, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:hover, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:active, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:focus {
  color: #555555;
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a:visited, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:hover, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:active, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:focus {
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 0.8em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a:hover {
  background-color: #c2a979;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a {
  color: #fff;
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a:visited, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:hover, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:active, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:focus {
  color: white;
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a:visited, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:hover, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:active, .sublineups-bino-first_area .lineups-bino-categorybt_list li a:focus {
  text-decoration: none;
}
.sublineups-bino-first_area .lineups-bino-categorybt_list li a {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  width: 100%;
  background-color: initial;
  padding: 0.6em 2em;
  border: solid 1px #fff;
}

.lineups-skip-concept_field {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .lineups-skip-concept_field {
    margin-top: 90px;
  }
}

.lineups-skip-concept_body {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.lineups-skip-concept_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lineups-skip-concept_column .img_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 60px);
          flex: 0 0 calc(70% - 60px);
  margin-left: 60px;
}
.lineups-skip-concept_column .info_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1200px) {
  .lineups-skip-concept_column .img_block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .lineups-skip-concept_column .img_block img {
    max-width: 1200px;
    margin: 0 auto;
  }
  .lineups-skip-concept_column .info_block {
    margin-top: 30px;
    width: 100%;
  }
}
.lineups-skip-concept_column .info_block .txt_set .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 8.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.1976744186;
  font-size: 3.6rem;
}
@media screen and (min-width: 320px) {
  .lineups-skip-concept_column .info_block .txt_set .ttl {
    font-size: calc(5.6818181818vw + 17.8181818182px);
  }
}
@media screen and (min-width: 1200px) {
  .lineups-skip-concept_column .info_block .txt_set .ttl {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .lineups-skip-concept_column .info_block .txt_set .ttl br {
    display: none;
  }
}
.lineups-skip-concept_column .info_block .txt_set .story-box {
  margin-top: 20px;
}
.lineups-skip-concept_column .info_block .txt_set .sub-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .lineups-skip-concept_column .info_block .txt_set .sub-ttl {
    font-size: calc(0.6944444444vw + 12.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-skip-concept_column .info_block .txt_set .sub-ttl {
    font-size: 1.8rem;
  }
}
.lineups-skip-concept_column .info_block .txt_set .story {
  margin-top: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.9416666667;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineups-skip-concept_column .info_block .txt_set .story {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-skip-concept_column .info_block .txt_set .story {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .lineups-skip-concept_column .info_block .txt_set .story {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .lineups-skip-concept_column {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .lineups-skip-concept_column {
    margin-bottom: 60px;
  }
}

#b-flat .lineups-subcategory_head {
  background-image: url("lineups/lscb-b-flat.jpg");
}

#b-skip-floor .lineups-subcategory_head {
  background-image: url("lineups/lscb-b-skip-floor.jpg");
}

#b-two-floor .lineups-subcategory_head {
  background-image: url("lineups/lscb-b-two-floor.jpg");
}

#b-tiny-house .lineups-subcategory_head {
  background-image: url("lineups/lscb-b-tiny-house.jpg");
}

.lineups-subcategory_head {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding: 10vw;
  z-index: 1;
}
.lineups-subcategory_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.6);
  z-index: 2;
}

.lineups-subcategory_container {
  position: relative;
  z-index: 3;
}
.lineups-subcategory_container .type-no {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_container .type-no {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_container .type-no {
    font-size: 1.4rem;
  }
}
.lineups-subcategory_container .type-no {
  text-align: center;
}
.lineups-subcategory_container .type-no::after {
  content: "";
  display: block;
  width: 80px;
  margin: 8px auto 0;
  height: 1px;
  background-color: #ffffff;
}
.lineups-subcategory_container .category-name {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_container .category-name {
    margin-top: 30px;
  }
}
.lineups-subcategory_container .category-name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.3rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_container .category-name {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_container .category-name {
    font-size: 4.3rem;
  }
}
.lineups-subcategory_container .category-name {
  text-align: center;
}
.lineups-subcategory_container .category-name:before {
  content: attr(date-lineup-subcategory);
  display: block;
  margin-bottom: 1em;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  line-height: 1;
  z-index: 1;
}
.lineups-subcategory_container .info-txt {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_container .info-txt {
    margin-top: 30px;
  }
}
.lineups-subcategory_container .info-txt {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lineups-subcategory_container .info-txt p:not(:first-of-type) {
  margin-top: 20px;
}
.lineups-subcategory_container .info-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_container .info-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_container .info-txt {
    font-size: 1.4rem;
  }
}
.lineups-subcategory_container .info-txt {
  text-align: center;
}

.lineups-subcategory_body {
  max-width: 1300px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_body {
    margin-top: 90px;
  }
}
.lineups-subcategory_body {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_body {
    margin-bottom: 90px;
  }
}
.lineups-subcategory_body .subcategory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lineups-subcategory_body .subcategory_list .card {
  width: 47.5%;
}
.lineups-subcategory_body .subcategory_list .card:nth-of-type(n + 3) {
  margin-top: 5%;
}
.lineups-subcategory_body .subcategory_list .card:nth-of-type(2n) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .lineups-subcategory_body .subcategory_list .card {
    width: 100%;
  }
  .lineups-subcategory_body .subcategory_list .card:not(:first-of-type) {
    margin-top: 40px;
  }
  .lineups-subcategory_body .subcategory_list .card:nth-of-type(2n) {
    margin-left: 0;
  }
}
.lineups-subcategory_body .card .date_item {
  min-height: 230px;
  padding: 40px 15px;
  text-align: center;
}
.lineups-subcategory_body .card .date_item .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0.11em;
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_body .card .date_item .ttl {
    font-size: calc(2.6785714286vw + 15.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_body .card .date_item .ttl {
    font-size: 3.6rem;
  }
}
.lineups-subcategory_body .card .date_item .txt {
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_body .card .date_item .txt {
    margin-top: 23px;
  }
}
.lineups-subcategory_body .card .date_item .txt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_body .card .date_item .txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_body .card .date_item .txt {
    font-size: 1.4rem;
  }
}
.lineups-subcategory_body .card .date_item .price {
  max-width: 310px;
  margin: 0 auto;
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .lineups-subcategory_body .card .date_item .price {
    margin-top: 23px;
  }
}
.lineups-subcategory_body .card .date_item .price {
  display: block;
  border: solid 1px #ffffff;
  padding: 0.8em 1em 0.8em 0.2em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-size: 1.1rem;
}
@media screen and (min-width: 320px) {
  .lineups-subcategory_body .card .date_item .price {
    font-size: calc(0.4464285714vw + 9.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .lineups-subcategory_body .card .date_item .price {
    font-size: 1.3rem;
  }
}
.lineups-subcategory_body .card .date_item .price::before {
  content: "￥";
  display: inline-block;
}
.lineups-subcategory_body .card .date_item .price::after {
  content: "円（税込）〜";
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

#b-flat .lineups-subcategory_body .card .date_item {
  background-color: rgba(180, 138, 0, 0.5);
}

#b-skip-floor .lineups-subcategory_body .card .date_item {
  background-color: rgba(126, 0, 19, 0.5);
}

#b-two-floor .lineups-subcategory_body .card .date_item {
  background-color: rgba(0, 61, 93, 0.5);
}

#b-tiny-house .lineups-subcategory_body .card .date_item {
  background-color: rgba(180, 138, 0, 0.5);
}

/*
  .info-txt {
    @include pp-mt(40px, 30px);
    @include font-cg(18, 700, #ffffff, 300, 30.6);
    @include font-vs(font-size, 320px, 14px, 768px, 18px);
  }

  .lineups-categorybt_list {
    //ul
    @include pp-mt(90px, 55px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    li {
      a {
        border: solid 1px #707070;
        @include bt_white();
        @include ff-hiragino_w6;
        @include font-cg(14, 600, $font-color, 100, 24.5);
        display: block;
      }

      &:not(:first-of-type) {
        margin-left: 40px;
      }

      @include pc980 {
        width: 100%;

        &:not(:first-of-type) {
          margin-top: 10px;
          margin-left: 0px;
        }

        a {
          width: 100%;
        }

        &:not(:first-of-type) {
          margin-top: 20px;
        }
      }
    }
  }
}







.test {

  //固定背景の設定
  div {
    box-sizing: border-box;
    color: #fff;
    font-size: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
  }

  h2 {
    font-family: 'Impact';
    font-size: 55px;
    text-align: center;
  }

  .cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;

    @media screen and (max-width: 736px) {
      background-size: cover;
      background-attachment: scroll;
    }
  }
}
*/
/**************************

  SELE 建売

**************************/
.sale-built .page-header .page-header_container::before {
  background-image: url(sale/page_header.jpg);
}
.sale-built section:nth-of-type(2n),
.sale-built-town section:nth-of-type(2n) {
  background-color: #f5f5f5;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sale-built section:nth-of-type(2n),
  .sale-built-town section:nth-of-type(2n) {
    padding-top: 60px;
  }
}
.sale-built section:nth-of-type(2n),
.sale-built-town section:nth-of-type(2n) {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sale-built section:nth-of-type(2n),
  .sale-built-town section:nth-of-type(2n) {
    padding-bottom: 60px;
  }
}

.expansion-note {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .expansion-note {
    margin-top: 30px;
  }
}
.expansion-note {
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
}

/*------------------------------
//sale-built（物件単体
//sale-built-town（分譲地にて流用あり
--------------------------------*/
.salebuilt-head_field {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field {
    margin-top: 60px;
  }
}
.salebuilt-head_field {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.salebuilt-head_field .salebuilt-head-category {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  border: solid 1px #222222;
  padding: 0.8em 1em;
  min-width: 200px;
}
.salebuilt-head_field .salebuilt-head-add {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-add {
    margin-top: 15px;
  }
}
.salebuilt-head_field .salebuilt-head-add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 0.875;
}
.salebuilt-head_field .salebuilt-head-add::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-add::after {
    margin-top: 15px;
  }
}
.salebuilt-head_field .label_info {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .label_info {
    margin-top: 10px;
  }
}
.salebuilt-head_field .label_info {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #7e0013;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .salebuilt-head_field .label_info {
    font-size: calc(1.0416666667vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .label_info {
    font-size: 1.4rem;
  }
}
.salebuilt-head_field .label_info {
  border: solid 2px #7e0013;
  padding: 0.5em 2em;
  display: inline-block;
}
.salebuilt-head_field .resale01-head_price {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .resale01-head_price {
    margin-top: 15px;
  }
}
.salebuilt-head_field .resale01-head_price p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.4944444444;
  display: inline-block;
}
.salebuilt-head_field .resale01-head_price .price span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1;
}
.salebuilt-head_field .salebuilt-head-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl {
    margin-top: 30px;
  }
}
.salebuilt-head_field .salebuilt-head-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 8rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-ttl {
    font-size: calc(5.4054054054vw + 4.7027027027px);
  }
}
@media screen and (min-width: 1393px) {
  .salebuilt-head_field .salebuilt-head-ttl {
    font-size: 8rem;
  }
}
.salebuilt-head_field .salebuilt-head-ttl span {
  display: inline-block;
}
.salebuilt-head_field .salebuilt-head-ttl-2 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-2 {
    margin-top: 30px;
  }
}
.salebuilt-head_field .salebuilt-head-ttl-2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-ttl-2 {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-2 {
    font-size: 3rem;
  }
}
.salebuilt-head_field .salebuilt-head-ttl-2 span {
  display: inline-block;
}
.salebuilt-head_field .salebuilt-head-ttl-sub {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-sub {
    margin-top: 8px;
  }
}
.salebuilt-head_field .salebuilt-head-ttl-sub {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.4944444444;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-ttl-sub {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-sub {
    font-size: 1.8rem;
  }
}
.salebuilt-head_field .salebuilt-head-ttl-txt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-txt {
    margin-top: 30px;
  }
}
.salebuilt-head_field .salebuilt-head-ttl-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.68125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-ttl-txt {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .salebuilt-head-ttl-txt {
    font-size: 1.6rem;
  }
}
.salebuilt-head_field .salebuilt-head-img {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-img {
    margin-top: 40px;
  }
}
.salebuilt-head_field .salebuilt-head-type {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-type {
    margin-top: 60px;
  }
}
.salebuilt-head_field .salebuilt-head-type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-type {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .salebuilt-head-type {
    font-size: 2.9rem;
  }
}
.salebuilt-head_field .salebuilt-head-txt {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_field .salebuilt-head-txt {
    margin-top: 30px;
  }
}
.salebuilt-head_field .salebuilt-head-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_field .salebuilt-head-txt {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_field .salebuilt-head-txt {
    font-size: 1.4rem;
  }
}
.salebuilt-head_field .salebuilt-head-txt {
  text-align: left;
}

.salebuilt-head_area .head-point_block {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_area .head-point_block {
    margin-top: 40px;
  }
}
.salebuilt-head_area .head-point_block {
  max-width: 840px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-head_area .head-point_block .pointtxt-list {
  margin-left: 20px;
}
.salebuilt-head_area .head-point_block .pointtxt-list li {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-head_area .head-point_block .pointtxt-list li {
    margin-top: 30px;
  }
}
.salebuilt-head_area .head-point_block .pointtxt-list li {
  padding: 19px 0;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_area .head-point_block .pointtxt-list li {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_area .head-point_block .pointtxt-list li {
    font-size: 2rem;
  }
}
.salebuilt-head_area .head-point_block .pointtxt-list li {
  counter-increment: methodNo;
  padding-left: 1em;
  text-indent: -1em;
}
.salebuilt-head_area .head-point_block .pointtxt-list li:before {
  content: counter(methodNo, decimal-leading-zero) ". ";
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #c2a979;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-head_area .head-point_block .pointtxt-list li:before {
    font-size: calc(1.7857142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-head_area .head-point_block .pointtxt-list li:before {
    font-size: 2.4rem;
  }
}
.salebuilt-head_area .head-point_block .pointtxt-list li:before {
  border-radius: 50%;
}
.salebuilt-head_area .head-point_block .pointtxt-list li::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: calc(100% + 40px);
  height: 1px;
  background: #c2a979;
  position: absolute;
  left: -40px;
  bottom: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.salebuilt-gallery_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area {
    margin-top: 60px;
  }
}
.salebuilt-gallery_area .salebuilt-gallery_field {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.salebuilt-gallery_area .salebuilt-gallery-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area .salebuilt-gallery-ttl {
    margin-top: 30px;
  }
}
.salebuilt-gallery_area .salebuilt-gallery-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-gallery_area .salebuilt-gallery-ttl {
    font-size: calc(1.3392857143vw + 25.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-gallery_area .salebuilt-gallery-ttl {
    font-size: 3.6rem;
  }
}
.salebuilt-gallery_area .salebuilt-gallery-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area .salebuilt-gallery-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-gallery_area .salebuilt-gallery-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-gallery_area .gallery_body {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area .gallery_body {
    margin-top: 35px;
  }
}
.salebuilt-gallery_area .gallery_body .img {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area .gallery_body .img {
    margin-top: 30px;
  }
}
.salebuilt-gallery_area .gallery_body .img {
  max-width: 980px;
  margin: 0 auto;
}
.salebuilt-gallery_area .gallery_body .img-note {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-gallery_area .gallery_body .img-note {
    margin-top: 30px;
  }
}
.salebuilt-gallery_area .gallery_body .img-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
}

.salebuilt-plan_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area {
    margin-top: 60px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl {
    margin-top: 30px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl {
    font-size: calc(1.3392857143vw + 25.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl {
    font-size: 3.6rem;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type {
    margin-top: 30px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type {
    font-size: 2.9rem;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .salebuilt-plan-type::after {
    margin-top: 15px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .madori-wrapper {
    margin-top: 20px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list li {
  width: 45%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list li {
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list li.full-column {
  width: 100%;
  text-align: center;
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list li.full-column img {
  max-width: 1200px;
  margin: 40px auto 0;
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-list li.full-column.small img {
  max-width: 840px;
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-note {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-note {
    margin-top: 30px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .madori-wrapper .madori-note {
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-plan_area .salebuilt-plan_field .date_list_block {
    margin-top: 80px;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: left;
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list li {
  margin-top: 16px;
  width: calc((100% - 24px) / 2);
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list li:after {
  content: "";
  width: 100%;
  padding-top: 8px;
  display: block;
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 860px) {
  .salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list li {
    width: 100%;
  }
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list li .label {
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
  text-transform: uppercase;
}
.salebuilt-plan_area .salebuilt-plan_field .date_list_block .date_list li .label:after {
  content: " / ";
}

.salebuilt-area_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area {
    margin-top: 30px;
  }
}
.salebuilt-area_area {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area {
    margin-bottom: 80px;
  }
}
.salebuilt-area_area {
  overflow: hidden;
}
.salebuilt-area_area .salebuilt-area_field {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
    margin-top: 30px;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
    font-size: 3rem;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl {
  text-transform: uppercase;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-add {
  max-width: 860px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-add {
    margin-top: 40px;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-add {
    font-size: calc(1.3392857143vw + 11.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-add {
    font-size: 2.2rem;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-map {
    margin-top: 30px;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .left,
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .right {
  width: 47%;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist {
  margin-top: 40px;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li {
    margin-top: 15px;
  }
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.45625;
  text-align: left;
  min-width: 290px;
  display: block;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li:first-of-type {
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
.salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2a150e;
  margin: 0 auto;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li::after {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .maplist li {
    min-width: initial;
  }
}
@media only screen and (max-width: 860px) {
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist {
    display: block;
  }
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .left,
  .salebuilt-area_area .salebuilt-area_field .salebuilt-area-maplist .right {
    width: 100%;
  }
}

.salebuilt-section_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area {
    margin-top: 60px;
  }
}
.salebuilt-section_area .salebuilt-section_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
    margin-top: 30px;
  }
}
.salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
    font-size: calc(1.3392857143vw + 25.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
    font-size: 3.6rem;
  }
}
.salebuilt-section_area .salebuilt-section_field .salebuilt-section-ttl {
  text-align: center;
}
.salebuilt-section_area .salebuilt-section_field span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area .salebuilt-section_field span {
    margin-top: 10px;
  }
}
.salebuilt-section_area .salebuilt-section_field span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-section_area .salebuilt-section-type {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area .salebuilt-section-type {
    margin-top: 30px;
  }
}
.salebuilt-section_area .salebuilt-section-type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-section_area .salebuilt-section-type {
    font-size: calc(2.0089285714vw + 13.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-section_area .salebuilt-section-type {
    font-size: 2.9rem;
  }
}
.salebuilt-section_area .salebuilt-section-type::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area .salebuilt-section-type::after {
    margin-top: 15px;
  }
}
.salebuilt-section_area .kukaku-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-section_area .kukaku-wrapper {
    margin-top: 30px;
  }
}
.salebuilt-section_area .kukaku-wrapper .kukaku-list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salebuilt-section_area .kukaku-wrapper .kukaku-list li {
  width: 100%;
}
.salebuilt-section_area .kukaku-wrapper .kukaku-list li:not(:first-of-type) {
  margin-top: 40px;
}

.salebuilt-information_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area {
    margin-top: 60px;
  }
}
.salebuilt-information_area {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area {
    margin-bottom: 30px;
  }
}
.salebuilt-information_area .salebuilt-information_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
    margin-top: 30px;
  }
}
.salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
    font-size: calc(1.3392857143vw + 25.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
    font-size: 3.6rem;
  }
}
.salebuilt-information_area .salebuilt-information_field .salebuilt-information-ttl {
  text-align: center;
}
.salebuilt-information_area .salebuilt-information_field span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area .salebuilt-information_field span {
    margin-top: 10px;
  }
}
.salebuilt-information_area .salebuilt-information_field span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-information_area .salebuilt-information-toplist {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist {
    margin-top: 40px;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li:first-of-type {
  border-top: solid 1px #222222;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li {
  padding: 20px 1em;
  border-bottom: solid 1px #222222;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dt {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dt {
    font-size: 1.6rem;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd {
    font-size: calc(3.5714285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd {
    font-size: 3.6rem;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd.infolist-price::after {
  content: "（税込）";
  display: inline-block;
}
.salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd.f-small {
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0.15em;
  line-height: 1.6961538462;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd.f-small {
    font-size: calc(1.7857142857vw + 12.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd.f-small {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 680px) {
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl {
    display: block;
  }
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dt,
  .salebuilt-information_area .salebuilt-information-toplist .infolist li dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .top-list-note {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist .top-list-note {
    margin-top: 30px;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .top-list-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-information_area .salebuilt-information-toplist .top-list-note {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-information_area .salebuilt-information-toplist .top-list-note {
    font-size: 1.4rem;
  }
}
.salebuilt-information_area .salebuilt-information-toplist .top-list-note {
  text-align: center;
}
.salebuilt-information_area .salebuilt-information-table {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-information_area .salebuilt-information-table {
    margin-top: 30px;
  }
}
.salebuilt-information_area .salebuilt-information-table {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.sale-swiper-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sale-swiper-container .swiper-slide {
  height: 40vw;
  max-height: 600px;
  text-align: center;
}
.sale-swiper-container .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.sale-swiper-container.sale-slider-thumbnail {
  margin-top: 20px;
}
.sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 24%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  display: block;
}
.sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  display: block;
  border: solid 10px #c2a979;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.sale-swiper-container {
  --swiper-navigation-size: 18px;
  --swiper-theme-color: #eeeeee;
}
.sale-swiper-container .swiper-button-prev {
  top: 53%;
  left: 0;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}
.sale-swiper-container .swiper-button-next {
  top: 53%;
  right: 0;
  width: calc(var(--swiper-navigation-size) + 4px);
  height: calc(var(--swiper-navigation-size) + 15px);
  background: #020202;
}
.sale-swiper-container + .img-note {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .sale-swiper-container + .img-note {
    margin-top: 30px;
  }
}
.sale-swiper-container + .img-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
}

.salebuilt-cta_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-cta_area {
    margin-top: 60px;
  }
}
.salebuilt-cta_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-cta_area {
    margin-bottom: 60px;
  }
}
.salebuilt-cta_area .salebuilt-cta_ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-cta_area .salebuilt-cta_ttl {
    margin-top: 30px;
  }
}
.salebuilt-cta_area .salebuilt-cta_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-cta_area .salebuilt-cta_ttl {
    font-size: calc(1.3392857143vw + 25.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-cta_area .salebuilt-cta_ttl {
    font-size: 3.6rem;
  }
}
.salebuilt-cta_area .salebuilt-cta_ttl {
  text-align: center;
}
.salebuilt-cta_area .salebuilt-cta_ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-cta_area .salebuilt-cta_ttl span {
    margin-top: 10px;
  }
}
.salebuilt-cta_area .salebuilt-cta_ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-cta_area .cta {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-cta_area .cta {
    margin-top: 60px;
  }
}

/**************************

  SELE 分譲地

**************************/
/*------------------------------
分譲地ページ用追加クラス
--------------------------------*/
.salebuilt-townhead-img {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townhead-img {
    margin-top: 60px;
  }
}

.sale-built-town-date {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sale-built-town-date {
    margin-top: 60px;
  }
}
.sale-built-town-date {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.sale-built-town-date .wrapper {
  display: table;
  margin: 0 auto;
}
.sale-built-town-date .wrapper dl dt {
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town-date .wrapper dl dt {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town-date .wrapper dl dt {
    font-size: 2.5rem;
  }
}
.sale-built-town-date .wrapper dl dt {
  display: inline-block;
  margin-right: 25px;
}
.sale-built-town-date .wrapper dl dd {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town-date .wrapper dl dd {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town-date .wrapper dl dd {
    font-size: 2.5rem;
  }
}
.sale-built-town-date .wrapper dl dd {
  display: inline-block;
}
.sale-built-town-date .wrapper dl::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #222222;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .sale-built-town-date .wrapper dl {
    width: 100%;
    margin-top: 20px;
  }
}

.salebuilt-townguide_field {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide_field {
    margin-top: 60px;
  }
}
.salebuilt-townguide_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-townguide_field .guide_field-img {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide_field .guide_field-img {
    margin-top: 30px;
  }
}
.salebuilt-townguide_field .guide_field-img {
  text-align: center;
}
.salebuilt-townguide_field .guide_field {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide_field .guide_field {
    margin-top: 30px;
  }
}
.salebuilt-townguide_field .guide_field {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.salebuilt-townguide-ttl-2 {
  font-family: "adobe-gothic-std", sans-serif;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townguide-ttl-2 {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townguide-ttl-2 {
    font-size: 3rem;
  }
}
.salebuilt-townguide-ttl-2 {
  text-transform: uppercase;
  text-align: center;
}

.salebuilt-townguide-ttl {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide-ttl {
    margin-top: 30px;
  }
}
.salebuilt-townguide-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townguide-ttl {
    font-size: calc(-0.4464285714vw + 25.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townguide-ttl {
    font-size: 2.2rem;
  }
}
.salebuilt-townguide-ttl {
  text-transform: uppercase;
  text-align: center;
}
.salebuilt-townguide-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-townguide-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-townguide-ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .salebuilt-townguide-ttl br {
    display: block;
  }
}

.salebuilt-townguide-add {
  margin-top: 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.87;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townguide-add {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townguide-add {
    font-size: 2rem;
  }
}
.salebuilt-townguide-add {
  text-align: center;
}
.salebuilt-townguide-add span {
  display: block;
  font-size: 0.7em;
}

.salebuilt-townguide-add-txt {
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .salebuilt-townguide-add-txt {
    text-align: left;
  }
}

.salebuilt-townguide-bodytxt {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide-bodytxt {
    margin-top: 50px;
  }
}
.salebuilt-townguide-bodytxt .salebuilt-townguide_li {
  text-align: left;
}
.salebuilt-townguide-bodytxt .salebuilt-townguide_li > div:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townguide-bodytxt .salebuilt-townguide_li > div:not(:first-of-type) {
    margin-top: 45px;
  }
}
.salebuilt-townguide-bodytxt .salebuilt-townguide_li dt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.53;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townguide-bodytxt .salebuilt-townguide_li dt {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townguide-bodytxt .salebuilt-townguide_li dt {
    font-size: 2rem;
  }
}
.salebuilt-townguide-bodytxt .salebuilt-townguide_li dd {
  margin-top: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townguide-bodytxt .salebuilt-townguide_li dd {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townguide-bodytxt .salebuilt-townguide_li dd {
    font-size: 1.6rem;
  }
}

.guide_field {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.guide_field .catchcopy {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .guide_field .catchcopy {
    font-size: calc(-0.4464285714vw + 25.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .guide_field .catchcopy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .guide_field .catchcopy {
    letter-spacing: 0.08em;
  }
  .guide_field .catchcopy br {
    display: none;
  }
}
.guide_field .sub-note {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .guide_field .sub-note {
    margin-top: 30px;
  }
}
.guide_field .sub-note {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68125;
}
.guide_field.no-subimg .catchcopy,
.guide_field.no-subimg .sub-note p {
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .guide_field.no-subimg .catchcopy,
  .guide_field.no-subimg .sub-note p {
    text-align: left;
  }
}

.salebuilt-townsection_area {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townsection_area {
    margin-top: 100px;
  }
}
.salebuilt-townsection_area {
  text-align: center;
}

.salebuilt-townsection-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townsection-ttl {
    margin-top: 30px;
  }
}
.salebuilt-townsection-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townsection-ttl {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townsection-ttl {
    font-size: 3rem;
  }
}
.salebuilt-townsection-ttl {
  text-transform: uppercase;
}
.salebuilt-townsection-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townsection-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-townsection-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}

.salebuilt-townsection-img {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townsection-img {
    margin-top: 60px;
  }
}
.salebuilt-townsection-img {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-townsection-img img {
  padding: 5%;
  border: solid 1px #e7e7e7;
}
.salebuilt-townsection-img .mini-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2.0416666667;
}

.salebuilt-townsection-multi-img_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townsection-multi-img_block {
    margin-top: 60px;
  }
}
.salebuilt-townsection-multi-img_block {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-townsection-multi-img_block .salebuilt-townsection-img_block {
  padding: 5%;
  border: solid 1px #e7e7e7;
}
.salebuilt-townsection-multi-img_block .img_block:not(:first-of-type) {
  margin-top: 40px;
}
.salebuilt-townsection-multi-img_block .mini-note {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2.0416666667;
}

.salebuilt-townplan_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_area {
    margin-top: 60px;
  }
}
.salebuilt-townplan_area .salebuilt-plan-ttl {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_area .salebuilt-plan-ttl {
    margin-top: 30px;
  }
}
.salebuilt-townplan_area .salebuilt-plan-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_area .salebuilt-plan-ttl {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_area .salebuilt-plan-ttl {
    font-size: 3rem;
  }
}
.salebuilt-townplan_area .salebuilt-plan-ttl {
  text-transform: uppercase;
  text-align: center;
}
.salebuilt-townplan_area .salebuilt-plan-ttl span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_area .salebuilt-plan-ttl span {
    margin-top: 10px;
  }
}
.salebuilt-townplan_area .salebuilt-plan-ttl span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
}
.salebuilt-townplan_area .info-note {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68125;
  text-align: center;
}

.salebuilt-townplan_field {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field {
    margin-top: 60px;
  }
}
.salebuilt-townplan_field {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-townplan_field .block_ttl-bar {
  display: block;
  background-color: #000;
}
.salebuilt-townplan_field .block_ttl-bar.seiyaku {
  background-color: #2c2c2c;
  cursor: auto;
}
.salebuilt-townplan_field .block_ttl-bar.seiyaku .wrapper::after {
  content: none;
}
.salebuilt-townplan_field .block_ttl-bar .wrapper {
  padding: 15px 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salebuilt-townplan_field .block_ttl-bar .wrapper .arrow {
  margin-left: auto;
}
.salebuilt-townplan_field .block_ttl-bar h2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_field .block_ttl-bar h2 {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_field .block_ttl-bar h2 {
    font-size: 2.5rem;
  }
}
.salebuilt-townplan_field .block_ttl-bar h2 {
  margin-right: 1em;
}
.salebuilt-townplan_field .block_ttl-bar h2 .status {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_field .block_ttl-bar h2 .status {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_field .block_ttl-bar h2 .status {
    font-size: 1.4rem;
  }
}
.salebuilt-townplan_field .block_ttl-bar .bar_date {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_field .block_ttl-bar .bar_date {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_field .block_ttl-bar .bar_date {
    font-size: 1.4rem;
  }
}
.salebuilt-townplan_field .block_ttl-bar .bar_date li {
  display: inline-block;
  padding: 0 1.5em;
}
.salebuilt-townplan_field .block_ttl-bar .bar_date li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .salebuilt-townplan_field .block_ttl-bar .bar_date {
    width: 80%;
  }
}

.salebuilt-townplan_field .townplan_block:not(:first-of-type) {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan_block:not(:first-of-type) {
    margin-top: 35px;
  }
}
.salebuilt-townplan_field .townplan_block .block_ttl-bar + .townplan-body {
  display: none;
}
.salebuilt-townplan_field .townplan_block .block_ttl-bar.firstShow {
  cursor: initial;
}
.salebuilt-townplan_field .townplan_block .block_ttl-bar.firstShow .wrapper::after {
  display: none;
}
.salebuilt-townplan_field .townplan_block .block_ttl-bar.firstShow + .townplan-body {
  display: block;
}
.salebuilt-townplan_field .block_ttl-bar {
  cursor: pointer;
}
.salebuilt-townplan_field .block_ttl-bar .wrapper {
  position: relative;
}
.salebuilt-townplan_field .block_ttl-bar .wrapper::after {
  content: "▼";
  color: #fff;
  display: inline-block;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.salebuilt-townplan_field .block_ttl-bar.isShow .wrapper {
  background-color: #424242;
}
.salebuilt-townplan_field .block_ttl-bar.isShow .wrapper::after {
  content: "▲";
}

.salebuilt-townplan_field .townplan-body {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body {
    margin-top: 35px;
  }
}
.salebuilt-townplan_field .townplan-body .img {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .img {
    margin-top: 30px;
  }
}
.salebuilt-townplan_field .townplan-body .img {
  max-width: 980px;
  margin-inline: auto;
}
.salebuilt-townplan_field .townplan-body .img-note {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .img-note {
    margin-top: 30px;
  }
}
.salebuilt-townplan_field .townplan-body .img-note {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
}
.salebuilt-townplan_field .townplan-body .plan_type {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .plan_type {
    margin-top: 30px;
  }
}
.salebuilt-townplan_field .townplan-body .plan_type {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_field .townplan-body .plan_type {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_field .townplan-body .plan_type {
    font-size: 1.4rem;
  }
}
.salebuilt-townplan_field .townplan-body .plan_type {
  text-align: center;
}
.salebuilt-townplan_field .townplan-body .plan_catchecopy {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .plan_catchecopy {
    margin-top: 15px;
  }
}
.salebuilt-townplan_field .townplan-body .plan_catchecopy {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.15em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan_field .townplan-body .plan_catchecopy {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan_field .townplan-body .plan_catchecopy {
    font-size: 2.5rem;
  }
}
.salebuilt-townplan_field .townplan-body .plan_catchecopy {
  text-align: center;
}
.salebuilt-townplan_field .townplan-body .plan_catchecopy.long-txt {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .salebuilt-townplan_field .townplan-body .plan_catchecopy.long-txt {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .salebuilt-townplan_field .townplan-body .plan_catchecopy.long-txt br {
    display: none;
  }
}
.salebuilt-townplan_field .townplan-body .madori-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .madori-wrapper {
    margin-top: 30px;
  }
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li {
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
  }
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li.full-column {
  width: 100%;
  text-align: center;
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li.full-column img {
  max-width: 1200px;
  margin: 0 auto 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li.full-column img {
    margin-top: 0;
  }
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-list li.full-column.small img {
  max-width: 840px;
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-note {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan_field .townplan-body .madori-wrapper .madori-note {
    margin-top: 30px;
  }
}
.salebuilt-townplan_field .townplan-body .madori-wrapper .madori-note {
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
}

.salebuilt-townplan-infolist {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-infolist {
    margin-top: 40px;
  }
}
.salebuilt-townplan-infolist {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.salebuilt-townplan-infolist .infolist li:first-of-type {
  border-top: solid 1px #222222;
}
.salebuilt-townplan-infolist .infolist li {
  padding: 20px 1em;
  border-bottom: solid 1px #222222;
}
.salebuilt-townplan-infolist .infolist li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salebuilt-townplan-infolist .infolist li dl dt {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 0.875;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.salebuilt-townplan-infolist .infolist li dl dd {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.4rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dd {
    font-size: calc(3.5714285714vw + 6.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dd {
    font-size: 3.4rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.salebuilt-townplan-infolist .infolist li dl dd.infolist-price::after {
  content: "（税込）";
  display: inline-block;
}
.salebuilt-townplan-infolist .infolist li dl dd .dd-middle {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-middle {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-middle {
    font-size: 1.4rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dd .dd-middle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.salebuilt-townplan-infolist .infolist li dl dd .dd-note {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-note {
    margin-top: 10px;
  }
}
.salebuilt-townplan-infolist .infolist li dl dd .dd-note {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-note {
    padding-top: 20px;
  }
}
.salebuilt-townplan-infolist .infolist li dl dd .dd-note {
  border-top: dotted #ddd 1px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-note {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dd .dd-note {
    font-size: 1.4rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dd .price_line p {
  display: inline-block;
  margin-right: 20px;
}
.salebuilt-townplan-infolist .infolist li dl dt .f-small,
.salebuilt-townplan-infolist .infolist li dl dd .f-small {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small {
    font-size: calc(1.3392857143vw + 9.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small {
    font-size: 2rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dt .f-small_30,
.salebuilt-townplan-infolist .infolist li dl dd .f-small_30 {
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_30,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_30 {
    font-size: calc(2.6785714286vw + 9.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_30,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_30 {
    font-size: 3rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dt .f-small_20,
.salebuilt-townplan-infolist .infolist li dl dd .f-small_20 {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_20,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_20 {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_20,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_20 {
    font-size: 2rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dt .f-small_18,
.salebuilt-townplan-infolist .infolist li dl dd .f-small_18 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_18,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_18 {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_18,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_18 {
    font-size: 1.8rem;
  }
}
.salebuilt-townplan-infolist .infolist li dl dt .f-small_14,
.salebuilt-townplan-infolist .infolist li dl dd .f-small_14 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_14,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_14 {
    font-size: calc(0.8928571429vw + 7.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-infolist .infolist li dl dt .f-small_14,
  .salebuilt-townplan-infolist .infolist li dl dd .f-small_14 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 680px) {
  .salebuilt-townplan-infolist .infolist li dl {
    display: block;
  }
  .salebuilt-townplan-infolist .infolist li dl dt,
  .salebuilt-townplan-infolist .infolist li dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.salebuilt-towninfo_table_block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-towninfo_table_block {
    margin-top: 30px;
  }
}
.salebuilt-towninfo_table_block {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.salebuilt-information-table,
.salebuilt-towninfo_table,
.salebuilt-townplan-common_table,
.salebuilt-townplan-common_field {
  width: 100%;
  margin-bottom: 2rem;
}
.salebuilt-information-table th,
.salebuilt-information-table td,
.salebuilt-towninfo_table th,
.salebuilt-towninfo_table td,
.salebuilt-townplan-common_table th,
.salebuilt-townplan-common_table td,
.salebuilt-townplan-common_field th,
.salebuilt-townplan-common_field td {
  border: #707070 solid 1px;
  padding: 20px 20px;
}
.salebuilt-information-table th,
.salebuilt-towninfo_table th,
.salebuilt-townplan-common_table th,
.salebuilt-townplan-common_field th {
  width: 210px;
  background-color: #e4eef8;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68125;
  text-align: center;
  vertical-align: middle;
}
.salebuilt-information-table td,
.salebuilt-towninfo_table td,
.salebuilt-townplan-common_table td,
.salebuilt-townplan-common_field td {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.68125;
}
.salebuilt-information-table td .syourei,
.salebuilt-towninfo_table td .syourei,
.salebuilt-townplan-common_table td .syourei,
.salebuilt-townplan-common_field td .syourei {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .salebuilt-information-table th,
  .salebuilt-information-table td,
  .salebuilt-towninfo_table th,
  .salebuilt-towninfo_table td,
  .salebuilt-townplan-common_table th,
  .salebuilt-townplan-common_table td,
  .salebuilt-townplan-common_field th,
  .salebuilt-townplan-common_field td {
    display: block;
    width: 100%;
    border-width: 1px 0;
  }
  .salebuilt-information-table th,
  .salebuilt-towninfo_table th,
  .salebuilt-townplan-common_table th,
  .salebuilt-townplan-common_field th {
    text-align: left;
  }
  .salebuilt-information-table td,
  .salebuilt-towninfo_table td,
  .salebuilt-townplan-common_table td,
  .salebuilt-townplan-common_field td {
    border: none;
    padding: 20px 20px 25px;
  }
}

.salebuilt-towninfo_table_block_2 {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 {
    margin-top: 30px;
  }
}
.salebuilt-towninfo_table_block_2 .towninfo-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 .towninfo-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.salebuilt-towninfo_table_block_2 .towninfo-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 .towninfo-column {
    width: 100%;
  }
}
.salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9e9e9e;
  padding: 15px 0;
  gap: 15px;
}
.salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item:first-child {
  padding-top: 0;
}
.salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item:first-child {
    padding-top: 15px;
  }
  .salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item:last-child {
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 15px;
  }
}
.salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item dt {
  width: 140px;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item dt {
    width: 120px;
    font-size: 13px;
  }
}
.salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
  .salebuilt-towninfo_table_block_2 .towninfo-list .towninfo-item dd {
    font-size: 13px;
  }
}

.salebuilt-townplan-common_field {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-common_field {
    margin-top: 60px;
  }
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
    margin-top: 30px;
  }
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
    font-size: 3rem;
  }
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_ttl {
  text-transform: uppercase;
  text-align: center;
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_table {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .salebuilt-townplan-common_field .salebuilt-townplan-common_table {
    margin-top: 30px;
  }
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_table {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.salebuilt-townplan-common_field .salebuilt-townplan-common_table td.time {
  text-align: right;
}

/**************************

  sale 一覧

**************************/
.sale-index-list_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .sale-index-list_area {
    margin-top: 80px;
  }
}
.sale-index-list_area {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .sale-index-list_area {
    margin-bottom: 80px;
  }
}

.page-ttl {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    margin-top: 30px;
  }
}
.page-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.25em;
  line-height: 1.68;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .page-ttl {
    font-size: calc(1.1160714286vw + 16.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .page-ttl {
    font-size: 2.5rem;
  }
}
.page-ttl {
  text-align: center;
}
.page-ttl span {
  display: inline-block;
}

.sale-index_list {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .sale-index_list {
    margin-top: 80px;
  }
}

.sales-card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -80px;
}
.sales-card-column .sales-card {
  width: 31.2533333333%;
  margin-top: 80px;
}
.sales-card-column::before, .sales-card-column:after {
  content: "";
  display: block;
  width: 31.2533333333%;
}
.sales-card-column::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .sales-card-column .sales-card {
    width: 48.44%;
  }
  .sales-card-column::before, .sales-card-column:after {
    width: 48.44%;
  }
}
@media screen and (max-width: 768px) {
  .sales-card-column .sales-card {
    width: 100%;
  }
}

.sales-card-column .sales-card {
  text-align: center;
}
.sales-card-column .sales-card .category {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .sales-card-column .sales-card .category {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .category {
    font-size: 1.4rem;
  }
}
.sales-card-column .sales-card .category {
  background-color: black;
  padding: 0.6em 1em;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .category {
    margin-top: 15px;
  }
}
.sales-card-column .sales-card .sold-lable {
  margin: 12px 0 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .sales-card-column .sales-card .sold-lable {
    font-size: calc(0.6944444444vw + 10.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .sold-lable {
    font-size: 1.6rem;
  }
}
.sales-card-column .sales-card .ttl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .ttl {
    margin-top: 15px;
  }
}
.sales-card-column .sales-card .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.3rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.8260869565;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .sales-card-column .sales-card .ttl {
    font-size: calc(0.6696428571vw + 17.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .ttl {
    font-size: 2.3rem;
  }
}
.sales-card-column .sales-card .label_info {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .label_info {
    margin-top: 10px;
  }
}
.sales-card-column .sales-card .label_info {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #7e0013;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .sales-card-column .sales-card .label_info {
    font-size: calc(0.3472222222vw + 9.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .label_info {
    font-size: 1.2rem;
  }
}
.sales-card-column .sales-card .label_info {
  border: solid 2px #7e0013;
  padding: 0.5em 1em;
  display: inline-block;
}
.sales-card-column .sales-card .price {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .price {
    margin-top: 8px;
  }
}
.sales-card-column .sales-card .price {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2.625;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .sales-card-column .sales-card .price {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .price {
    font-size: 1.6rem;
  }
}
.sales-card-column .sales-card .price::after {
  content: "(税込)";
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .sales-card-column .sales-card .price::after {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .price::after {
    font-size: 1.4rem;
  }
}
.sales-card-column .sales-card .meta {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .meta {
    margin-top: 15px;
  }
}
.sales-card-column .sales-card .meta li {
  display: inline-block;
}
.sales-card-column .sales-card .meta li + li::before {
  content: " / ";
}
.sales-card-column .sales-card .go-link {
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sales-card-column .sales-card .go-link {
    margin-top: 15px;
  }
}
.sales-card-column .sales-card .go-link {
  max-width: 240px;
}
.sales-card-column .sales-card .go-link a {
  position: relative;
  overflow: hidden;
}
.sales-card-column .sales-card .go-link a span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sales-card-column .sales-card .go-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #c2a979;
  opacity: 0.8;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sales-card-column .sales-card .go-link a:hover span {
  color: #050505;
}
.sales-card-column .sales-card .go-link a:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sales-card-column .sales-card .go-link a {
  display: block;
  border: 1px #222222 solid;
  border-radius: 35px;
  will-change: transform;
  padding: 0.6em 1em;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.25em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .sales-card-column .sales-card .go-link a {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .sales-card-column .sales-card .go-link a {
    font-size: 1.4rem;
  }
}

.sale-term-pagination_area {
  margin-bottom: 200px;
}

.goodpoint-block {
  background-color: #fff84a;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.goodpoint-block .goodpoint-ttl {
  padding: 0.6em 1em;
  background-color: white;
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .goodpoint-block .goodpoint-ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .goodpoint-block .goodpoint-ttl {
    font-size: 1.8rem;
  }
}
.goodpoint-block .goodpoint-ttl {
  text-align: center;
}
.goodpoint-block .goodpoint-list li {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
}
.goodpoint-block .goodpoint-list li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.goodpoint-block .goodpoint-list li:before {
  content: "◎";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
}

/*---------------------
 ★ 完売
-----------------------*/
.kanbai {
  position: relative;
}
.kanbai::before {
  content: "完売";
  font-style: normal;
  font-weight: 300;
  font-size: 1.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6736842105;
  padding: 0.6em 1em;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.kanbai::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}

.seiyakuzumi,
.omoushikomizumi {
  position: relative;
}
.seiyakuzumi::before,
.omoushikomizumi::before {
  content: "";
  background-image: url(sale/seiyakuzumi.svg);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
  background-size: contain;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .seiyakuzumi::before,
  .omoushikomizumi::before {
    width: 100px;
    height: 25px;
  }
}
.seiyakuzumi::after,
.omoushikomizumi::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}

.omoushikomizumi::before {
  background-image: url(sale/omoushikomizumi.svg);
}

.sale-built-town.built_29_hoyodai .staff-voice_area,
.sale-built-town.built_35_atago .staff-voice_area {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 48px);
  margin-inline: auto;
  margin-top: 60px;
  padding: 80px 40px;
  background: #e7f6fd;
  border-radius: 8px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_area,
  .sale-built-town.built_35_atago .staff-voice_area {
    width: calc(100% - 24px);
    padding: 60px 20px;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_area .main-container,
.sale-built-town.built_35_atago .staff-voice_area .main-container {
  position: relative;
  z-index: 1;
}
.sale-built-town.built_29_hoyodai .staff-voice_inner,
.sale-built-town.built_35_atago .staff-voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .sale-built-town.built_29_hoyodai .staff-voice_inner,
  .sale-built-town.built_35_atago .staff-voice_inner {
    gap: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_inner,
  .sale-built-town.built_35_atago .staff-voice_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_photo,
.sale-built-town.built_35_atago .staff-voice_photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(100%, 300px);
  max-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.sale-built-town.built_29_hoyodai .staff-voice_photo picture,
.sale-built-town.built_35_atago .staff-voice_photo picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.sale-built-town.built_29_hoyodai .staff-voice_photo img,
.sale-built-town.built_35_atago .staff-voice_photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_photo,
  .sale-built-town.built_35_atago .staff-voice_photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_photo picture,
  .sale-built-town.built_35_atago .staff-voice_photo picture {
    min-height: 0;
    height: auto;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_photo img,
  .sale-built-town.built_35_atago .staff-voice_photo img {
    min-height: 0;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_content,
.sale-built-town.built_35_atago .staff-voice_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_content,
  .sale-built-town.built_35_atago .staff-voice_content {
    width: 100%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .sale-built-town.built_29_hoyodai .staff-voice_content .staff-voice_label,
  .sale-built-town.built_35_atago .staff-voice_content .staff-voice_label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_content .staff-voice_title,
  .sale-built-town.built_35_atago .staff-voice_content .staff-voice_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_content .staff-voice_text,
  .sale-built-town.built_35_atago .staff-voice_content .staff-voice_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_content .staff-voice_rule,
  .sale-built-town.built_35_atago .staff-voice_content .staff-voice_rule {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sale-built-town.built_29_hoyodai .staff-voice_content .staff-voice_meta,
  .sale-built-town.built_35_atago .staff-voice_content .staff-voice_meta {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_label,
.sale-built-town.built_35_atago .staff-voice_label {
  margin: 0 0 6px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town.built_29_hoyodai .staff-voice_label,
  .sale-built-town.built_35_atago .staff-voice_label {
    font-size: calc(0.2232142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_label,
  .sale-built-town.built_35_atago .staff-voice_label {
    font-size: 1.2rem;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_label,
.sale-built-town.built_35_atago .staff-voice_label {
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sale-built-town.built_29_hoyodai .staff-voice_title,
.sale-built-town.built_35_atago .staff-voice_title {
  margin: 0 0 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
  color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town.built_29_hoyodai .staff-voice_title,
  .sale-built-town.built_35_atago .staff-voice_title {
    font-size: calc(1.1160714286vw + 13.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_title,
  .sale-built-town.built_35_atago .staff-voice_title {
    font-size: 2.2rem;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_title,
.sale-built-town.built_35_atago .staff-voice_title {
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_title,
  .sale-built-town.built_35_atago .staff-voice_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .sale-built-town.built_29_hoyodai .staff-voice_text,
  .sale-built-town.built_35_atago .staff-voice_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_text p,
.sale-built-town.built_35_atago .staff-voice_text p {
  margin: 0 0 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town.built_29_hoyodai .staff-voice_text p,
  .sale-built-town.built_35_atago .staff-voice_text p {
    font-size: calc(0.2232142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_text p,
  .sale-built-town.built_35_atago .staff-voice_text p {
    font-size: 1.6rem;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_text p,
.sale-built-town.built_35_atago .staff-voice_text p {
  line-height: 1.75;
}
.sale-built-town.built_29_hoyodai .staff-voice_text p:last-child,
.sale-built-town.built_35_atago .staff-voice_text p:last-child {
  margin-bottom: 0;
}
.sale-built-town.built_29_hoyodai .staff-voice_rule,
.sale-built-town.built_35_atago .staff-voice_rule {
  border: 0;
  height: 1px;
  margin: 24px 0 20px;
  background: #ddd;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_rule,
  .sale-built-town.built_35_atago .staff-voice_rule {
    margin: 20px 0 24px;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_meta,
.sale-built-town.built_35_atago .staff-voice_meta {
  margin: 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.3rem;
}
@media screen and (min-width: 320px) {
  .sale-built-town.built_29_hoyodai .staff-voice_meta,
  .sale-built-town.built_35_atago .staff-voice_meta {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_meta,
  .sale-built-town.built_35_atago .staff-voice_meta {
    font-size: 1.4rem;
  }
}
.sale-built-town.built_29_hoyodai .staff-voice_meta,
.sale-built-town.built_35_atago .staff-voice_meta {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_meta .staff-voice_meta-name,
  .sale-built-town.built_35_atago .staff-voice_meta .staff-voice_meta-name {
    display: inline-block;
    margin-top: 0.15em;
  }
}
@media only screen and (max-width: 768px) {
  .sale-built-town.built_29_hoyodai .staff-voice_area .main-container,
  .sale-built-town.built_29_hoyodai .salebuilt-cta_area .main-container,
  .sale-built-town.built_35_atago .staff-voice_area .main-container,
  .sale-built-town.built_35_atago .salebuilt-cta_area .main-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**************************

  リセール固有

**************************/
.resale01.sale-built section:nth-of-type(2n), .resale01.sale-built-town section:nth-of-type(2n) {
  background-color: initial;
}
.resale01 .page-header:after {
  background: rgba(0, 0, 0, 0.3);
}
.resale01 .page-header .head-txts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.resale01 .page-header .head-txts .head-txt-01 {
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .resale01 .page-header .head-txts .head-txt-01 {
    font-size: calc(3.125vw + 1px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .page-header .head-txts .head-txt-01 {
    font-size: 2.5rem;
  }
}
.resale01 .page-header .head-txts .head-txt-01 br {
  display: none;
}
@media screen and (max-width: 980px) {
  .resale01 .page-header .head-txts .head-txt-01 br {
    display: block;
  }
}
.resale01 .page-header .head-txts .head-txt-02 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .page-header .head-txts .head-txt-02 {
    margin-top: 20px;
  }
}
.resale01 .page-header .head-txts .head-txt-02 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.8rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.5473684211;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .resale01 .page-header .head-txts .head-txt-02 {
    font-size: calc(1.8639328984vw + 12.0354147251px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .page-header .head-txts .head-txt-02 {
    font-size: 3.8rem;
  }
}
.resale01 .page-header .head-txts .head-txt-02 br {
  display: none;
}
@media screen and (max-width: 1660px) {
  .resale01 .page-header .head-txts .head-txt-02 br {
    display: block;
  }
}
.resale01 .page-header .head-txts .head-txt-02 span {
  display: inline-block;
}
.resale01 .page-header .head-txts .head-txt-02-logn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .page-header .head-txts .head-txt-02-logn {
    margin-top: 20px;
  }
}
.resale01 .page-header .head-txts .head-txt-02-logn {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.96;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .resale01 .page-header .head-txts .head-txt-02-logn {
    font-size: calc(1.118359739vw + 14.421248835px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .page-header .head-txts .head-txt-02-logn {
    font-size: 3rem;
  }
}
.resale01 .page-header .head-txts .head-txt-02-logn br {
  display: none;
}
@media screen and (max-width: 1660px) {
  .resale01 .page-header .head-txts .head-txt-02-logn br {
    display: block;
  }
}
.resale01 .page-header .head-txts .head-txt-02-logn span {
  display: inline-block;
}
.resale01 .page-header .head-txts .head-txt-03 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .resale01 .page-header .head-txts .head-txt-03 {
    margin-top: 15px;
  }
}
.resale01 .page-header .head-txts .head-txt-03 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.resale01 .resale01-head_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area {
    margin-top: 50px;
  }
}
.resale01 .resale01-head_area {
  background-color: white;
  text-align: center;
}
.resale01 .resale01-head_area .resale01-head_place {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .resale01-head_place {
    margin-top: 20px;
  }
}
.resale01 .resale01-head_area .resale01-head_place {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 0.875;
}
.resale01 .resale01-head_area .resale01-head_txt01 {
  margin-top: 37px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .resale01-head_txt01 {
    margin-top: 30px;
  }
}
.resale01 .resale01-head_area .resale01-head_txt01 {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_txt01 {
    font-size: calc(0.5591798695vw + 14.2106244175px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_txt01 {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-head_area .resale01-head_txt02 {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_txt02 {
    font-size: calc(2.6095060578vw + 13.6495806151px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_txt02 {
    font-size: 5rem;
  }
}
.resale01 .resale01-head_area .resale01-head_txt02-long {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_txt02-long {
    font-size: calc(0.7455731594vw + 19.61416589px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_txt02-long {
    font-size: 3rem;
  }
}
.resale01 .resale01-head_area .resale01-head_txt03 {
  margin-top: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.68125;
}
.resale01 .resale01-head_area .salebuilt-head-add {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .salebuilt-head-add {
    margin-top: 15px;
  }
}
.resale01 .resale01-head_area .salebuilt-head-add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 0.875;
}
.resale01 .resale01-head_area .salebuilt-head-add::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .salebuilt-head-add::after {
    margin-top: 15px;
  }
}
.resale01 .resale01-head_area .resale01-head_price {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .resale01-head_price {
    margin-top: 30px;
  }
}
.resale01 .resale01-head_area .resale01-head_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resale01 .resale01-head_area .resale01-head_price .label {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.68125;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_price .label {
    font-size: calc(0.3727865797vw + 10.807082945px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_price .label {
    font-size: 1.6rem;
  }
}
.resale01 .resale01-head_area .resale01-head_price .label {
  display: block;
  border: solid 1px #000000;
  padding: 1em;
  margin: 0 1em;
}
.resale01 .resale01-head_area .resale01-head_price .price {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  color: #000000;
  letter-spacing: 0em;
  line-height: 1.275;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_price .price {
    font-size: calc(1.118359739vw + 24.421248835px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_price .price {
    font-size: 4rem;
  }
}
.resale01 .resale01-head_area .resale01-head_price .price span {
  font-style: normal;
  font-weight: 300;
  font-size: 2.3rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8695652174;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_price .price span {
    font-size: calc(0.6523765144vw + 13.9123951538px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_price .price span {
    font-size: 2.3rem;
  }
}
.resale01 .resale01-head_area .label_info {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .label_info {
    margin-top: 10px;
  }
}
.resale01 .resale01-head_area .label_info {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #7e0013;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) {
  .resale01 .resale01-head_area .label_info {
    font-size: calc(1.0416666667vw + 6px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-head_area .label_info {
    font-size: 1.4rem;
  }
}
.resale01 .resale01-head_area .label_info {
  border: solid 2px #7e0013;
  padding: 0.5em 2em;
  display: inline-block;
}
.resale01 .resale01-head_area .resale01-head_add {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-head_area .resale01-head_add {
    margin-top: 20px;
  }
}
.resale01 .resale01-head_area .resale01-head_add .address01 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000000;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_add .address01 {
    font-size: calc(0.1863932898vw + 19.4035414725px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_add .address01 {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-head_area .resale01-head_add .address02 {
  margin-top: 18px;
  font-style: normal;
  font-weight: 300;
  font-size: 3.6rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-head_area .resale01-head_add .address02 {
    font-size: calc(1.3047530289vw + 17.8247903075px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-head_area .resale01-head_add .address02 {
    font-size: 3.6rem;
  }
}
.resale01 .resale01-lead {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-lead {
    margin-top: 50px;
  }
}
.resale01 .resale01-lead .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6153846154;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-lead .ttl {
    font-size: calc(0.3727865797vw + 20.807082945px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-lead .ttl {
    font-size: 2.6rem;
  }
}
.resale01 .resale01-lead .ttl span {
  display: inline-block;
}
.resale01 .resale01-lead .txt_block {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-lead .txt_block {
    margin-top: 50px;
  }
}
.resale01 .resale01-lead .txt_block {
  text-align: center;
}
@media screen and (max-width: 786px) {
  .resale01 .resale01-lead .txt_block {
    text-align: left;
  }
}
.resale01 .resale01-lead .txt_block p:not(:first-of-type) {
  margin-top: 20px;
}
.resale01 .resale01-lead .txt_block p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
.resale01 .resale01-concept_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-concept_area {
    margin-top: 60px;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list {
  max-width: 1600px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.resale01 .resale01-concept_area .resale01-concept_list .card {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 27vw;
}
.resale01 .resale01-concept_area .resale01-concept_list .card .item_img {
  width: 46%;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card .item_img {
    width: 100%;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox {
  margin: -28% 0 0 calc(46% - 50px);
  max-width: calc(100vw - 60%);
  padding: 2.5% 3.5%;
  z-index: 1;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox {
    margin: -6% 0 18px 10%;
    max-width: 100vw;
    padding: 1.8em 2em;
  }
  .resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox::after {
    display: none;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox .ttl {
    font-size: calc(1.3392857143vw + 11.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox .ttl {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card .item_txtbox .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.53125;
}
.resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(2) .item_img {
  margin-right: 0;
  margin-left: auto;
}
.resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(2) .item_txtbox {
  margin: -22% 0 0 calc(14% + 50px);
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(2) .item_txtbox {
    margin: -6% 0 18px 10%;
    max-width: 100vw;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .main-container {
  max-width: 1200px;
  width: auto;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .main-container {
    padding: 0;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .item_img {
  width: 46%;
  margin-left: 0 calc(54% - 50vw);
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .item_img {
    width: 100vw;
    margin-left: 0%;
  }
}
.resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .item_txtbox {
  margin: -10% 0 0 calc(46% - 50px);
  max-width: calc(100vw - 60%);
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .item_txtbox {
    margin: -6% 0 18px 10%;
    max-width: 100vw;
  }
}
.resale01 .resale01-concept_area-base .resale01-concept_list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card {
  position: relative;
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card .item_img {
  position: relative;
  top: 0px;
  left: 0;
  width: 80%;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area-base .resale01-concept_list .card .item_img {
    width: 100%;
  }
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox .br {
  display: inline-block;
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox {
  background-color: #fff4cc;
  position: relative;
  padding: 2.5% 3.5%;
  z-index: 1;
  top: -130px;
  right: calc(-100% + 400px);
  width: 400px;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox {
    width: 80%;
    top: -30px;
    right: 0;
  }
  .resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox::after {
    display: none;
  }
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox .ttl {
    font-size: calc(1.3392857143vw + 11.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox .ttl {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card .item_txtbox .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.53125;
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card:nth-child(even) .item_img {
  left: 20%;
}
@media only screen and (max-width: 1080px) {
  .resale01 .resale01-concept_area-base .resale01-concept_list .card:nth-child(even) .item_img {
    left: 0%;
  }
}
.resale01 .resale01-concept_area-base .resale01-concept_list .card:nth-child(even) .item_txtbox {
  right: 0;
}
.resale01 .resale01-concept_area-bita14 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-concept_area-bita14 {
    margin-top: 10px;
  }
}
.resale01 .resale01-concept_area-bita14 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-concept_area-bita14 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .main-container {
    padding: 0;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list {
  max-width: 1080px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card {
  position: relative;
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_img {
  position: relative;
  z-index: -1;
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_img img {
  max-height: 600px;
  width: auto;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_img img {
    margin: 0 auto;
    display: block;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox {
  max-width: 40%;
  padding: 2.5% 3.5%;
  z-index: 1;
  background-color: #ffffff;
  position: absolute;
  top: 25%;
  left: 36%;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox {
    position: relative;
    top: inherit;
    left: 0;
    width: 90%;
    max-width: 530px;
    margin: -25px 0;
    padding: 1.8em 2em;
  }
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox::after {
    display: none;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox .ttl {
    font-size: calc(1.3392857143vw + 11.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox .ttl {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card .item_txtbox .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.53125;
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) {
  margin-top: -150px;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) {
    margin-top: 40px;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) .item_img {
  width: 40%;
  margin-left: auto;
  margin-right: 0px;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) .item_img {
    width: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) .item_txtbox {
  max-width: inherit;
  width: 600px;
  position: absolute;
  top: 42%;
  left: inherit;
  right: 90%;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(2) .item_txtbox {
    position: relative;
    max-width: 531px;
    width: 90%;
    right: 10%;
    top: -25px;
    margin: 0 auto 0 10%;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) {
  margin-top: -77px;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) {
    padding: 0;
    margin-top: 20px;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) .item_img {
  width: 46%;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) .item_img {
    width: inherit;
  }
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) .item_img img {
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) .item_txtbox {
  max-width: inherit;
  width: 517px;
  position: absolute;
  top: 80%;
  left: 90%;
  padding: 5.5% 6.5%;
}
@media only screen and (max-width: 1220px) {
  .resale01 .resale01-concept_area-bita14 .resale01-concept_list .card:nth-of-type(3) .item_txtbox {
    padding: 2.5% 3.5%;
    position: relative;
    left: 0;
    position: relative;
    top: inherit;
    left: 0;
    width: 90%;
    max-width: 530px;
    margin: -25px 0;
    padding: 1.8em 2em;
  }
}
.resale01 .section-separate {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  height: 36.9271vw;
  background-image: url(sale/resale_01_nagayo/concept_img03.jpg);
  background-position: center center;
  background-size: contain;
}
.resale01 .section-separate.resale01-plan_img {
  background-image: url(sale/resale_01_nagayo/resale01-plan_bgimg.jpg);
}
.resale01 .section-separate.resale01-photo_img {
  background-image: url(sale/resale_01_nagayo/resale01-photo_bgimg.jpg);
}
.resale01 .section-separate.resale01-grden_img {
  background-image: url(sale/resale_01_nagayo/resale01-grden_bgimg.jpg);
}
.resale01 .section-separate.resale01-information_img {
  background-image: url(sale/resale_01_nagayo/resale01-information_bgimg.jpg);
}
.resale01 .section-separate::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
}
.resale01 .section-separate .section-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2.3rem;
}
@media screen and (min-width: 320px) {
  .resale01 .section-separate .section-ttl {
    font-size: calc(1.211556384vw + 19.1230195713px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .section-separate .section-ttl {
    font-size: 3.6rem;
  }
}
.resale01 .section-separate .section-ttl {
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
.resale01 .section-separate .section-ttl .section-ttl_sub01 {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .section-separate .section-ttl .section-ttl_sub01 {
    font-size: calc(0.3727865797vw + 14.807082945px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .section-separate .section-ttl .section-ttl_sub01 {
    font-size: 2rem;
  }
}
.resale01 .section-separate .section-ttl .section-ttl_sub02 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
}
.resale01 .resale01-plan_area .sub-ttl {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .sub-ttl {
    margin-top: 50px;
  }
}
.resale01 .resale01-plan_area .sub-ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 2.04;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-plan_area .sub-ttl {
    font-size: calc(0.7455731594vw + 19.61416589px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-plan_area .sub-ttl {
    font-size: 3rem;
  }
}
.resale01 .resale01-plan_area .sub-ttl {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.resale01 .resale01-plan_area .sub-ttl::after {
  content: "";
  display: block;
  width: 200px;
  margin: 0 auto;
  border-top: solid 1px #707070;
}
.resale01 .resale01-plan_area .guide_field-img {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .guide_field-img {
    margin-top: 20px;
  }
}
.resale01 .resale01-plan_area .madori-block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .madori-block {
    margin-top: 20px;
  }
}
.resale01 .resale01-plan_area .madori-block .madori-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .madori-block .madori-wrapper {
    margin-top: 20px;
  }
}
.resale01 .resale01-plan_area .madori-block .madori-list {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.resale01 .resale01-plan_area .madori-block .madori-list li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .madori-block .madori-list li {
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
  }
}
.resale01 .resale01-plan_area .madori-block .madori-list li.full-column {
  width: 100%;
  text-align: center;
}
.resale01 .resale01-plan_area .madori-block .madori-list li.full-column img {
  max-width: 1200px;
  margin: 0 auto 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .madori-block .madori-list li.full-column img {
    margin-top: 0;
  }
}
.resale01 .resale01-plan_area .madori-block .madori-list li.full-column.small img {
  max-width: 840px;
}
.resale01 .resale01-plan_area .madori-block .date_list_block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-plan_area .madori-block .date_list_block {
    margin-top: 80px;
  }
}
.resale01 .resale01-plan_area .madori-block .date_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resale01 .resale01-plan_area .madori-block .date_list_block .date_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: left;
}
.resale01 .resale01-plan_area .madori-block .date_list_block .date_list li {
  margin-top: 16px;
  width: calc((100% - 24px) / 2);
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1;
}
.resale01 .resale01-plan_area .madori-block .date_list_block .date_list li:after {
  content: "";
  width: 100%;
  padding-top: 8px;
  display: block;
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 860px) {
  .resale01 .resale01-plan_area .madori-block .date_list_block .date_list li {
    width: 100%;
  }
}
.resale01 .resale01-plan_area .madori-block .date_list_block .date_list li .label {
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
  text-transform: uppercase;
}
.resale01 .resale01-plan_area .madori-block .date_list_block .date_list li .label:after {
  content: " / ";
}
.resale01 .resale01-photo_area {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-photo_area {
    margin-top: 20px;
  }
}
.resale01 .resale01-photo_area .resale01-photo-body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-photo_area .resale01-photo-body {
    margin-top: 30px;
  }
}
.resale01 .resale01-photo_area .resale01-photo_block:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-photo_area .resale01-photo_block:not(:first-of-type) {
    margin-top: 30px;
  }
}
.resale01 .resale01-photo_area .resale01-photo_block .slider-ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 2.2rem;
  color: #000000;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-photo_area .resale01-photo_block .slider-ttl {
    font-size: calc(0.5591798695vw + 14.2106244175px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-photo_area .resale01-photo_block .slider-ttl {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-photo_area .resale01-photo_block .slider-ttl {
  text-align: center;
}
.resale01 .resale01-photo_area .resale01-photo_block .slider-txt {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-photo_area .resale01-photo_block .slider-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-photo_area .resale01-photo_block .slider-txt {
    font-size: 1.4rem;
  }
}
.resale01 .resale01-photo_area .resale01-photo_block .slider-txt {
  text-align: center;
}
.resale01 .resale01-photo_area .resale01-photo_block .resale01-photo-slider .sale-swiper-container {
  max-width: 100%;
}
.resale01 .resale01-photo_area .resale01-photo_block .resale01-photo-slider .sale-swiper-container.sale-slider-thumbnail .swiper-wrapper .swiper-slide:before {
  padding-top: 100%;
}
.resale01 .resale01-grden_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-grden_area {
    margin-top: 50px;
  }
}
.resale01 .resale01-grden_area .resale01-grden-body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-grden_area .resale01-grden-body {
    margin-top: 20px;
  }
}
.resale01 .resale01-grden_area .resale01-grden_head {
  text-align: center;
}
.resale01 .resale01-grden_area .resale01-grden_head .grden-ttl {
  font-style: normal;
  font-weight: 300;
  font-size: 2.2rem;
  color: #000000;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-grden_area .resale01-grden_head .grden-ttl {
    font-size: calc(0.5591798695vw + 14.2106244175px);
  }
}
@media screen and (min-width: 1393px) {
  .resale01 .resale01-grden_area .resale01-grden_head .grden-ttl {
    font-size: 2.2rem;
  }
}
.resale01 .resale01-grden_area .resale01-grden_head .grden-txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .resale01 .resale01-grden_area .resale01-grden_head .grden-txt {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .resale01-grden_area .resale01-grden_head .grden-txt {
    font-size: 1.4rem;
  }
}
.resale01 .resale01-grden_area .resale01-grden-body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-grden_area .resale01-grden-body {
    margin-top: 20px;
  }
}
.resale01 .resale01-grden_area .resale01-grden-body .grden-img_block {
  max-width: 980px;
  margin: 0 auto;
}
.resale01 .resale01-grden_area .resale01-grden-body .grden-img_block-wrapper {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resale01 .resale01-grden_area .resale01-grden-body .grden-img_block-wrapper li {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .resale01 .resale01-grden_area .resale01-grden-body .grden-img_block-wrapper li {
    width: 100%;
  }
}
.resale01 .resale01-grden_area .resale01-grden-body .main-img {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-grden_area .resale01-grden-body .main-img {
    margin-top: 20px;
  }
}
.resale01 .resale01-information_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-information_area {
    margin-top: 50px;
  }
}
.resale01 .resale01-information_area .salebuilt-townplan_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-information_area .salebuilt-townplan_area {
    margin-top: 50px;
  }
}
.resale01 .resale01-information_area .salebuilt-area-map {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-information_area .salebuilt-area-map {
    margin-top: 60px;
  }
}
.resale01 .resale01-information_area .salebuilt-area-map {
  border: solid 1px #707070;
  border-width: 1px 0;
}
.resale01 .resale01-information_area .salebuilt-area-map .access-map {
  line-height: 1;
}
.resale01 .resale01-information_area .salebuilt-towninfo_table_block {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .resale01 .resale01-information_area .salebuilt-towninfo_table_block {
    margin-top: 60px;
  }
}
.resale01 .staff-voice_area {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 48px);
  margin-inline: auto;
  margin-top: 60px;
  padding: 80px 40px;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_area {
    width: calc(100% - 24px);
    padding: 60px 20px;
  }
}
.resale01 .staff-voice_area .main-container {
  position: relative;
  z-index: 1;
}
.resale01 .staff-voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .resale01 .staff-voice_inner {
    gap: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.resale01 .staff-voice_photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(100%, 300px);
  max-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.resale01 .staff-voice_photo picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.resale01 .staff-voice_photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .resale01 .staff-voice_photo picture {
    min-height: 0;
    height: auto;
  }
  .resale01 .staff-voice_photo img {
    min-height: 0;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.resale01 .staff-voice_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_content {
    width: 100%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .resale01 .staff-voice_content .staff-voice_label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .resale01 .staff-voice_content .staff-voice_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .resale01 .staff-voice_content .staff-voice_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .resale01 .staff-voice_content .staff-voice_rule {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .resale01 .staff-voice_content .staff-voice_meta {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.resale01 .staff-voice_label {
  margin: 0 0 6px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media screen and (min-width: 320px) {
  .resale01 .staff-voice_label {
    font-size: calc(0.2232142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .staff-voice_label {
    font-size: 1.2rem;
  }
}
.resale01 .staff-voice_label {
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.resale01 .staff-voice_title {
  margin: 0 0 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
  color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .resale01 .staff-voice_title {
    font-size: calc(1.1160714286vw + 13.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .staff-voice_title {
    font-size: 2.2rem;
  }
}
.resale01 .staff-voice_title {
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .resale01 .staff-voice_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.resale01 .staff-voice_text p {
  margin: 0 0 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .resale01 .staff-voice_text p {
    font-size: calc(0.2232142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .staff-voice_text p {
    font-size: 1.6rem;
  }
}
.resale01 .staff-voice_text p {
  line-height: 1.75;
}
.resale01 .staff-voice_text p:last-child {
  margin-bottom: 0;
}
.resale01 .staff-voice_rule {
  border: 0;
  height: 1px;
  margin: 24px 0 20px;
  background: #ddd;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_rule {
    margin: 20px 0 24px;
  }
}
.resale01 .staff-voice_meta {
  margin: 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.3rem;
}
@media screen and (min-width: 320px) {
  .resale01 .staff-voice_meta {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01 .staff-voice_meta {
    font-size: 1.4rem;
  }
}
.resale01 .staff-voice_meta {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_meta .staff-voice_meta-name {
    display: inline-block;
    margin-top: 0.15em;
  }
}
@media only screen and (max-width: 768px) {
  .resale01 .staff-voice_area .main-container,
  .resale01 .salebuilt-cta_area .main-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**************************

  リセール固有 2

**************************/
.resale01.resale02 .resale01-lead .txt_block {
  text-align: left;
}
.resale01.resale02 .resale01-concept_area .resale01-concept_list .card:nth-of-type(3) .main-container {
  max-width: 100%;
}
.resale01.resale02 .section-separate.resale01-plan_img {
  background-image: url(sale/resale_02_hoyodai/resale01-plan_bgimg.jpg);
}
.resale01.resale02 .section-separate.resale01-photo_img {
  background-image: url(sale/resale_02_hoyodai/resale01-photo_bgimg.jpg);
}
.resale01.resale02 .section-separate.resale01-information_img {
  background-image: url(sale/resale_02_hoyodai/resale01-information_bgimg.jpg);
}
.resale01.resale02 .staff-voice_area {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 48px);
  margin-inline: auto;
  margin-top: 60px;
  padding: 80px 40px;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_area {
    width: calc(100% - 24px);
    padding: 60px 20px;
  }
}
.resale01.resale02 .staff-voice_area .main-container {
  position: relative;
  z-index: 1;
}
.resale01.resale02 .staff-voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .resale01.resale02 .staff-voice_inner {
    gap: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.resale01.resale02 .staff-voice_photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(100%, 300px);
  max-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.resale01.resale02 .staff-voice_photo picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.resale01.resale02 .staff-voice_photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .resale01.resale02 .staff-voice_photo picture {
    min-height: 0;
    height: auto;
  }
  .resale01.resale02 .staff-voice_photo img {
    min-height: 0;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.resale01.resale02 .staff-voice_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_content {
    width: 100%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .resale01.resale02 .staff-voice_content .staff-voice_label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .resale01.resale02 .staff-voice_content .staff-voice_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .resale01.resale02 .staff-voice_content .staff-voice_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .resale01.resale02 .staff-voice_content .staff-voice_rule {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .resale01.resale02 .staff-voice_content .staff-voice_meta {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.resale01.resale02 .staff-voice_label {
  margin: 0 0 6px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media screen and (min-width: 320px) {
  .resale01.resale02 .staff-voice_label {
    font-size: calc(0.2232142857vw + 10.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01.resale02 .staff-voice_label {
    font-size: 1.2rem;
  }
}
.resale01.resale02 .staff-voice_label {
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.resale01.resale02 .staff-voice_title {
  margin: 0 0 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
  color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .resale01.resale02 .staff-voice_title {
    font-size: calc(1.1160714286vw + 13.4285714286px);
  }
}
@media screen and (min-width: 768px) {
  .resale01.resale02 .staff-voice_title {
    font-size: 2.2rem;
  }
}
.resale01.resale02 .staff-voice_title {
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .resale01.resale02 .staff-voice_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.resale01.resale02 .staff-voice_text p {
  margin: 0 0 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .resale01.resale02 .staff-voice_text p {
    font-size: calc(0.2232142857vw + 14.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01.resale02 .staff-voice_text p {
    font-size: 1.6rem;
  }
}
.resale01.resale02 .staff-voice_text p {
  line-height: 1.75;
}
.resale01.resale02 .staff-voice_text p:last-child {
  margin-bottom: 0;
}
.resale01.resale02 .staff-voice_rule {
  border: 0;
  height: 1px;
  margin: 24px 0 20px;
  background: #ddd;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_rule {
    margin: 20px 0 24px;
  }
}
.resale01.resale02 .staff-voice_meta {
  margin: 0;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.3rem;
}
@media screen and (min-width: 320px) {
  .resale01.resale02 .staff-voice_meta {
    font-size: calc(0.2232142857vw + 12.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .resale01.resale02 .staff-voice_meta {
    font-size: 1.4rem;
  }
}
.resale01.resale02 .staff-voice_meta {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_meta .staff-voice_meta-name {
    display: inline-block;
    margin-top: 0.15em;
  }
}
@media only screen and (max-width: 768px) {
  .resale01.resale02 .staff-voice_area .main-container,
  .resale01.resale02 .salebuilt-cta_area .main-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**************************

//15 西海 built_15_saikai

**************************/
.built_15_saikai.sale-built section:nth-of-type(2n), .built_15_saikai.sale-built-town section:nth-of-type(2n) {
  background-color: initial;
}
.built_15_saikai .page-header:after {
  background: rgba(0, 0, 0, 0.3);
}
.built_15_saikai .page-header .page-header_container {
  top: 0;
}
.built_15_saikai .page-header .page-header_img img {
  aspect-ratio: 1920/914;
  -o-object-fit: cover;
     object-fit: cover;
}
.built_15_saikai .page-header .head-txts {
  text-align: center;
  position: relative;
  margin-top: 5.6%;
}
@media screen and (max-width: 768px) {
  .built_15_saikai .page-header .head-txts {
    margin-top: 48vh;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-01 {
  font-style: normal;
  font-weight: 300;
  font-size: 2.9rem;
  color: #EBF40B;
  letter-spacing: 0.08em;
  line-height: 1.6896551724;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .page-header .head-txts .head-txt-01 {
    font-size: calc(0.8387698043vw + 17.3159366263px);
  }
}
@media screen and (min-width: 1393px) {
  .built_15_saikai .page-header .head-txts .head-txt-01 {
    font-size: 2.9rem;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-01 br {
  display: none;
}
@media screen and (max-width: 1660px) {
  .built_15_saikai .page-header .head-txts .head-txt-01 br {
    display: block;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-02 {
  margin-top: 7.2%;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4.3rem;
  color: #EBF40B;
  letter-spacing: 0.08em;
  line-height: 1.7069767442;
  font-size: 3rem;
}
@media screen and (min-width: 480px) {
  .built_15_saikai .page-header .head-txts .head-txt-02 {
    font-size: calc(4.5138888889vw + 8.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .page-header .head-txts .head-txt-02 {
    font-size: 4.3rem;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-02 br {
  display: none;
}
@media screen and (max-width: 980px) {
  .built_15_saikai .page-header .head-txts .head-txt-02 br {
    display: block;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-03 {
  margin-top: 5.1%;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #EBF40B;
  letter-spacing: 0.05em;
  line-height: 2.3538461538;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .page-header .head-txts .head-txt-03 {
    font-size: calc(0.0931966449vw + 11.7017707363px);
  }
}
@media screen and (min-width: 1393px) {
  .built_15_saikai .page-header .head-txts .head-txt-03 {
    font-size: 1.3rem;
  }
}
.built_15_saikai .page-header .head-txts .head-txt-03 span {
  display: inline-block;
}
.built_15_saikai .built_15-head_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-head_area {
  background-color: white;
  text-align: center;
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-category {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.6681818182;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-category {
    font-size: calc(0.8928571429vw + 15.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-category {
    font-size: 2.2rem;
  }
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-category {
  text-align: center;
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-ttl {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.6879310345;
  font-size: 3.4rem;
}
@media screen and (min-width: 480px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-ttl {
    font-size: calc(8.3333333333vw + -6px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-ttl {
    font-size: 5.8rem;
  }
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-add {
  margin-top: 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6681818182;
  font-size: 1.9rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-add {
    font-size: calc(0.6696428571vw + 16.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-add {
    font-size: 2.2rem;
  }
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
    margin-top: 20px;
  }
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
  max-width: 727px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
    font-size: 1.6rem;
  }
}
.built_15_saikai .built_15-head_area .built_15-head_field .built_15-head-bodytxt {
  text-align: left;
}
.built_15_saikai .built_15-head_area .built_15-townhead-img {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .built_15-townhead-img {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date {
    margin-top: 60px;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-ttl {
    font-size: calc(1.7857142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-ttl {
    font-size: 2.5rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-ttl {
  text-align: center;
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-subttl {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  font-size: 1.9rem;
}
@media screen and (min-width: 480px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-subttl {
    font-size: calc(3.125vw + 4px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-subttl {
    font-size: 2.8rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-add {
  margin-top: 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-add {
    font-size: calc(1.7857142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-add {
    font-size: 2.5rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt {
  max-width: 580px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li {
  text-align: left;
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li > div:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li > div:not(:first-of-type) {
    margin-top: 24px;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dt {
    font-size: calc(0vw + 18px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dt {
    font-size: 1.8rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dd {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dd {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-town-date .built_15-townguide-bodytxt .uilt_15-townguide_li dd {
    font-size: 1.4rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-public-date {
  max-width: 580px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper:not(:first-of-type) {
  margin-top: 40px;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon {
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon img {
  width: 45px;
  display: inline-block;
  margin-right: 10px;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon span {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.7rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon span {
    font-size: calc(2.0089285714vw + 11.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon span {
    font-size: 2.7rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon span {
  display: inline-block;
  margin-right: 2%;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(230px - 2%);
          flex: 0 0 calc(230px - 2%);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-right: 2px solid #707070;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl {
  width: 98%;
  margin-left: 8%;
  margin-right: auto;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 80%;
  background-color: #2a150e;
  z-index: 0;
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dt {
  display: block;
  background-color: #ffffff;
  padding: 2px 8px 2px 2px;
  position: relative;
  z-index: 1;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.8909090909;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dt {
    font-size: calc(1.5625vw + 10px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dt {
    font-size: 2.2rem;
  }
}
.built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dd {
  display: block;
  background-color: #ffffff;
  padding: 2px 8px 2px 8px;
  position: relative;
  z-index: 1;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dd {
    font-size: calc(2.0089285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl dd {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper {
    display: block;
  }
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .left {
    border-right: none;
    border-bottom: 2px solid #707070;
    padding-bottom: 24px;
  }
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .icon {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right {
    padding-top: 24px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .built_15_saikai .built_15-head_area .sale-built-public-date .sale-built-public-wrapper .right .distance_dl {
    margin-left: 20px;
  }
}
.built_15_saikai .sale-built-public-map-area {
  max-width: 736px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .sale-built-public-map-area {
    margin-top: 50px;
  }
}
.built_15_saikai .sale-built-public-map-area .sale-built-public-map {
  margin-top: 10px;
  position: relative;
  width: auto;
  padding-top: 60%;
}
.built_15_saikai .sale-built-public-map-area .sale-built-public-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.built_15_saikai .built_15-lifestyle-img {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-lifestyle-img {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-lifestyle-img img {
  aspect-ratio: 1920/914;
  -o-object-fit: cover;
     object-fit: cover;
}
.built_15_saikai .built_15-lifestyle_area {
  background-color: #F4F1DC !important;
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle_field {
  max-width: 1100px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle_field {
    padding-bottom: 50px;
  }
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-ttl {
    font-size: calc(1.7857142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-ttl {
    font-size: 2.5rem;
  }
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-ttl {
  text-align: center;
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-subttl {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  font-size: 1.9rem;
}
@media screen and (min-width: 480px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-subttl {
    font-size: calc(3.125vw + 4px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-subttl {
    font-size: 2.8rem;
  }
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-subttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-subttl span {
    display: inline-block;
  }
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-body {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-body {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-body .built_15-lifestyle-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-body .built_15-lifestyle-gallery li {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 768px) {
  .built_15_saikai .built_15-lifestyle_area .built_15-lifestyle-body .built_15-lifestyle-gallery li {
    width: 100%;
  }
}
.built_15_saikai .built_15-home-img img {
  aspect-ratio: 1920/1471;
  -o-object-fit: cover;
     object-fit: cover;
}
.built_15_saikai .built_15-homeinfo_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_field {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-subttl {
  font-style: normal;
  font-weight: 300;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.3793103448;
  font-size: 1.9rem;
}
@media screen and (min-width: 480px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-subttl {
    font-size: calc(3.4722222222vw + 2.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-subttl {
    font-size: 2.9rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-subttl span {
  display: inline-block;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-add {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-add {
    margin-top: 20px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-add {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-add {
    font-size: calc(3.5714285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-add {
    font-size: 3.6rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-location {
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-location {
    margin-top: 20px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-location {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-location {
    font-size: calc(0.1863932898vw + 11.4035414725px);
  }
}
@media screen and (min-width: 1393px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-location {
    font-size: 1.4rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-body {
    margin-top: 45px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-layout-ttl {
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-layout-ttl {
    font-size: calc(1.7857142857vw + 11.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-layout-ttl {
    font-size: 2.5rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-img {
  max-width: 960px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo-img {
    margin-top: 45px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field {
  max-width: 960px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field {
    margin-top: 100px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
  padding: 0.6em 1em;
  width: 100%;
  background-color: #848484;
  border-radius: 50px;
  margin-top: 36px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
    margin-top: 20px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: white;
  letter-spacing: 0.03em;
  line-height: 1.6681818182;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
    font-size: calc(0.4464285714vw + 18.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
    font-size: 2.2rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-ttl span {
  display: inline-block;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
    margin-top: 30px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
    font-size: 1.8rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type span {
  font-family: "FP-HiraKakuProN-W3";
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type span {
    font-size: calc(0.6696428571vw + 12.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-type span {
    font-size: 1.8rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block {
    margin-top: 60px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block {
  background-color: #FFF84A;
  padding: 24px;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-ttl {
  padding: 0.6em 1em;
  background-color: white;
  font-family: "adobe-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-ttl {
    font-size: 1.8rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-ttl {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-list li {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-list li {
    font-size: calc(1.5625vw + 10px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-list li {
    font-size: 2.2rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-list li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-goodpoint-block .built_15-homeinfo_a-goodpoint-list li:before {
  content: "◎";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-ttl {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-ttl {
    font-size: 1.8rem;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-ttl {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-img {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-img {
    margin-top: 50px;
  }
}
.built_15_saikai .built_15-homeinfo_area .built_15-homeinfo_a-field .built_15-homeinfo_a-plan-block .built_15-homeinfo_a-plan-img {
  text-align: center;
}
.built_15_saikai .built_15-homeinfo_area .salebuilt-townplan-common_field {
  max-width: 960px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/**************************

  company

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.company .page-header .page-header_container::before {
  background-image: url(company/page_header.jpg);
}
.company {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .company {
    margin-bottom: 100px;
  }
}

/*---------------------

//私たちマイハウスは

-----------------------*/
.company-intro_area {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .company-intro_area {
    margin-top: 100px;
  }
}
.company-intro_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.company-intro_area .company-intro-txt {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .company-intro_area .company-intro-txt {
    margin-top: 40px;
  }
}
.company-intro_area .company-intro-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .company-intro_area .company-intro-txt {
    font-size: calc(0.6944444444vw + 12.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .company-intro_area .company-intro-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 530px) {
  .company-intro_area .company-intro-txt br {
    display: none;
  }
}
.company-intro_area .company-intro-txt {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .company-intro_area .company-intro-txt {
    text-align: left;
  }
}

/*---------------------

//会社概要

-----------------------*/
.summary_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .summary_area {
    margin-top: 60px;
  }
}
.summary_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.summary_area .summary_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.summary_area .summary-dltable {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .summary_area .summary-dltable {
    margin-top: 60px;
  }
}
.summary_area .summary-dltable div.dltable-set {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set {
    display: block;
  }
}
.summary_area .summary-dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
  padding: 17px 23px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set > dt {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding: 17px 23px 15px;
    background-color: #f5f5f5;
  }
}
.summary_area .summary-dltable div.dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 23px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
}
@media screen and (max-width: 768px) {
  .summary_area .summary-dltable div.dltable-set > dd {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding-bottom: 33px;
  }
}

.company-access-map_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area {
    margin-top: 60px;
  }
}
.company-access-map_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.company-access-map_area .company-access_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.company-access-map_area .company-access_ttl:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area .company-access_ttl:not(:first-of-type) {
    margin-top: 60px;
  }
}
.company-access-map_area .company-access-map_body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .company-access-map_area .company-access-map_body {
    margin-top: 40px;
  }
}
.company-access-map_area .company-access-map_body .access-map {
  margin-top: 10px;
  position: relative;
  width: auto;
  padding-top: 60%;
}
.company-access-map_area .company-access-map_body .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------
 ★ ブログ Blog
-----------------------*/
.blog-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .blog-wrap {
    margin-top: 60px;
  }
}
.blog-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .blog-wrap {
    margin-bottom: 60px;
  }
}
.blog-wrap {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: relative;
}
.blog-wrap:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  .blog-wrap {
    margin-top: 30px;
  }
}

.blog-page .blog-main {
  padding-top: 0;
  margin-bottom: 0;
}
.blog-page .blog-sidebar-area {
  margin-top: 120px;
}

/*---------------------
 ★ ブログ 詳細
-----------------------*/
.blog-header .blog-info-list .blog-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-header .blog-info-list .blog-metas .day {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
}
.blog-header .blog-info-list .blog-metas .cat-list {
  margin-left: 10px;
}
.blog-header .blog-info-list .blog-metas .cat-list li {
  display: inline-block;
  color: #f7f8eb;
  text-decoration: none;
}
.blog-header .blog-info-list .blog-metas .cat-list li:visited, .blog-header .blog-info-list .blog-metas .cat-list li:hover, .blog-header .blog-info-list .blog-metas .cat-list li:active, .blog-header .blog-info-list .blog-metas .cat-list li:focus {
  color: white;
  text-decoration: none;
}
.blog-header .blog-info-list .blog-metas .cat-list li:visited, .blog-header .blog-info-list .blog-metas .cat-list li:hover, .blog-header .blog-info-list .blog-metas .cat-list li:active, .blog-header .blog-info-list .blog-metas .cat-list li:focus {
  text-decoration: none;
}
.blog-header .blog-info-list .blog-metas .cat-list li {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #f7f8eb;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #000000;
  padding: 0.1em 1em;
  margin-right: 1em;
  border-radius: 8;
}
.blog-header .blog-info-list .blog-metas .cat-list li.bl_hot_tip {
  background-color: #f60529;
}
.blog-header .post-ttl {
  margin-top: 13px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.blog-header .post-ttl::after {
  margin-top: 8px;
  content: "";
  display: block;
  border-bottom: solid 2px #ddd;
}

/*---------------------
 ★ 記事本体
-----------------------*/
.blog-page {
  max-width: 860px;
  margin-inline: auto;
}

.post-body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .post-body {
    margin-top: 40px;
  }
}
.post-body {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .post-body {
    margin-bottom: 40px;
  }
}
.post-body {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2;
}
.post-body > * {
  margin-top: 0;
}
.post-body h2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7333333333;
  margin-top: 50px;
  padding-bottom: 20px;
  color: #291e19;
  position: relative;
}
.post-body h2::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4d3924;
  position: absolute;
  bottom: 0;
}
.post-body h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 100px;
  background-color: #291e19;
  position: absolute;
  bottom: 0;
}
.post-body h2 + * {
  margin-left: 1rem;
}
.post-body h2 + ul, .post-body h2 + ol, .post-body h2 + img, .post-body h2 + table {
  margin-top: 30px;
}
.post-body h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.post-body h4 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-top: 50px;
}
.post-body > p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 30px;
}
.post-body strong {
  font-weight: bold;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 600;
}
.post-body a {
  text-decoration: underline;
  color: #2c6286;
  text-decoration: none;
}
.post-body a:visited, .post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgb(81.8539325843, 151.6292134831, 198.1460674157);
  text-decoration: none;
}
.post-body img {
  margin: 16px 0 0;
  vertical-align: bottom;
}
.post-body figcaption {
  background-color: #f7f3f3;
  padding: 0.2em 1em;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #a5a4a4;
  letter-spacing: 0em;
  line-height: 1.6;
}
.post-body ul {
  margin-top: 10px;
  margin-left: 2.5em;
}
.post-body ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
  display: block;
  position: relative;
}
.post-body ul li:not(:first-of-type) {
  margin-top: 0.8em;
}
.post-body ul li::before {
  content: url(blog/list-circle.svg);
  display: inline-block;
  margin-right: 1em;
  margin-left: -2em;
}
.post-body ul li > p {
  margin-left: 1.5em;
}
.post-body ol {
  margin-top: 10px;
  counter-reset: item;
  margin-left: 2.5em;
}
.post-body ol li {
  list-style: none;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
  display: block;
  position: relative;
}
.post-body ol li:not(:first-of-type) {
  margin-top: 0.8em;
}
.post-body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  margin-right: 1em;
  margin-left: -2em;
}
.post-body table {
  width: 100%;
  border: none;
}
.post-body table tr td,
.post-body table tr th {
  padding: 1.6rem;
  border: 1px solid #ddd;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
}

/*---------------------
 ★ SNS
-----------------------*/
.blog-sns_area {
  margin-top: 60px;
}
.blog-sns_area .blog-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-sns_area .blog-sns-list li {
  width: 30%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.blog-sns_area .blog-sns-list li a {
  display: block;
  padding: 17px 1em;
  width: 100%;
  vertical-align: middle;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  border: solid 1px #c2a979;
  border-radius: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .blog-sns_area .blog-sns-list li a {
    font-size: 1.4rem;
  }
}
.blog-sns_area .blog-sns-list li a:hover {
  background-color: #c2a979;
}
.blog-sns_area .blog-sns-list li a:before {
  content: url(blog/twitter-brands.svg);
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}
.blog-sns_area .blog-sns-list li a.facebook::before {
  content: url(blog/facebook-f-brands.svg);
}
.blog-sns_area .blog-sns-list li a.line::before {
  content: url(blog/line-brands.svg);
}
@media screen and (max-width: 480px) {
  .blog-sns_area .blog-sns-list li a {
    padding: 16px 0.5em;
    height: 73px;
  }
  .blog-sns_area .blog-sns-list li a:before {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.post-nav {
  margin-top: 40px;
}
.post-nav .post-nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.post-nav .post-nav-column > .block {
  width: calc((100% - 40px) / 2);
  min-width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .post-nav .post-nav-column > .block {
    width: 100%;
  }
  .post-nav .post-nav-column > .block:not(:first-of-type) {
    margin-top: 20px;
  }
}
.post-nav a {
  color: #222222;
  text-decoration: none;
}
.post-nav a:visited, .post-nav a:hover, .post-nav a:active, .post-nav a:focus {
  color: #555555;
  text-decoration: none;
}
.post-nav a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.post-nav a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.post-nav .left .ttl-area {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-nav .left .ttl-area::before {
  content: url(blog/post-nav_prev-arrow.svg);
  display: inline-block;
  margin-right: 7px;
}
.post-nav .left .ttl-area::after {
  content: "";
  height: 1px;
  background-color: #4d3924;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 7px;
}
.post-nav .right .ttl-area {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-nav .right .ttl-area::after {
  content: url(blog/post-nav_next-arrow.svg);
  display: inline-block;
  margin-left: 7px;
}
.post-nav .right .ttl-area::before {
  content: "";
  height: 1px;
  background-color: #4d3924;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 7px;
}
.post-nav .block {
  margin-bottom: 30px;
}
.post-nav .block .block_column {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-nav .block .block_column .img_item {
  max-width: 110px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-nav .block .block_column .img_item:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.post-nav .block .block_column .img_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-nav .block .block_column .meta_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-nav .block .block_column .meta_item .date {
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #291e19;
  letter-spacing: 0em;
  line-height: 1;
}
.post-nav .block .block_column .meta_item .ttl {
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  height: calc(2em * 1.75);
  padding-right: 1em;
  line-height: 1.75;
  background-color: #ffffff;
}
.post-nav .block .block_column .meta_item .ttl:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.post-nav .block .block_column .meta_item .ttl:after {
  content: "";
  position: relative;
  right: calc(1em * -1);
  float: right;
  width: 1em;
  height: 100%;
  margin-left: calc(1em * -1);
  background-color: #ffffff;
}

/*---------------------
 ★ サイドバー
-----------------------*/
.side-area {
  margin-top: 36px;
}

.blog-archives .side-area {
  margin-top: 0px;
}

.side-block {
  margin-top: 50px;
}
.side-block .sidebar-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.4222222222;
}
.side-block .sidebar-title:before {
  content: url(blog/wp-s-list-category.svg);
  display: inline-block;
  margin-right: 0.6em;
}
.side-block .sidebar-title:after {
  margin-top: 9px;
  content: "";
  display: block;
  border-bottom: solid 2px #ddd;
}

.side-block-body {
  margin-top: 26px;
}
.side-block-body .side-block-ul li:not(:first-of-type) {
  margin-top: 20px;
}

.wp-s-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-s-list-wrapper > div {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .wp-s-list-wrapper > div {
    width: 100%;
  }
}

.side-list-block li:not(:first-of-type) {
  margin-top: 20px;
}
.side-list-block li a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
}
.side-list-block li:before {
  content: url(blog/side-list_arrow.svg);
  display: inline-block;
  margin-right: 0.4em;
}

.side-block select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  outline: none;
  border: solid 1px #ccccc4;
  border-radius: 0;
  padding: 10px 13px;
  font-size: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #333;
  width: 100%;
}
.side-block-body .side-block select {
  padding: 0;
}
.side-block select:-ms-expand {
  display: none;
}
.side-block select .widget_archive {
  position: relative;
}
.side-block select {
  background-image: url("blog/sort-down.svg");
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  vertical-align: middle;
}

/*---------------------
 ★ archives
-----------------------*/
.blog-archives-page_ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .blog-archives-page_ttl {
    margin-top: 30px;
  }
}
.blog-archives-page_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .blog-archives-page_ttl {
    font-size: calc(1.3392857143vw + 15.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .blog-archives-page_ttl {
    font-size: 2.6rem;
  }
}
.blog-archives-page_ttl::after {
  margin-top: 8px;
  content: "";
  display: block;
  border-bottom: solid 2px #ddd;
}

.blog-archives-list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .blog-archives-list {
    margin-top: 40px;
  }
}
.blog-archives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-archives-list li:not([class]) {
  width: calc((100% - 36px) / 2);
}
.blog-archives-list li:not([class]):nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .blog-archives-list li:not([class]) {
    width: 100%;
    margin-top: 40px;
  }
  .blog-archives-list li:not([class]):first-of-type {
    margin-top: 0;
  }
}
.blog-archives-list li:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 3px;
  background-color: #f5f3f3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-archives-list li:not([class]):hover::after {
  width: 0%;
}
.blog-archives-list li:not([class]) a {
  display: block;
  color: #222222;
  text-decoration: none;
}
.blog-archives-list li:not([class]) a:visited, .blog-archives-list li:not([class]) a:hover, .blog-archives-list li:not([class]) a:active, .blog-archives-list li:not([class]) a:focus {
  color: #555555;
  text-decoration: none;
}
.blog-archives-list li:not([class]) a:visited, .blog-archives-list li:not([class]) a:hover, .blog-archives-list li:not([class]) a:active, .blog-archives-list li:not([class]) a:focus {
  text-decoration: none;
}
.blog-archives-list li:not([class]) a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  border: solid 5px rgba(248, 204, 122, 0);
  border-radius: 10px;
  padding: 10px;
}
.blog-archives-list li:not([class]) a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: solid 5px rgb(248, 204, 122);
}
.blog-archives-list li:not([class]) a:hover .ttl {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-archives-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}
@media only screen and (max-width: 480px) {
  .blog-archives-list {
    padding: inherit;
  }
}
.blog-archives-list a:visited, .blog-archives-list a:hover, .blog-archives-list a:active, .blog-archives-list a:focus {
  text-decoration: none;
}
.blog-archives-list .blog-archives-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-archives-list .blog-archives-set .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.blog-archives-list .blog-archives-set .days-set {
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.blog-archives-list .blog-archives-set .meta-set {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .blog-archives-list .blog-archives-set .thumb {
    display: none;
  }
  .blog-archives-list .blog-archives-set .days-set {
    margin-left: 0px;
  }
}
.blog-archives-list .days-set {
  font-family: "Oswald", sans-serif;
}
.blog-archives-list .days-set .year,
.blog-archives-list .days-set .month {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #2a150e;
  letter-spacing: 0em;
  line-height: 1;
}
.blog-archives-list .days-set .date {
  margin-top: -2px;
  font-style: normal;
  font-weight: 700;
  font-size: 4.6rem;
  color: #2a150e;
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
}
.blog-archives-list .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px #ddd solid;
}
.blog-archives-list .thumb:before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.blog-archives-list .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archives-list .thumb .term {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 1em;
  background-color: #291e19;
  text-align: center;
}
.blog-archives-list .thumb .term.no-view {
  display: none;
}
.blog-archives-list .term {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  padding: 0.3em 1em;
  background-color: #222222;
}
.blog-archives-list .cat-list {
  margin-left: 10px;
}
.blog-archives-list .cat-list li {
  display: inline-block;
  color: #f7f8eb;
  text-decoration: none;
}
.blog-archives-list .cat-list li:visited, .blog-archives-list .cat-list li:hover, .blog-archives-list .cat-list li:active, .blog-archives-list .cat-list li:focus {
  color: white;
  text-decoration: none;
}
.blog-archives-list .cat-list li:visited, .blog-archives-list .cat-list li:hover, .blog-archives-list .cat-list li:active, .blog-archives-list .cat-list li:focus {
  text-decoration: none;
}
.blog-archives-list .cat-list li {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #f7f8eb;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #000000;
  padding: 0.1em 1em;
  margin-right: 1em;
  border-radius: 8;
}
.blog-archives-list .cat-list li.bl_hot_tip {
  background-color: #f60529;
}
.blog-archives-list .ttl {
  margin-top: 8px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.01em;
  line-height: 2.0571428571;
  position: relative;
  overflow: hidden;
  height: calc(2em * 1.6);
  padding-right: 1em;
  line-height: 1.6;
  background-color: #ffffff;
}
.blog-archives-list .ttl:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.blog-archives-list .ttl:after {
  content: "";
  position: relative;
  right: calc(1em * -1);
  float: right;
  width: 1em;
  height: 100%;
  margin-left: calc(1em * -1);
  background-color: #ffffff;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

.pagination {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.pagination span,
.pagination a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  display: block;
  width: auto;
  min-width: 30px;
  min-height: 30px;
  margin: 0 5px;
  padding: 6px 11px;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px transparent;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* 前へ */
.pagination a.prev {
  border: solid 1px transparent;
  border-width: 0 0 1px 0;
}
.pagination a.prev::after {
  content: url(img/blog-pagination-prev.svg);
  display: block;
  width: 10px;
  height: 11px;
  margin-top: 2px;
}
.pagination a.prev:hover {
  border-width: 0 0 1px 0;
  border-color: #584125;
}

/* 次へ */
.pagination a.next {
  border: solid 1px transparent;
  border-width: 0 0 1px 0;
}
.pagination a.next::after {
  content: url(img/blog-pagination-next.svg);
  width: 5px;
  height: 11px;
}
.pagination a.next:hover {
  border-color: #584125;
  border-width: 0 0 1px 0;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: solid 1px #584125;
}

/*---------------------
 ★eventnews archives
-----------------------*/
.eventnews-archives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.eventnews-archives-list .card {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .eventnews-archives-list .card {
    margin-top: 40px;
  }
}
.eventnews-archives-list .card {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 980px) {
  .eventnews-archives-list .card {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .eventnews-archives-list .card {
    width: 100%;
  }
}

.eventnews-archives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.eventnews-archives-list .card .card-ttl,
.eventnews-archives-list .card .event-status {
  background-color: #675641;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.9769230769;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .eventnews-archives-list .card .card-ttl,
  .eventnews-archives-list .card .event-status {
    font-size: calc(1.875vw + 6px);
  }
}
@media screen and (min-width: 480px) {
  .eventnews-archives-list .card .card-ttl,
  .eventnews-archives-list .card .event-status {
    font-size: 1.5rem;
  }
}
.eventnews-archives-list .card .card-ttl,
.eventnews-archives-list .card .event-status {
  text-align: center;
  padding: 1em 0.5em;
}
.eventnews-archives-list .card .date_item p,
.eventnews-archives-list .card .date_item h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5833333333;
  font-size: 1rem;
}
@media screen and (min-width: 981px) {
  .eventnews-archives-list .card .date_item p,
  .eventnews-archives-list .card .date_item h3 {
    font-size: calc(0.3231017771vw + 6.830371567px);
  }
}
@media screen and (min-width: 1600px) {
  .eventnews-archives-list .card .date_item p,
  .eventnews-archives-list .card .date_item h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  .eventnews-archives-list .card .date_item p,
  .eventnews-archives-list .card .date_item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .eventnews-archives-list .card .date_item p,
  .eventnews-archives-list .card .date_item h3 {
    font-size: 12px;
  }
}
.eventnews-archives-list .card .date_item {
  padding: 0.5em 0.3em;
}

.eventnews-archives-list .card .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.eventnews-archives-list .card .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.eventnews-archives-list .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.eventnews-archives-list .card .date_item {
  margin: 0.5rem;
}
.eventnews-archives-list .card .date_item .ttl {
  margin-top: 14px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.3611111111;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .eventnews-archives-list .card .date_item .ttl {
    font-size: calc(2.0833333333vw + 2px);
  }
}
@media screen and (min-width: 768px) {
  .eventnews-archives-list .card .date_item .ttl {
    font-size: 1.8rem;
  }
}
.eventnews-archives-list .card .date_item .ttl {
  text-align: center;
}
.eventnews-archives-list .card .date_item .hikiwatashi {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2.0416666667;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .eventnews-archives-list .card .date_item .hikiwatashi {
    font-size: calc(0vw + 12px);
  }
}
@media screen and (min-width: 768px) {
  .eventnews-archives-list .card .date_item .hikiwatashi {
    font-size: 1.2rem;
  }
}
.eventnews-archives-list .card .date_item .hikiwatashi {
  text-align: center;
}
.eventnews-archives-list .card .date_item .price {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .eventnews-archives-list .card .date_item .price {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .eventnews-archives-list .card .date_item .price {
    font-size: 1.4rem;
  }
}
.eventnews-archives-list .card .date_item .price {
  text-align: center;
}
.eventnews-archives-list .card .date_item .price::after {
  content: "税込";
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
}

/**************************

  contact

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.contact .page-header .page-header_container::before {
  background-image: url(contact/page_header.jpg);
}
.contact {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}

/*---------------------

お問い合わせ

-----------------------*/
.contact-page_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .contact-page_area {
    margin-top: 70px;
  }
}

.contact-page_head .contact-page_head_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .contact-page_head .contact-page_head_ttl {
    font-size: calc(6.6964285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .contact-page_head .contact-page_head_ttl {
    font-size: 6rem;
  }
}
.contact-page_head .contact-page_head_ttl {
  text-transform: uppercase;
  text-align: center;
}
.contact-page_head .contact-page_head_ttl span {
  display: block;
  margin-top: 30px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
  text-align: center;
}

.contact-page_body .contact-top_note {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .contact-page_body .contact-top_note {
    margin-top: 60px;
  }
}
.contact-page_body .contact-top_note p:not(:first-of-type) {
  margin-top: 20px;
}
.contact-page_body .contact-top_note {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .contact-page_body .contact-top_note {
    text-align: left;
  }
}
.contact-page_body .contact-top_note p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
}
.contact-page_body .contact-top_note .apply-info {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
}
.contact-page_body .contact-top_note .apply-info a {
  color: #fa2a2a;
  text-decoration: none;
}
.contact-page_body .contact-top_note .apply-info a:visited, .contact-page_body .contact-top_note .apply-info a:hover, .contact-page_body .contact-top_note .apply-info a:active, .contact-page_body .contact-top_note .apply-info a:focus {
  color: rgb(252.3394495413, 141.6605504587, 141.6605504587);
  text-decoration: none;
}
.contact-page_body .contact-top_note .apply-info a:visited, .contact-page_body .contact-top_note .apply-info a:hover, .contact-page_body .contact-top_note .apply-info a:active, .contact-page_body .contact-top_note .apply-info a:focus {
  text-decoration: none;
}
.contact-page_body .contact-top_note .apply-info a {
  font-size: 18px;
}
.contact-page_body .contact-form_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .contact-page_body .contact-form_area {
    margin-top: 60px;
  }
}
.contact-page_body .contact-form_area {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/*
サンクス表示（ページ遷移無し）
*/
.contact-thanks_area {
  text-align: center;
}
.contact-thanks_area > .form_btn {
  max-width: 260px;
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.contact-thanks_area > .form_btn a {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 23px 1em;
  height: 100%;
  text-align: center;
  background-color: #291e19;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-thanks_area > .form_btn a:hover {
  background-color: #c2a979;
  outline-offset: 0px;
}

/**************************

 privacypolicy

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.privacypolicy .page-header .page-header_container::before {
  background-image: url(privacypolicy/page_header.jpg);
}
.privacypolicy {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy {
    margin-bottom: 60px;
  }
}

/*---------------------

お問い合わせ

-----------------------*/
.privacypolicy-page_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-page_area {
    margin-top: 70px;
  }
}

.privacypolicy-page_head .privacypolicy-page_head_ttl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (min-width: 320px) {
  .privacypolicy-page_head .privacypolicy-page_head_ttl {
    font-size: calc(6.6964285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .privacypolicy-page_head .privacypolicy-page_head_ttl {
    font-size: 6rem;
  }
}
.privacypolicy-page_head .privacypolicy-page_head_ttl {
  text-transform: uppercase;
  text-align: center;
}
.privacypolicy-page_head .privacypolicy-page_head_ttl span {
  display: block;
  margin-top: 30px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
  text-align: center;
}

.privacypolicy-page_body .privacypolicy-top_note {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-page_body .privacypolicy-top_note {
    margin-top: 60px;
  }
}
.privacypolicy-page_body .privacypolicy-top_note p:not(:first-of-type) {
  margin-top: 20px;
}
.privacypolicy-page_body .privacypolicy-top_note {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .privacypolicy-page_body .privacypolicy-top_note {
    text-align: left;
  }
}
.privacypolicy-page_body .privacypolicy-top_note p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.68125;
}
.privacypolicy-page_body .privacypolicy-cont-area {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .privacypolicy-page_body .privacypolicy-cont-area {
    margin-top: 30px;
  }
}
.privacypolicy-page_body .privacypolicy-cont-area h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7333333333;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.8;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol {
  margin-top: 20px;
  margin-left: 2em;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li:not(:first-of-type), .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li:not(:first-of-type) {
  margin-top: 3px;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li {
  margin-left: 1.2em;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li:before {
  content: url(privacypolicy/privacypolicy_circle.svg);
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ul, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ol, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ul, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ol {
  margin-bottom: 40px;
}
.privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ul li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ol li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ul li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ol li:before {
  content: "・";
  margin-right: 0.3em;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
@media only screen and (max-width: 768px) {
  .privacypolicy-page_body .privacypolicy-cont-area {
    margin-top: 40px;
  }
  .privacypolicy-page_body .privacypolicy-cont-area h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: #222222;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol {
    margin-left: 2em;
  }
  .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li {
    margin-left: 0em;
  }
  .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li:before {
    margin-left: -1.5em;
    width: 1.5em;
  }
  .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ul li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ul > li > ol li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ul li:before, .privacypolicy-page_body .privacypolicy-cont-area .privacypolicy-cont-box > ol > li > ol li:before {
    margin-left: -1em;
    width: 1em;
  }
}

/**************************

  recruit

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.recruit .page-header .page-header_container::before {
  background-image: url(recruit/page_header.jpg);
}
.recruit {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .recruit {
    margin-bottom: 100px;
  }
}

/*---------------------

//リード文

-----------------------*/
.recruit-lead_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .recruit-lead_area {
    margin-top: 60px;
  }
}
.recruit-lead_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.recruit-lead_area .recruit-lead_body {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-lead_area .recruit-lead_body {
    text-align: left;
  }
}
.recruit-lead_area .recruit-lead_txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .recruit-lead_area .recruit-lead_txt {
    font-size: calc(0.6944444444vw + 12.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-lead_area .recruit-lead_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 530px) {
  .recruit-lead_area .recruit-lead_txt br {
    display: none;
  }
}

/*---------------------

//募集要項

-----------------------*/
.recruit-detail_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .recruit-detail_area {
    margin-top: 60px;
  }
}
.recruit-detail_area {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.recruit-detail_area .recruit-detail_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.recruit-detail_area .recruit-dltable {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit-detail_area .recruit-dltable {
    margin-top: 40px;
  }
}
.recruit-detail_area .recruit-dltable div.dltable-set {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-detail_area .recruit-dltable div.dltable-set {
    display: block;
  }
}
.recruit-detail_area .recruit-dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
  padding: 17px 23px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .recruit-detail_area .recruit-dltable div.dltable-set > dt {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding: 17px 23px 15px;
    background-color: #f5f5f5;
  }
}
.recruit-detail_area .recruit-dltable div.dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 23px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
}
@media screen and (max-width: 768px) {
  .recruit-detail_area .recruit-dltable div.dltable-set > dd {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding-bottom: 33px;
  }
}

/*---------------------

//採用の流れ

-----------------------*/
.recruit-flow_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .recruit-flow_area {
    margin-top: 60px;
  }
}
.recruit-flow_area {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.recruit-flow_area .recruit-flow_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit-flow_area .recruit-flow_ttl {
    margin-bottom: 40px;
  }
}
.recruit-flow_area .recruit-flow_list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit-flow_area .recruit-flow_list {
    margin-top: 40px;
  }
}
.recruit-flow_area .recruit-flow_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.recruit-flow_area .recruit-flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  border-bottom: solid 1px #707070;
}
.recruit-flow_area .recruit-flow_item:first-child {
  border-top: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .recruit-flow_area .recruit-flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
}
.recruit-flow_area .recruit-flow_item .flow-step {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #c2a979;
  padding: 6px 16px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 4px;
}
.recruit-flow_area .recruit-flow_item .flow-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .recruit-flow_area .recruit-flow_item .flow-txt {
    font-size: calc(0.6944444444vw + 10.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-flow_area .recruit-flow_item .flow-txt {
    font-size: 1.6rem;
  }
}
.recruit-flow_area .recruit-flow_item .flow-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/*---------------------

//個人情報保護

-----------------------*/
.recruit-privacy_area {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit-privacy_area {
    margin-top: 40px;
  }
}
.recruit-privacy_area {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.recruit-privacy_area .recruit-privacy_txt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .recruit-privacy_area .recruit-privacy_txt {
    font-size: calc(0.3472222222vw + 10.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-privacy_area .recruit-privacy_txt {
    font-size: 1.3rem;
  }
}
.recruit-privacy_area .recruit-privacy_txt {
  background-color: #f5f5f5;
  padding: 20px 24px;
}
.recruit-privacy_area .recruit-privacy_txt a {
  text-decoration: underline;
  color: #222222;
  text-decoration: none;
}
.recruit-privacy_area .recruit-privacy_txt a:visited, .recruit-privacy_area .recruit-privacy_txt a:hover, .recruit-privacy_area .recruit-privacy_txt a:active, .recruit-privacy_area .recruit-privacy_txt a:focus {
  color: #555555;
  text-decoration: none;
}
.recruit-privacy_area .recruit-privacy_txt a:hover {
  color: #c2a979;
  text-decoration: none;
}
.recruit-privacy_area .recruit-privacy_txt a:hover:visited, .recruit-privacy_area .recruit-privacy_txt a:hover:hover, .recruit-privacy_area .recruit-privacy_txt a:hover:active, .recruit-privacy_area .recruit-privacy_txt a:hover:focus {
  color: rgb(225.9076923077, 213.9846153846, 191.0923076923);
  text-decoration: none;
}

/**************************

  vr-info

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.vr-info-note_area {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .vr-info-note_area {
    margin-top: 100px;
  }
}
.vr-info-note_area {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .vr-info-note_area {
    margin-bottom: 100px;
  }
}
.vr-info-note_area .note_ttl {
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) {
  .vr-info-note_area .note_ttl {
    font-size: calc(2.4305555556vw + 10.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .vr-info-note_area .note_ttl {
    font-size: 2.9rem;
  }
}
.vr-info-note_area .note_ttl {
  text-align: center;
}
.vr-info-note_area .note_ttl::after {
  margin-top: 28px;
  content: "";
  display: block;
  background-color: #b39252;
  height: 5px;
  width: 200px;
  margin-inline: auto;
}

.vr-info-note_body {
  max-width: 870px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .vr-info-note_body {
    margin-top: 60px;
  }
}
.vr-info-note_body p:not(:first-of-type) {
  margin-top: 40px;
}
.vr-info-note_body {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.014em;
  line-height: 1.75;
  text-align: justify;
}
.vr-info-note_body .vr-info-note_list-wrapper {
  margin-top: 40px;
}
.vr-info-note_body .vr-info-note_list-ttl {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #6a7197;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .vr-info-note_body .vr-info-note_list-ttl {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-info-note_body .vr-info-note_list-ttl {
    font-size: 2.5rem;
  }
}
.vr-info-note_body .vr-info-note_list {
  margin-top: 20px;
}
.vr-info-note_body .vr-info-note_list li {
  position: relative;
  padding-left: 1.5em;
}
.vr-info-note_body .vr-info-note_list li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.vr-info-note_body .vr-info-note_list li {
  margin-top: 10px;
}

.vr-info-goindex_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vr-info-goindex_block {
    margin-top: 40px;
  }
}
.vr-info-goindex_block .vr-info-goindex {
  max-width: 183px;
  margin: 0 auto;
}
.vr-info-goindex_block .vr-info-goindex a {
  color: #222222;
  text-decoration: none;
}
.vr-info-goindex_block .vr-info-goindex a:visited, .vr-info-goindex_block .vr-info-goindex a:hover, .vr-info-goindex_block .vr-info-goindex a:active, .vr-info-goindex_block .vr-info-goindex a:focus {
  color: #555555;
  text-decoration: none;
}
.vr-info-goindex_block .vr-info-goindex a:visited, .vr-info-goindex_block .vr-info-goindex a:hover, .vr-info-goindex_block .vr-info-goindex a:active, .vr-info-goindex_block .vr-info-goindex a:focus {
  text-decoration: none;
}
.vr-info-goindex_block .vr-info-goindex a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 1.2em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vr-info-goindex_block .vr-info-goindex a:hover {
  background-color: #c2a979;
}
.vr-info-goindex_block .vr-info-goindex a {
  width: 183px;
  border: solid 1px #222222;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.0222222222;
}

/**************************

  VRモデル一覧 LINE-UP _vr-line-up-index

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.vr-line-up-index-intro_area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-intro_area {
    margin-top: 60px;
  }
}
.vr-line-up-index-intro_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-intro_area {
    margin-bottom: 60px;
  }
}
.vr-line-up-index-intro_area .main-container {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.vr-line-up-index-intro_area .intro_ttl {
  position: relative;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-intro_area .intro_ttl {
    font-size: calc(2.4305555556vw + 10.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-intro_area .intro_ttl {
    font-size: 2.9rem;
  }
}
.vr-line-up-index-intro_area .intro_ttl {
  text-align: center;
}
.vr-line-up-index-intro_area .intro_ttl::after {
  margin-top: 28px;
  content: "";
  display: block;
  background-color: #b39252;
  height: 5px;
  width: 200px;
  margin-inline: auto;
}
.vr-line-up-index-intro_area .vr-line-up-index-mainimg {
  max-width: 900px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-intro_area .vr-line-up-index-mainimg {
    margin-top: 60px;
  }
}
.vr-line-up-index-intro_area .vr-line-up-index-note_block {
  max-width: 900px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.vr-line-up-index-intro_area .vr-line-up-index-note {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-intro_area .vr-line-up-index-note {
    margin-top: 30px;
  }
}
.vr-line-up-index-intro_area .vr-line-up-index-note {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-intro_area .vr-line-up-index-note {
    font-size: calc(0.6944444444vw + 10.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-intro_area .vr-line-up-index-note {
    font-size: 1.6rem;
  }
}
.vr-line-up-index-intro_area .vr-line-up-index-note {
  text-align: center;
}
@media screen and (max-width: 830px) {
  .vr-line-up-index-intro_area .vr-line-up-index-note {
    text-align: left;
  }
}
.vr-line-up-index-intro_area .mini-note {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-intro_area .mini-note {
    margin-top: 30px;
  }
}
.vr-line-up-index-intro_area .mini-note {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #2a150e;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-intro_area .mini-note {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-intro_area .mini-note {
    font-size: 1.4rem;
  }
}
.vr-line-up-index-intro_area .mini-note {
  text-align: center;
}
@media screen and (max-width: 830px) {
  .vr-line-up-index-intro_area .mini-note {
    text-align: left;
  }
}
.vr-line-up-index-intro_area .vr-line-up-index-golineup_block {
  margin-top: 40px;
}
.vr-line-up-index-intro_area .vr-line-up-index-golineup_block .vr-line-up-content_button {
  text-align: center;
}

/**************************

 VR LIST

**************************/
.vr-line-up-index_area {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index_area {
    margin-top: 30px;
  }
}

.vr-line-up-index-field {
  max-width: 1350px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.vr-line-up-index-field .vr-line-up-index-type_ttl_newhouse {
  margin-top: 35px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  color: #020202;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-field .vr-line-up-index-type_ttl_newhouse {
    font-size: calc(1.7361111111vw + 11.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-type_ttl_newhouse {
    font-size: 2.5rem;
  }
}
.vr-line-up-index-field .vr-line-up-index-type_ttl_newhouse::after {
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #b1b1b1;
  height: 1px;
  width: 100%;
}
.vr-line-up-index-field .vr-line-up-index-type-ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-type-ttl {
    margin-top: 30px;
  }
}
.vr-line-up-index-field .vr-line-up-index-type-ttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #b1b1b1;
  height: 1px;
  width: 100%;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-subtype-ttl {
    margin-top: 30px;
  }
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.9rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6896551724;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-field .vr-line-up-index-subtype-ttl {
    font-size: calc(2.4305555556vw + 10.3333333333px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-subtype-ttl {
    font-size: 2.9rem;
  }
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-subtype-ttl {
    display: block;
  }
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl .type,
.vr-line-up-index-field .vr-line-up-index-subtype-ttl .txt {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl .type {
  display: block;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl .txt {
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  .vr-line-up-index-field .vr-line-up-index-subtype-ttl .txt {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl__skip::after {
  background-color: #7e0013;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl__flat::after {
  background-color: #b48a00;
}
.vr-line-up-index-field .vr-line-up-index-subtype-ttl__two::after {
  background-color: #003d5d;
}

.vr-line-up-index-list_area .vr-line-up-index-type-ttl img {
  max-width: 236px;
}

.vr-line-up-index-newhouse_body {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-newhouse_body {
    margin-top: 20px;
  }
}
.vr-line-up-index-newhouse_body .vr-line-up-index-newhouse_column {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-newhouse_body .vr-line-up-index-newhouse_column {
    margin-top: 10px;
  }
}
.vr-line-up-index-newhouse_body .vr-line-up-index-newhouse_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vr-line-up-index-newhouse_body .vr-line-up-index-newhouse_column .banner {
  width: 48%;
}

.vr-line-up-index-type_body {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-type_body {
    margin-top: 30px;
  }
}

.vr-line-up-index-type_column {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: -2rem;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 980px) {
  .vr-line-up-index-type_column {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .vr-line-up-index-type_column {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.vr-line-up-index-type_column .card {
  margin-top: 2rem;
}

.vr-line-up-index-type_column .card {
  position: relative;
}
.vr-line-up-index-type_column .card .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.vr-line-up-index-type_column .card .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vr-line-up-index-type_column .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vr-line-up-index-type_column .card .date_item {
  margin: 0.5rem;
}
.vr-line-up-index-type_column .card .date_item .ttl {
  margin-top: 14px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.3611111111;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-type_column .card .date_item .ttl {
    font-size: calc(2.0833333333vw + 2px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-type_column .card .date_item .ttl {
    font-size: 1.8rem;
  }
}
.vr-line-up-index-type_column .card .date_item .ttl {
  text-align: center;
}
.vr-line-up-index-type_column .card .date_item .hikiwatashi {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 2.0416666667;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-type_column .card .date_item .hikiwatashi {
    font-size: calc(0vw + 12px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-type_column .card .date_item .hikiwatashi {
    font-size: 1.2rem;
  }
}
.vr-line-up-index-type_column .card .date_item .hikiwatashi {
  text-align: center;
}
.vr-line-up-index-type_column .card .date_item .price {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-type_column .card .date_item .price {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-type_column .card .date_item .price {
    font-size: 1.4rem;
  }
}
.vr-line-up-index-type_column .card .date_item .price {
  text-align: center;
}
.vr-line-up-index-type_column .card .date_item .price::after {
  content: "税込";
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1;
}
.vr-line-up-index-type_column .card .link-button_block {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.vr-line-up-index-type_column .card .link-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vr-line-up-index-type_column .card .link-button a {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #ffd700;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-type_column .card .link-button a {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-type_column .card .link-button a {
    font-size: 1.4rem;
  }
}
.vr-line-up-index-type_column .card .link-button a {
  text-align: center;
}
.vr-line-up-index-type_column .card .link-button.content-button a {
  background-color: #cccccc;
}
.vr-line-up-index-type_column .card {
  z-index: 5000;
}
.vr-line-up-index-type_column .card.notcreated {
  display: none;
}
.vr-line-up-index-type_column .card .link-button_block-multi {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.vr-line-up-index-type_column .card .link-button_block-multi .link-button {
  width: 100%;
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp .link-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp a {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #ffd700;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .vr-line-up-index-type_column .card .link-button_block-multi .half-wp a {
    font-size: calc(0.6944444444vw + 8.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .vr-line-up-index-type_column .card .link-button_block-multi .half-wp a {
    font-size: 1.4rem;
  }
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp a {
  text-align: center;
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp.content-button {
  width: 100%;
}
.vr-line-up-index-type_column .card .link-button_block-multi .half-wp.content-button a {
  background-color: #cccccc;
}

.vr-line-up-index-goindex_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vr-line-up-index-goindex_block {
    margin-top: 40px;
  }
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex {
  margin: 0 auto;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a:visited, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:hover, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:active, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:focus {
  color: #555555;
  text-decoration: none;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a:visited, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:hover, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:active, .vr-line-up-index-goindex_block .vr-line-up-index-goindex a:focus {
  text-decoration: none;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a {
  width: 175px;
  margin: 0 auto;
  display: block;
  padding: 1.2em 1em;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6727272727;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a:hover {
  background-color: #c2a979;
}
.vr-line-up-index-goindex_block .vr-line-up-index-goindex a {
  border: solid 1px #222222;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.0222222222;
}

.vr-line-up-content_button a {
  display: inline-block;
  padding: 0.8em 1.6em;
  border: solid 2px #584125;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.0222222222;
}

/**************************

  4v4-myhouse

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.m-4v4 .page-header {
  position: relative;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  background-image: url(4v4-myhouse/page_header.jpg);
  background-size: cover;
  background-position: center;
}
.m-4v4 .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.m-4v4 .page-header .page-header_container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-4v4 .page-header .page-header_ttl {
  text-transform: inherit;
}
.m-4v4 .page-header .page-header_ttl .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 8.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 2.5rem;
}
@media screen and (min-width: 320px) {
  .m-4v4 .page-header .page-header_ttl .ttl {
    font-size: calc(13.6160714286vw + -18.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4 .page-header .page-header_ttl .ttl {
    font-size: 8.6rem;
  }
}
.m-4v4 .page-header .page-header_ttl .ttl {
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  display: block;
}
.m-4v4 .page-header .page-header_ttl .sub {
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4 .page-header .page-header_ttl .sub {
    font-size: calc(2.4553571429vw + 6.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4 .page-header .page-header_ttl .sub {
    font-size: 2.5rem;
  }
}
.m-4v4 .page-header .page-header_ttl .sub {
  display: inline-block;
}

/*---------------------

//私たちマイハウスは

-----------------------*/
.m-4v4-intro_area {
  background-image: url(4v4-myhouse/4v4-intro_area_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 200px;
}
@media only screen and (max-width: 840px) {
  .m-4v4-intro_area {
    padding-top: 60px;
  }
}
.m-4v4-intro_area .m-4v4-intro_body {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.m-4v4-intro_area .m-4v4-intro-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards 0.8s;
          animation: fadeInUp 1s ease forwards 0.8s;
}
.m-4v4-intro_area .m-4v4-intro-txt p {
  margin: 0;
}
.m-4v4-intro_area .m-4v4-intro-txt .intro-lead {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3611111111;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-intro_area .m-4v4-intro-txt .intro-lead {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-intro_area .m-4v4-intro-txt .intro-lead {
    font-size: 1.8rem;
  }
}
.m-4v4-intro_area .m-4v4-intro-txt .intro-lead {
  color: #222222;
  margin-bottom: 1.5em;
  text-align: left;
}
.m-4v4-intro_area .m-4v4-intro-txt .intro-main {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4.8rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-intro_area .m-4v4-intro-txt .intro-main {
    font-size: calc(4.4642857143vw + 13.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-intro_area .m-4v4-intro-txt .intro-main {
    font-size: 4.8rem;
  }
}
.m-4v4-intro_area .m-4v4-intro-txt .intro-main {
  color: #222222;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
}
.m-4v4-intro_area .m-4v4-intro-img_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards 0.5s;
          animation: fadeInUp 1s ease forwards 0.5s;
}
.m-4v4-intro_area .m-4v4-intro-img_block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
}
@media screen and (max-width: 840px) {
  .m-4v4-intro_area .m-4v4-intro_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .m-4v4-intro_area .m-4v4-intro-img_block {
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    -webkit-animation: fadeInUp 1s ease forwards 0.5s;
            animation: fadeInUp 1s ease forwards 0.5s;
  }
  .m-4v4-intro_area .m-4v4-intro-img_block img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
  }
  .m-4v4-intro_area .m-4v4-intro-txt {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
  .m-4v4-intro_area .m-4v4-intro-txt .intro-main,
  .m-4v4-intro_area .m-4v4-intro-txt .intro-lead {
    text-align: left;
  }
}

/*---------------------

//4v4とは？

-----------------------*/
.m-4v4-summary_area {
  margin-top: -20px;
  padding-top: 120px;
}
@media only screen and (max-width: 840px) {
  .m-4v4-summary_area {
    padding-top: 60px;
  }
}
.m-4v4-summary_area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 840px) {
  .m-4v4-summary_area {
    padding-bottom: 60px;
  }
}
.m-4v4-summary_area {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards 0.8s;
          animation: fadeInUp 1s ease forwards 0.8s;
  background-color: #d7ebfc;
}
.m-4v4-summary_area .summary_body {
  padding-top: 20px;
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.m-4v4-summary_area .summary-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.m-4v4-summary_area .summary_ttl {
  padding: 1rem 2rem;
  color: #fff;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background-image: -webkit-gradient(linear, left top, right top, from(#27acd9), to(#b4e12b));
  background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4.3rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.3rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-summary_area .summary_ttl {
    font-size: calc(2.2321428571vw + 25.8571428571px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-summary_area .summary_ttl {
    font-size: 4.3rem;
  }
}
.m-4v4-summary_area .summary_ttl {
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
  width: 7em;
  position: relative;
}
.m-4v4-summary_area .summary_ttl::after {
  display: none;
}
.m-4v4-summary_area .summary-content {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-summary_area .summary-content {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-summary_area .summary-content {
    font-size: 2rem;
  }
}
.m-4v4-summary_area .summary-content {
  margin-bottom: 0;
}
.m-4v4-summary_area .summary-content p {
  margin-bottom: 1.5em;
}
.m-4v4-summary_area .summary-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.m-4v4-summary_area .summary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  border: 2px solid transparent;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.53125;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-summary_area .summary-btn {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-summary_area .summary-btn {
    font-size: 1.6rem;
  }
}
.m-4v4-summary_area .summary-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#1e3a8a));
  background-image: linear-gradient(to right, #000 0%, #1e3a8a 100%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-4v4-summary_area .summary-btn .btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-4v4-summary_area .summary-btn .btn-arrow {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.m-4v4-summary_area .summary-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#1e3a8a), to(#3b82f6));
  background-image: linear-gradient(to right, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.m-4v4-summary_area .summary-btn:hover .btn-text,
.m-4v4-summary_area .summary-btn:hover .btn-arrow {
  color: #fff;
}
.m-4v4-summary_area .summary-img_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  position: relative;
}
.m-4v4-summary_area .summary-img_block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
}
@media screen and (max-width: 840px) {
  .m-4v4-summary_area .summary_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-4v4-summary_area .summary-links {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .m-4v4-summary_area .summary-txt {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-4v4-summary_area .summary-txt .summary_ttl {
    text-align: left;
  }
}

/*---------------------

//アニメーション

-----------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*---------------------

//詳細情報エリア

-----------------------*/
.m-4v4-details_area {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .m-4v4-details_area {
    padding-top: 60px;
  }
}
.m-4v4-details_area {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .m-4v4-details_area {
    padding-bottom: 30px;
  }
}
.m-4v4-details_area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards 1.1s;
          animation: fadeInUp 1s ease forwards 1.1s;
}
.m-4v4-details_area .details_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.m-4v4-details_area .details-img_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  position: relative;
}
.m-4v4-details_area .details-img_block .details-heading {
  margin-bottom: 30px;
}
.m-4v4-details_area .details-img_block .details-heading .details-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-img_block .details-heading .details-title {
    font-size: calc(1.3392857143vw + 19.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-img_block .details-heading .details-title {
    font-size: 3rem;
  }
}
.m-4v4-details_area .details-img_block .details-heading .details-title {
  margin-bottom: 6x;
  color: #222222;
}
.m-4v4-details_area .details-img_block .details-heading .details-subtitle {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-img_block .details-heading .details-subtitle {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-img_block .details-heading .details-subtitle {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-img_block .details-heading .details-subtitle {
  margin: 0;
  color: #bcbcbc;
  letter-spacing: 0.5px;
}
.m-4v4-details_area .details-img_block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
}
.m-4v4-details_area .details-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-4v4-details_area .details-block {
  padding: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-4v4-details_area .details-block:first-child {
  border-top: 1px solid #eee;
}
@media screen and (max-width: 480px) {
  .m-4v4-details_area .details-block:first-child {
    border-top: none;
  }
}
.m-4v4-details_area .details-block:last-child {
  border-bottom: none;
}
.m-4v4-details_area .details-block .block-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-title {
    font-size: calc(0.8928571429vw + 17.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-title {
    font-size: 2.4rem;
  }
}
.m-4v4-details_area .details-block .block-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.m-4v4-details_area .details-block .block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27acd9), to(#b4e12b));
  background-image: linear-gradient(to bottom, #27acd9 0%, #b4e12b 100%);
  border-radius: 2px;
}
.m-4v4-details_area .details-block .block-subtitle {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-subtitle {
    font-size: calc(0.4464285714vw + 8.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-subtitle {
    font-size: 1.2rem;
  }
}
.m-4v4-details_area .details-block .block-subtitle {
  margin-bottom: 40px;
  color: #666;
}
.m-4v4-details_area .details-block .block-text {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-text {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .block-text:last-of-type {
  margin-bottom: 30px;
}
.m-4v4-details_area .details-block .block-subtext {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 25px;
  font-style: italic;
}
.m-4v4-details_area .details-block .activity-overview {
  margin-bottom: 30px;
}
.m-4v4-details_area .details-block .activity-overview .overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
.m-4v4-details_area .details-block .activity-overview .overview-item .overview-icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-4v4-details_area .details-block .activity-overview .overview-item .overview-icon .material-icons {
  font-size: 24px;
  color: #27acd9;
}
.m-4v4-details_area .details-block .activity-overview .overview-item .overview-text {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .activity-overview .overview-item .overview-text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .activity-overview .overview-item .overview-text {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .activity-overview .overview-item .overview-text {
  color: #222222;
}
.m-4v4-details_area .details-block .schedule-section {
  margin-bottom: 40px;
}
.m-4v4-details_area .details-block .schedule-section .schedule-month-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-section .schedule-month-title {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-section .schedule-month-title {
    font-size: 2rem;
  }
}
.m-4v4-details_area .details-block .schedule-section .schedule-month-title {
  color: #222222;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #27acd9;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-date {
  margin-right: 20px;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-date .date-circle {
  width: 60px;
  height: 60px;
  background: #27acd9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-date .date-circle .date-number {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-date .date-circle .date-day {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #27acd9;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-title {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-title {
    font-size: 1.8rem;
  }
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-title {
  margin-bottom: 8px;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-title.tournament {
  color: #ff6b6b;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time,
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee,
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time,
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee,
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time .material-icons,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee .material-icons,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location .material-icons {
  font-size: 16px;
  margin-right: 5px;
  color: #27acd9;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time.tournament,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee.tournament,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location.tournament {
  color: #ff6b6b;
}
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-time.tournament .material-icons,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-fee.tournament .material-icons,
.m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-content .schedule-location.tournament .material-icons {
  color: #ff6b6b;
}
.m-4v4-details_area .details-block .schedule-info {
  background: #d7ebfc;
  padding: 25px;
  border-radius: 12px;
}
.m-4v4-details_area .details-block .schedule-info .schedule-recurring {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-recurring {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-recurring {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .schedule-info .schedule-recurring {
  margin-bottom: 20px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .schedule-info .schedule-recurring .material-icons {
  font-size: 18px;
  margin-right: 8px;
  color: #27acd9;
}
.m-4v4-details_area .details-block .schedule-info .schedule-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-4v4-details_area .details-block .schedule-info .schedule-dates .date-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-dates .date-card {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-dates .date-card {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .schedule-info .schedule-dates .date-card {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 80px;
}
.m-4v4-details_area .details-block .schedule-info .schedule-location {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-location {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-location {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .schedule-info .schedule-location {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .schedule-info .schedule-location .material-icons {
  font-size: 16px;
  margin-right: 5px;
  color: #27acd9;
}
.m-4v4-details_area .details-block .schedule-info .schedule-fee-info {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #28a745;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-fee-info {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .schedule-info .schedule-fee-info {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .schedule-info .schedule-fee-info {
  color: #28a745;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .schedule-info .schedule-fee-info .material-icons {
  font-size: 18px;
  margin-right: 8px;
  color: #28a745;
}
.m-4v4-details_area .details-block .event-info {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.m-4v4-details_area .details-block .event-info .event-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ff6b6b;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .event-info .event-title {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .event-info .event-title {
    font-size: 1.8rem;
  }
}
.m-4v4-details_area .details-block .event-info .event-title {
  margin-bottom: 15px;
  color: #ff6b6b;
}
.m-4v4-details_area .details-block .event-info .event-details {
  margin-top: 25px;
}
.m-4v4-details_area .details-block .event-info .event-details .event-date,
.m-4v4-details_area .details-block .event-info .event-details .event-fee,
.m-4v4-details_area .details-block .event-info .event-details .event-location,
.m-4v4-details_area .details-block .event-info .event-details .event-note {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .event-info .event-details .event-date,
  .m-4v4-details_area .details-block .event-info .event-details .event-fee,
  .m-4v4-details_area .details-block .event-info .event-details .event-location,
  .m-4v4-details_area .details-block .event-info .event-details .event-note {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .event-info .event-details .event-date,
  .m-4v4-details_area .details-block .event-info .event-details .event-fee,
  .m-4v4-details_area .details-block .event-info .event-details .event-location,
  .m-4v4-details_area .details-block .event-info .event-details .event-note {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .event-info .event-details .event-date,
.m-4v4-details_area .details-block .event-info .event-details .event-fee,
.m-4v4-details_area .details-block .event-info .event-details .event-location,
.m-4v4-details_area .details-block .event-info .event-details .event-note {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .event-info .event-details .event-date .material-icons,
.m-4v4-details_area .details-block .event-info .event-details .event-fee .material-icons,
.m-4v4-details_area .details-block .event-info .event-details .event-location .material-icons,
.m-4v4-details_area .details-block .event-info .event-details .event-note .material-icons {
  font-size: 16px;
  margin-right: 5px;
  color: #27acd9;
}
.m-4v4-details_area .details-block .event-info .event-details .event-date:last-child,
.m-4v4-details_area .details-block .event-info .event-details .event-fee:last-child,
.m-4v4-details_area .details-block .event-info .event-details .event-location:last-child,
.m-4v4-details_area .details-block .event-info .event-details .event-note:last-child {
  margin-bottom: 0;
}
.m-4v4-details_area .details-block .event-info .event-details .event-date .material-icons {
  color: #ff6b6b;
}
.m-4v4-details_area .details-block .event-info .event-details .event-fee {
  color: #ff6b6b;
  font-weight: 600;
}
.m-4v4-details_area .details-block .event-info .event-details .event-note {
  background: #fff3cd;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 15px;
}
.m-4v4-details_area .details-block .notice-info {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.m-4v4-details_area .details-block .notice-info .notice-detail {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .notice-info .notice-detail {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .notice-info .notice-detail {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .notice-info .notice-detail {
  margin-bottom: 12px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-4v4-details_area .details-block .notice-info .notice-detail .material-icons {
  font-size: 16px;
  margin-right: 5px;
  color: #ffc107;
}
.m-4v4-details_area .details-block .notice-info .notice-detail:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m-4v4-details_area .details-block .schedule-items .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-4v4-details_area .details-block .schedule-items .schedule-item .schedule-date {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .m-4v4-details_area .details-block .schedule-info .schedule-dates {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.m-4v4-details_area .details-block .block-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #2446dc;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-btn {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-btn {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .block-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 10px rgba(53, 80, 255, 0.3);
          box-shadow: 0 3px 10px rgba(53, 80, 255, 0.3);
}
.m-4v4-details_area .details-block .block-btn:hover {
  background: #1b6beb;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(37, 110, 255, 0.722);
          box-shadow: 0 5px 15px rgba(37, 110, 255, 0.722);
}
.m-4v4-details_area .details-block .block-notice_balloon {
  margin-top: 30px;
  position: relative;
  background: #e8f4fd;
  border: 2px solid #27acd9;
  border-radius: 15px;
  padding: 20px 25px;
}
.m-4v4-details_area .details-block .block-notice_balloon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #27acd9;
}
.m-4v4-details_area .details-block .block-notice_balloon::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e8f4fd;
}
.m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #27acd9;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_title {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_title {
    font-size: 2rem;
  }
}
.m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_title {
  margin: 0 0 10px 0;
  color: #27acd9;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_title {
    text-align: left;
  }
}
.m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #27acd9;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_text {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_text {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_text {
  margin: 0;
  color: #27acd9;
}
@media screen and (max-width: 480px) {
  .m-4v4-details_area .details-block .block-notice_balloon .notice-balloon_text {
    text-align: left;
  }
}
.m-4v4-details_area .details-block .block-hogosya_document_block {
  margin-top: 30px;
}
.m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_title {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_title {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_title {
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_title .block-hogosya_document_title_pdf {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_text {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_text {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_text {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .block-hogosya_document_block .block-hogosya_document_text {
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-hogosya_document_block img {
  width: 100%;
}
.m-4v4-details_area .details-block .block-chirashi_document_block {
  margin-top: 30px;
}
.m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_title {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_title {
    font-size: 1.6rem;
  }
}
.m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_title {
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_title .block-hogosya_document_title_pdf {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_text {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_text {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_text {
    font-size: 1.4rem;
  }
}
.m-4v4-details_area .details-block .block-chirashi_document_block .block-hogosya_document_text {
  margin-bottom: 10px;
}
.m-4v4-details_area .details-block .block-chirashi_document_block img {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 840px) {
  .m-4v4-details_area .details_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .m-4v4-details_area .details-img_block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .m-4v4-details_area .details-content {
    width: 100%;
  }
  .m-4v4-details_area .details-block {
    padding: 30px 25px;
  }
}

.m-4v4 .m-4v4-cta_area {
  border-top: 1px solid #909090;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .m-4v4 .m-4v4-cta_area {
    margin-top: 0px;
  }
}
.m-4v4 .m-4v4-cta_area {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .m-4v4 .m-4v4-cta_area {
    padding-top: 30px;
  }
}
.m-4v4 .m-4v4-cta_area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .m-4v4 .m-4v4-cta_area {
    padding-bottom: 60px;
  }
}
.m-4v4 .m-4v4-cta_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards 1.1s;
          animation: fadeInUp 1s ease forwards 1.1s;
}
.m-4v4 .m-4v4-cta_area .cta-notice {
  margin-top: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.m-4v4 .m-4v4-cta_area .cta-notice p {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .m-4v4 .m-4v4-cta_area .cta-notice p {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-4v4 .m-4v4-cta_area .cta-notice p {
    font-size: 1.4rem;
  }
}
.m-4v4 .m-4v4-cta_area .cta-notice p {
  margin: 0 0 12px 0;
  line-height: 1.6;
}
.m-4v4 .m-4v4-cta_area .cta-notice p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m-4v4 .m-4v4-cta_area .cta-notice {
    padding: 20px 25px;
    margin-bottom: 25px;
  }
}

.m-4v4 .mw-form > div dd input[type=url],
.m-4v4 .mw-form > div dd input[type=text],
.m-4v4 .mw-form > div dd input[type=tel],
.m-4v4 .mw-form > div dd input[type=email],
.m-4v4 .mw-form > div dd input[type=number],
.m-4v4 .mw-form > div dd textarea {
  border: 1px #bcbcbc solid;
  border-radius: 5px;
}

/**************************

  refa-standard

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.m-refa-standard .page-header {
  position: relative;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  background-image: url(refa-standard/page_header.jpg);
  background-size: cover;
  background-position: center;
}
.m-refa-standard .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.m-refa-standard .page-header .page-header_container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-refa-standard .page-header .page-header_ttl {
  text-transform: inherit;
}
.m-refa-standard .page-header .page-header_ttl .ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 8.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 2.5rem;
}
@media screen and (min-width: 320px) {
  .m-refa-standard .page-header .page-header_ttl .ttl {
    font-size: calc(13.6160714286vw + -18.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .m-refa-standard .page-header .page-header_ttl .ttl {
    font-size: 8.6rem;
  }
}
.m-refa-standard .page-header .page-header_ttl .ttl {
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  display: block;
}
.m-refa-standard .page-header .page-header_ttl .sub {
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.712;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .m-refa-standard .page-header .page-header_ttl .sub {
    font-size: calc(2.4553571429vw + 6.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .m-refa-standard .page-header .page-header_ttl .sub {
    font-size: 2.5rem;
  }
}
.m-refa-standard .page-header .page-header_ttl .sub {
  display: inline-block;
}

/*---------------------

//赤帯＋タイトルセクション

-----------------------*/
.refa-hero-section {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.refa-hero-section .refa-hero-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.refa-hero-section .refa-hero-title h2 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 4.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 3.2rem;
}
@media screen and (min-width: 320px) {
  .refa-hero-section .refa-hero-title h2 {
    font-size: calc(3.5714285714vw + 20.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-hero-section .refa-hero-title h2 {
    font-size: 4.8rem;
  }
}
.refa-hero-section .refa-hero-title h2 {
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.refa-hero-section .refa-hero-title .hero-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .refa-hero-section .refa-hero-title .hero-subtitle {
    font-size: calc(1.3392857143vw + 13.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .refa-hero-section .refa-hero-title .hero-subtitle {
    font-size: 2.4rem;
  }
}
.refa-hero-section .refa-hero-title .hero-subtitle {
  margin: 0;
  opacity: 0.9;
}
@media screen and (max-width: 840px) {
  .refa-hero-section {
    padding: 40px 0;
  }
}

/*---------------------

//メインビジュアルセクション

-----------------------*/
.refa-main-visual {
  padding: 80px 0;
  background: #f8f9fa;
}
.refa-main-visual .refa-main-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.refa-main-visual .refa-product-info h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) {
  .refa-main-visual .refa-product-info h3 {
    font-size: calc(1.7857142857vw + 22.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .refa-main-visual .refa-product-info h3 {
    font-size: 3.6rem;
  }
}
.refa-main-visual .refa-product-info h3 {
  margin-bottom: 20px;
  color: #222222;
}
.refa-main-visual .refa-product-info .product-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .refa-main-visual .refa-product-info .product-subtitle {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-main-visual .refa-product-info .product-subtitle {
    font-size: 1.8rem;
  }
}
.refa-main-visual .refa-product-info .product-subtitle {
  margin-bottom: 40px;
  color: #666;
}
.refa-main-visual .refa-product-image {
  max-width: 600px;
  margin: 0 auto;
}
.refa-main-visual .refa-product-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 840px) {
  .refa-main-visual {
    padding: 60px 0;
  }
}

/*---------------------

//ウルトラファインバブル説明セクション

-----------------------*/
.refa-ultra-bubble-section {
  padding: 80px 0;
  background: #fff;
}
.refa-ultra-bubble-section .refa-ultra-bubble-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.refa-ultra-bubble-section .refa-ultra-bubble-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-ultra-bubble-section .refa-ultra-bubble-text h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  font-size: 2.6rem;
}
@media screen and (min-width: 320px) {
  .refa-ultra-bubble-section .refa-ultra-bubble-text h3 {
    font-size: calc(1.3392857143vw + 21.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .refa-ultra-bubble-section .refa-ultra-bubble-text h3 {
    font-size: 3.2rem;
  }
}
.refa-ultra-bubble-section .refa-ultra-bubble-text h3 {
  margin-bottom: 30px;
  color: #222222;
  line-height: 1.3;
}
.refa-ultra-bubble-section .refa-ultra-bubble-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .refa-ultra-bubble-section .refa-ultra-bubble-text p {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-ultra-bubble-section .refa-ultra-bubble-text p {
    font-size: 1.6rem;
  }
}
.refa-ultra-bubble-section .refa-ultra-bubble-text p {
  margin: 0;
  line-height: 1.8;
  color: #222222;
}
.refa-ultra-bubble-section .refa-ultra-bubble-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-ultra-bubble-section .refa-ultra-bubble-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 840px) {
  .refa-ultra-bubble-section {
    padding: 60px 0;
  }
  .refa-ultra-bubble-section .refa-ultra-bubble-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

/*---------------------

//住まいのすべての水にセクション

-----------------------*/
.refa-house-water-section {
  padding: 80px 0;
  background: #f0f8ff;
}
.refa-house-water-section .refa-house-water-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.refa-house-water-section .refa-house-water-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-house-water-section .refa-house-water-text h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  font-size: 2.6rem;
}
@media screen and (min-width: 320px) {
  .refa-house-water-section .refa-house-water-text h3 {
    font-size: calc(1.3392857143vw + 21.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .refa-house-water-section .refa-house-water-text h3 {
    font-size: 3.2rem;
  }
}
.refa-house-water-section .refa-house-water-text h3 {
  margin-bottom: 30px;
  color: #222222;
  line-height: 1.3;
}
.refa-house-water-section .refa-house-water-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .refa-house-water-section .refa-house-water-text p {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-house-water-section .refa-house-water-text p {
    font-size: 1.6rem;
  }
}
.refa-house-water-section .refa-house-water-text p {
  margin: 0;
  line-height: 1.8;
  color: #222222;
}
.refa-house-water-section .refa-house-water-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-house-water-section .refa-house-water-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 840px) {
  .refa-house-water-section {
    padding: 60px 0;
  }
  .refa-house-water-section .refa-house-water-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

/*---------------------

//女性にやさしい3つのポイントセクション

-----------------------*/
.refa-three-points-section {
  padding: 80px 0;
  background: #fff;
}
.refa-three-points-section .refa-three-points-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.refa-three-points-section .three-points-title {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) {
  .refa-three-points-section .three-points-title {
    font-size: calc(1.7857142857vw + 22.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .refa-three-points-section .three-points-title {
    font-size: 3.6rem;
  }
}
.refa-three-points-section .three-points-title {
  text-align: center;
  margin-bottom: 60px;
  color: #222222;
}
.refa-three-points-section .refa-points-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.refa-three-points-section .refa-point-item {
  text-align: center;
}
.refa-three-points-section .refa-point-item h4 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .refa-three-points-section .refa-point-item h4 {
    font-size: calc(0.8928571429vw + 17.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .refa-three-points-section .refa-point-item h4 {
    font-size: 2.4rem;
  }
}
.refa-three-points-section .refa-point-item h4 {
  margin-bottom: 30px;
  color: #222222;
  padding: 15px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  border-radius: 8px;
}
.refa-three-points-section .refa-point-content {
  margin-bottom: 25px;
}
.refa-three-points-section .refa-point-content .refa-point-image {
  margin-bottom: 15px;
}
.refa-three-points-section .refa-point-content .refa-point-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.refa-three-points-section .refa-point-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .refa-three-points-section .refa-point-content p {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-three-points-section .refa-point-content p {
    font-size: 1.4rem;
  }
}
.refa-three-points-section .refa-point-content p {
  margin: 0;
  line-height: 1.6;
  color: #222222;
}
.refa-three-points-section .refa-detail-link {
  text-align: center;
}
.refa-three-points-section .refa-detail-btn {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .refa-three-points-section .refa-detail-btn {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-three-points-section .refa-detail-btn {
    font-size: 1.8rem;
  }
}
.refa-three-points-section .refa-detail-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
          box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}
.refa-three-points-section .refa-detail-btn:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
          box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
  color: #fff;
}
@media screen and (max-width: 840px) {
  .refa-three-points-section {
    padding: 60px 0;
  }
  .refa-three-points-section .refa-points-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/*---------------------

//ReFa FINE BUBBLE Uセクション

-----------------------*/
.refa-fine-bubble-u-section {
  padding: 80px 0;
  background: #fff;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-content {
  max-width: 1200px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-header {
  text-align: center;
  margin-bottom: 60px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-header h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-header h3 {
    font-size: calc(1.7857142857vw + 22.2857142857px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-header h3 {
    font-size: 3.6rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-header h3 {
  margin-bottom: 15px;
  color: #222222;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-header .fine-bubble-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-header .fine-bubble-subtitle {
    font-size: calc(0.4464285714vw + 14.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-header .fine-bubble-subtitle {
    font-size: 1.8rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-header .fine-bubble-subtitle {
  margin: 0;
  color: #666;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-text h4 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
  font-size: 2.2rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-text h4 {
    font-size: calc(1.3392857143vw + 17.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-text h4 {
    font-size: 2.8rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-text h4 {
  margin-bottom: 30px;
  color: #222222;
  line-height: 1.4;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-text p {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-text p {
    font-size: 1.6rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-text p {
  margin: 0;
  line-height: 1.8;
  color: #222222;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors {
  margin-bottom: 80px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors h4 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors h4 {
    font-size: calc(0.8928571429vw + 17.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors h4 {
    font-size: 2.4rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors h4 {
  text-align: center;
  margin-bottom: 40px;
  color: #222222;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-colors-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item {
  text-align: center;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item p {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item p {
    font-size: 1.4rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-color-item p {
  margin: 0;
  line-height: 1.6;
  color: #222222;
}
@media screen and (max-width: 840px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors .refa-colors-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech {
  margin-bottom: 60px;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech h4 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-size: 2rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-tech h4 {
    font-size: calc(0.8928571429vw + 17.1428571429px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-tech h4 {
    font-size: 2.4rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech h4 {
  text-align: center;
  margin-bottom: 30px;
  color: #222222;
  line-height: 1.4;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.4rem;
}
@media screen and (min-width: 320px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-tech p {
    font-size: calc(0.4464285714vw + 12.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-fine-bubble-u-section .refa-fine-bubble-u-tech p {
    font-size: 1.6rem;
  }
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #222222;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech .refa-tech-image {
  max-width: 800px;
  margin: 0 auto;
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-tech .refa-tech-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.refa-fine-bubble-u-section .refa-fine-bubble-u-detail-link {
  text-align: center;
}
@media screen and (max-width: 840px) {
  .refa-fine-bubble-u-section {
    padding: 60px 0;
  }
  .refa-fine-bubble-u-section .refa-fine-bubble-u-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .refa-fine-bubble-u-section .refa-fine-bubble-u-colors {
    margin-bottom: 60px;
  }
  .refa-fine-bubble-u-section .refa-fine-bubble-u-tech {
    margin-bottom: 50px;
  }
}

/*---------------------

//標準仕様の対象期間セクション

-----------------------*/
.refa-standard-period-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.refa-standard-period-section .refa-standard-period-content {
  max-width: 800px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
.refa-standard-period-section h3 {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  font-size: 2.6rem;
}
@media screen and (min-width: 320px) {
  .refa-standard-period-section h3 {
    font-size: calc(1.3392857143vw + 21.7142857143px);
  }
}
@media screen and (min-width: 768px) {
  .refa-standard-period-section h3 {
    font-size: 3.2rem;
  }
}
.refa-standard-period-section h3 {
  margin-bottom: 40px;
  color: #222222;
}
.refa-standard-period-section .refa-period-info {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.refa-standard-period-section .refa-period-info .period-main {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (min-width: 320px) {
  .refa-standard-period-section .refa-period-info .period-main {
    font-size: calc(0.4464285714vw + 16.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-standard-period-section .refa-period-info .period-main {
    font-size: 2rem;
  }
}
.refa-standard-period-section .refa-period-info .period-main {
  margin-bottom: 20px;
  color: #222222;
}
.refa-standard-period-section .refa-period-info .period-note {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 320px) {
  .refa-standard-period-section .refa-period-info .period-note {
    font-size: calc(0.4464285714vw + 10.5714285714px);
  }
}
@media screen and (min-width: 768px) {
  .refa-standard-period-section .refa-period-info .period-note {
    font-size: 1.4rem;
  }
}
.refa-standard-period-section .refa-period-info .period-note {
  margin: 0;
  color: #666;
}
@media screen and (max-width: 840px) {
  .refa-standard-period-section {
    padding: 60px 0;
  }
  .refa-standard-period-section .refa-period-info {
    padding: 30px 25px;
  }
}

/*---------------------

//アニメーション

-----------------------*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**************************

  transactions-law

**************************/
/*---------------------

//メイン画像ヘッダー

-----------------------*/
.transactions-law .page-header .page-header_container::before {
  background-image: url(company/page_header.jpg);
}
.transactions-law {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .transactions-law {
    margin-bottom: 100px;
  }
}
.transactions-law {
  /*---------------------

  //特定商取引法に基づく表記

  -----------------------*/
}
.transactions-law .summary_area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .transactions-law .summary_area {
    margin-top: 60px;
  }
}
.transactions-law .summary_area {
  max-width: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.transactions-law .summary_area .summary_ttl {
  font-family: "FP-HiraKakuProN-W6";
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.6681818182;
  text-align: center;
}
.transactions-law .summary_area .summary-dltable {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .transactions-law .summary_area .summary-dltable {
    margin-top: 60px;
  }
}
.transactions-law .summary_area .summary-dltable {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .transactions-law .summary_area .summary-dltable {
    margin-bottom: 60px;
  }
}
.transactions-law .summary_area .summary-dltable div.dltable-set {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .transactions-law .summary_area .summary-dltable div.dltable-set {
    display: block;
  }
}
.transactions-law .summary_area .summary-dltable div.dltable-set > dt {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 198px;
          flex: 0 0 198px;
  padding: 17px 23px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .transactions-law .summary_area .summary-dltable div.dltable-set > dt {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding: 17px 23px 15px;
    background-color: #f5f5f5;
  }
}
.transactions-law .summary_area .summary-dltable div.dltable-set > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 23px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.68125;
}
@media screen and (max-width: 768px) {
  .transactions-law .summary_area .summary-dltable div.dltable-set > dd {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.75;
    padding-bottom: 33px;
  }
}
.transactions-law .summary_area .summary-dltable div.dltable-set > dd a {
  color: #222222;
  text-decoration: underline;
}
.transactions-law .summary_area .summary-dltable div.dltable-set > dd a:hover {
  opacity: 0.7;
}

.fontplus-trial-banner {
  display: none;
}