body, html {
 width: 100%;
 color: #222;
 font-size: 16px;
 line-height: 1.8;
 font-family: ten-mincho-text, serif;
 font-style: normal;
 font-weight: 400;
 font-feature-settings: "palt";
 letter-spacing: .1em;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
@-moz-document url-prefix() {
 body, html {
  font-family: serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
 }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1025px) {
 img {
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
 }
}
html {
 -webkit-text-size-adjust: 100%;
 overflow-x: hidden;
 overflow-y: auto;
}
*, *:before, *:after {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 font-style: normal;
}
* {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-box-shadow: none;
 box-shadow: none;
 outline: none;
}
.hover {
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
h1, h2, h3, h4 {
 font-weight: 400;
}
ul {
 list-style: none;
}
img {
 max-width: 100% !important;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
a {
 color: #222;
 text-decoration: none;
 -webkit-transition: all .2s ease-out;
 -moz-transition: all .2s ease-out;
 -ms-transition: all .2s ease-out;
 transition: all .2s ease-out;
}
body {
 overflow-x: hidden;
}
main {
 position: relative;
}
.gmt {
 font-family: eb-garamond, serif;
 font-weight: 400;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/*左右余白設定*/
.bw {
 width: 86%;
 max-width: 1140px;
 margin-right: auto;
 margin-left: auto;
}
@media print, screen and (min-width: 568px) {
 .bw {
  width: 84%;
 }
}
@media print, screen and (min-width: 768px) {
 .flex {
  display: flex;
 }
}
/*読込中表示*/
.preload {
 position: fixed;
 width: 100%;
 height: 100vh;
 background: #fff;
 z-index: 100;
}
.preload .inner {
 width: 100%;
 height: 100vh;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.preload img {
 width: 220px;
}
/*フェード処理*/
.fade {
 opacity: 0;
 transform: translate(0, 20px);
 transition: all 1500ms;
}
.fade.loadfadein {
 opacity: 1;
 transform: translate(0, -20px);
}
header::before {
 content: '';
 display: block;
 position: absolute;
 z-index: 90;
 width: 250px;
 height: 250px;
 left: 0;
 top: 0;
 background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%)
}
header .logo {
 position: absolute;
 top: 18px;
 left: 20px;
 width: 120px;
 z-index: 100;
 display: none;
}
.first-view {
 position: relative;
}
.main-visual {
 position: relative;
 height: 100%;
}
.main-visual > div.visual {
 width: 100%;
 position: relative;
 transition: all 1.5s ease-out;
}
.visual .swiper-slide {
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
}
.visual .swiper-container {
 width: 100%;
 height: 100%;
 transition: all 1s ease-out;
}
.first-view .main-visual > div.visual .swiper-container {
 width: 100%;
 height: 100%;
}
.first-view .main-visual > div.visual .swiper-container .swiper-slide img {
 width: 100%;
 object-fit: cover;
 object-position: center;
}
.first-view .main-visual > div.visual .swiper-container .swiper-slide img.ofi {
 font-family: 'object-fit: cover;'; /*IE対策*/
}
.first-view, .first-view .main-visual > div.visual .swiper-container .swiper-slide img {
 min-height: 100vh;
 min-height: calc(var(--vh, 1vh) * 100);
}
@keyframes zoomUp {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.15);
 }
}
@keyframes zoomUppc {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.08);
 }
}
.first-view .main-visual > div.visual .swiper-container .swiper-slide-active img.ofi, .first-view .main-visual > div.visual .swiper-container .swiper-slide-duplicate-active img.ofi, .first-view .main-visual > div.visual .swiper-container .swiper-slide-prev img.ofi {
 animation: zoomUp 10s linear 0s 1 normal both;
}
.catch--nav {
 position: absolute;
 left: 0;
 bottom: 50px;
 z-index: 20;
 padding-left: 7%;
 color: #fff;
}
.siteTitle {
 font-size: 3em;
 letter-spacing: .12em;
 line-height: 1;
}
.siteTitle-sub {
 margin-bottom: 15px;
}
.catchCopy > p {
 white-space: nowrap;
 font-size: 1.4em;
 letter-spacing: .1em;
 color: #fff;
}
@media print, screen and (max-width: 425px) {
 .siteTitle {
  font-size: 10.4vw;
 }
 .first-view .photooverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
 }
}
@media print, screen and (min-width: 520px) and (max-width: 1023px) {
 .first-view, .main-visual, .first-view .main-visual > div.visual .swiper-container .swiper-slide img {
  height: 90vw;
  min-height: 90vw;
 }
}
@media print, screen and (min-width: 768px) {
 header .logo {
  top: 30px;
  left: 30px;
  width: 120px;
 }
 .first-view, .main-visual {
  position: relative;
 }
 .main-visual > div.visual {
  height: 90vw;
 }
 .visual .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
 }
 .visual .swiper-container {
  width: 100%;
  height: 100%;
 }
 .first-view .main-visual > div.visual .swiper-container {
  width: 100%;
  height: 100%;
 }
 .first-view .main-visual > div.visual .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }
 .first-view .main-visual > div.visual .swiper-container .swiper-slide img.ofi {
  font-family: "object-fit: cover;object-position: center;";
 }
 .catch--nav {
  bottom: 40px;
  padding-left: 30px;
 }
 .catchCopy > p {
  font-size: 1.5em;
 }
}
@media print, screen and (min-width: 960px) {
 header::before {
  display: none;
 }
 header .logo {
  width: 120px;
 }
 .first-view, .main-visual, .main-visual > div.visual {
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: left;
 }
 .main-visual > div.visual.loaded .swiper-container {
  width: calc(100% - 50px);
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  transform: translateX(-50px);
 }
 .first-view .main-visual > div.visual .swiper-container .swiper-slide-active img, .first-view .main-visual > div.visual .swiper-container .swiper-slide-duplicate-active img, .first-view .main-visual > div.visual .swiper-container .swiper-slide-prev img {
  animation: zoomUppc 10s linear 0s 1 normal both !important;
 }
 .catch--nav {
  bottom: 50px;
  z-index: 20;
 }
 .siteTitle {
  margin-bottom: 15px;
  font-size: 3.4em;
  color: #fff;
 }
 .siteTitle-sub {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: .1em;
  margin-top: -10px;
  margin-bottom: 15px;
 }
 .catchCopy > p {
  font-size: 1.7em;
 }
}
@media print, screen and (min-width: 1280px) {
 .catch--nav {
  bottom: 80px;
  z-index: 20;
 }
 .siteTitle {
  font-size: 3.5em;
 }
}
/*資料請求ブロック指定*/
.requestCatalog {
 position: relative;
 background: #fff;
 margin: 80px 7% 150px;
}
.requestCatalog::before, .requestCatalog::after {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
 content: '';
 width: 0;
 height: 0;
 border: 3px solid transparent;
}
.requestCatalog.anime::before, .requestCatalog.anime::after {
 width: 100%;
 height: 100%;
}
.requestCatalog.anime::before {
 border-top-color: #c1c0bf;
 border-right-color: #c1c0bf;
 transition: width .8s, height .8s .8s;
}
.requestCatalog.anime::after {
 border-bottom-color: #c1c0bf;
 border-left-color: #c1c0bf;
 transition: height .8s, width .8s .8s;
}
.requestCatalog h3 {
 font-weight: 400;
 line-height: 1.2;
 font-size: 1.6em;
}
.requestCatalog h3 span {
 font-size: .8em;
}
.catalogImage {
 padding: 0 20px;
}
.catalogImage img {
 margin: -40px 0 0;
 z-index: 3;
 position: relative;
}
.catalogBtn {
 padding: 0px 30px 30px;
 text-align: center;
}
.catalogBtn p {
 font-size: .95em;
 line-height: 1.6;
 margin: .5em 0 1em;
 letter-spacing: .02em;
}
.catalogBtn a {
 display: block;
 background: #222;
 overflow: hidden;
 position: relative;
 letter-spacing: 0em;
 text-align: left;
}
.arrow {
 position: relative;
 display: block;
 padding: 18px 70px 18px 20px;
 vertical-align: middle;
 text-decoration: none;
 color: #fff;
 z-index: 2;
 line-height: 1.4;
 font-size: .95em;
}
.arrow::before, .arrow::after {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.arrow::before {
 right: 20px;
 width: 40px;
 height: 1px;
 background: #fff;
}
.arrow::after {
 right: 22px;
 width: 12px;
 height: 12px;
 border-top: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
 .requestCatalog {
  margin: 50px 8% 150px;
  display: flex;
  align-items: center;
 }
 .catalogImage {
  width: 52%;
  margin: 5px 0 0px -40px;
  padding: 0px 0 0px 0;
  position: relative;
  z-index: 3;
 }
 .catalogImage img {
  margin: 0;
 }
 .catalogBtn {
  -webkit-flex: 1;
  flex: 1;
  padding: 30px 30px 30px 15px;
  text-align: left;
 }
 .catalogBtn p {
  margin: .5em 0 1em 0;
 }
 .arrow {
  font-size: 1.1em;
 }
}
@media print, screen and (min-width: 960px) {
 .requestCatalog {
  width: 880px;
  margin: 30px auto 150px;
 }
 .catalogImage {
  width: 500px;
  margin: -18px 0 0 -50px;
  padding: 0px;
 }
 .catalogBtn {
  padding: 20px 40px 20px 40px;
 }
 .requestCatalog h3 {
  font-size: 2.3em;
 }
 .catalogBtn p {
  margin: .8em 0 1.5em;
  font-size: 1em;
 }
 .catalogBtn p span {
  display: block;
 }
 .arrow {
  padding: 20px 70px 20px 25px;
 }
}
@media print, screen and (min-width: 1280px) {
 .arrow::before {
  right: 50px;
  width: 50px;
  height: 1px;
  background: #fff;
 }
 .arrow::after {
  right: 52px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .arrow:hover::before {
  right: 20px;
  width: 80px;
 }
 .arrow:hover::after {
  right: 22px;
 }
 .catalogBtn a::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(130deg, rgba(177, 148, 93, 1) 40%, rgba(123, 88, 33, 1) 100%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  transition: .3s;
  z-index: 1;
 }
 .catalogBtn a:hover::after {
  width: 100%;
  height: 100%;
  left: 0px;
 }
}
/*固定ボタン*/
.fixBtn {
 position: fixed;
 z-index: 10;
 bottom: 0;
 left: 0;
 right: 0;
 display: none;
}
.fixBtn a {
 color: #fff;
}
.fixBtn .fixBtn-sp {
 font-size: .8em;
 letter-spacing: 0;
 display: flex;
 flex-direction: row-reverse;
 line-height: 1;
 text-align: center;
 width: 100vw;
 justify-content: center;
}
.fixBtn .fixBtn-sp img {
 width: 2.5em;
 height: auto;
 margin-bottom: 5px;
}
.fixBtn .fixBtn-sp a {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: #160a01;
 width: 50vw;
 max-width: 200px;
 height: 56px;
 padding: 6px 0;
 margin-left: 1px;
 line-height: 1;
}
.fixBtn .fixBtn-sp a:active {
 background: #a9a190;
}
.fixBtn .fixBtn-pc {
 display: none;
}
@media print, screen and (min-width: 768px) {
 .fixBtn {
  left: auto;
  right: 0px;
 }
 .fixBtn .fixBtn-sp {
  display: none;
 }
 .fixBtn .fixBtn-pc {
  display: block;
  width: 320px;
  background: url("../images/inquiry_pc@2x.png") no-repeat center center;
  background-color: #160a01;
  background-size: cover;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
 }
 .fixBtn .fixBtn-pc .fixBtn--title {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: 4px;
 }
 .fixBtn .fixBtn-pc .fixBtn--txt {
  font-size: .75em;
  letter-spacing: 0.03em;
  line-height: 1.4;
  opacity: 0.9;
 }
}
@media (hover: hover) {
 .fixBtn .fixBtn-pc:hover {
  background-color: #333;
  opacity: 0.95;
 }
}
/*スマホ以外は電話番号リンクを無効*/
@media (min-width: 751px) {
 a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  border-bottom: none;
  color: #222;
 }
}
#philosophy {
 padding: 50px 0 0 0;
}
#philosophy .section-title h1 {
 font-size: 1.4em;
 line-height: 1.6;
 margin-bottom: 20px;
}
#philosophy .section-title h1 span {
 display: inline-block;
}
#philosophy .section-title p {
 padding: .4em 0;
}
#philosophy .tag {
 position: relative;
 font-size: 1.7em;
 line-height: 1.6;
}
#philosophy .tag::before, #philosophy .tag::after {
 content: '';
 display: block;
 width: 40px;
 height: 1px;
 border-top: 1px solid rgba(0, 0, 0, 0.3);
 transform: rotate(-45deg);
 transform-origin: left bottom;
 position: absolute;
 top: 0;
 left: 1.6em;
}
#philosophy .tag::after {
 width: 120px;
 transform-origin: left top;
 transform: rotate(135deg);
 position: absolute;
 top: auto;
 bottom: 0;
 left: 0;
}
#philosophy h2 {
 font-size: 1.4em;
 line-height: 1.6;
 margin: .4em 0 .8em 0;
}
#philosophy h2 span {
 display: inline-block;
}
#philosophy .section-content .philosophyimg {
 flex: 1;
}
#philosophy .section-content {
 padding: 50px 0 50px;
}
#philosophy .section-content ul li:nth-child(1) .philosophyimg img, #philosophy .section-content ul li:nth-child(3) .philosophyimg img {
 margin: 20px 0;
}
#philosophy .section-content ul li:nth-child(2) {
 justify-content: flex-end;
 flex-direction: row-reverse;
}
#philosophy .section-content ul li:nth-child(2) .text {
 padding: 30px 0 0 0;
}
#philosophy .section-content ul li:nth-child(2) .philosophyimg img {
 transform: scale(1.1);
 position: relative;
 z-index: -1;
 margin-bottom: 50px;
}
#philosophy .section-content ul li:nth-child(3) {
 align-items: center;
}
@media print, screen and (max-width: 425px) {
 #philosophy .section-title h1 {
  font-size: 6.5vw;
 }
 #philosophy .section-content .text {
  font-size: .95em;
 }
 #philosophy .section-content ul li:nth-child(1) .philosophyimg, #philosophy .section-content ul li:nth-child(3) .philosophyimg {
  padding: 0 0 0 0px;
 }
}
@media print, screen and (min-width: 768px) {
 #philosophy {
  padding: 90px 0 0 0;
  background: url("../images/philosophy_bg.jpg") no-repeat;
  background-size: auto 550px;
  background-position: top right -400px;
 }
 #philosophy .section-title h1 {
  font-size: 2.1em;
 }
 #philosophy .section-title p {
  font-size: 1.08em;
  width: 75%;
 }
 #philosophy h2 span {
  display: inline-block;
 }
 #philosophy .section-content {
  padding: 50px 0 100px;
  background: url("../images/philosophy_sketch_tb.jpg") no-repeat;
  background-position: top 48% left 0%;
  background-size: 45% auto;
 }
 #philosophy .section-content .text {
  width: 54%;
 }
 #philosophy .section-content ul li:nth-child(1) .philosophyimg, #philosophy .section-content ul li:nth-child(3) .philosophyimg {
  padding: 0 0 0 30px;
 }
 #philosophy .section-content ul li:nth-child(1) .philosophyimg img, #philosophy .section-content ul li:nth-child(3) .philosophyimg img {
  margin: 0;
 }
 #philosophy .section-content ul li:nth-child(2) .philosophyimg img {
  display: none;
 }
 #philosophy .section-content ul li:nth-child(2) .text {
  padding: 70px 0;
 }
}
@media print, screen and (min-width: 1024px) {
 #philosophy {
  background-position: top right -200px;
 }
 #philosophy h2 {
  font-size: 1.6em;
 }
 #philosophy .section-content {
  padding: 90px 0 120px;
  background: url("../images/philosophy_sketch.jpg") no-repeat;
  background-position: top 50% left 0%;
  background-size: 55% auto;
 }
 #philosophy .section-content .text {
  width: 43%;
 }
 #philosophy .section-content ul li:nth-child(1) .philosophyimg, #philosophy .section-content ul li:nth-child(3) .philosophyimg {
  padding: 0 0 0 60px;
 }
}
@media print, screen and (min-width: 1240px) {
 #philosophy {
  background-position: top right -100px;
 }
 #philosophy .section-content ul li:nth-child(2) .text {
  padding: 80px 0;
 }
}
#structure .section-title {
 text-align: center;
 padding: 40px 0;
 font-weight: 200;
}
#structure .section-title h2 {
 font-size: 2.8em;
 text-transform: capitalize;
 letter-spacing: .1em;
 line-height: 1;
 position: relative;
 z-index: 10;
 margin-bottom: 15px;
}
#structure .section-title h1, #styles .section-title h1 {
 font-size: 1.1em;
 line-height: 1;
}
#structure .section-content {
 margin-top: 80px;
 background: #999693;
 color: #fff;
 padding: 0 0 130px 0;
}
#structure .structure-img-years {
 text-align: center;
}
#structure .structure--img img {
 margin-top: -80px;
}
#structure .structure--years {
 display: flex;
 justify-content: center;
 flex-direction: row-reverse;
 margin-top: -20px;
}
#structure .structure--years > p {
 text-align: center;
 padding: 0 35px;
 font-size: 3.2rem;
 line-height: 1;
 position: relative;
 letter-spacing: .1em;
}
#structure .structure--years > p > span {
 display: block;
 font-size: 1.4rem;
 letter-spacing: .1em;
}
#structure .structure--years > p:first-child::before {
 content: '';
 display: block;
 width: 1px;
 height: 130%;
 border-left: 1px solid;
 transform: rotate(30deg) translateY(-10%);
 position: absolute;
 left: -15px;
 top: 0;
}
#structure .text {
 padding-top: 50px;
}
#structure .text h3 {
 font-size: 6.5vw;
 line-height: 1.5;
 padding-right: 0;
 margin-bottom: 1em;
 width: 11em;
}
#structure .structure-item {
 position: relative;
}
#structure .structure-item ul {
 margin: 50px 0 0 0;
}
#structure .structure-item ul li {
 padding: .8em 0;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 font-size: 1.2em;
 line-height: 1.5;
}
#structure .structure-item .zeh-image {
 background: #fff;
 font-size: .75em;
 color: #222;
 padding: 20px 0 10px;
 text-align: center;
 width: 40%;
 letter-spacing: 0;
 line-height: 1.4;
 margin: 10px 0 0 auto;
}
#structure .structure-item .zeh-image .zehlogo {
 margin: 0 30px 10px;
}
#structure .structure-img-bottom {
 margin-top: -130px;
}
#structure .structure-img-bottom.flex {
 text-align: center;
 justify-content: center;
 display: flex;
}
#structure .structure-img-bottom.flex p:first-child img {
 margin-top: -80px;
}
#structure .structure-img-bottom.flex p:last-child img {
 margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
 #structure .section-title {
  padding: 80px 0 40px 0;
 }
 #structure .section-title h2 {
  font-size: 3.4em;
 }
 #structure .section-content {
  margin-top: 170px;
 }
 #structure .structure--img img {
  margin-top: -170px;
 }
 #structure .structure--years {
  margin-top: -30px;
 }
 #structure .structure--years > p {
  padding: 0 50px;
  font-size: 4.6rem;
 }
 #structure .text h3 {
  font-size: 1.75em;
  width: 9em;
  padding-right: 1.5em;
  margin-bottom: 0;
 }
 #structure .text p {
  flex: 1;
  font-size: 1.06rem;
 }
 #structure .structure-item ul {
  width: 72%;
 }
 #structure .structure-item .zeh-image {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 22%;
  font-size: .8em;
  margin: 0;
 }
 #structure .structure-img-bottom {
  margin-top: -30px;
  width: 70%;
 }
 #structure .structure-img-bottom.flex p:last-child img {
  margin-top: -10px;
 }
}
@media print, screen and (min-width: 960px) {
 #structure .structure-item ul {
  margin: 50px 0 0 0;
  width: calc(100% - 220px);
 }
 #structure .structure-item .zeh-image {
  position: absolute;
  width: 150px;
 }
 #structure .structure-img-bottom {
  width: 50%;
 }
}
#styles {
 margin: 50px 0 0 0;
 padding: 50px 0 0 0;
}
#styles .section-title {
 padding-bottom: 50px;
}
#styles .section-title h2, #gallery .section-title h2 {
 font-size: 2.8em;
 text-transform: capitalize;
 letter-spacing: .15em;
 line-height: 1;
 position: relative;
 z-index: 10;
 margin-bottom: .3em;
}
#structure .section-title h1, #styles .section-title h1 {
 font-size: 1.1em;
 line-height: 1;
}
#styles .tag {
 position: relative
}
#styles .tag::before, #styles .tag::after {
 content: '';
 display: block;
 width: 100px;
 height: 1px;
 background: rgba(0, 0, 0, 0.4);
 transform: rotate(-45deg);
 transform-origin: left bottom;
 position: absolute;
 top: 0;
 left: 2.2em;
}
#styles .tag::after {
 transform-origin: left top;
 transform: rotate(135deg);
 position: absolute;
 top: auto;
 bottom: -2px;
 left: .5em;
}
#styles .section-content h3 {
 font-size: 2em;
 letter-spacing: .08em;
 line-height: 1;
 margin: .2em 0;
}
#styles .section-content h2 {
 font-size: 1.4em;
 margin-bottom: .5em;
}
#styles .section-flex .text {
 padding: 1.5em 0;
}
#styles .section-flex .text p {
 line-height: 1.8;
 font-size: .92em;
}
#styles .section-flex {
 position: relative;
}
#styles .section-flex.full div.image {
 width: 100%;
 height: 100vw;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
