@charset "UTF-8";
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　加羽沢建設  基本設定 base.scss

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フォント

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*yakuhan ゴシック*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
/*yakuhan 明朝*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
/*NotoSansJP NotoSerifJP*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*しっぽりアンティーク B1*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap");
/*Lora*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap");
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　mixin　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　メディアクエリ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　変数　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*カラー*/
/*汎用カラー*/
/*フォント明朝*/
/*フォント line awesome*/
/*不要*/
/* CSS Document */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　リセット

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
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;*/
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
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;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないよう*/
img {
  　　　vertical-align: top;
  　　　font-size: 0;
  　　　line-height: 0;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* 以下個人的な変更点 */
th, td {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, select {
  vertical-align: text-top;
  margin-left: 0;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}

.example-gothic {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.example-min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.spa {
  /*  font-family: "Shippori Antique B1", sans-serif;*/
  font-family: YakuHanJP_Noto, "Shippori Antique B1", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　初期設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /*	overflow-y: scroll !important;*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  font-size: 1.6em;
  background: #efe8dc;
  color: #333;
}

img {
  border: none;
}

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

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #870010;
}
a:active {
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pcno {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　基本枠

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wrap {
  min-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../img/cmn/logo-bk.svg);
  background-repeat: no-repeat;
  background-position: 101% -75px;
  background-size: 675px;
}

.cons {
  width: 1150px;
  margin: 0 auto;
}

#content {
  line-height: 180%;
  margin-bottom: 160px;
}

#sec2, #sec3, #sec4, #sec5, #sec6 {
  margin-top: 250px;
}

.lbox, .rbox {
  width: 48%;
}

/*アップボタン
----------------------------------------------------*/
#up {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99998;
  text-decoration: none;
  overflow: hidden;
  width: 38px;
  height: 60px;
  background: url(../img/up.png) no-repeat top center;
  background-size: 38px auto;
}
#up a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ヘッダ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ヘッダ
----------------------------------------------------*/
header {
  width: 95%;
  padding-top: 33px;
  padding-right: 105px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
  /*border: 1px solid #CCC;*/
}
header .logo {
  width: 155px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .logo:hover {
  opacity: 0.6;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　メインメニュー

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　横並びのための設定
----------------------------------------------------*/
.mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.mainnav li a {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 100%;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}

/*　テキストが入れ替わる
----------------------------------------------------*/
.mainnav li {
  margin-left: 1em;
  position: relative;
  /*差し替わるテキストの設定*/
  /*hoverするとテキストが入れ替わる設定*/
}
.mainnav li a {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}
.mainnav li span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); /*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.mainnav li:before {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #999;
  position: absolute;
  top: 2px;
  left: -9px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.mainnav li:nth-child(1) a {
  padding: 10px 45px;
}
.mainnav li:nth-child(2) a {
  padding: 10px 55px;
}
.mainnav li:nth-child(3) a {
  padding: 10px 45px;
}
.mainnav li:nth-child(4) a {
  padding: 10px 55px;
}
.mainnav li:nth-child(5) a {
  padding: 10px 45px;
}
.mainnav li:nth-child(6) a {
  padding: 10px 45px;
}
.mainnav li span:nth-child(2) {
  opacity: 0; /*透過0に*/
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%); /*X方向に-50% Y方向に100%*/
  font-family: "Lora", serif;
  font-weight: 700;
}
.mainnav li:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); /*X方向に-50% Y方向に-100%*/
}
.mainnav li:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); /*X方向に-50% Y方向に0*/
}

/*　You are here
----------------------------------------------------*/
#p-news .mainnav li:nth-child(1) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-news .mainnav li:nth-child(1) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

#p-concept .mainnav li:nth-child(2) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-concept .mainnav li:nth-child(2) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

#p-build .mainnav li:nth-child(3) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-build .mainnav li:nth-child(3) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

#p-flow .mainnav li:nth-child(4) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-flow .mainnav li:nth-child(4) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

#p-works .mainnav li:nth-child(5) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-works .mainnav li:nth-child(5) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

#p-company .mainnav li:nth-child(6) span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#p-company .mainnav li:nth-child(6) span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #870010;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ビジュアル

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vis {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
}
.vis .photo {
  height: 585px;
  overflow: hidden;
}
.vis .lead {
  font-size: 2.3rem;
  font-family: "Shippori Antique B1", sans-serif;
  position: absolute;
  right: 60px;
  top: 35px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.vis .lead span {
  background: #FFF;
  letter-spacing: 5px;
  line-height: 220%;
  padding: 15px 5px 10px;
}

/*　ページタイトル
----------------------------------------------------*/
.page-tit {
  margin-left: 70px;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.page-tit .en {
  font-size: 10rem;
  line-height: 100%;
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 15px;
  color: #000;
}
.page-tit h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.page-tit.sub {
  text-align: center;
  margin-left: 0px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ 上部  お問合わせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#ft-contact {
  border-top: 1px solid #CCC;
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 125px;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ft-contact .lbox {
  width: 60%;
}
#ft-contact .rbox {
  width: 415px;
}
#ft-contact .en {
  font-size: 7rem;
  margin-bottom: 15px;
}
#ft-contact .tex {
  font-size: 1.8rem;
  margin-bottom: 35px;
}
#ft-contact .tex br {
  display: none;
}
#ft-contact .tel {
  font-size: 3.6rem;
  letter-spacing: 2px;
}
#ft-contact .time {
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-top: -10px;
}
#ft-contact .bt-boxlineflx a {
  font-size: 2rem !important;
  text-align: center !important;
  border-radius: 100px;
  padding: 35px 30px;
  overflow: hidden;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
}
#ft-contact .bt-boxlineflx a span {
  text-align: center !important;
  display: inline-block;
  width: 80%;
}
#ft-contact .bt-boxlineflx a i {
  background: #FFF;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ft-contact .bt-boxlineflx a:hover i {
  background: #FFF;
  color: #870010;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  background-image: url(../img/cmn/logo-bk.svg);
  background-repeat: no-repeat;
  background-position: 0% calc(100% + 40px);
  background-size: 920px;
  padding-top: 35px;
  padding-bottom: 100px;
}
footer .cons {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
footer .mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  list-style: none;
  display: flex;
  margin-bottom: 55px;
  margin-left: 15px;
}
footer .mainnav li {
  margin-left: 0;
  margin-right: 1em;
}
footer #ft-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 155px;
}
footer address {
  font-style: normal;
}
footer .shamei {
  font-size: 1.8rem;
  letter-spacing: 4px;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
}
footer .place {
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
footer #copyright {
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
footer .sns li {
  margin-right: 1.2em;
  letter-spacing: 1px;
}
footer .sns li i {
  font-size: 2.1em;
  vertical-align: -5px;
}
footer .sns li:nth-child(2) i {
  font-size: 1.7em;
  vertical-align: -5px;
}
footer .logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .logo:hover {
  opacity: 0.6;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　共通パーツ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　 共通パーツ ：   写真  裁ち落としボックス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　写真：右側  裁ち落としボックス
----------------------------------------------------*/
.r-phbox {
  padding-top: 1px;
  position: relative;
}
.r-phbox .cons {
  position: relative;
  z-index: 1;
  /*border: 1px solid #CCC;*/
}
.r-phbox .inner {
  width: 48%;
  min-height: 400px;
  padding-top: 80px;
  /*border: 1px solid #CCC;*/
}
.r-phbox .cutph {
  width: 48%;
  height: 380px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*　写真：左側  裁ち落としボックス
----------------------------------------------------*/
.l-phbox {
  padding-top: 1px;
  position: relative;
}
.l-phbox .cons {
  position: relative;
  z-index: 1;
  /* border: 1px solid #CCC;*/
}
.l-phbox .inner {
  width: 48%;
  min-height: 400px;
  padding-top: 80px;
  margin: 0 0 0 auto;
  /*border: 1px solid #CCC;*/
}
.l-phbox .cutph {
  width: 48%;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　 共通パーツ ：    画像関係

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　画像パララックス用(gsap)
----------------------------------------------------*/
.gsp-para-wp {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*    aspect-ratio: 2;*/
  /*    border: 1px solid #e7e7e7;*/
}

.gsp-para-wp img {
  position: absolute;
  width: 100%;
  height: 112%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　写真object-fit
----------------------------------------------------*/
.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　　　 共通パーツ ：   ボタン

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ボタンホバー  効果１ ： 背景ベタ白
----------------------------------------------------*/
a.btn1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
  color: #CCC;
  background-color: #fff;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a.btn1 span {
  position: relative;
}
a.btn1:hover {
  color: #fff !important;
}
a.btn1:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
a.btn1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #870010;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/*　ボタンホバー  効果１ ： 背景ベタ黒/ワイン
----------------------------------------------------*/
a.btn2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
  color: #CCC;
  background-color: #333;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a.btn2:hover {
  color: #fff !important;
}
a.btn2:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
a.btn2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #870010;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
a.btn2 span {
  position: relative;
}

/*　ボタンホバー  効果２  ： アンダーライン
----------------------------------------------------*/
.btn3 {
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.btn3:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

/*　 サークル ボタン
----------------------------------------------------*/
.bt-ccl {
  font-size: 1.6rem;
  margin-top: 40px;
  display: inline-block;
}
.bt-ccl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lora", serif;
  font-weight: 500;
}
.bt-ccl a:hover {
  color: #870010;
}
.bt-ccl i {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #870010;
  border-radius: 50%;
  font-size: 1.6em;
  color: #870010;
  text-align: center;
  padding-top: 16px;
  margin-right: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bt-ccl a:hover i {
  background: #870010;
  color: #FFF;
}

.bt-ccl .tex {
  display: inline-block;
  position: relative;
}
.bt-ccl .tex:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 1px;
}
.bt-ccl .tex:after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#870010), to(#870010));
  background-image: linear-gradient(#870010, #870010);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.bt-ccl a:hover .tex:after {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/*　 詳しく見る ボタン
----------------------------------------------------*/
.bt-dtl {
  width: 170px;
  font-size: 1.4rem;
  font-size: 1.6rem;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC));
  background-image: linear-gradient(#CCC, #CCC);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 100% 1px; /* 下線のサイズ（横幅、高さ） */
}

.bt-dtl a {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px; /* テキストと下線の間隔 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC));
  background-image: linear-gradient(#CCC, #CCC);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
  color: #666;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.bt-dtl a:hover {
  color: #FFF;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

.bt-dtl i {
  font-size: 1.7em;
  color: #FFF;
}

/*　囲い罫線 ボタン１ ：アイコンテキスト隣接 
----------------------------------------------------*/
/*サポートページ お問合わせ*/
.bt-boxline {
  display: inline-block;
  text-align: center;
  /* border: 1px solid #CCC;*/
}
.bt-boxline a {
  display: block;
  font-weight: 500;
  padding: 20px 30px;
  color: #666;
}
.bt-boxline i {
  font-size: 1.8em;
  vertical-align: -4px;
  margin-left: 7px;
}

/*　 囲い罫線 flex ボタン2 ：アイコン端 
----------------------------------------------------*/
.bt-boxlineflx {
  width: 100%;
  font-size: 1.4rem;
}
.bt-boxlineflx i {
  font-size: 1.7em;
  position: relative;
  z-index: 1;
}
.bt-boxlineflx .en {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 10px;
}
.bt-boxlineflx a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 1.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 10%;
  padding: 25px 30px;
}
.bt-boxlineflx a:hover {
  color: #FFF;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　　　 共通パーツ ：   見出し テキスト

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　太字見出し（しっぽりアンティーク）
----------------------------------------------------*/
.mds {
  font-size: 2.6rem;
  font-family: YakuHanJP_Noto, "Shippori Antique B1", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

/*　セクション タイトル
----------------------------------------------------*/
.sectit {
  margin-bottom: 100px;
}
.sectit h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 6px;
  margin-bottom: 10px;
  position: relative;
}
.sectit h3:before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -30px;
}
.sectit .en {
  font-size: 4.8rem;
  letter-spacing: 2px;
  color: #000;
}
.sectit.lft {
  margin-left: 30px;
}

/*　セクション タイトル 家づくり用
----------------------------------------------------*/
.sectit-bld {
  margin-bottom: 100px;
  margin-bottom: 80px;
}
.sectit-bld .sub {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.sectit-bld .sub:before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -30px;
}
.sectit-bld .en {
  font-size: 4.8rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sectit-bld h3 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 6px;
  margin-bottom: 10px;
  position: relative;
}
.sectit-bld.lft {
  margin-left: 30px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　WPのページネーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*ブログアーカイブのページネイション*/
.pagination {
  margin-top: 50px;
  margin-bottom: 100px;
}

a.page-numbers,
.pagination .current {
  background: #F7F7F7;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 2px;
}

.pagination .current {
  background: #000;
  color: #fff;
}

.pagination a:hover {
  background: #EEE;
  color: #000;
}

.pagination .next,
.pagination .prev {
  width: 80px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　汎用クラス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.red {
  color: #ff0000;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clear-hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.sp-top80 {
  margin-top: 80px !important;
}

.sp-top1em {
  margin-top: 1em;
}

.sp-top2em {
  margin-top: 2em;
}

.sp-bot1em {
  margin-bottom: 1em;
}

.sp-bot2em {
  margin-bottom: 2em;
}

.sp-bot15 {
  margin-bottom: 15px !important;
}

.sp-top15 {
  margin-top: 15px !important;
}

.sp-top-none {
  margin-top: 0 !important;
}

.sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gray {
  background: #f3f3f3;
}

.nt {
  font-size: 1.2rem;
  color: #666;
}

li.emp {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　ハンバーガーメニュー

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#nav-toggle {
  position: fixed;
  top: 70px;
  right: 2.5%;
  cursor: pointer;
  z-index: 1000;
  /*background: imp.$clr-base;*/
  width: 70px;
  height: 70px;
  padding-top: 20px;
  border: 6px solid #FFF;
  border-radius: 50%;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
  margin: 0 auto;
}

#nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #FFF;
  position: absolute;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
  display: none;
}

#nav-toggle span:nth-child(3) {
  top: 15px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 3px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 14px;
}

.open #nav-toggle span {
  background: #FFF;
}

.open #nav-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　グローバルメニュー 基本設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gloval-nav {
  background: #efe8dc;
  background: url(../img/cmn/logo-bk.svg) no-repeat 50% 50% #efe8dc;
  background-size: 93%;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

/*.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}*/
/*グローバルメニュー　動き
----------------------------------------------------*/
/*グローバルロゴ*/
#gnav-logo {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gnav-logo {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/*グローバル　左側*/
#gloval-nav .lbox {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gloval-nav .lbox {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/*グローバル　右側*/
#gloval-nav .rbox {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gloval-nav .rbox {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　グローバルメニュー　レイアウト

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gloval-nav nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  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;
}
#gloval-nav .inner {
  width: 80%;
  margin-top: -50px;
}
#gloval-nav .logo {
  width: 10vw;
  margin-bottom: 7%;
}
#gloval-nav .lbox {
  width: 55%;
  float: left;
}
#gloval-nav .rbox {
  width: 28%;
  float: right;
}