#styles .garage div.image {
 background-image: url("../images/style_garage.jpg");
}
#styles .outdoor div.image {
 background-image: url("../images/style_outdoor.jpg");
}
#styles .medical {
 padding: 0 0 100px 0;
}
#styles .flex > div .text {
 width: 86%;
 margin: 0 auto;
}
#styles .section-flex.garage div.image::after, #styles .section-flex.outdoor div.image::after {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 1;
 background-color: rgba(255, 255, 255, 0);
 transition: all 1.5s ease-out;
}
@media print, screen and (max-width: 767px) {
 #styles .garage div.image {
  background-image: url("../images/style_garage_sp.jpg");
 }
 #styles .outdoor div.image {
  background-image: url("../images/style_outdoor_sp.jpg");
 }
}
@media print, screen and (min-width: 768px) {
 #styles .section-title h2 {
  font-size: 3.4em;
 }
 #styles .section-content .full {
  height: 100vw;
  position: relative;
 }
 #styles .flexmiddle {
  display: flex;
  align-items: center;
  height: 100vw;
 }
 #styles .section-flex.full div.image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
 }
 #styles .garage div.image {
  background-image: url("../images/style_garage.jpg");
 }
 #styles .outdoor div.image {
  background-image: url("../images/style_outdoor.jpg");
 }
 #styles .section-flex .text p {
  line-height: 2;
  font-size: 1em;
 }
 #styles .section-flex .text {
  padding: 0;
 }
 #styles .section-flex.full .text > * {
  width: 55%;
 }
 #styles .section-flex.full .text.blockright > * {
  margin-left: auto;
 }
 #styles .section-content h3 {
  font-size: 2.8em;
  margin: .2em 0 .6em;
 }
 #styles .section-content h2 {
  font-size: 1.8em;
 }
 #styles .flex h3 {
  font-size: 2.2em;
 }
 #styles .flex h2 {
  font-size: 1.5em;
 }
 #styles .flex > div {
  width: 50%;
  margin: -40px 0 0 0;
  position: relative;
  z-index: 5;
 }
 #styles .flex > div.medical {
  width: 50%;
  margin: 80px 0 0 0;
  position: relative;
 }
 #styles .flex > div.medical > div {
  position: relative;
  z-index: 3;
 }
 #styles .flex > div.medical::before {
  content: '';
  background: #e8e3d7;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
 }
 #styles .flex > div .text {
  width: 75%;
  max-width: 570px;
  margin: 30px auto 0 auto;
 }
 #styles .section-flex.garage div.image::after, #styles .section-flex.outdoor div.image::after {
  background-color: rgba(0, 0, 0, 0);
  transition: all 1.5s ease-out;
 }
 #styles .section-flex.garage div.image.bgdark::after, #styles .section-flex.outdoor div.image.bgdark::after {
  background-color: rgba(0, 0, 0, 0.4);
 }
 #styles .garage, #styles .outdoor {
  color: #fff;
 }
 #styles .garage .tag::before, #styles .garage .tag::after, #styles .outdoor .tag::before, #styles .outdoor .tag::after {
  background-color: rgba(255, 255, 255, 0.8);
 }
}
@media print, screen and (min-width: 960px) {
 #styles .section-content .full {
  height: 100vh;
  position: relative;
 }
 #styles .flexmiddle {
  display: flex;
  align-items: center;
  height: 100vh;
 }
 #styles .section-flex.full .text > * {
  width: 40%;
 }
}
#gallery {
 position: relative;
}
#gallery::before {
 content: '';
 display: block;
 /*background: #f0eeea;*/
 background: #1f1f1f;
 width: 100%;
 height: calc(100% + 40px);
 position: absolute;
 z-index: -1;
}
#gallery .section-title {
 padding: 50px 0 40px 0;
 text-align: center;
 position: relative;
 /*color: #696056 !important;*/
 color: #bca885 !important;
}
#gallery .section-title h1 {
 font-size: 1.1em;
 line-height: 1;
 margin-top: .8em;
}
#gallery .swiper-container {
 padding-bottom: 40px;
}
#gallery .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: 0px;
}
#gallery .galleryimage .swiper-slide {
 width: 100%;
}
#gallery .galleryimage .galleryslide {
 /*background: #e0dedc;*/
 background: #222;
}
#gallery .galleryimage .swiper-slide p {
 padding: 10px 0 0 0;
 font-size: 1.25em;
 text-transform: capitalize;
 text-align: center;
}
#gallery .galleryimage .swiper-button-next, #gallery .galleryimage .swiper-button-prev {
 display: none;
}
@media print, screen and (min-width: 768px) {
 #gallery::before {
  height: calc(100% - 150px);
 }
 #gallery .section-title {
  padding: 80px 0 50px 0;
 }
 /* #gallery .section-title::before {
  content: '';
  display: block;
  background: #d0cbc5;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
 }*/
 #gallery .section-title h2 {
  font-size: 3.5em;
 }
 #gallery .galleryimage .swiper-slide {
  width: 76%;
 }
 #gallery .galleryimage .swiper-button-next, #gallery .galleryimage .swiper-button-prev {
  top: calc(50% - 50px);
  display: block;
 }
}
@media print, screen and (min-width: 960px) {
 #gallery .galleryimage .swiper-slide {
  width: 800px;
 }
}
#voice {
 padding: 80px 0;
}
#voice .section-title {
 flex-direction: row-reverse;
 align-items: flex-start;
}
#voice .section-title .right {
 text-align: right;
}
#voice .section-title .text {
 flex: 1;
 padding: 1.5em 0 0 0;
}
#voice .section-title .text p.small {
 font-size: .95rem;
 margin-top: .5em;
}
#voice .section-title h2 {
 letter-spacing: .07em;
 font-size: 2.2em;
 text-transform: capitalize;
}
#voice .section-title h1 {
 font-size: 1.1em;
 line-height: 1;
 margin-bottom: 2em;
}
#voice .voicelist ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding: 50px 0 0 0;
}
#voice .voiceNum {
 font-size: 3.25em;
 flex-basis: 1.4em;
 line-height: 1;
 color: #bab3ab;
 opacity: 0.8;
}
#voice .voiceNum span {
 display: block;
 position: relative;
}
#voice .voiceNum span::before, #voice .voiceNum span::after {
 content: '';
 display: block;
 width: 50px;
 height: 1px;
 background: rgba(175, 171, 165, 0.4);
 transform: rotate(-45deg);
 transform-origin: left bottom;
 position: absolute;
 top: 0;
 left: 52px;
}
#voice .voiceNum span::after {
 transform-origin: left top;
 transform: rotate(135deg);
 position: absolute;
 top: auto;
 bottom: 0;
 left: 0;
}
#voice .voice {
 flex-basis: auto;
 flex: 1;
}
#voice .owner {
 font-size: 1.125rem;
 margin-bottom: .5em;
}
#voice .voice .movie {
 position: relative;
}
#voice .movie a .overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.3);
 color: #fff;
 text-align: center;
}
#voice .movie a .overlay .playbtn {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 width: 80px;
 height: auto;
}
#voice .movie a .overlay .txt {
 position: absolute;
 bottom: 10px;
 width: 100%;
}
#voice h3 {
 font-size: 1.2rem;
 margin: .8em 0 .3em;
 line-height: 1.6;
}
#voice .voicelist ul li {
 padding-bottom: 60px;
}
#voice .excerpt {
 font-size: .92rem;
 height: 4em;
 overflow: hidden;
}
#voice a .voiceBtn span {
 display: inline-block;
 font-size: .8125rem;
 padding: 3px 24px;
 border: 1px solid;
 margin-top: .5em;
}
@media print, screen and (max-width: 425px) {
 #voice h3 {
  font-size: 5vw;
  margin-bottom: .8em;
 }
 #voice .movie a .overlay .txt {
  font-size: 4vw;
 }
}
@media print, screen and (min-width: 768px) {
 #voice .section-title.flex {
  flex-direction: column;
 }
 #voice .section-title.flex > div {
  width: 100%;
 }
 #voice .section-title h2 {
  font-size: 3em;
 }
 #voice .section-title .text p:first-child {
  font-size: 1.06em;
 }
 #voice .voicelist ul li {
  width: 46%;
  padding-bottom: 80px;
 }
 #voice .voicelist ul li > div.flex {
  display: block;
 }
 #voice h3 {
  font-size: 1.1em;
 }
 #voice .movie a .overlay .txt {
  font-size: .9em;
 }
}
@media screen and (min-width: 960px) {
 #voice .section-title .right {
  width: 23rem;
 }
 #voice .voicelist ul {
  padding: 90px 0 0 0;
 }
 #voice .voicelist ul li {
  width: 47.5%;
 }
 #voice h3 {
  font-size: 1.4em;
 }
}
@media screen and (min-width: 1025px) {
 #voice .movie a:hover .overlay {
  background: rgba(0, 0, 0, 0);
 }
 #voice .movie a:hover .overlay .txt {
  opacity: 0;
 }
 #voice .movie a:hover .overlay .playbtn {
  width: 100px;
 }
 #voice a:hover .voiceBtn span {
  color: #fff;
  border: 1px solid #222;
  background: #222;
 }
}
@media screen and (min-width: 1240px) {
 #voice .section-title.flex {
  flex-direction: row-reverse;
 }
 #voice .section-title.flex > div {
  width: auto;
 }
 #voice .section-title.flex .right {
  width: 23rem;
  text-align: right;
 }
 #voice .section-title .text {
  flex: 1;
  padding: 1.5em 0 0 0;
 }
 #voice .voicelist ul li > div.flex {
  display: flex;
 }
}
#modelhouse {
 margin-bottom: 150px;
 position: relative;
 color: #fff;
}
#modelhouse > div.flex {
 align-items: center;
}
#modelhouse .section-title {
 padding: 50px 7% 40px 7%;
 background: url("../images/mhbg2.jpg") no-repeat;
 background-size: cover;
}
#modelhouse .section-title h2 {
 letter-spacing: .07em;
 font-size: 2.4em;
 text-transform: capitalize;
 line-height: 1;
}
#modelhouse .section-title h1 {
 font-size: 1.1em;
 line-height: 1;
 margin: .8em 0 2em 0;
}
#modelhouse h3 {
 font-size: 1.4rem;
 margin: 1em 0 .2em 0;
}
#modelhouse .text a span {
 color: #fff;
 font-weight: bold;
 border-bottom: 1px solid;
}
#modelhouse .text a svg {
 fill: #fff;
 margin-left: .5em;
}
#modelhouse address {
 font-style: normal;
 font-size: .95rem;
}
#modelhouse p.mhtel a {
 font-size: 1.25rem;
 line-height: 1.6;
 margin-bottom: .5em;
 color: #fff;
 display: block;
}
#modelhouse p.opentime span {
 font-size: .9rem;
 display: block;
}
#modelhouse .image .flex {
 display: flex;
}
#modelhouse .image .flex p:first-child {
 position: relative;
}
#modelhouse .image .flex p:last-child {
 position: relative;
 z-index: 3;
}
#modelhouse .map {
 width: 100%;
 height: 400px;
 background-color: lightgrey;
}
#modelhouse .access {
 color: #222;
}
#modelhouse .access .flex {
 justify-content: center;
}
#modelhouse .access h3 {
 font-size: 1.05em;
 margin-bottom: .5em;
}
#modelhouse .access p {
 font-size: .92em;
 line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
 #modelhouse > div.flex {
  flex-direction: row-reverse;
  background: url("../images/mhbg2.jpg") no-repeat center right;
  background-size: contain;
  align-items: stretch;
 }
 #modelhouse .section-title {
  flex: 1;
  background: none;
 }
 #modelhouse .section-title h2 {
  font-size: 3rem;
 }
 #modelhouse .section-title .text p {
  font-size: 1.06rem;
 }
 #modelhouse .image {
  width: 42%;
  background: url(../images/mhImage1.jpg) no-repeat center center;
  background-size: cover;
 }
 #modelhouse .image img {
  opacity: 0;
 }
 #modelhouse .image .flex p:first-child {
  margin-top: 0px;
  position: relative;
 }
 #modelhouse .image .flex p:last-child {
  position: relative;
  z-index: 3;
  display: none;
 }
 #modelhouse .image .flex {
  justify-content: space-between;
  flex-direction: column;
 }
 #modelhouse .image .flex p {
  width: 100%;
 }
}
@media print, screen and (min-width: 1024px) {
 #modelhouse .section-title {
  padding: 60px 50px 80px 7%;
  width: 50%;
 }
 #modelhouse .image {
  width: 55%;
  background: none;
 }
 #modelhouse .image .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
 }
 #modelhouse .image .flex p:first-child {
  display: block;
  background: url(../images/mhImage1.jpg) no-repeat center center;
  background-size: cover;
 }
 #modelhouse .image .flex p:last-child {
  display: block;
  background: url(../images/mhImage2.jpg) no-repeat center center;
  background-size: cover;
 }
}
footer {
 padding: 40px 0;
 background: #222;
 color: #f5f5f5;
 text-align: center;
 font-size: 14px;
}
footer .flex {
 flex-direction: row-reverse;
 justify-content: space-between;
 align-items: flex-start;
}
footer .companyName {
 font-size: 1.4em;
 margin: 1.5em 0 .2em 0;
}
footer .companyName::before {
 display: none;
}
footer address, footer p {
 font-size: .9em;
 line-height: 1.6;
}
footer address span, footer .telblock p span {
 display: block;
}
footer .telblock h2 {
 font-size: .92rem;
 margin-bottom: .5em;
}
footer .telnum {
 font-size: 2.2em;
 margin: 0 0 .3em 0;
 letter-spacing: .12em;
 line-height: 1;
}
footer .telnum a {
 color: #fff;
}
footer .telnum img {
 vertical-align: middle;
 width: auto;
 height: 1.1em;
 margin-right: .2em;
 transform: translateY(-.1em);
}
footer .copyright {
 font-size: .85em;
 margin-top: 1em;
 opacity: 0.7;
}
/*ソーシャルリンク*/
.sociallink {
 display: flex;
 justify-content: center;
 margin: 20px 0 10px 20px;
}
.sociallink p span {
 display: block;
 height: 24px;
}
.sociallink a {
 display: block;
 padding: 0 45px 0 0;
 position: relative;
 opacity: 0.8;
}
.sociallink a::before {
 content: "";
 width: 24px;
 height: 23px;
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 background-size: 96px 23px;
 background-image: url(../images/sns_mono@.png);
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 opacity: 1
}
.sociallink .sns-instagram a::before {
 background-position: -24px 0;
}
.sociallink .sns-youtube a::before {
 background-position: -48px 0;
}
.sociallink .sns-houzz a::before {
 background-position: -72px 0;
 right: 5px;
}
.amstyle {
 text-align: left;
 padding-bottom: 1em;
 font-size: .9em;
}
.amstyle a {
 border-bottom: 1px solid;
 display: inline-block;
 transform: translateY(-3px);
}
@media print, screen and (min-width: 768px) {
 footer {
  text-align: left;
  font-size: 15px;
 }
 footer .companyName {
  margin-top: -5px;
 }
 footer .telblock {
  text-align: right;
  margin-top: -.5em;
 }
 footer .telblock p {
  white-space: nowrap;
 }
 footer .telblock p span {
  display: inline;
  font-size: .85em;
 }
 footer .telblock p span.teikyu::after {
  content: '/';
  display: inline-block;
  padding: 0 .2em;
 }
 footer .telnum {
  font-size: 2.3em;
  margin: .1em 0 0 0;
  white-space: nowrap;
 }
 .sociallink {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 10px 0px;
 }
 .sociallink a {
  display: block;
  padding: 0 45px 0 0;
 }
 footer .copyright {
  text-align: right;
  margin-top: -1em;
 }
 footer address span {
  display: block;
  white-space: nowrap;
 }
}
@media print, screen and (min-width: 1024px) {
 footer address span {
  display: inline-block;
 }
 footer address span:first-child::after {
  content: '　';
 }
 footer .telnum {
  font-size: 2.6em;
 }
 footer .telblock p span {
  display: inline;
  font-size: .9em;
 }
 footer .copyright {
  text-align: right;
  margin-top: 1em;
 }
}
/*swiper設定*/
.swiper-lazy {
 opacity: 0;
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.swiper-lazy.swiper-lazy-loaded {
 opacity: 1;
}
.swiper-lazy-preloader {
 margin-top: -40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 8px;
}
/*アニメーション設定*/
.blur {
 opacity: 0;
 -webkit-filter: blur(8px);
 filter: blur(8px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.blur.on {
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
.fadeInLeft {
 opacity: 0;
 -webkit-transform: translateX(-30px);
 transform: translateX(-30px);
 -webkit-transition: all 1.2s ease-out;
 transition: all 1.2s ease-out;
}
.fadeInLeft.on {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.fadeInUp {
 opacity: 0;
 -webkit-transform: translateY(40px);
 transform: translateY(40px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeInUp.on {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.fadeIn {
 opacity: 0;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeIn.on {
 opacity: 1;
}
.dalay250 {
 transition-delay: 250ms;
}
.dalay500 {
 transition-delay: 500ms;
}
/*印刷用*/
@media print {
 .fadeIn {
  opacity: 1;
 }
 .fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 .fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
 .blur {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
 }
}
/*モーダル設定*/
.modaal-close {
 background: rgba(0, 0, 0, 0.5) !important;
 border-radius: 0;
}
.modaal-close:after, .modaal-close:before {
 top: 5px;
 left: 24px;
}
.modaal-close:focus, .modaal-close:hover {
 outline: none;
 background: none;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after, .modaal-fullscreen .modaal-close:hover:after, .modaal-fullscreen .modaal-close:hover:before {
 background: #999;
}
.modaal-close:after, .modaal-close:before {
 width: 2px;
 height: 40px;
 border-radius: 0;
}
.modaal-container {
 height: calc(100vh - 80px);
}
.modaal-inner-wrapper {
 padding-top: 30px;
 padding-bottom: 30px;
}
@media screen and (max-height: 900px) {
 .modaal-video-wrap.modaal-focus {
  max-width: 900px;
  /*max-height: 400px !important;*/
  margin: auto;
 }
 .modaal-video-container {}
}
@media screen and (max-width: 500px) {
 .modaal-video-wrap {
  margin: auto 0;
  position: relative;
 }
 .modaal-inner-wrapper {
  padding: 20px 10px;
 }
}
/* スクロールダウン */
.arrowWrap {
 position: absolute;
 right: 50px;
 bottom: 0;
 height: 220px
}
.arrowInner p {
 font-size: 13px;
 line-height: 1;
 -webkit-transform: rotate(90deg) translateY(-7px);
 transform: rotate(90deg) translateY(-7px);
 transform-origin: left top;
 white-space: nowrap;
 position: absolute;
 left: 50%;
 top: 25px;
}
.arrowInner span {
 display: block;
 width: 1px;
 height: 70px;
 margin: 150px auto 0;
 background-color: #eee;
 position: relative;
 overflow: hidden;
}
.arrowInner span::before {
 content: '';
 width: 1px;
 height: 70px;
 /*margin: 50px auto 0;*/
 background-color: #222;
 position: absolute;
 top: -70px;
 left: 0;
 -webkit-animation: arrow 2s ease 0s infinite normal;
 animation: arrow 2s ease 0s infinite normal;
}
@keyframes arrow {
 0% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 60% {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
 }
 100% {
  -webkit-transform: translate3d(0, 140px, 0);
  transform: translate3d(0, 140px, 0);
 }
}
/*フルスクリーンメニュー*/
#nav-toggle {
 position: fixed;
 top: 25px;
 right: 31px;
 height: 32px;
 cursor: pointer;
 display: none;
 z-index: 1000;
}
#nav-toggle > div {
 position: relative;
 width: 38px;
}
#nav-toggle span {
 width: 100%;
 height: 2px;
 left: 0;
 display: block;
 background: #111;
 position: absolute;
 transition: top .5s ease, -webkit-transform .6s ease-in-out;
 transition: transform .6s ease-in-out, top .5s ease;
 transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
 top: 0;
}
#nav-toggle span:nth-child(2) {
 top: 10px;
}
#nav-toggle span:nth-child(3) {
 top: 20px;
}
.open #nav-toggle span {
 background: #fff;
}
.open #nav-toggle span:nth-child(1) {
 top: 15px;
 -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: 15px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
@media print, screen and (max-width: 768px) {
 #nav-toggle {
  top: 20px;
  right: 25px;
 }
 #nav-toggle.white span {
  background: #fff;
 }
}
#container {
 z-index: 900;
}
#gloval-nav {
 background: #000;
 color: #fff;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 990;
 text-align: center;
 display: flex;
 visibility: hidden;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 opacity: 0;
 transition: opacity .6s ease, visibility .6s ease;
 overflow-y: auto;
}
#gloval-nav a {
 display: block;
 color: #fff;
 text-decoration: none;
 padding: 10px 0;
 transition: color .6s ease;
 font-size: 1.2em;
}
#gloval-nav ul {
 list-style: none;
}
#gloval-nav ul li {
 opacity: 0;
 -webkit-transform: translateX(200px);
 transform: translateX(200px);
 transition: opacity .2s ease, -webkit-transform .6s ease;
 transition: transform .6s ease, opacity .2s ease;
 transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:first-child {
 padding-top: 30px;
}
#gloval-nav ul li:nth-child(2) {
 transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
 transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
 transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
 transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
 transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
 transition-delay: .9s;
}
#gloval-nav ul li a span.gmt {
 display: block;
 font-size: .85em;
 line-height: 1.2;
 opacity: 0.7;
}
#gloval-nav .navcatalogBtn a {
 display: inline-block;
 border: 1px solid rgba(255, 255, 255, 0.4);
 padding: .5em 1.8em;
 margin: .5em 0 1em;
}
#gloval-nav .telnum {
 font-size: 1.5em;
 letter-spacing: .1em;
 line-height: 1;
}
#gloval-nav .telnum img {
 height: 1em;
 transform: translateY(.2em);
 margin-right: .3em;
}
#gloval-nav .teltime {
 font-size: .85em;
}
/* open */
body.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;
}
@media screen and (max-width: 425px) {
 #gloval-nav {
  font-size: 14px;
  padding: 20px 0;
 }
}
@media screen and (min-width: 1025px) {
 #nav-toggle:hover span:nth-child(1) {
  top: 4px;
 }
 #nav-toggle:hover span:nth-child(3) {
  top: 16px;
 }
 .open #nav-toggle:hover span:nth-child(1), .open #nav-toggle:hover span:nth-child(3) {
  top: 15px;
 }
 #gloval-nav a:hover {
  color: #666;
 }
}
/*固定ボタン*/
.topBtn {
 display: none;
 position: fixed;
 bottom: 0px;
 right: 0px;
 z-index: 50;
}
.topBtn a {
 display: block;
 width: 53px;
 height: 60px;
 z-index: 100;
 background-color: #5e5b58;
 text-align: center;
}
.topBtn a:before {
 content: '';
 width: 18px;
 height: 18px;
 border-top: 2px solid #fff;
 border-left: 2px solid #fff;
 transform: rotate(45deg);
 position: absolute;
 top: 24px;
 right: 17px;
}
@media print, screen and (min-width: 768px) {
 .topBtn {
  right: 30px;
 }
 .topBtn a {
  width: 40px;
  height: 45px;
  background-color: transparent;
 }
 .topBtn a:before {
  top: 10px;
  right: 7px;
 }
 .topBtn.fixgotop {
  bottom: 100px;
 }
 .topBtn a:before {
  content: '';
  width: 24px;
  height: 24px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  top: 10px;
  right: 7px;
 }
}
@media print, screen and (min-width: 1025px) {
 .topBtn a:hover {
  opacity: 0.5;
 }
}
.fadelozad {
 animation-name: fadelozad;
 animation-duration: 1s;
}
@keyframes fadelozad {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
/*covid-19*/
.importantinfo {
 padding: 40px 8%;
 letter-spacing: .1em;
 /*border-top: 1px solid #f0f0f0;*/
 margin-top: -40px;
}
.importantinfo br.tb, .importantinfo br.tb2 {
 display: none;
}
.importantinfo p {
 padding: .5em 0;
}
@media(min-width: 600px) and (max-width: 1279px) {
 .importantinfo br.tb {
  display: inline;
 }
}
@media(min-width: 600px) {
 .importantinfo br.tb2 {
  display: inline;
 }
}
@media screen and (min-width:600px) {
 .importantinfo {
  text-align: center;
  font-size: 1.05em;
 }
}
/*オンライン相談*/
.onlinemeeting {
 padding: 30px 0 50px;
 background-color: #f2f2f2;
}
.onlinemeeting .online_title {
 padding: 0 7%;
}
.onlinemeeting .online_title_mark {
 width: 65%;
 margin: 0 auto 1.5em;
}
.onlinemeeting h2 {
 font-size: 1.5em;
 /*font-weight: bold;*/
 margin-bottom: .8em;
 text-align: center;
 line-height: 1.4;
}
.online_img {
 margin: 2em 0;
}
.onlinemeeting .online_title ul {
 display: flex;
 justify-content: space-between;
}
.onlinemeeting .online_title ul li {
 width: 23%;
 border-radius: 50%;
 overflow: hidden;
}
.online_txt {
 padding: 0 7%;
}
.meetingRead {
 margin-bottom: 1em;
}
.meetingRead br.tb, .onlinemeeting .btnCaption br {
 display: none;
}
.linkbtn {
 padding: 1.2em 0 1em 0;
}
.linkbtn a {
 display: block;
 background: #222;
 overflow: hidden;
 position: relative;
 text-align: left;
 letter-spacing: 0.05em;
 font-size: 1.2em;
}
.linkbtn a .arrow {
 position: relative;
 display: block;
 padding: 22px 70px 22px 30px;
 vertical-align: middle;
 text-decoration: none;
 color: #fff;
 z-index: 2;
 line-height: 1.4;
 font-size: .95em;
}
.linkbtn a .arrow::before, .linkbtn a .arrow::after {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.linkbtn a .arrow::before {
 right: 30px;
 width: 40px;
 height: 1px;
 background: #fff;
}
.linkbtn a .arrow::after {
 right: 32px;
 width: 12px;
 height: 12px;
 border-top: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.onlinemeeting .btnCaption {
 font-size: .95em;
}
@media print, screen and (min-width: 760px) {
 .onlinemeeting .online_title_mark {
  width: 100%;
 }
 .onlinemeeting .online_title {
  display: flex;
  text-align: center;
  align-items: center;
 }
 .onlinemeeting .online_title > div:first-child {
  width: 50%;
 }
 .onlinemeeting .online_title > div:last-child {
  flex: 1;
 }
 .onlinemeeting .online_title ul {
  flex-wrap: wrap;
  justify-content: flex-end;
 }
 .onlinemeeting .online_title ul li {
  width: auto;
  border-radius: 0;
  overflow: hidden;
  margin: 1em 0 0 1em;
 }
 .onlinemeeting .online_title ul li img {
  display: block;
  border-radius: 50%;
 }
 .onlinemeeting h2 {
  font-size: 2em;
 }
 .onlinemeeting .dummy {
  display: none
 }
 .onlinemeeting .btnCaption {
  font-size: .9em;
 }
 .linkbtn a {
  display: inline-block;
 }
 .linkbtn a .arrow {
  padding: 22px 120px 22px 30px;
 }
 .linkbtn br {
  display: none;
 }
}
@media print, screen and (min-width: 960px) {
 .onlinemeeting {
  padding: 0px 0 70px 0;
 }
 .onlinemeeting_img {
  height: 340px;
  background: url("../images/online_img_large.jpg") no-repeat 50% 50%;
  background-size: cover;
 }
 .online_img {
  display: none;
 }
 .onlinemeeting_flex {
  display: flex;
  padding: 0 7%;
 }
 .onlinemeeting .online_title {
  display: block;
  text-align: center;
  align-items: center;
  padding: 0px 50px 30px 0;
  width: 320px;
  position: relative;
  z-index: 3;
  margin-top: -40px;
 }
 .onlinemeeting h2 {
  font-size: 2.1em;
 }
 .onlinemeeting .online_title > div:first-child {
  width: 100%;
 }
 .onlinemeeting .online_title > div:last-child {
  flex: none;
 }
 .onlinemeeting .online_title ul {
  justify-content: center;
  margin-top: 50px;
 }
 .onlinemeeting .online_title ul li {
  width: 110px;
  margin: 1em .5em 0 .5em;
 }
 .online_img_txt {
  flex: 1;
 }
 .online_img {
  margin: 0 0 2em 0;
 }
 .online_txt {
  padding: 50px 0 0 0;
 }
 .meetingRead {
  font-size: 1.05em;
  margin-bottom: 1em
 }
 .onlinemeeting .btnCaption {
  /*  width: 50%;*/
 }
}
@media print, screen and (min-width: 760px) and (max-width: 959px) {}
@media(min-width: 960px) and (max-width: 1279px) {
 .meetingRead br.tb {
  display: inline;
 }
}
@media print, screen and (min-width: 1280px) {
 .onlinemeeting .btnCaption br {
  display: inline;
 }
 .linkbtn a .arrow::before {
  right: 50px;
  width: 50px;
  height: 1px;
  background: #fff;
 }
 .linkbtn a .arrow::after {
  right: 52px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .linkbtn a .arrow:hover::before {
  right: 20px;
  width: 80px;
 }
 .linkbtn a .arrow:hover::after {
  right: 22px;
 }
 .linkbtn a::after {
  content: '';
  position: absolute;
  background: #af9d75;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  transition: .3s;
  z-index: 1;
 }
 .linkbtn a:hover::after {
  width: 100%;
  height: 100%;
  left: 0px;
 }
}
@media print, screen and (min-width: 1441px) {
 .online_txt_flex {
  display: flex;
 }
 .online_txt_flex > p:first-child {
  flex: 1;
  padding-right: 2em;
 }
 .online_txt_flex > p:last-child {
  width: 486px;
 }
 .onlinemeeting .online_title {
  margin-top: -130px;
 }
}
.holiday {
 padding: 30px 6% 60px;
}
.holiday .midashi {
 font-size: 1.125em;
 text-align: center;
}
.holiday .red {
 color: #c00;
}
.holiday .small {
 font-size: .875em;
 margin-bottom: 1em;
}
@media (max-width: 640px) {
 .holiday .midashi {
  margin-bottom: .8em;
 }
 .tb-only {
  display: none !important
 }
}
@media (min-width: 641px) {
 .sp-only {
  display: none !important;
 }
 .tb-only {
  display: inline
 }
 .holiday {
  text-align: center;
 }
}
@media (min-width: 1024px) {
 .sptb-only, .tb-only {
  display: none !important;
 }
}
@media (max-width: 641px) {
 .pctb-only {
  display: none !important;
 }
}
@media (max-width: 1023px) {
 .pc-only {
  display: none !important;
 }
}
@media (max-width: 1239px) {
 .pcwide-only {
  display: none !important;
 }
}

.works_mov_wrapper {
 padding: 80px 0 0 0;
}
.works_mov {
 position: relative;
 padding: 70px 0 130px 0;
}
.works_mov_bw {
 position: absolute;
 top: -40px;
 left: 0;
 width: 100%;
 height: 100%;
 margin: auto;
 opacity: 0.5;
}
.works_sub_image {
 height: auto;
 width: 70%;
}
.works_mov_content {
 max-width: 1140px;
 margin: auto;
}
.works_image {
 position: relative;
 margin: 0 0 0 10% !important;
}
.works_image a {
 display: block;
 margin: 0 0 0 10%;
}
.works_image img {
 max-width: 100%;
 height: auto;
}
.works_image a .overlay {
 position: absolute;
 width: 90%;
 height: 100%;
 top: 0;
 left: 10%;
 background: rgba(0, 0, 0, 0.1);
 color: #fff;
 text-align: center;
}
.works_image a .overlay .playbtn {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 width: 100px;
 height: auto;
}
.works_txt {
 color: #fff;
 padding: 1.5em 6% 0 10%;
}
.works_txt h3 {
 font-size: 1.7em;
 line-height: 1.6;
}
.works_txt .gmt {
 font-size: 1.1em;
 line-height: 1.3;
 padding: 0 0 .5em 0;
 color: #bca885;
}
.works_txt .desc {
 padding: 1em 0 0 8%;
 margin: 1em 0 0 2%;
 border-left: 1px solid #444;
}
.works_txt p {
 margin: 0;
 padding: 0;
}
.works_txt p a {
 display: inline-block;
 margin: 1.5em 0 0;
 color: #fff;
 font-size: .9em;
 position: relative;
 z-index: 3;
 background-image: linear-gradient(130deg, rgba(177, 148, 93, 0.7) 40%, rgba(123, 88, 33, 0.7) 100%);
 transition: all .5s ease-out;
 cursor: pointer;
}
.works_txt .arrow {
 padding: 1em 70px 1em 1.5em;
 position: relative;
 z-index: 2;
}
.works_txt .arrow::before {
 right: 1.5em;
 width: 30px;
}
.works_txt .arrow::after {
 right: 1.5em;
 width: 12px;
 height: 1px;
 border-top: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: right bottom;
}
@media (hover: hover) {
 .works_image a:hover .overlay {
  background: rgba(0, 0, 0, 0);
 }
 .works_image a:hover .overlay .playbtn {
  width: 120px;
 }
 .works_txt p a {
  overflow: hidden;
  position: relative;
 }
 .works_txt p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  transition: .3s;
  z-index: 1;
  background: rgba(177, 148, 93, 1);
 }
 .works_txt p a:hover::after {
  left: 0;
  top: 0px;
 }
}
@media print, screen and (min-width: 768px) {
 .works_txt .arrow {
  font-size: 1em;
 }
 .reversal .works_mov_bw {
  text-align: right;
 }
 .reversal .works_mov_content {
  flex-direction: row-reverse;
 }
 .reversal .works_image a {
  margin: 0 10% 0 0;
 }
 .works_image a .overlay {
  width: 100%;
  left: 0;
 }
 .reversal .works_image a .overlay {
  left: 0;
  right: 0;
 }
 .reversal .works_txt {
  padding: 1.5em 6% 0 10%;
 }
}
 @media print, screen and (max-width: 767px) {
  #gallery .swiper-container {
   color: #fff;
  }
  .swiper-pagination-bullet {
   background: #ccc;
  }
 }
 @media print, screen and (min-width: 768px) {
  .works_mov_wrapper {
   padding: 50px 0 80px 0;
  }
  .works_sub_image {
   height: 70%;
   width: auto;
  }
  .works_mov_bw {
   position: absolute;
   top: -65px;
   z-index: 1;
  }
  .works_mov_content {
   display: flex;
   width: 84%;
   max-width: 1140px;
   margin: auto;
   align-items: flex-end;
   position: relative;
   z-index: 2;
  }
  .works_mov_bw {
   position: absolute;
   top: -65px;
   left: 0;
   opacity: 0.5;
   width: 100%;
   height: 100%;
   margin: auto;
  }
  .works_image {
   width: 52%;
   position: relative;
   margin: 0
  }
  .works_image a, .reversal .works_image a {
   margin: 0;
  }
  .works_txt {
   width: 48%;
   padding: 0 0 0 6%;
  }
  .reversal .works_txt {
   padding: 0 6% 0 0;
  }
 }
 @media print, screen and (min-width: 1024px) {
  .works_mov_wrapper {
   padding: 0px 0 80px 0;
  }
  .works_mov_content {
   align-items: center;
  }
  .works_txt h3 {
   font-size: 2.1em;
  }
  .works_txt .gmt {
   font-size: 1.3em;
  }
    .works_txt {
   width: 40%;
  }
    .works_image {
   width: 60%;
  }
 }
 @media print, screen and (min-width: 1600px) {
  .works_mov_bw {
   max-width: 1600px;
   left: 50%;
   transform: translateX(-50%);
  }
 }
.instafeed {
 padding: 30px 0;
}
#sw-lightbox-overlay #sw-image-caption, #sw-lightbox-overlay #sw-image-source {
 font-size: 13px !important;
 font-family: 'Inter', 'メイリオ', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
 font-weight: 500;
}
.instafeed h2 a {
 color: #111;
}
.instafeed h2 {
 font-size: 2.5em;
 font-weight: 300;
 line-height: 1.4;
 margin-bottom: 50px;
 letter-spacing: .2em;
 color: #000;
 text-align: center;
}
.instafeed h2 span {
 display: block;
}
.instafeed h2 span.userid {
 font-size: 1.5rem;
 letter-spacing: .1em;
 font-weight: 500;
}
.instafeed iframe {
 height:66.6vw;
}
 @media print, screen and (min-width: 768px) {
.instafeed iframe {
 height:50vw;
}
}
 @media print, screen and (min-width: 1024px) {
.instafeed iframe {
 height:40vw;
}
}
 @media print, screen and (min-width: 1240px) {
.instafeed iframe {
 height:calc(100 / 3vw);
}
}

/* ============================================
   Mobile responsiveness fixes
   ============================================ */

/* Ensure swiper doesn't overflow before JS init */
.swiper-container, .swiper {
 overflow: hidden;
 max-width: 100%;
}

@media (max-width: 767px) {
 /* Fix 1: Heading font-size overrides */
 #structure .section-title h2,
 #styles .section-title h2,
 #voice .section-title h2,
 #modelhouse .section-title h2,
 .instafeed h2 {
  font-size: 1.5em;
 }

 #structure .structure--years > p {
  font-size: 2rem;
 }

 #styles .section-content h3 {
  font-size: 1.4em;
 }

 .siteTitle {
  font-size: 10.4vw;
 }

 /* Fix 2: catchCopy nowrap fix */
 .catchCopy > p {
  white-space: normal;
  font-size: 1em;
 }
}

/* ============================================
   収益シミュレーションボタン
   ============================================ */
.sim-btn {
 display: inline-block;
 padding: 8px 24px;
 background-color: #2563eb;
 color: #fff !important;
 text-decoration: none;
 font-size: 0.9em;
 letter-spacing: 0.05em;
 transition: background-color 0.3s ease;
}
.sim-btn:hover {
 background-color: #1d4ed8;
}
.sim-btn .arrow {
 color: #fff;
}
.sim-btn .arrow::before {
 border-color: #fff;
}

/* ============================================
   Fix: Philosophy section photo/text overlap
   ============================================ */

/* Background images were originally subtle sketches but are now real photos.
   Add overlay for readability and contain images properly. */

#philosophy .section-title {
 position: relative;
 z-index: 1;
}

/* Fade the decorative background so text is readable */
@media print, screen and (min-width: 768px) {
 #philosophy {
  background-size: auto 550px;
  background-position: top right -400px;
 }
 #philosophy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
 }
 #philosophy {
  position: relative;
 }
 #philosophy > * {
  position: relative;
  z-index: 1;
 }
 /* Reduce intensity of content area background photo */
 #philosophy .section-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 0;
 }
 #philosophy .section-content {
  position: relative;
 }
 #philosophy .section-content > * {
  position: relative;
  z-index: 1;
 }
}

@media print, screen and (min-width: 1024px) {
 #philosophy::before {
  background: rgba(255, 255, 255, 0.65);
 }
 #philosophy .section-content::before {
  background: rgba(255, 255, 255, 0.7);
 }
}

/* Ensure philosophy images don't overflow on mobile */
#philosophy .philosophyimg img {
 width: 100%;
 height: auto;
 display: block;
}

#philosophy .section-content ul li {
 margin-bottom: 30px;
}

@media (max-width: 767px) {
 #philosophy .section-content .text {
  margin-bottom: 15px;
 }
 #philosophy .philosophyimg {
  margin-bottom: 30px;
 }
}