/*グローバルナビ メインメニュー*/
#gloval-nav #mnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gloval-nav #mnav li {
  font-size: clamp(10px, 1.8vw, 1.8vw);
  line-height: 100%;
  margin-bottom: 7%;
  letter-spacing: 2px;
  width: 48%;
}
#gloval-nav #mnav li a {
  color: #333;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#gloval-nav #mnav li a .jp {
  font-family: "Shippori Antique B1", sans-serif;
  margin-bottom: 5px;
}
#gloval-nav #mnav li a .en {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0;
}
#gloval-nav #mnav li a:hover {
  padding-left: 35px;
}
#gloval-nav #mnav li a:before {
  content: "";
  width: 15px;
  height: 1px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 28%;
  left: 0;
}

/*グローバルナビ 問い合わせボックス*/
#gloval-nav #cont-box .en {
  font-size: clamp(10px, 2vw, 2vw);
  margin-bottom: 2.5%;
}
#gloval-nav #cont-box .tex {
  font-size: clamp(10px, 1.15vw, 1.15vw);
  letter-spacing: 0;
  margin-bottom: 7%;
  line-height: 150%;
  letter-spacing: 0.06vw;
}
#gloval-nav #cont-box .tel {
  font-size: clamp(10px, 2.5vw, 2.5vw);
  letter-spacing: 0.11vw;
}
#gloval-nav #cont-box .time {
  font-size: clamp(10px, 1vw, 1vw);
  margin-bottom: 2.5%;
  letter-spacing: 0.11vw;
  margin-top: -10px;
}
#gloval-nav .bt-boxlineflx a {
  font-size: clamp(10px, 1.2vw, 1.2vw);
  font-family: "Shippori Antique B1", sans-serif;
  padding: 1vw 2vw;
  border-radius: 100px;
  overflow: hidden;
}
#gloval-nav .bt-boxlineflx a span {
  text-align: center !important;
  display: inline-block;
  width: 80%;
}
#gloval-nav .bt-boxlineflx a i {
  font-size: 1.3em;
  background: #FFF;
  color: #333;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gloval-nav .bt-boxlineflx a:hover i {
  background: #FFF;
  color: #870010;
}

/*グローバルナビ  下側ボックス*/
#gloval-nav .clm-bot {
  clear: both;
  padding-top: 3%;
}
#gloval-nav .clm-bot .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 1vw, 1vw);
  margin-bottom: 30px;
}
#gloval-nav .clm-bot .sns li {
  margin-right: 1.2em;
  letter-spacing: 1px;
}
#gloval-nav .clm-bot .sns li i {
  font-size: 2.1em;
  vertical-align: -5px;
}
#gloval-nav .clm-bot .sns li:nth-child(2) i {
  font-size: 1.7em;
  vertical-align: -5px;
}
#gloval-nav .clm-bot .home {
  font-size: clamp(10px, 1.5vw, 1.5vw);
  margin: 0 0 0 auto;
  text-align: right;
}
#gloval-nav .clm-bot .home a {
  border-bottom: 2px solid #333;
  padding-bottom: 0.5vw;
}
#gloval-nav .clm-bot .home i {
  font-size: 1.3em;
  vertical-align: -2px;
  margin-right: 0.5vw;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ページ遷移アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trn-anm::before {
  content: "";
  -webkit-animation-name: pageAnime;
          animation-name: pageAnime;
  background: #cbbda8;
  position: fixed;
  z-index: 3;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

@-webkit-keyframes pageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  70% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes pageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  70% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*.trn-anm::before {
  background: #75bec2;
  display: none;
  content: "";
  position: fixed;
  transform: scale(100);
  z-index: 999;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  animation-name: PageAnime-circle;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime-circle {
  0% {
    transform: scale(100);
  }
  100% {
    transform: scale(0);
  }
}*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　ページ遷移フェードアウト・イン

–––––––––––––––––––––––––––––––––––––––––––––––––– */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  background-color: #efe8dc; /* 背景カラー */
  z-index: 9999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0; /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease; /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fade::after {
  opacity: 1;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　  アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fd {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fdon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*.fd2{
	transition:1.0s;
	opacity:0;
    transform: translateY(200);}


.fd2on{ 
  opacity: 1.0;
  transition-delay: 0.7s;
    transform: translateY(0);}*/
.fd2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.fd2on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fd3 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 300px;
  padding-top: 300px;
}

.fd3on {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
  padding-top: 0px;
}

.fdtex {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.fdtexon {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　同仁社　アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.upper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(-62px);
          transform: translateY(-62px);
}

.upperon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lefty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-left: -50px;
}

.leftyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.f-in {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-left: -100px;
}

.f-inon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.intlogo {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  margin-top: 0px;
}

.intlogoon {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
}

.righty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-right: -39px;
}

.rightyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-right: 0px !important;
}

.opc1 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 200px;
}

.opc1on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0px;
}

.opc2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*	margin-top:200px;*/
}

.opc2on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

.opc3 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  /*	margin-top:300px;*/
}

.opc3on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

/*写真引きアニメ　：　OK：　*/
.zmon {
  -webkit-animation: pht-ani 3s ease-out;
          animation: pht-ani 3s ease-out;
}

@-webkit-keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.fdupon {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wmask {
  position: relative;
  overflow: hidden;
}

.wmaskon:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e6dbca;
  -webkit-animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
          animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}
@-webkit-keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
}

.is-fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CCC;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 1;
}

@-webkit-keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn2 {
  position: relative;
  overflow: hidden;
}

.is-fadeIn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
  border-radius: 0vw;
}

@-webkit-keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-w_fadeIn {
  position: relative;
  overflow: hidden;
}

.is-w_fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

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

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  .upper {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .upperon {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　お知らせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-news #content {
  margin-bottom: 0;
}
#p-news .clm {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 120px 175px;
  margin-top: -1px;
}
#p-news .clm h3 {
  font-size: 3rem;
  margin-bottom: 60px;
}
#p-news .clm .honbun {
  line-height: 220%;
  color: #666;
}
#p-news .clm .mainphoto {
  margin-bottom: 50px;
}

#p-news .clm .spec {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#p-news .clm .spec li {
  display: inline;
}
#p-news .clm .spec li:nth-child(2) {
  margin-left: 4em;
}
#p-news .clm .spec .en {
  line-height: 100%;
}
#p-news .clm .spec .jp {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
#p-news .clm .spec .jp:before {
  content: "";
  width: 1px;
  height: 13px;
  display: inline-block;
  background-color: #999;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　コンセプト

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-concept .vis {
  margin-bottom: 100px;
}
#p-concept .sectit {
  margin-bottom: 70px;
}
#p-concept .mds {
  margin-bottom: 30px;
}
#p-concept #content .inner {
  width: 510px;
}
#p-concept .honbun {
  line-height: 220%;
  letter-spacing: 2px;
}

#p-concept .numtit {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-concept .numtit .num {
  width: 105px;
  margin-right: 50px;
}
#p-concept .numtit .spa {
  font-size: 4.8rem;
}
#p-concept .numtit .spa span {
  font-size: 3.6rem;
}

/*　SEC：cct     コンセプト（導入部分）
----------------------------------------------------*/
#p-concept #cct {
  margin-bottom: 140px;
  padding-top: 140px;
  min-height: 870px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/cmn/logo-bk.svg), url(../img/concept/bktex.svg);
  background-position: right 10% top 0%, left 10% bottom;
  background-size: 730px auto, 820px auto;
  background-repeat: no-repeat, no-repeat;
}
#p-concept #cct .tit {
  margin-left: 570px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
#p-concept #cct .en {
  font-size: 2.4rem;
  margin-left: 30px;
  letter-spacing: 2px;
  position: relative;
}
#p-concept #cct .en:before {
  content: "";
  width: 1px;
  height: 90px;
  display: inline-block;
  background-color: #999999;
  position: absolute;
  top: -110px;
  left: 48%;
}
#p-concept #cct .spa {
  font-size: 4.8rem;
  letter-spacing: 6px;
  line-height: 170%;
  margin-top: 50px;
}
#p-concept #cct .photo1 {
  width: 575px;
  height: 535px;
  position: absolute;
  left: 50%;
  top: 85px;
  margin-left: -700px;
}
#p-concept #cct .r-photobox {
  width: 400px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: 300px;
}
#p-concept #cct .photo2 {
  width: 100%;
  aspect-ratio: 1.7;
  margin-bottom: 7px;
}
#p-concept #cct .photo3 {
  width: 100%;
  aspect-ratio: 1.7;
}

/*　SEC0   家づくりにかける思い
----------------------------------------------------*/
#p-concept #sec0 .inner {
  padding-top: 0px;
}
#p-concept #sec0 .cutph {
  height: 450px;
}

/*　SEC1 つくりかた
----------------------------------------------------*/
#p-concept #sec1 {
  margin-top: 250px;
}
#p-concept #sec1 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#p-concept #sec1 .lbox {
  width: 510px;
}
#p-concept #sec1 .rbox {
  width: 530px;
}
#p-concept #sec1 .photo {
  height: 600px;
}
#p-concept #sec1 .photo-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 0 0 auto;
  min-width: 1150px;
}
#p-concept #sec1 .photo-wp .photo:nth-child(1) {
  width: 40%;
}
#p-concept #sec1 .photo-wp .photo:nth-child(2) {
  width: 60%;
}

/*　SEC2 「デザイン」にこだわる
----------------------------------------------------*/
#p-concept #sec2 {
  margin-top: 315px;
}
#p-concept #sec2 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#p-concept #sec2 .lbox {
  width: 510px;
}
#p-concept #sec2 .rbox {
  width: 530px;
}
#p-concept #sec2 .photo {
  height: 580px;
}
#p-concept #sec2 .photo2 {
  width: 325px;
  height: 345px;
  position: absolute;
  right: -75px;
  top: -400px;
}

/*　SEC3 コミュニケーション
----------------------------------------------------*/
#p-concept #sec3 .inner {
  padding-top: 60px;
}
#p-concept #sec3 .cutph {
  height: 580px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　家づくり

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-build .honbun {
  line-height: 220%;
  letter-spacing: 2px;
}
#p-build .l-phbox .inner,
#p-build .r-phbox .inner {
  width: 500px;
  padding-top: 90px;
}
#p-build #sec1, #p-build #sec2, #p-build #sec3 {
  min-height: 690px;
}
#p-build .cutph {
  height: 690px;
}
#p-build .icontex {
  font-size: 4.8rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  background: #FFF;
  padding: 40px 30px;
  position: absolute;
  right: 5%;
  top: -60px;
  z-index: 9;
  letter-spacing: 10px;
}

/*　sec1 強さ 
----------------------------------------------------*/
/*　sec2 心地よさ
----------------------------------------------------*/
#p-build #sec2 .icontex {
  right: auto;
  left: 5%;
}

/*　telbox  アフターサービス / お客様サポート
----------------------------------------------------*/
#p-build #telbox {
  width: 1150px;
  margin: 0 auto;
  margin-top: 120px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 4% 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-build #telbox .rbox {
  width: auto;
  display: inline-block;
}
#p-build #telbox .spa {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
#p-build #telbox .tex {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
#p-build #telbox .tel {
  font-size: 4.8rem;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
#p-build #telbox .tel a {
  color: #333;
}
#p-build #telbox .time {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

/*　sec4 ポイント
----------------------------------------------------*/
#p-build #sec4 .tit {
  text-align: center;
  margin-bottom: 65px;
}
#p-build #sec4 .tit .en {
  font-size: 4.8rem;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 5px solid #333;
}
#p-build #sec4 .tit h3 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 4px;
}
#p-build #sec4 .point-dl .grp {
  background: #FFF;
  padding: 7%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-build #sec4 .point-dl dt {
  width: 40%;
}
#p-build #sec4 .point-dl dd {
  width: 52%;
}
#p-build #sec4 .point-dl .photo {
  aspect-ratio: 1.5;
}
#p-build #sec4 .point-dl .en {
  font-size: 2.4rem;
  color: #870010;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#p-build #sec4 .point-dl h4 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
#p-build #sec4 .point-dl .tex {
  letter-spacing: 2px;
  line-height: 200%;
}

/*　sec5 ポイント
----------------------------------------------------*/
#p-build #sec5 {
  position: relative;
  color: #FFF;
}
#p-build #sec5 .inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 250px;
}
#p-build #sec5 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-build #sec5 .honbun {
  line-height: 200%;
  letter-spacing: 2px;
}
#p-build #sec5 .photo {
  height: 750px;
}
#p-build #sec5 .sectit .en {
  color: #FFF;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　施工の流れ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-flow .mds {
  margin-bottom: 0;
  font-size: 3rem;
}
#p-flow .mds span {
  font-size: 1.6rem;
  margin-left: 1em;
  color: #666;
}
#p-flow .stp-tit {
  margin-bottom: 35px;
}
#p-flow #sec2, #p-flow #sec3 {
  margin-top: 35px;
}

#p-flow .log-list-wp {
  padding: 5% 0% 5% 9.4%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3d8c4), to(#e3d8c4));
  background-image: linear-gradient(#e3d8c4, #e3d8c4);
  background-repeat: no-repeat;
  background-position: 3% 0px; /* 下線の初期位置 */
  background-size: 5px 100%; /* 下線のサイズ（横幅、高さ） */
}

#p-flow .log-list li {
  margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#p-flow .log-list li:last-child {
  margin-bottom: 0;
}
#p-flow .log-list .lbox {
  width: 39%;
}
#p-flow .log-list .rbox {
  width: 45%;
  position: relative;
}
#p-flow .log-list .ofi {
  aspect-ratio: 1.5;
}
#p-flow .log-list .num {
  font-size: 1.8rem;
  color: #870010;
  font-weight: 500;
  font-family: "Lora", serif;
  font-weight: 700;
  position: absolute;
  left: -5em;
  top: 3px;
}
#p-flow .log-list .honbun {
  letter-spacing: 2px;
  line-height: 200%;
}
#p-flow .log-list .name {
  font-size: 2.4rem;
  letter-spacing: 4px;
  font-family: YakuHanJP_Noto, "Shippori Antique B1", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
#p-flow .log-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -7.9%;
  margin-top: -10px;
  z-index: 1;
}
#p-flow .log-list li:after {
  content: "";
  width: 7%;
  height: 2px;
  display: inline-block;
  background-color: #e3d8c4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -7%;
  margin-top: -1px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　施工事例

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-works .idx-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-works .idx-list li {
  width: 47%;
  width: 44%;
  margin-bottom: 7%;
}
#p-works .idx-list li a:hover .photo {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#p-works .idx-list .photo {
  margin-bottom: 10px;
  aspect-ratio: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-works .idx-list h3 {
  font-size: 2.4rem;
  font-size: 2rem;
  font-family: YakuHanJP_Noto, "Shippori Antique B1", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#p-works .idx-list .spec {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#p-works .idx-list .spec p {
  padding-left: 17px;
  position: relative;
}
#p-works .idx-list .spec p:before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
}
#p-works .idx-list .type {
  margin-left: 3em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　不動産 記事詳細 メインスライド  タイトル カテゴリ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#slidevis h3 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 1px;
}
#slidevis .spec {
  margin-bottom: 45px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  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;
  padding: 25px 0;
}
#slidevis .spec .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slidevis .spec .grp:nth-child(2) {
  margin: 0 3em;
}
#slidevis .spec dt {
  background: #FFF;
  padding: 0 15px;
  font-size: 1.3rem;
  margin-right: 10px;
}
#slidevis .spec dd {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　実績 記事詳細 メインスライド

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*スライド 外枠*/
#slidevis {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

/*スライド メイン画像*/
#slidevis .slider {
  margin-bottom: 15px;
}

#slidevis .slider li {
  height: 667px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #f3f3f3;
  background-color: #ece4d6;
  position: relative;
}

#slidevis .slider li:hover {
  cursor: pointer;
}

#slidevis .slider li .tex {
  text-align: left;
  background: #FFF;
  display: inline-block;
  position: absolute;
  left: 1%;
  bottom: 1.5%;
  padding: 3px 10px;
  max-width: 98%;
}

#slidevis .slider li .tex {
  display: none;
}

/*スライド  サムネイル ナビ
----------------------------------------------------*/
#slidevis .thumb {
  width: 1020px;
}

#slidevis .thumb li {
  /*height: 104px;*/
  aspect-ratio: 1.7;
  margin-right: 15px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#slidevis .thumb li:hover {
  cursor: pointer;
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

/*写真の数が少ないときにサムネイルをスライドさせないように固定する*/
.thumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

/* スライド 送りボタン
----------------------------------------------------*/
.arrow_box {
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #CCC;
  border-top: 2px solid #CCC;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.next-arrow {
  position: absolute;
  right: 0;
  top: -550px;
}

.prev-arrow {
  position: absolute;
  left: 0;
  top: -550px;
}

/* コメントボックス
----------------------------------------------------*/
.com-box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 25%;
  margin-top: 50px;
}
.com-box .en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  letter-spacing: 1px;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
}
.com-box .hobun {
  line-height: 200%;
  letter-spacing: 2px;
}

/* 戻るボタン
----------------------------------------------------*/
#p-works.detail .bt-boxline {
  width: 350px;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 1.8rem;
  letter-spacing: 5px;
}
#p-works.detail .bt-boxline a {
  display: block;
  font-weight: 500;
  padding: 20px 30px;
}
#p-works.detail .bt-boxline i {
  font-size: 1.8em;
  vertical-align: -4px;
  margin-left: 0px;
  margin-right: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　会社概要

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
/*　SEC1 代表メッセージ
----------------------------------------------------*/
#p-company #sec1 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-company #sec1 .lbox {
  width: 510px;
}
#p-company #sec1 .rbox {
  width: 505px;
}
#p-company #sec1 .photo {
  /*height: 440px;*/
  aspect-ratio: 1.15;
  aspect-ratio: 1.3;
  margin-bottom: 25px;
}
#p-company #sec1 .mds {
  font-size: 3.6rem;
  letter-spacing: 3px;
}
#p-company #sec1 .honbun {
  line-height: 220%;
  letter-spacing: 2px;
}
#p-company #sec1 .tex1 {
  margin-bottom: 1.5em;
}
#p-company #sec1 .name dt {
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#p-company #sec1 .name dt span {
  margin-left: 1em;
}
#p-company #sec1 .name dd {
  font-size: 2.4rem;
  letter-spacing: 6px;
}
#p-company #sec1 .name dd .en {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-left: 5px;
}

/*　SEC2 会社概要
----------------------------------------------------*/
#p-company #sec2 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-company #sec2 .lbox {
  width: 400px;
}
#p-company #sec2 .rbox {
  width: 600px;
}
#p-company #sec2 .photo {
  aspect-ratio: 1.4;
}

#p-company #sec2 #outline {
  width: 100%;
  border-top: 1px solid #CCC;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-top: 0px;
}
#p-company #sec2 #outline tr {
  border-bottom: 1px solid #CCC;
}
#p-company #sec2 #outline th {
  text-align: left;
  width: 30%;
  padding: 30px 0;
  vertical-align: text-top;
}
#p-company #sec2 #outline td {
  padding: 30px 0;
}

/*　SEC3 アクセス
----------------------------------------------------*/
#p-company #sec3 {
  position: relative;
}
#p-company #sec3 .lbox {
  width: 350px;
  aspect-ratio: 0.7;
  min-height: 550px;
}
#p-company #sec3 .adr {
  letter-spacing: 2px;
}
#p-company #sec3 .tel {
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 15px;
}
#p-company #sec3 .open, #p-company #sec3 .close {
  font-size: 1.4rem;
}
#p-company #sec3 .gmap {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 550px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#p-company #sec3 .gmap iframe {
  width: 100%;
  height: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　お問合せ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*冒頭リード*/
#p-contact #sec1 #lead1 {
  margin-bottom: 70px;
}

#p-contact #sec1 #lead2 {
  margin-bottom: 20px;
  letter-spacing: 3px;
}

/*フォーム外枠*/
#p-contact #survey-box,
#p-contact #parsonal-box {
  padding: 15px 0 15px 0;
  border-top: 1px solid #CCC;
  overflow: hidden;
  position: relative;
}

/*フォーム見出し*/
#p-contact .form-midashi {
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 5px;
  line-height: 150%;
  position: absolute;
  left: 0;
  top: 20px;
}
#p-contact .form-midashi .note {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}

#p-contact .sonota {
  font-size: 13px;
  margin: 15px 0 5px 0;
}

#p-contact .kome {
  font-size: 12px;
  color: #e4007f;
}

#p-contact .inline {
  display: inline;
}

#p-contact #fam {
  margin-bottom: 5px;
}

/*　 テーブル
----------------------------------------------------*/
/*フォームテーブル*/
#p-contact .formtab {
  width: 645px;
  width: 750px;
  margin: -15px 0 0 auto;
  line-height: 150%;
}
#p-contact .formtab th {
  text-align: left;
  position: relative;
  font-size: 1.2em;
  letter-spacing: 3px;
  width: 300px;
  vertical-align: top;
  padding: 20px 0;
  font-weight: normal;
  color: #000;
}
#p-contact .formtab td {
  width: 450px;
  padding: 20px 0;
}
#p-contact .formtab tr {
  border-bottom: 1px solid #CCC;
}
#p-contact .formtab tr.last {
  border-bottom: none;
}
#p-contact .formtab .texfld-nomal input {
  border: 0 none;
  border: 10px solid #CCCCCC;
  padding: 3px;
}
#p-contact .formtab th.mast:after {
  content: "必須";
  font-size: 12px;
  text-align: center;
  width: 46px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 0px;
  position: absolute;
  top: 20px;
  right: 50px;
}

#p-contact .texfld-nomal {
  padding: 4% 4%;
  width: 100%;
  border: 0 none;
  border-radius: 8px;
  font-size: 1.6rem;
}

#p-contact .texfld-short {
  padding: 4% 4%;
  border: 0 none;
  border-radius: 8px;
  font-size: 1.6rem;
}

#p-contact textarea {
  border: 0 none;
  padding: 4% 4%;
  line-height: 170%;
  width: 100%;
  border-radius: 8px;
  font-size: 1.6rem;
}

#p-contact select {
  padding: 1.5%;
  border: 0 none;
  /*	border:1px solid #CCCCCC;*/
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 4% 4%;
}

::-webkit-input-placeholder {
  color: #C6C6C6;
}

::-moz-placeholder {
  color: #C6C6C6;
}

:-ms-input-placeholder {
  color: #C6C6C6;
}

::-ms-input-placeholder {
  color: #C6C6C6;
}

::placeholder {
  color: #C6C6C6;
}

/*　 確認するボタン 周辺
----------------------------------------------------*/
/*サブミット　外枠*/
#p-contact #submit-box {
  width: 750px;
  margin: -25px 0 0 auto;
  text-align: center;
  border-top: 1px solid #CCC;
  padding-top: 15px;
}

/*サブミット　個人情報リンク*/
#p-contact #submit-box #kojin {
  margin-bottom: 20px;
}
#p-contact #submit-box #kojin a {
  text-decoration: underline;
}

/*サブミット ボタン*/
#p-contact input#submit_button {
  padding: 15px 60px;
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
  border-style: none;
  letter-spacing: 6px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-contact input#submit_button:hover {
  background-color: #000;
  cursor: pointer;
}

/*SSL 注意書き*/
#p-contact #sslnote {
  text-align: center;
  margin-bottom: 100px;
}
#p-contact #sslnote li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

/*　 サンクスページ
----------------------------------------------------*/
#p-contact #thanks-box {
  padding: 0px 0 0px 0;
  text-align: center;
  margin-top: 0px;
}

#p-contact #thanks-box #fin1 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 30px;
  line-height: 100%;
  margin-bottom: 20px;
}

#p-contact #thanks-box #fin2 {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  line-height: 100%;
  margin-bottom: 20px;
}

/*戻るボタン*/
#p-contact #finback {
  background: url(../img/line-dot.gif) repeat-x left top;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 0px;
}
#p-contact #finback a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #333;
  color: #FFF;
  letter-spacing: 3px;
  font-size: 15px;
  width: 250px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-contact #finback a:hover {
  background: #666;
}

#p-contact #thnks-note {
  font-size: 15px;
  margin-top: 20px;
  line-height: 180%;
  letter-spacing: 3px;
}

/*
#p-contact #contact{ margin-bottom: 150px;}
#p-contact #contact .intro-tex{
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#p-contact #contact #intro-tex2{ 
	letter-spacing: 3px;
	margin-bottom: 10px;}
#p-contact #contact #form{ margin-top: 50px;}
*/
#p-contact .btn {
  font-size: 1em;
  font-weight: bold;
  height: 40px;
  margin-bottom: 30px;
}

#p-contact span.error {
  color: #F00;
}

#p-contact .sub-komoku {
  margin-bottom: 5px;
  letter-spacing: 5px;
}

#p-contact .bot {
  margin-bottom: 15px;
}

#p-contact .sub-sonota {
  margin-top: 25px;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-size: 11px;
}

#p-contact #post-note1 {
  font-size: 11px;
  margin-top: -10px;
}

#p-contact #post-note2 {
  font-size: 11px;
  margin-bottom: 15px;
}

/*　確認画面
----------------------------------------------------*/
#p-contact.conf #vis {
  height: auto;
  margin-bottom: 50px;
  border: 1ox solid #CCC;
}
#p-contact.conf #vis .cons {
  padding-top: 0px;
}
#p-contact.conf #vis h2 span {
  font-size: 10rem;
  letter-spacing: 10px;
  line-height: 130%;
  color: #870010;
  background: -webkit-linear-gradient(top, #00c0fa 0%, #00c0fa 25%, #015eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#p-contact.conf #vis .en {
  font-size: 6rem;
  line-height: 100%;
  color: #870010;
  letter-spacing: 10px;
}

#p-contact.conf #tit {
  font-size: 2rem !important;
  line-height: 180%;
}

#p-contact.conf #submit-box {
  margin: 0 0 0 auto;
  padding-top: 15px;
  border-top: none;
  width: 750px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#p-contact.conf input.btn {
  width: 48%;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
  border-style: none;
  letter-spacing: 6px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  transition: all 0.3s;
}
#p-contact.conf input.btn:hover {
  background-color: #000;
  cursor: pointer;
}

#p-contact.thanks #outer {
  background: none !important;
}

#p-contact.thanks footer {
  background: none !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　個人情報保護方針

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#p-privacy .mds span {
  font-size: 0.7em;
  letter-spacing: 0;
}
#p-privacy #pri-dl {
  border-top: 1px solid #CCC;
  margin-top: 6%;
}
#p-privacy #pri-dl .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding: 6% 0;
}
#p-privacy #pri-dl dt {
  font-size: 2.4rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 180%;
  letter-spacing: 1px;
  width: 48%;
}
#p-privacy #pri-dl dd {
  width: 50%;
  color: #666;
  line-height: 220%;
  letter-spacing: 1px;
}
#p-privacy .sig {
  margin-top: 50px;
  text-align: right;
}
#p-privacy .sig .inner {
  text-align: left;
  display: inline-block;
  margin: 0 0 0 auto;
}
#p-privacy .sig .date {
  letter-spacing: 1px;
  color: #666;
}
#p-privacy .sig .name {
  font-size: 2.2rem;
  letter-spacing: 6px;
  font-weight: 500;
}
#p-privacy .sig .name span {
  font-size: 0.8em;
  margin-right: 1em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ホーム

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　基本
----------------------------------------------------*/
#p-home .sectit {
  margin-bottom: 50px;
}
#p-home .mds {
  margin-bottom: 20px;
}
#p-home .honbun {
  letter-spacing: 2px;
  line-height: 200%;
}
#p-home .wh-lead {
  font-size: 2.3rem;
  font-family: YakuHanJP_Noto, "Shippori Antique B1", "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
  line-height: 250%;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
}
#p-home .wh-lead span {
  background: #FFF;
  padding: 20px 7px;
}

/*ビジュアルスライド 周辺
----------------------------------------------------*/
/*ビジュアル外枠
----------------------------------------------------*/
#p-home #vis-wp {
  position: relative;
  padding-top: 60px;
}
#p-home #vis-wp .wh-lead {
  right: 10%;
  top: 0px;
}

/*swiper枠
----------------------------------------------------*/
#p-home #vis {
  height: 660px;
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
  ix-blend-mode: difference;
}

/*画像ズームの動き*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#p-home #vis .swiper-slide-active .swiper-img,
#p-home #vis .swiper-slide-duplicate-active .swiper-img,
#p-home #vis .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 8s linear 0s normal both;
          animation: zoomUp 8s linear 0s normal both;
}

/*#p-top-v3 #vis .swiper-slide img {
  height: auto;
  width: 100%;
}*/
/*画像の設定*/
#p-home #vis .photo {
  overflow: hidden;
  width: 100%;
  height: 660px;
}

#p-home #vis .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*キャッチコピー*/
#p-home #vis-wp .texbox {
  position: absolute;
  top: 63%;
  left: 7%;
  display: inline;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 9;
  color: #000;
}
#p-home #vis-wp .texbox .inner {
  position: relative;
}
#p-home #vis-wp .texbox .en {
  font-size: 9.2rem;
  line-height: 100%;
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  mix-blend-mode: overlay;
}
#p-home #vis-wp .texbox .sub {
  line-height: 250%;
  margin-top: 20px;
}
#p-home #vis-wp .texbox .sub span {
  background: #FFF;
  padding: 5px 15px;
}

#p-home #vis-wp .texbox .spa {
  font-size: 30px;
  line-height: 150%;
  position: absolute;
  left: 40%;
  top: 130px;
  white-space: nowrap;
}

/*　ホーム ： スクロールダウン
----------------------------------------------------*/
.scroll {
  position: absolute;
  left: 7%;
  top: 0;
}
.scroll a {
  display: block;
  text-align: right;
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #333;
  font-family: "Lora", serif;
  font-weight: 500;
  position: relative;
  padding-left: 17px;
}
.scroll .line {
  display: block;
  height: 160px;
  width: 1px;
  margin-left: 5px;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #CCC;
}
.scroll .line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), color-stop(#000), to(#CCC));
  background: linear-gradient(0deg, #cccccc, #000, #CCC);
  -webkit-animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
  animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
  z-index: 1;
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/*　ホーム ： コンセプト
----------------------------------------------------*/
#p-home #sec-cct {
  margin-top: 320px;
}
#p-home #sec-cct .inner {
  padding-top: 330px;
  width: 40%;
}
#p-home #sec-cct .cutph {
  width: 50%;
  height: 480px;
}
#p-home #sec-cct .photo2 {
  width: 470px;
  height: 330px;
  position: absolute;
  right: 50%;
  top: 490px;
  z-index: 1;
  margin-right: 90px;
}
#p-home #sec-cct .photo3 {
  width: 470px;
  height: 330px;
  position: absolute;
  left: 50%;
  top: -160px;
  z-index: 1;
  margin-left: 145px;
}
#p-home #sec-cct .icon-tex1 {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: 400px;
  z-index: 2;
}
#p-home #sec-cct .wh-lead {
  left: 8%;
  top: -20px;
  z-index: 1;
}

/*　ホーム ： 家づくり
----------------------------------------------------*/
#p-home #sec-bld {
  margin-top: 250px;
}
#p-home #sec-bld .inner {
  width: 35%;
}
#p-home #sec-bld .cutph {
  width: 55%;
  height: 600px;
}
#p-home #sec-bld .wh-lead {
  right: 8%;
  top: 0px;
}
#p-home #sec-bld .icon-tex2 {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
}

/*　ホーム ： 施工の流れ
----------------------------------------------------*/
#p-home #sec-flow {
  margin-top: 350px;
}
#p-home #sec-flow .inner {
  width: 50%;
}
#p-home #sec-flow .cutph {
  width: 42%;
  height: 430px;
}
#p-home #sec-flow .honbun {
  width: 400px;
}
#p-home #sec-flow .right-photo {
  width: 270px;
  position: absolute;
  left: 50%;
  top: -160px;
  margin-left: 400px;
}
#p-home #sec-flow .right-photo .photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 7px;
}
#p-home #sec-flow .icon-tex3 {
  width: 100px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -22%;
  z-index: 1;
}

/*　ホーム ： 中段ビジュアル
----------------------------------------------------*/
#p-home #sec-midvis {
  width: 80%;
  position: relative;
  margin: 160px 0 0 auto;
}
#p-home #sec-midvis .cutph {
  height: 525px;
}
#p-home #sec-midvis .wh-lead {
  position: absolute;
  right: 10%;
  bottom: -20%;
}

/*　ホーム ： 施工事例
----------------------------------------------------*/
#p-home #sec-wrk {
  margin-top: 250px;
}
#p-home #sec-wrk .cons {
  position: relative;
}
#p-home #sec-wrk .bt-ccl {
  position: absolute;
  right: 0;
  top: 0;
}

#p-home #sec-wrk .wrk-list .ofi {
  height: 460px;
  margin-bottom: 15px;
}
#p-home #sec-wrk .wrk-list h4 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 140%;
  margin-bottom: 7px;
}
#p-home #sec-wrk .wrk-list .area {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

/*　ホーム ： お知らせ
----------------------------------------------------*/
#p-home #sec-news {
  margin-top: 250px;
}
#p-home #sec-news .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-home #sec-news .lbox {
  width: 30%;
}
#p-home #sec-news .rbox {
  width: 70%;
}
#p-home #sec-news .newsdl a {
  display: block;
  background: #FFF;
  margin-bottom: 15px;
  padding: 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-home #sec-news .newsdl dt {
  width: 30%;
  font-size: 1.4rem;
  color: #888;
}
#p-home #sec-news .newsdl dt span {
  padding-left: 1em;
  font-size: 0.95em;
  vertical-align: 1px;
}
#p-home #sec-news .newsdl dd {
  width: 70%;
}

/*　ホーム ： 会社概要
----------------------------------------------------*/
#p-home #sec-cmp {
  margin-top: 200px;
  padding-top: 120px;
  background: url("../img/cmn/logo-bk.svg") no-repeat top center;
  background-size: 1150px;
}
#p-home #sec-cmp .inner {
  width: 35%;
  padding-top: 50px;
  min-height: 550px;
}
#p-home #sec-cmp .cutph {
  width: 52%;
  height: 550px;
}
#p-home #sec-cmp h4.min {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#p-home #sec-cmp .honbun {
  letter-spacing: 2px;
}
#p-home #sec-cmp .tel {
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 5px 0 10px 0;
}
#p-home #sec-cmp .tel a:hover {
  color: #333;
}
#p-home #sec-cmp .bt-ccl a {
  letter-spacing: 0;
}

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

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　初期設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 62.5%;
    /*	overflow-y: scroll !important;*/
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
    font-size: 1.5em;
    background: #efe8dc;
    color: #333;
  }
  img {
    border: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:link {
    color: #333;
  }
  a:visited {
    color: #333;
  }
  a:hover {
    color: #870010;
  }
  a:active {
    color: #333;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcno {
    display: block;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　基本枠

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #wrap {
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../img/cmn/logo-bk.svg);
    background-repeat: no-repeat;
    background-position: 101% -75px;
    background-position: 50% 0px;
    background-size: 675px;
    background-size: 125%;
  }
  .cons {
    width: 86%;
    margin: 0 auto;
  }
  #content {
    line-height: 180%;
    margin-bottom: 60px;
  }
  #sec2, #sec3, #sec4, #sec5, #sec6 {
    margin-top: 125px;
  }
  .lbox, .rbox {
    width: 48%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ヘッダ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  header {
    width: 100%;
    padding-top: 50px;
    padding-right: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 100px;
  }
  header .logo {
    width: 100px;
    -webkit-transition: none;
    transition: none;
    margin: 0 auto;
  }
  header #hd-nav {
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　メインメニュー 削除

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ビジュアル

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .vis {
    width: 100%;
    margin-bottom: 100px;
    position: relative;
  }
  .vis .photo {
    height: 400px;
    overflow: hidden;
  }
  .vis .lead {
    font-size: 1.2rem;
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .vis .lead span {
    background: #FFF;
    letter-spacing: 2px;
    line-height: 210%;
    padding: 10px 3px 10px;
  }
  /*　ページタイトル
  ----------------------------------------------------*/
  .page-tit {
    margin-left: 5%;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;
  }
  .page-tit .en {
    font-size: 5rem;
    line-height: 100%;
    margin-bottom: 5px;
    display: inline-block;
    padding-bottom: 15px;
  }
  .page-tit h2 {
    font-size: 1.8rem;
    letter-spacing: 5px;
    margin-bottom: 0px;
  }
  .page-tit.sub {
    text-align: center;
    margin-left: 0px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フッタ 上部  お問合わせ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #ft-contact {
    border-top: 1px solid #CCC;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ft-contact .lbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #ft-contact .rbox {
    width: 100%;
  }
  #ft-contact .en {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  #ft-contact .tex {
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 35px;
  }
  #ft-contact .tex br {
    display: block;
  }
  #ft-contact .tel {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  #ft-contact .time {
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-top: -10px;
  }
  #ft-contact .bt-boxlineflx a {
    font-size: 1.6rem !important;
    text-align: center !important;
    padding: 13px 25px;
    overflow: hidden;
    font-family: "Shippori Antique B1", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FFF;
  }
  #ft-contact .bt-boxlineflx a span {
    text-align: center !important;
    display: inline-block;
    width: 80%;
  }
  #ft-contact .bt-boxlineflx a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #ft-contact .bt-boxlineflx a:hover i {
    background: #FFF;
    color: #870010;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フッタ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer {
    background-image: url(../img/cmn/logo-bk.svg);
    background-repeat: no-repeat;
    background-position: 0% calc(100% + 20px);
    background-size: 100%;
    /* border: 1px solid #CCC;*/
    padding-top: 0px;
    padding-bottom: 35px;
  }
  footer .cons {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .mainnav {
    display: none;
  }
  footer #ft-logo {
    position: static;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  footer address {
    font-style: normal;
    text-align: center;
  }
  footer .shamei {
    font-size: 1.8rem;
    letter-spacing: 4px;
    font-family: "Shippori Antique B1", sans-serif;
    font-weight: 400;
  }
  footer .place {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  footer #copyright {
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 0px;
    text-align: center;
  }
  footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  footer .sns li {
    margin-right: 1.2em;
    letter-spacing: 1px;
  }
  footer .sns li i {
    font-size: 2.1em;
    vertical-align: -5px;
  }
  footer .sns li:nth-child(2) i {
    font-size: 1.7em;
    vertical-align: -5px;
  }
  footer .logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .logo:hover {
    opacity: 0.6;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　共通パーツ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　 共通パーツ ：   写真  裁ち落としボックス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　写真：右側  裁ち落としボックス
  ----------------------------------------------------*/
  .r-phbox {
    padding-top: 1px;
    position: relative;
  }
  .r-phbox .cons {
    position: relative;
    z-index: 1;
    /*border: 1px solid #CCC;*/
  }
  .r-phbox .inner {
    width: 100%;
    min-height: 0px;
    padding-top: 0px;
  }
  .r-phbox .cutph {
    width: 100%;
    height: 300px;
    position: relative;
  }
  /*　写真：左側  裁ち落としボックス
  ----------------------------------------------------*/
  .l-phbox {
    padding-top: 1px;
    position: relative;
  }
  .l-phbox .cons {
    position: relative;
    z-index: 1;
    /* border: 1px solid #CCC;*/
  }
  .l-phbox .inner {
    width: 100%;
    min-height: 0px;
    padding-top: 0px;
    margin: 0 auto;
  }
  .l-phbox .cutph {
    width: 100%;
    height: 300px;
    position: absolute;
    position: relative;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　 共通パーツ ：    画像関係

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　画像パララックス用(gsap)
  ----------------------------------------------------*/
  .gsp-para-wp {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*    aspect-ratio: 2;*/
    /*    border: 1px solid #e7e7e7;*/
  }
  .gsp-para-wp img {
    position: absolute;
    width: 100%;
    height: 112%;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*　写真object-fit
  ----------------------------------------------------*/
  .ofi img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　　　 共通パーツ ：   ボタン

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ボタンホバー  効果１ ： 背景ベタ白
  ----------------------------------------------------*/
  a.btn1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    outline: none;
    color: #CCC;
    background-color: #fff;
    position: relative;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  a.btn1 span {
    position: relative;
  }
  a.btn1:hover {
    color: #fff !important;
  }
  a.btn1:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  a.btn1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #870010;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  /*　ボタンホバー  効果１ ： 背景ベタ黒/ワイン
  ----------------------------------------------------*/
  a.btn2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    outline: none;
    color: #CCC;
    background-color: #333;
    position: relative;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  a.btn2:hover {
    color: #fff !important;
  }
  a.btn2:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  a.btn2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #870010;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  a.btn2 span {
    position: relative;
  }
  /*　ボタンホバー  効果２  ： アンダーライン
  ----------------------------------------------------*/
  .btn3 {
    padding-bottom: 3px; /* テキストと下線の間隔 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .btn3:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
  }
  /*　 サークル ボタン
  ----------------------------------------------------*/
  .bt-ccl {
    font-size: 1.3rem;
    margin-top: 20px;
    display: inline-block;
  }
  .bt-ccl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Lora", serif;
    font-weight: 500;
  }
  .bt-ccl a:hover {
    color: #870010;
  }
  .bt-ccl i {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    padding-top: 8px;
    margin-right: 13px;
  }
  .bt-ccl a:hover i {
    background: #870010;
    color: #FFF;
  }
  .bt-ccl .tex {
    display: inline-block;
    position: relative;
    margin-top: -7px;
  }
  .bt-ccl .tex:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(#333, #333);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 1px;
  }
  .bt-ccl .tex:after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#870010), to(#870010));
    background-image: linear-gradient(#870010, #870010);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 2px;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .bt-ccl a:hover .tex:after {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
  /*　 詳しく見る ボタン
  ----------------------------------------------------*/
  .bt-dtl {
    width: 170px;
    font-size: 1.4rem;
    font-size: 1.6rem;
    margin-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC));
    background-image: linear-gradient(#CCC, #CCC);
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 100% 1px; /* 下線のサイズ（横幅、高さ） */
  }
  .bt-dtl a {
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px; /* テキストと下線の間隔 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC));
    background-image: linear-gradient(#CCC, #CCC);
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
    color: #666;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .bt-dtl a:hover {
    color: #FFF;
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
  .bt-dtl i {
    font-size: 1.7em;
    color: #FFF;
  }
  /*　囲い罫線 ボタン１ ：アイコンテキスト隣接 
  ----------------------------------------------------*/
  /*サポートページ お問合わせ*/
  .bt-boxline {
    display: inline-block;
    text-align: center;
    /* border: 1px solid #CCC;*/
  }
  .bt-boxline a {
    display: block;
    font-weight: 500;
    padding: 20px 30px;
    color: #666;
  }
  .bt-boxline i {
    font-size: 1.8em;
    vertical-align: -4px;
    margin-left: 7px;
  }
  /*　 囲い罫線 flex ボタン2 ：アイコン端 
  ----------------------------------------------------*/
  .bt-boxlineflx {
    width: 100%;
    font-size: 1.4rem;
  }
  .bt-boxlineflx i {
    font-size: 1.7em;
    position: relative;
    z-index: 1;
  }
  .bt-boxlineflx .en {
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: 10px;
  }
  .bt-boxlineflx a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    font-size: 1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5% 10%;
    padding: 25px 30px;
  }
  .bt-boxlineflx a:hover {
    color: #FFF;
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　　　 共通パーツ ：   見出し テキスト

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　太字見出し（しっぽりアンティーク）
  ----------------------------------------------------*/
  .mds {
    font-size: 2.6rem;
    font-size: 1.8rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 2px;
    margin-bottom: 17px;
  }
  /*　セクション タイトル
  ----------------------------------------------------*/
  .sectit {
    margin-bottom: 50px;
  }
  .sectit h3 {
    font-size: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .sectit h3:before {
    content: "";
    width: 13px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -20px;
  }
  .sectit .en {
    font-size: 3.6rem;
    letter-spacing: 2px;
  }
  .sectit.lft {
    margin-left: 20px;
  }
  /*　セクション タイトル 家づくり用
  ----------------------------------------------------*/
  .sectit-bld {
    margin-bottom: 80px;
    margin-bottom: 50px;
  }
  .sectit-bld .sub {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .sectit-bld .sub:before {
    width: 13px;
    height: 1px;
    left: -20px;
  }
  .sectit-bld .en {
    font-size: 3.6rem;
    letter-spacing: 0px;
    margin-bottom: 7px;
  }
  .sectit-bld h3 {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    position: relative;
  }
  .sectit-bld.lft {
    margin-left: 20px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　WPのページネーション

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*ブログアーカイブのページネイション*/
  .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  a.page-numbers,
  .pagination .current {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 2px;
  }
  .pagination .current {
    color: #fff;
  }
  .pagination .next,
  .pagination .prev {
    width: 80px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　汎用クラス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .red {
    color: #ff0000;
  }
  .none {
    display: none;
  }
  .clear {
    clear: both;
  }
  .clear-hr {
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
    border: none;
  }
  .sp-top80 {
    margin-top: 80px !important;
  }
  .sp-top1em {
    margin-top: 1em;
  }
  .sp-top2em {
    margin-top: 2em;
  }
  .sp-bot1em {
    margin-bottom: 1em;
  }
  .sp-bot2em {
    margin-bottom: 2em;
  }
  .sp-bot15 {
    margin-bottom: 15px !important;
  }
  .sp-top15 {
    margin-top: 15px !important;
  }
  .sp-top-none {
    margin-top: 0 !important;
  }
  .sprite {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .gray {
    background: #f3f3f3;
  }
  .nt {
    font-size: 1.2rem;
    color: #666;
  }
  li.emp {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　スマホ　ハンバーガーメニュー

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #nav-toggle {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    top: 10px;
    right: 10px;
    border: 4px solid #FFF;
  }
  #nav-toggle > div {
    width: 26px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 5px;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 15px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 5px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 15px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　グローバルメニュー 基本設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #gloval-nav {
    background: #efe8dc;
    background: url(../img/cmn/logo-bk.svg) no-repeat 50% 50% #efe8dc;
    background-size: 93%;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  /*グローバルメニュー　動き
  ----------------------------------------------------*/
  /*グローバルロゴ*/
  #gnav-logo {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gnav-logo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  /*グローバル　左側*/
  #gloval-nav .lbox {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gloval-nav .lbox {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  /*グローバル　右側*/
  #gloval-nav .rbox {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gloval-nav .rbox {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　グローバルメニュー　レイアウト

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #gloval-nav nav {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    overflow-y: scroll;
  }
  #gloval-nav .inner {
    width: 80%;
    margin-top: 0px;
    margin: 0 auto;
    /*border: 1px solid #CCC;*/
  }
  #gloval-nav .logo {
    width: 26vw;
    margin-bottom: 30%;
  }
  #gloval-nav .lbox {
    width: 100%;
    float: left;
    margin-bottom: 7%;
  }
  #gloval-nav .rbox {
    width: 100%;
    float: right;
  }
  /*グローバルナビ メインメニュー*/
  #gloval-nav #mnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gloval-nav #mnav li {
    font-size: clamp(10px, 5vw, 5vw);
    line-height: 100%;
    margin-bottom: 15%;
    letter-spacing: 2px;
    width: 48%;
  }
  #gloval-nav #mnav li a {
    color: #333;
    position: relative;
    padding-left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  #gloval-nav #mnav li a .jp {
    font-family: "Shippori Antique B1", sans-serif;
    margin-bottom: 5px;
  }
  #gloval-nav #mnav li a .en {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0;
  }
  #gloval-nav #mnav li a:hover {
    padding-left: 20px;
  }
  #gloval-nav #mnav li a:before {
    content: "";
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    top: 25%;
    left: 0;
  }
  /*グローバルナビ 問い合わせボックス*/
  #gloval-nav #cont-box {
    margin-top: 4%;
  }
  #gloval-nav #cont-box .en {
    font-size: clamp(10px, 6vw, 6vw);
    margin-bottom: 2.5%;
    letter-spacing: 2px;
  }
  #gloval-nav #cont-box .tex {
    font-size: clamp(10px, 3.5vw, 3.5vw);
    letter-spacing: 0;
    margin-bottom: 5%;
    line-height: 150%;
    letter-spacing: 0.06vw;
  }
  #gloval-nav #cont-box .tel {
    font-size: clamp(10px, 7vw, 7vw);
    letter-spacing: 0.11vw;
  }
  #gloval-nav #cont-box .time {
    font-size: clamp(10px, 3vw, 3vw);
    margin-bottom: 6%;
    letter-spacing: 0.11vw;
    margin-top: -10px;
  }
  #gloval-nav .bt-boxlineflx a {
    font-size: clamp(10px, 4vw, 4vw);
    font-family: "Shippori Antique B1", sans-serif;
    padding: 3vw 7vw;
    border-radius: 100px;
    overflow: hidden;
  }
  #gloval-nav .bt-boxlineflx a span {
    text-align: center !important;
    display: inline-block;
    width: 80%;
    /*border: 1px solid #FFF;*/
  }
  #gloval-nav .bt-boxlineflx a i {
    font-size: 1.3em;
    background: #FFF;
    color: #333;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gloval-nav .bt-boxlineflx a:hover i {
    background: #FFF;
    color: #870010;
  }
  /*グローバルナビ  下側ボックス*/
  #gloval-nav .clm-bot {
    clear: both;
    padding-top: 13%;
    padding-bottom: 30%;
  }
  #gloval-nav .clm-bot .lbox {
    width: 55%;
  }
  #gloval-nav .clm-bot .rbox {
    width: 30%;
  }
  #gloval-nav .clm-bot .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(10px, 1vw, 1vw);
    margin-bottom: 0px;
  }
  #gloval-nav .clm-bot .sns li {
    margin-right: 1.2em;
    letter-spacing: 0px;
  }
  #gloval-nav .clm-bot .sns li i {
    font-size: 2.1em;
    vertical-align: -3px;
  }
  #gloval-nav .clm-bot .sns li:nth-child(2) i {
    font-size: 1.7em;
    vertical-align: -3px;
  }
  #gloval-nav .clm-bot .home {
    font-size: clamp(10px, 4vw, 4vw);
    margin: 0 0 0 auto;
    text-align: right;
  }
  #gloval-nav .clm-bot .home a {
    border-bottom: 2px solid #333;
    padding-bottom: 0.5vw;
  }
  #gloval-nav .clm-bot .home i {
    font-size: 1.3em;
    vertical-align: -2px;
    margin-right: 0.5vw;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　お知らせ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #p-news .clm {
    border-top: 1px solid #CCC;
    padding: 20% 0px;
  }
  #p-news .clm h3 {
    font-size: 2.1rem;
    margin-bottom: 40px;
    line-height: 130%;
    letter-spacing: 0;
  }
  #p-news .clm .honbun {
    line-height: 220%;
    color: #666;
  }
  #p-news .clm .mainphoto {
    margin-bottom: 25px;
  }
  #p-news .clm .spec {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #p-news .clm .spec li {
    display: inline;
    display: block;
  }
  #p-news .clm .spec li:nth-child(2) {
    margin-left: 0em;
  }
  #p-news .clm .spec .en {
    line-height: 100%;
  }
  #p-news .clm .spec .jp {
    margin-left: 1em;
    padding-left: 1em;
    position: relative;
  }
  #p-news .clm .spec .jp:before {
    content: "";
    width: 1px;
    height: 13px;
    display: inline-block;
    background-color: #999;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　コンセプト

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #p-concept .vis {
    margin-bottom: 100px;
  }
  #p-concept .sectit {
    margin-bottom: 70px;
  }
  #p-concept .mds {
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
  #p-concept #content .inner {
    width: 100%;
  }
  #p-concept .honbun {
    line-height: 220%;
    letter-spacing: 2px;
  }
  #p-concept .numtit {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    display: block;
    text-align: center;
  }
  #p-concept .numtit .num {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #p-concept .numtit .spa {
    font-size: 2.6rem;
    letter-spacing: 8px;
    line-height: 120%;
  }
  #p-concept .numtit .spa span {
    font-size: 0.7em;
    display: block;
    letter-spacing: 1px;
  }
  /*　SEC：cct     コンセプト（導入部分）
  ----------------------------------------------------*/
  #p-concept #cct {
    margin-bottom: 140px;
    padding-top: 70px;
    min-height: 870px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/cmn/logo-bk.svg), url(../img/concept/bktex.svg);
    background-position: right 10% top 0%, left 10% bottom;
    background-size: 730px auto, 820px auto;
    background-repeat: no-repeat, no-repeat;
  }
  #p-concept #cct .tit {
    margin-left: 0px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  #p-concept #cct .en {
    font-size: 1.6rem;
    margin-left: 15px;
    letter-spacing: 1px;
    position: relative;
  }
  #p-concept #cct .en:before {
    content: "";
    width: 1px;
    height: 50px;
    display: inline-block;
    background-color: #999999;
    position: absolute;
    top: -60px;
    left: 48%;
  }
  #p-concept #cct .spa {
    font-size: 2.4rem;
    letter-spacing: 3px;
    line-height: 170%;
    margin-top: 25px;
  }
  #p-concept #cct .photo1 {
    width: 100%;
    height: 250px;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: 0px;
  }
  #p-concept #cct .r-photobox {
    width: 100%;
    position: relative;
    left: 0%;
    bottom: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-concept #cct .photo2 {
    width: 50%;
    aspect-ratio: 1;
    margin-bottom: 0px;
  }
  #p-concept #cct .photo3 {
    width: 50%;
    aspect-ratio: 1;
  }
  /*　SEC0   家づくりにかける思い
  ----------------------------------------------------*/
  #p-concept #sec0 .inner {
    padding-top: 0px;
    margin-bottom: 50px;
  }
  #p-concept #sec0 .cutph {
    height: 200px;
  }
  /*　SEC1 つくりかた
  ----------------------------------------------------*/
  #p-concept #sec1 {
    margin-top: 200px;
  }
  #p-concept #sec1 .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  #p-concept #sec1 .lbox {
    width: 100%;
  }
  #p-concept #sec1 .rbox {
    width: 100%;
  }
  #p-concept #sec1 .photo {
    height: 300px;
  }
  #p-concept #sec1 .photo-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    min-width: 0px;
  }
  #p-concept #sec1 .photo-wp .photo:nth-child(1) {
    width: 100%;
    height: 400px;
  }
  #p-concept #sec1 .photo-wp .photo:nth-child(2) {
    width: 100%;
    height: 200px;
    display: none;
  }
  /*　SEC2 「デザイン」にこだわる
  ----------------------------------------------------*/
  #p-concept #sec2 {
    margin-top: 200px;
  }
  #p-concept #sec2 .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
  }
  #p-concept #sec2 .lbox {
    width: 100%;
    margin-bottom: 50px;
  }
  #p-concept #sec2 .rbox {
    width: 100%;
  }
  #p-concept #sec2 .photo {
    width: 116%;
    height: 400px;
    margin-left: -8%;
  }
  #p-concept #sec2 .photo2 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: -400px;
    display: none;
  }
  /*　SEC3 コミュニケーション
  ----------------------------------------------------*/
  #p-concept #sec3 {
    margin-top: 200px;
  }
  #p-concept #sec3 .inner {
    padding-top: 0px;
    margin-bottom: 50px;
  }
  #p-concept #sec3 .cutph {
    height: 400px;
  }
  #p-concept #sec3 .numtit .spa {
    letter-spacing: -2px;
  }
  #p-concept #sec3 .sectit .en {
    letter-spacing: 0px;
  }
  #p-concept #sec3 .mds {
    letter-spacing: -1px;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　家づくり

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　基本
  ----------------------------------------------------*/
  #p-build .honbun {
    line-height: 220%;
    letter-spacing: 2px;
  }
  #p-build .l-phbox .inner,
  #p-build .r-phbox .inner {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 50px;
  }
  #p-build #sec1, #p-build #sec2, #p-build #sec3 {
    min-height: 0px;
  }
  #p-build .cutph {
    height: 300px;
  }
  #p-build .icontex {
    font-size: 4.8rem;
    font-size: 1.8rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    padding: 15px 10px;
    position: absolute;
    right: 6%;
    top: 0px;
    z-index: 9;
    letter-spacing: 5px;
  }
  #p-build .honbun {
    line-height: 200%;
    letter-spacing: 1px;
  }
  /*　sec1 強さ 
  ----------------------------------------------------*/
  /*　sec2 心地よさ
  ----------------------------------------------------*/
  #p-build #sec2 .icontex {
    left: auto;
    right: 6%;
  }
  /*　telbox  アフターサービス / お客様サポート
  ----------------------------------------------------*/
  #p-build #telbox {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-build #telbox .lbox {
    width: 100%;
  }
  #p-build #telbox .rbox {
    width: 100%;
    display: inline-block;
  }
  #p-build #telbox .spa {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  #p-build #telbox .tex {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 160%;
  }
  #p-build #telbox .tel {
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #p-build #telbox .tel a {
    color: #333;
  }
  #p-build #telbox .time {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  /*　sec4 ポイント
  ----------------------------------------------------*/
  #p-build #sec4 .tit {
    text-align: center;
    margin-bottom: 0px;
  }
  #p-build #sec4 .tit .en {
    font-size: 3rem;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #333;
  }
  #p-build #sec4 .tit h3 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4px;
  }
  #p-build #sec4 .point-dl .grp {
    background: #FFF;
    padding: 8% 8% 12%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-build #sec4 .point-dl dt {
    width: 100%;
    margin-bottom: 30px;
  }
  #p-build #sec4 .point-dl dd {
    width: 100%;
  }
  #p-build #sec4 .point-dl .photo {
    aspect-ratio: 1.5;
  }
  #p-build #sec4 .point-dl .en {
    font-size: 1.8rem;
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
  #p-build #sec4 .point-dl h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    letter-spacing: 0px;
  }
  #p-build #sec4 .point-dl .tex {
    letter-spacing: 1px;
    line-height: 180%;
  }
  /*　sec5 ポイント
  ----------------------------------------------------*/
  #p-build #sec5 {
    position: relative;
    color: #FFF;
  }
  #p-build #sec5 .inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
    aspect-ratio: 0.6;
    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;
  }
  #p-build #sec5 .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
  }
  #p-build #sec5 .lbox {
    width: 100%;
  }
  #p-build #sec5 .rbox {
    width: 100%;
  }
  #p-build #sec5 .mds {
    letter-spacing: 0;
    font-size: 1.7rem;
  }
  #p-build #sec5 .honbun {
    line-height: 180%;
    letter-spacing: 1px;
  }
  #p-build #sec5 .photo {
    height: auto;
    aspect-ratio: 0.6;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　施工の流れ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #p-flow .mds {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 130%;
  }
  #p-flow .mds span {
    font-size: 1.4rem;
    margin-left: 0em;
    display: block;
  }
  #p-flow .stp-tit {
    margin-bottom: 15px;
  }
  #p-flow #sec2, #p-flow #sec3 {
    margin-top: 15px;
  }
  #p-flow .log-list-wp {
    padding: 10% 0% 10% 13%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3d8c4), to(#e3d8c4));
    background-image: linear-gradient(#e3d8c4, #e3d8c4);
    background-repeat: no-repeat;
    background-position: 0% 0px; /* 下線の初期位置 */
    background-size: 3px 100%; /* 下線のサイズ（横幅、高さ） */
  }
  #p-flow .log-list li {
    margin-bottom: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  #p-flow .log-list li:last-child {
    margin-bottom: 0;
  }
  #p-flow .log-list .lbox {
    width: 100%;
  }
  #p-flow .log-list .rbox {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  #p-flow .log-list .ofi {
    aspect-ratio: 1.5;
  }
  #p-flow .log-list .num {
    font-size: 1.8rem;
    color: #870010;
    font-weight: 500;
    font-family: "Lora", serif;
    font-weight: 700;
    position: absolute;
    position: static;
    left: -5em;
    top: 3px;
  }
  #p-flow .log-list .honbun {
    letter-spacing: 1px;
    line-height: 180%;
  }
  #p-flow .log-list .name {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #p-flow .log-list li:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    left: -17.5%;
    margin-top: -10px;
    z-index: 1;
  }
  #p-flow .log-list li:after {
    content: "";
    width: 10%;
    height: 3px;
    display: inline-block;
    background-color: #e3d8c4;
    border-radius: 50%;
    position: absolute;
    top: 2.8%;
    left: -12%;
    margin-top: -1px;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　施工事例

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #p-works .idx-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #p-works .idx-list li {
    width: 100%;
    margin-bottom: 15%;
  }
  #p-works .idx-list li a:hover .photo {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  #p-works .idx-list .photo {
    margin-bottom: 12px;
    aspect-ratio: 1.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-works .idx-list h3 {
    font-size: 2rem;
    font-size: 1.7rem;
    margin-bottom: 0px;
    letter-spacing: 0px;
  }
  #p-works .idx-list .spec {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #p-works .idx-list .spec p {
    padding-left: 17px;
    position: relative;
  }
  #p-works .idx-list .spec p:before {
    content: "";
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #p-works .idx-list .type {
    margin-left: 2em;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　不動産 記事詳細 メインスライド  タイトル カテゴリ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #slidevis h3 {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0px;
  }
  #slidevis .spec {
    margin-bottom: 45px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 10px;
    line-height: 150%;
  }
  #slidevis .spec .grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #slidevis .spec .grp:nth-child(2) {
    margin: 7px 0;
  }
  #slidevis .spec dt {
    background: #FFF;
    padding: 0 7px;
    font-size: 1.1rem;
    margin-right: 0px;
    width: 22%;
    text-align: center;
  }
  #slidevis .spec dd {
    font-size: 1.2rem;
    letter-spacing: 1px;
    width: 70%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　実績 記事詳細 メインスライド

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　　メインスライド
  ----------------------------------------------------*/
  /*スライド 外枠*/
  #slidevis {
    width: 100%;
    overflow: hidden;
    overflow: visible;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /*スライド メイン画像*/
  #slidevis .slider {
    margin-bottom: 10px;
    width: 116%;
    margin-left: -8%;
  }
  #slidevis .slider li {
    height: auto;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f3f3f3;
    background-color: #FFF;
    position: relative;
  }
  #slidevis .slider li:hover {
    cursor: pointer;
  }
  #slidevis .slider li .tex {
    text-align: left;
    background: #FFF;
    display: inline-block;
    position: absolute;
    left: 2%;
    bottom: 2%;
    padding: 3px 10px;
    max-width: 98%;
    font-size: 12px;
  }
  #slidevis .slider li .tex {
    display: none;
  }
  /*スライド ナビ画像*/
  #slidevis .thumb {
    width: 101%;
  }
  #slidevis .thumb li {
    height: auto;
    aspect-ratio: 1;
    margin-right: 0.3%;
    background-position: 50% 50%;
    background-size: cover;
  }
  #slidevis .thumb li:hover {
    cursor: pointer;
  }
  /* スライド 送りボタン
  ----------------------------------------------------*/
  .arrow_box {
    position: relative;
  }
  .prev-arrow,
  .next-arrow {
    display: block;
    width: 50px;
    height: 70px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .prev-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 20px;
  }
  .prev-arrow::before,
  .next-arrow::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .next-arrow {
    position: absolute;
    right: -8%;
    top: -90vw;
  }
  .prev-arrow {
    position: absolute;
    left: -8%;
    top: -90vw;
  }
  /* コメントボックス
  ----------------------------------------------------*/
  .com-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 0%;
    margin-top: 50px;
  }
  .com-box .en {
    position: absolute;
    position: static;
    left: 0;
    top: 0;
    font-size: 1.8rem;
    letter-spacing: 1px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .com-box .hobun {
    line-height: 180%;
    letter-spacing: 1px;
  }
  /* 戻るボタン
  ----------------------------------------------------*/
  #p-works.detail .bt-boxline {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
  #p-works.detail .bt-boxline a {
    display: block;
    font-weight: 500;
    padding: 13px 0px;
  }
  #p-works.detail .bt-boxline i {
    font-size: 1.8em;
    vertical-align: -4px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　会社概要

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  /*　SEC1 代表メッセージ
  ----------------------------------------------------*/
  #p-company #sec1 .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #p-company #sec1 .lbox {
    width: 100%;
  }
  #p-company #sec1 .rbox {
    width: 100%;
  }
  #p-company #sec1 .photo {
    margin-bottom: 15px;
    aspect-ratio: 1.4;
  }
  #p-company #sec1 .sectit {
    margin-left: 20px;
  }
  #p-company #sec1 .mds {
    font-size: 2.3rem;
    letter-spacing: 3px;
  }
  #p-company #sec1 .honbun {
    line-height: 200%;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  #p-company #sec1 .tex1 {
    margin-bottom: 1.5em;
  }
  #p-company #sec1 .name dt {
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
  #p-company #sec1 .name dt span {
    margin-left: 1em;
  }
  #p-company #sec1 .name dd {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  #p-company #sec1 .name dd .en {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-left: 5px;
    font-weight: 500;
  }
  /*　SEC2 会社概要
  ----------------------------------------------------*/
  #p-company #sec2 .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #p-company #sec2 .lbox {
    width: 100%;
  }
  #p-company #sec2 .rbox {
    width: 100%;
  }
  #p-company #sec2 .photo {
    aspect-ratio: 1.4;
  }
  #p-company #sec2 #outline {
    width: 100%;
    border-top: 1px solid #CCC;
    letter-spacing: 0px;
    margin-top: -25px;
  }
  #p-company #sec2 #outline tr {
    border-bottom: 1px solid #CCC;
  }
  #p-company #sec2 #outline th {
    text-align: left;
    width: 30%;
    padding: 15px 0;
    vertical-align: top;
    font-weight: 500;
  }
  #p-company #sec2 #outline td {
    padding: 15px 0;
  }
  /*　SEC3 アクセス
  ----------------------------------------------------*/
  #p-company #sec3 {
    position: relative;
  }
  #p-company #sec3 .lbox {
    width: 100%;
    aspect-ratio: auto;
    min-height: 0px;
    margin-bottom: 50px;
  }
  #p-company #sec3 .adr {
    letter-spacing: 2px;
  }
  #p-company #sec3 .tel {
    letter-spacing: 2px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #p-company #sec3 .open, #p-company #sec3 .close {
    font-size: 1.4rem;
  }
  #p-company #sec3 .gmap {
    position: static;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #p-company #sec3 .gmap iframe {
    width: 100%;
    height: 100%;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　お問合せ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*冒頭リード*/
  #p-contact #sec1 #lead1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  #p-contact #sec1 #lead1 br {
    display: none;
  }
  #p-contact #sec1 #lead2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  /*フォーム外枠*/
  #p-contact #survey-box,
  #p-contact #parsonal-box {
    padding: 15px 0 15px 0;
    border-top: 1px solid #CCC;
    overflow: hidden;
    position: relative;
  }
  /*　タブ
  ----------------------------------------------------*/
  /*フォーム見出し*/
  #p-contact .form-midashi {
    font-size: 2.3rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
    position: static;
    text-align: left;
  }
  #p-contact .form-midashi .note {
    font-size: 12px;
    font-weight: normal;
  }
  /*フォームテーブル*/
  #p-contact .formtab {
    width: 100%;
    margin: 0 0 0 auto;
    line-height: 130%;
  }
  #p-contact .formtab th {
    text-align: left;
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 0px;
    width: 35%;
    vertical-align: top;
    padding: 15px 0;
    font-weight: normal;
    color: #000;
    font-weight: bold;
  }
  #p-contact .formtab td {
    width: 65%;
    padding: 15px 0;
    font-size: 1.1rem;
  }
  #p-contact .formtab tr {
    border-bottom: 1px solid #CCC;
  }
  #p-contact .formtab tr.last {
    border-bottom: none;
  }
  #p-contact .formtab .texfld-nomal input {
    border: 0 none;
    border: 1px solid #CCCCCC;
    padding: 3px;
  }
  #p-contact .formtab th.mast:after {
    content: "必須";
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 20px;
    border: none;
    color: #ff0000;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  #p-contact .texfld-nomal {
    padding: 4%;
    width: 100%;
    border: none;
    border-radius: 7px;
    font-size: 1.4rem;
  }
  #p-contact .texfld-short {
    padding: 4%;
    border: none;
    border-radius: 7px;
    font-size: 1.4rem;
  }
  #p-contact textarea {
    border: none;
    padding: 4%;
    line-height: 170%;
    width: 100%;
    border-radius: 7px;
    font-size: 1.4rem;
  }
  #p-contact select {
    padding: 4%;
    border: none;
    border-radius: 7px;
    background: #FFF;
    color: #000;
    font-size: 1.4rem;
  }
  ::-webkit-input-placeholder {
    color: #C6C6C6;
  }
  ::-moz-placeholder {
    color: #C6C6C6;
  }
  :-ms-input-placeholder {
    color: #C6C6C6;
  }
  ::-ms-input-placeholder {
    color: #C6C6C6;
  }
  ::placeholder {
    color: #C6C6C6;
  }
  #p-contact .sonota {
    font-size: 13px;
    margin: 15px 0 5px 0;
  }
  #p-contact .kome {
    font-size: 12px;
    color: #e4007f;
  }
  /*サブミット　外枠*/
  #p-contact #submit-box {
    width: 100%;
    margin: -25px 0 0 auto;
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 15px;
  }
  /*サブミット　個人情報リンク*/
  #p-contact #submit-box #kojin {
    margin-bottom: 10px;
  }
  #p-contact #submit-box #kojin a {
    text-decoration: underline;
  }
  /*サブミット ボタン*/
  #p-contact input#submit_button {
    padding: 15px 60px;
    font-size: 1em;
    background-color: #666;
    color: #fff;
    border-style: none;
    letter-spacing: 3px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-contact input#submit_button:hover {
    background-color: #000;
    cursor: pointer;
  }
  #p-contact #sslnote {
    text-align: center;
    margin-bottom: 100px;
  }
  #p-contact #sslnote li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  #p-contact .inline {
    display: inline;
  }
  #p-contact #fam {
    margin-bottom: 5px;
  }
  #p-contact #thanks-box {
    padding: 50px 0 0px 0;
    text-align: center;
    margin-top: 20px;
  }
  #p-contact #thanks-box #fin1 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 10px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #p-contact #thanks-box #fin2 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #p-contact #finback {
    background: url(../img/line-dot.gif) repeat-x left top;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #p-contact #finback a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #333;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 15px;
    width: 250px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-contact #finback a:hover {
    background: #666;
  }
  #p-contact #thnks-note {
    font-size: 15px;
    margin-top: 20px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  #p-contact #contact {
    margin-bottom: 150px;
  }
  #p-contact #contact .intro-tex {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  #p-contact #contact #intro-tex2 {
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  #p-contact #contact #form {
    margin-top: 50px;
  }
  #p-contact .btn {
    font-size: 1em;
    font-weight: bold;
    height: 40px;
    margin-bottom: 30px;
  }
  #p-contact span.error {
    color: #F00;
  }
  #p-contact .sub-komoku {
    margin-bottom: 0px;
    letter-spacing: 3px;
  }
  #p-contact .bot {
    margin-bottom: 15px;
  }
  #p-contact .sub-sonota {
    margin-top: 25px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  #p-contact #post-note1 {
    font-size: 11px;
    margin-top: -10px;
  }
  #p-contact #post-note2 {
    font-size: 11px;
    margin-bottom: 15px;
  }
  #p-contact input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  /*　確認画面
  ----------------------------------------------------*/
  #p-contact.conf {
    /*   .btn {
    	width: 48%;
    	height: 50px;
    	line-height: 50px;
        font-size: 0.9em;
    	font-weight: normal;
    	letter-spacing:0px;
    	border-radius: 10px;
    }
        */
  }
  #p-contact.conf #parsonal-box {
    border-top: none;
  }
  #p-contact.conf #lead2 {
    line-height: 160%;
    font-size: 12px !important;
    margin-bottom: 80px;
  }
  #p-contact.conf .form-midashi {
    margin-bottom: 10px !important;
  }
  #p-contact.conf .form-midashi .note {
    display: none;
  }
  #p-contact.conf #survey-box {
    border-top: none;
  }
  #p-contact.conf .formtab {
    border-top: 1px solid #CCC;
    margin-top: 0px;
  }
  #p-contact.conf .formtab td {
    font-size: 1.3rem;
  }
  #p-contact.conf #submit-box {
    margin: 0 0 0 auto;
    padding-top: 0;
    border-top: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-contact.conf input.btn {
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0;
  }
  /*
  #p-contact.conf #vis{
  	height: auto;
  	margin-bottom: 15px;

  	.cons{
  		padding-top: 0px;
  	}


  	h2 span{
  		font-size: 4.0rem;
  		letter-spacing: 10px;
  		line-height: 130%;
  		color: imp.$clr-base;
  		background: -webkit-linear-gradient(top, #00c0fa 0%, #00c0fa 25%,  #015eea 100%);
  		-webkit-background-clip: text;
  		-webkit-text-fill-color: transparent;
  	}

  	.en{
  		font-size: 2.0rem;
  		line-height: 100%;
  		color: imp.$clr-base;
  		letter-spacing: 10px;
  	}
  }

  */
  /*#p-contact.conf #tit{
  	font-size: 1.3rem !important;
  	line-height: 180%;
  	margin-bottom: 50px!important;
  }
  */
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　個人情報保護方針

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #p-privacy .mds span {
    font-size: 0.7em;
    letter-spacing: 0;
  }
  #p-privacy #pri-dl {
    border-top: 1px solid #CCC;
    margin-top: 6%;
  }
  #p-privacy #pri-dl .grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #CCC;
    padding: 18% 0;
  }
  #p-privacy #pri-dl dt {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 10px;
  }
  #p-privacy #pri-dl dd {
    width: 100%;
    color: #666;
    line-height: 220%;
    letter-spacing: 1px;
  }
  #p-privacy .sig {
    margin-top: 20px;
    text-align: right;
  }
  #p-privacy .sig .inner {
    text-align: left;
    display: inline-block;
    margin: 0 0 0 auto;
  }
  #p-privacy .sig .date {
    letter-spacing: 1px;
    color: #666;
    font-size: 1.3rem;
  }
  #p-privacy .sig .name {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 500;
  }
  #p-privacy .sig .name span {
    font-size: 0.8em;
    margin-right: 1em;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ホーム

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  #p-home header {
    width: 100%;
    padding-top: 50px;
    padding-top: 20px;
    padding-right: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 100px;
    margin-bottom: 0;
  }
  #p-home header .logo {
    width: 100px;
    -webkit-transition: none;
    transition: none;
    margin: 0 auto;
    margin: auto 0 0 20px;
  }
  header #hd-nav {
    display: none;
  }
  /*　基本
  ----------------------------------------------------*/
  #p-home .sectit {
    margin-bottom: 50px;
  }
  #p-home .mds {
    margin-bottom: 20px;
  }
  #p-home .honbun {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 180%;
    width: 84%;
  }
  #p-home .wh-lead {
    font-size: 1.5rem;
    letter-spacing: 3px;
    line-height: 250%;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    z-index: 1;
  }
  #p-home .wh-lead span {
    background: #FFF;
    padding: 15px 5px;
  }
  /*ビジュアルスライド 周辺
  ----------------------------------------------------*/
  /*ビジュアル外枠
  ----------------------------------------------------*/
  #p-home #vis-wp {
    position: relative;
    padding-top: 30px;
  }
  #p-home #vis-wp .wh-lead {
    right: 5%;
    top: 0px;
  }
  /*swiper枠
  ----------------------------------------------------*/
  #p-home #vis {
    height: 450px;
    position: relative;
    width: 90%;
    margin: 0 0 0 auto;
    ix-blend-mode: difference;
  }
  /*画像ズームの動き*/
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  #p-home #vis .swiper-slide-active .swiper-img,
  #p-home #vis .swiper-slide-duplicate-active .swiper-img,
  #p-home #vis .swiper-slide-prev .swiper-img {
    -webkit-animation: zoomUp 8s linear 0s normal both;
            animation: zoomUp 8s linear 0s normal both;
  }
  /*#p-top-v3 #vis .swiper-slide img {
    height: auto;
    width: 100%;
  }*/
  /*画像の設定*/
  #p-home #vis .photo {
    overflow: hidden;
    width: 100%;
    height: 450px;
  }
  #p-home #vis .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*キャッチコピー*/
  #p-home #vis-wp .texbox {
    position: absolute;
    top: 117%;
    top: 555px;
    left: 3%;
    display: inline;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    z-index: 9;
  }
  #p-home #vis-wp .texbox .inner {
    position: relative;
  }
  #p-home #vis-wp .texbox .en {
    font-size: 5rem;
    line-height: 90%;
    letter-spacing: 1px;
    display: inline-block;
    mix-blend-mode: overlay;
  }
  #p-home #vis-wp .texbox .sub {
    line-height: 360%;
    line-height: 220%;
    margin-top: 0px;
    font-size: 12px !important;
    color: #333;
    -webkit-text-size-adjust: 100%;
  }
  #p-home #vis-wp .texbox .sub span {
    background: #FFF;
    font-size: 12px !important;
    padding: 1px 5px 2px 5px;
    -webkit-text-size-adjust: 100%;
  }
  #p-home #vis-wp .texbox .spa {
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    left: 30%;
    top: 70px;
    white-space: nowrap;
  }
  /*　ホーム ： スクロールダウン
  ----------------------------------------------------*/
  .scroll {
    position: absolute;
    left: 7%;
    top: 0;
    display: none;
  }
  .scroll a {
    display: block;
    text-align: right;
    padding-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #333;
    font-family: "Lora", serif;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
  }
  .scroll .line {
    display: block;
    height: 160px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #CCC;
  }
  .scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), color-stop(#000), to(#CCC));
    background: linear-gradient(0deg, #cccccc, #000, #CCC);
    -webkit-animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
    animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
    z-index: 1;
  }
  @-webkit-keyframes drop {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes drop {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  /*　ホーム ： コンセプト
  ----------------------------------------------------*/
  #p-home #sec-cct {
    margin-top: 270px;
  }
  #p-home #sec-cct .inner {
    padding-top: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
  #p-home #sec-cct .cutph {
    width: 90%;
    height: 200px;
    margin: 0 0 0 auto;
  }
  #p-home #sec-cct .photo2 {
    width: 270px;
    height: 180px;
    position: absolute;
    right: auto;
    left: 0;
    top: 130px;
    z-index: 1;
    margin-right: 0px;
  }
  #p-home #sec-cct .photo3 {
    width: 150px;
    height: 100px;
    position: absolute;
    left: auto;
    right: 5%;
    top: 0px;
    z-index: 1;
    margin-left: 0px;
  }
  #p-home #sec-cct .icon-tex1 {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: 400px;
    z-index: 2;
  }
  #p-home #sec-cct .wh-lead {
    left: auto;
    right: 13%;
    top: 220px;
    z-index: 1;
  }
  /*　ホーム ： 家づくり
  ----------------------------------------------------*/
  #p-home #sec-bld {
    margin-top: 150px;
  }
  #p-home #sec-bld .inner {
    width: 100%;
    margin-bottom: 50px;
  }
  #p-home #sec-bld .cutph {
    width: 90%;
    height: auto;
    aspect-ratio: 1.6;
  }
  #p-home #sec-bld .wh-lead {
    right: 5%;
    top: auto;
    bottom: -200px;
  }
  #p-home #sec-bld .icon-tex2 {
    width: 80px;
    position: absolute;
    left: 65%;
    top: 0px;
    z-index: 1;
  }
  /*　ホーム ： 施工の流れ
  ----------------------------------------------------*/
  #p-home #sec-flow {
    margin-top: 350px;
  }
  #p-home #sec-flow .inner {
    width: 100%;
    margin-bottom: 50px;
  }
  #p-home #sec-flow .sectit {
    margin-left: 20px;
  }
  #p-home #sec-flow .cutph {
    position: relative;
    width: 90%;
    height: 200px;
    margin: 0 0 0 auto;
    z-index: 10;
  }
  #p-home #sec-flow .honbun {
    width: 100%;
  }
  #p-home #sec-flow .right-photo {
    width: 130px;
    position: absolute;
    left: auto;
    right: 5%;
    top: -100px;
    margin-left: 0px;
  }
  #p-home #sec-flow .right-photo .photo {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 3px;
  }
  #p-home #sec-flow .icon-tex3 {
    width: 80px;
    position: absolute;
    left: 50%;
    top: -150px;
    margin-left: -30%;
    z-index: 1;
  }
  /*　ホーム ： 中段ビジュアル
  ----------------------------------------------------*/
  #p-home #sec-midvis {
    width: 100%;
    position: relative;
    margin: 80px 0 0 auto;
  }
  #p-home #sec-midvis .cutph {
    height: 200px;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    /*      opacity:0.3;*/
  }
  #p-home #sec-midvis .wh-lead {
    position: absolute;
    right: 7%;
    bottom: auto;
    top: -15%;
  }
  /*　ホーム ： 施工事例
  ----------------------------------------------------*/
  #p-home #sec-wrk {
    margin-top: 100px;
  }
  #p-home #sec-wrk .cons {
    position: relative;
    width: 70%;
  }
  #p-home #sec-wrk .bt-ccl {
    position: absolute;
    right: -12%;
    top: 0;
  }
  #p-home #sec-wrk .sectit {
    margin-left: -5%;
    margin-bottom: 25px;
  }
  #p-home #sec-wrk .wrk-list .ofi {
    height: auto;
    aspect-ratio: 1.5;
    margin-bottom: 10px;
  }
  #p-home #sec-wrk .wrk-list h4 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  #p-home #sec-wrk .wrk-list .area {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
  /*　ホーム ： お知らせ
  ----------------------------------------------------*/
  #p-home #sec-news {
    margin-top: 100px;
  }
  #p-home #sec-news .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #p-home #sec-news .sectit {
    margin-bottom: 25px;
  }
  #p-home #sec-news .lbox {
    width: 100%;
  }
  #p-home #sec-news .rbox {
    width: 100%;
  }
  #p-home #sec-news .newsdl a {
    display: block;
    background: #FFF;
    margin-bottom: 10px;
    padding: 3% 2% 3% 5% !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 3px;
  }
  #p-home #sec-news .newsdl dt {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 2px;
  }
  #p-home #sec-news .newsdl dd {
    width: 100%;
    line-height: 150%;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  /*　ホーム ： 会社概要
  ----------------------------------------------------*/
  #p-home #sec-cmp {
    margin-top: 50px;
    padding-top: 60px;
    background: url("../img/cmn/logo-bk.svg") no-repeat top center;
    background-size: 100%;
  }
  #p-home #sec-cmp .cons {
    margin-bottom: 50px;
  }
  #p-home #sec-cmp .inner {
    width: 100%;
    padding-top: 0px;
    min-height: 0px;
    margin-left: 20px;
  }
  #p-home #sec-cmp .sectit {
    margin-bottom: 30px;
  }
  #p-home #sec-cmp .cutph {
    width: 100%;
    height: 300px;
  }
  #p-home #sec-cmp h4.min {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
  #p-home #sec-cmp .honbun {
    letter-spacing: 1px;
    line-height: 150%;
  }
  #p-home #sec-cmp .tel {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 5px 0 10px 0;
    line-height: 130%;
    white-space: nowrap;
  }
  #p-home #sec-cmp .tel br.pcno {
    display: none !important;
  }
  #p-home #sec-cmp .tel a:hover {
    color: #333;
  }
  #p-home #sec-cmp .open, #p-home #sec-cmp .close {
    font-size: 1.2rem;
    line-height: 170%;
    white-space: nowrap;
  }
  #p-home #sec-cmp .bt-ccl a {
    letter-spacing: 0;
  }
  #p-home #sec-cmp .add {
    white-space: nowrap;
  }
}