@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Shippori+Mincho:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Shippori+Mincho:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Questrial";
  src: url("Questrial-Regular.woff") format("woff");
}

/*** color setting ***/
/*** font setting ***/
/*** $breakpoint setting ***/
.serif {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.notoSerif {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.en {
  font-family: "Lora", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

body {
  font-family: a-otf-ryumin-pr6n, "Questrial", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}

.century-gothic {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*********************
* common tags
*********************/
.text-center {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
  margin-right: 0;
}

.line-height2 {
  line-height: 2em;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row-height {
  display: flex;
  flex-wrap: wrap;
}

.f-size1em {
  font-size: 1em;
}

.f-size15em {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .f-size15em {
    font-size: 1.3em;
  }
}

.black {
  color: #505050;
}

.white {
  color: #fff;
}

.mb_160 {
  margin-bottom: 160px;
}

.pt_160 {
  padding-top: 160px;
}

.pdt10pdb12 {
  padding-bottom: 12%;
  padding-top: 10%;
}

.mgt-10 {
  margin-top: 15%;
}

.mgt-6vw {
  margin-top: 6vw;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

/*gridのgutter調整*/
.pd0 {
  padding: 0px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 div {
  padding-right: 20px;
  padding-left: 20px;
}

.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd60 {
  padding: 60px;
}

.pd70 {
  padding: 70px;
}

.pd80 {
  padding: 80px;
}

.fas {
  padding: 3px;
}

.siteContent {
  margin-top: 20px;
}

.contents_padding {
  padding: 2%;
}

.center {
  text-align: center;
}

input {
  width: 100%;
  line-height: 1.7;
}

label {
  width: 100%;
  line-height: 1.7;
  font-weight: normal;
}

.entry-meta {
  display: none;
}

.custom-logo {
  max-height: 72px;
  width: auto;
}

.sideSection {
  margin-top: 1.5em;
}

/***パララックス***/
.scroll-animation-obj {
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.scroll-animation-hop {
  transform: translate(0, 60px);
}

.scroll-animation-hop1 {
  transform: translate(0, 60px);
  transition-delay: 0.4s;
}

.scroll-animation-hop2 {
  transform: translate(0, 60px);
  transition-delay: 0.8s;
}

.scroll-animation-hop3 {
  transform: translate(0, 60px);
  transition-delay: 1.2s;
}

.scroll-animation-left {
  transform: translate(-60px, 0);
}

.scroll-animation-right {
  transform: translate(60px, 0);
}

.animation-obj {
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.animation-left {
  transform: translate(-60px, 0);
}

.animation-hop {
  transform: translate(0, 60px);
}

.animation-hop1 {
  transform: translate(0, 60px);
  transition-delay: 0.4s;
}

.animation-right {
  transform: translate(60px, 0);
}

/*********************
* コンタクトフォーム
*********************/
label {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  width: 100%;
  padding: 10px;
}

/*****************
*Safari対策
***************/
@media (min-width:768px) {
  .col-sm-4 {
    width: 33.2%;
  }

  .col-sm-6 {
    width: 49.9%;
  }

  .col-sm-9 {
    width: 74%;
  }

  .col-sm-push-1 {
    left: 8.2%;
  }
}

@media (max-width: 767px) {
  .col-xs-6 {
    width: 49%;
  }
}

@media (max-width: 480px) {
  .col-xs-6 {
    width: 46%;
  }
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/**** コンテンツ横幅設定 ******/
.inner {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width:768px) {
  .inner {
    width: calc(100% - 100px);
    max-width: 1200px;
  }

  .inner--wide {
    max-width: 1620px;
  }
}

@media (min-width: 1440px) {
  .inner {
    width: calc(100% - 200px);
  }
}

/****ヘッダー　　******/
.siteHeader {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  transition: all 0.3s ease-out;
}

.siteHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1680px) {
  .siteHeader__inner {
    padding-right: 52px;
  }
}

.siteHeader__logo {
  width: 250px;
  margin-bottom: 0;
}

.siteHeader__logo img {
  width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .siteHeader__logo {
    width: 300px;
  }
}

@media (min-width: 1440px) {
  .siteHeader__logo {
    width: 320px;
  }
}

@media (min-width: 1680px) {
  .siteHeader__logo {
    width: 350px;
  }
}

.siteHeader__gnavWrap {
  width: auto;
  display: none;
}

@media (min-width:992px) {
  .siteHeader__gnavWrap {
    margin: 0 20px 0 auto;
    display: block;
  }
}

@media (min-width: 1200px) {
  .siteHeader__gnavWrap {
    margin-right: clamp(30px, 2.5vw, 60px);
  }
}

@media (min-width: 1680px) {
  .siteHeader__gnavWrap {
    margin-right: 60px;
  }
}

.siteHeader__gnav {
  font-size: 14px;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.siteHeader__gnav li {
  height: auto;
  margin: 0;
}

.siteHeader__gnav li::before,
.siteHeader__gnav li::after {
  display: none;
}

.siteHeader__gnav a {
  color: #333333;
  padding: 0;
  border: 0;
}

.siteHeader__gnav .sub-menu {
  width: auto;
  padding: 1em 1.5em;
  margin: 0;
  background-color: rgba(51, 51, 51, 0.9);
  font-size: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.siteHeader__gnav .sub-menu a {
  color: #fff;
  white-space: nowrap;
}

.siteHeader__gnav .sub-menu.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1200px) {
  .siteHeader__gnav {
    font-size: 16px;
    grid-gap: clamp(24px, 2.5vw, 35px);
  }
}

@media (min-width: 1440px) {
  .siteHeader__gnav {
    font-size: 18px;
    grid-gap: 35px;
  }
}

.siteHeader__burgerWrap {
  width: calc(100% - 30px);
  max-width: 0;
  height: 100vh;
  padding: 80px 0;
  background-color: rgba(51, 51, 51, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.siteHeader__burgerWrap::-webkit-scrollbar {
  display: none;
}

.siteHeader__burgerWrap.visible {
  max-width: 420px;
  opacity: 1;
  pointer-events: auto;
}

.siteHeader__burgerWrap_logo {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 40px;
}

.siteHeader__burgerNav {
  width: 100%;
  max-width: 300px;
  display: grid;
  grid-gap: 15px;
}

.siteHeader__burgerNav li {
  height: auto;
  margin: 0;
}

.siteHeader__burgerNav li::before,
.siteHeader__burgerNav li::after {
  display: none;
}

.siteHeader__burgerNav>li {
  border-bottom: 1px solid #fff;
  text-align: left;
  display: block;
  position: relative;
}

.siteHeader__burgerNav a {
  padding: 0 15px 15px;
  border: 0;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  position: relative;
}

.siteHeader__burgerNav li.hasSub>a::before,
.siteHeader__burgerNav li.hasSub>a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  transition: 0.3s;
}

.siteHeader__burgerNav li.hasSub>a::after {
  transform: rotate(90deg);
}

.siteHeader__burgerNav li.hasSub>a.open {
  opacity: 1;
}

.siteHeader__burgerNav li.hasSub>a.open::after {
  transform: rotate(180deg);
}

.siteHeader__burgerNav .sub-menu {
  width: auto;
  max-height: 0;
  margin: 0 0 0 20px;
  display: block;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.siteHeader__burgerNav .sub-menu>li {
  position: relative;
}

.siteHeader__burgerNav .sub-menu>li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  border: 0;
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
}

.siteHeader__burgerNav .sub-menu.open {
  max-height: 10000px;
  margin-bottom: 10px;
  opacity: 1;
}

.siteHeader__spToggler {
  width: 40px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
}

.siteHeader__spToggler:focus {
  outline: 0;
  box-shadow: none;
}

.siteHeader__spToggler span {
  width: 100%;
  height: 1px;
  background-color: #333333;
  display: block;
  transition: 0.5s;
}

.siteHeader__spToggler.open span {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(25deg);
}

.siteHeader__spToggler.open span+span {
  transform: rotate(-25deg);
}

.siteHeader__spToggler.open span+span+span {
  transform: scale(0);
}

@media (min-width: 1200px) {
  .siteHeader__spToggler {
    width: 50px;
    height: 23px;
  }
}

@media (min-width: 1680px) {
  .siteHeader__spToggler {
    position: fixed;
    top: 34px;
    right: calc(50vw - 810px);
  }

  .siteHeader__spToggler.open {
    right: 30px;
  }
}

.siteHeader.transparent {
  padding: 10px 0;
  background-color: transparent;
}

.siteHeader.transparent .siteHeader__gnav a {
  color: #fff;
}

.siteHeader.transparent .siteHeader__spToggler span {
  background-color: #fff;
}

@media (min-width:768px) {
  .siteHeader.transparent {
    padding: 20px 0;
  }
}

@media (min-width:992px) {
  .siteHeader.transparent {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .siteHeader.transparent {
    padding: 60px 0;
  }

  .siteHeader.transparent .siteHeader__burgerWrap {
    padding-top: 120px;
  }
}

@media (min-width: 1680px) {
  .siteHeader.transparent .siteHeader__spToggler {
    top: 72px;
  }
}

.siteHeader.transparent.default {
  padding: 20px 0;
  background-color: #fff;
}

.siteHeader.transparent.default .siteHeader__logo a {
  background: url(../../images/header_logo-black.png) center/contain no-repeat;
  display: block;
}

.siteHeader.transparent.default .siteHeader__logo a img {
  opacity: 0;
}

.siteHeader.transparent.default .siteHeader__gnav a {
  color: #333333;
}

.siteHeader.transparent.default .siteHeader__gnav .sub-menu a {
  color: #fff;
}

.siteHeader.transparent.default .siteHeader__spToggler span {
  background-color: #333333;
}

.siteHeader.transparent.default .siteHeader__spToggler.open span {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .siteHeader.transparent.default .siteHeader__burgerWrap {
    padding: 80px;
  }
}

@media (min-width: 1680px) {
  .siteHeader.transparent.default .siteHeader__spToggler {
    top: 34px;
  }
}

.siteFooter {
  padding: 58px 0 100px;
  background: url(../../images/footer_bg.jpg) center/cover no-repeat;
  border: 0;
  color: #fff;
}

.siteFooter nav,
.siteFooter ul,
.siteFooter li,
.siteFooter a {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  color: #fff;
}

.siteFooter nav::before,
.siteFooter nav::after,
.siteFooter ul::before,
.siteFooter ul::after,
.siteFooter li::before,
.siteFooter li::after,
.siteFooter a::before,
.siteFooter a::after {
  display: none;
}

.siteFooter__infoBlk {
  padding: 0 0 53px;
  margin: 0 0 50px;
  border-bottom: 1px solid #fff;
}

.siteFooter__infoBlk_logo {
  width: 250px;
  margin-bottom: 41px;
}

.siteFooter__infoBlk_logo img {
  width: 100%;
  display: block;
}

.siteFooter__infoBlk_list {
  width: 100%;
  /*max-width: 640px;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 40px;
}

.siteFooter__infoBlk_list li {
  font-size: 12px;
  letter-spacing: 0.15em;
  position: relative;
}

.siteFooter__infoBlk_list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 18px);
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.siteFooter__infoBlk_list_ttl {
  margin-bottom: 0.5em;
  font-size: 112.5%;
  font-weight: 500;
}

.siteFooter__infoBlk_list_txt {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.siteFooter__infoBlk_list_txt+.siteFooter__infoBlk_list_txt {
  margin-top: 0.5em;
}

@media (max-width:544px) {
  .siteFooter__infoBlk_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .siteFooter__infoBlk_list li:not(:last-child)::after {
    width: 180px;
    height: 1px;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0;
    transform: translate(0);
  }
}

@media (min-width:992px) {
  .siteFooter__infoBlk_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
  }

  .siteFooter__infoBlk_list li {
    font-size: 16px;
  }

  .siteFooter__infoBlk_list li:not(:last-child)::after {
    right: -22px;
  }
}

.siteFooter__navBlk .footerNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 20px;
}

.siteFooter__navBlk .footerNav li {
  font-size: 12px;
  text-align: left;
  display: block;
}

.siteFooter__navBlk .footerNav_ttl {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #fff;
  font-size: 112.5%;
  font-weight: 500;
}

.siteFooter__navBlk .footerNav_txt {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.siteFooter__navBlk .footerNav_list {
  margin: -7px 0 0 0;
}

.siteFooter__navBlk .footerNav_list>li {
  padding-left: 20px;
  position: relative;
}

.siteFooter__navBlk .footerNav_list>li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  border: 0;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.siteFooter__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 2px 2px 4px #636363;
}

.siteFooter__cta_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.siteFooter__cta_ttl {
  position: relative;
  padding-left: 120px;
}

.siteFooter__cta_ttl img {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 0;
}

.siteFooter__cta_ttl p {
  margin: 0;
}

.siteFooter__cta_btn {
  display: block;
  background: #333;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  padding: 10px 20px;
}

.siteFooter__cta_btn:hover {
  color: #FFF;
}

.siteFooter__cta_tel {
  display: none;
}

@media (min-width:992px) {
  .siteFooter__navBlk .footerNav {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
  }

  .siteFooter__navBlk .footerNav li {
    font-size: 14px;
  }

  .siteFooter__navBlk .footerNav_ttl {
    border-bottom-width: 2px;
  }
}

@media (min-width: 1200px) {
  .siteFooter__navBlk .footerNav {
    grid-gap: 64px;
  }
}

@media (min-width: 1440px) {
  .siteFooter__navBlk .footerNav {
    grid-template-columns: repeat(auto-fill, 230px);
  }
}

@media (max-width: 575px) {
  .siteFooter__cta {
    padding: 10px;
  }

  .siteFooter__cta_inner {
    gap: 10px;
    width: 100%;
  }

  .siteFooter__cta_ttl img {
    display: none;
  }

  .siteFooter__cta_ttl {
    padding-left: 0px;
    font-size: 14px;
    display: none;
  }

  .siteFooter__cta_tel {
    width: 50%;
    display: block;

    a {
      text-align: center;
      display: block;
      padding: 8px 20px;
      border: 1px solid #333;
      color: #000;
      border-radius: 4px;
      height: 44px;

      img {
        width: 20px;
      }
    }
  }

  .siteFooter__cta_btn {
    width: 50%;
    height: 44px;
  }

}

#hero {
  margin-top: 110px;
}

.tel {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .tel {
    display: none;
  }
}

.phone {
  font-size: 25px;
}

.phone img {
  width: 20px;
}

.tel-img {
  height: 30px;
  padding-right: 30px;
  position: relative;
  top: 4px;
}

#vegas {
  margin-right: calc(50% - 50vw);
  min-height: 54vw;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #vegas {
    margin-right: 0;
    min-height: 58vw !important;
    background-size: cover;
  }

  #hero {
    margin-top: 55px;
  }
}

/****フッター　　******/
.small {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .small {
    width: 60%;
  }
}

.widget-nav {
  list-style: none;
}

.widget-nav li {
  float: left;
  margin: 5px 10px;
  font-size: 13px;
}

.widget-nav li a {
  color: #fff;
}

.site-info {
  font-family: century-gothic, sans-serif;
  background-color: #004f9d;
  margin-bottom: 80px;
}

.site-info .copyright {
  letter-spacing: 0em;
  font-size: 8px;
  float: right;
  background-color: #004f9d;
}

/****トップページ******/
@font-face {
  font-family: "Questrial";
  src: url("Questrial-Regular.woff") format("woff");
}

/*** color setting ***/
/*** font setting ***/
/*** $breakpoint setting ***/
/****トップページ******/
#content-front {
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.15em;
}

#content-front p {
  margin-bottom: 0;
}

#content-front .fpBtn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  background-color: #cdc2a2;
  border: 1px solid transparent;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

#content-front .fpBtn::after {
  content: "";
  width: 20px;
  height: 10px;
  margin: auto 0;
  background: url(../../images/icon_btnarrow-black.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
}

#content-front .fpBtn--transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

#content-front .fpBtn--transparent::after {
  background-image: url(../../images/icon_btnarrow-white.png);
}

#content-front .fpBtn--white {
  background-color: #fff;
  border-color: #333333;
}

@media (min-width:768px) {
  #content-front .fpBtn {
    max-width: 400px;
    height: 80px;
  }
}

#content-front .secTtl {
  padding: 0;
  margin: 0 0 80px;
  border: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 45px;
}

#content-front .secTtl__en {
  color: currentColor;
  font-size: 12px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: block;
}

#content-front .secTtl__jp {
  margin: 0 0 0 -9px;
  color: #504639;
  font-size: 48px;
  font-weight: 400;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}

@media (min-width:768px) {
  #content-front .secTtl__en {
    font-size: 16px;
  }

  #content-front .secTtl__jp {
    font-size: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width:992px) {
  #content-front .secTtl {
    margin: 0 0 135px;
    font-size: 80px;
  }

  #content-front .secTtl__jp {
    justify-content: flex-start;
    grid-gap: 86px;
  }
}

@media (min-width: 1440px) {
  #content-front .secTtl__jp {
    font-size: 110px;
  }
}

#content-front .secMV {
  position: relative;

  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

#content-front .secMV__inner {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#content-front .secMV__ttl {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#content-front .secMV__ttl::after {
  display: none;
}

#content-front .secMV__ttl img {
  width: 100%;
  display: block;
}

#content-front .secMV__enTxt {
  margin-bottom: 0;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
}

#content-front .secMV__imgWrap.ready {
  opacity: 0;
}

#content-front .secMV__img {
  width: 100%;
  height: 500px;
  margin: 0;
}

#content-front .secMV__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#content-front .secMV__img.slick-current img,
#content-front .secMV__img.prev-slide img {
  animation: zoomUp 9s linear forwards;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

#content-front .secMV__scroll {
  width: 1px;
  height: 80px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: mv_scroll 4s ease infinite;
}

@media (min-width:992px) {
  #content-front .secMV__scroll {
    height: 180px;
  }
}

@keyframes mv_scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }

  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@media (min-width:768px) {
  #content-front .secMV__img {
    height: auto;
    position: relative;
  }

  #content-front .secMV__img img {
    position: absolute;
    top: 0;
    left: 0;
  }

  #content-front .secMV__ttl {
    width: 8em;
    font-size: 50px;
  }

  #content-front .secMV__enTxt {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  #content-front .secMV__ttl {
    font-size: 80px;
  }

  #content-front .secMV__enTxt {
    font-size: 20px;
  }
}

#content-front .secNews {
  padding: 50px 0 50px;
}

#content-front .secNews__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#content-front .secNews__ttl {
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  color: #504639;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  flex-shrink: 0;
}

#content-front .secNews__newsWrap {
  width: calc(100% - 50px);
  padding: 8px 0 0;
  border-bottom: 1px solid #333333;
}

#content-front .secNews__newsWrap li {
  margin: 0;
  letter-spacing: 0.15em;
}

#content-front .secNews__newsWrap li::before,
#content-front .secNews__newsWrap li::after {
  display: none;
}

#content-front .secNews__newsWrap a {
  padding: 20px 0;
  border-top: 1px solid #333333;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  grid-gap: 8px;
  flex-direction: column;
}

#content-front .secNews__newsWrap a .news__meta {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

#content-front .secNews__newsWrap a .news__title {
  display: flex;
}

#content-front .secNews__newsWrap a .label {
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding: 6px 12px;
  line-height: 1;
}

.label--gallery {
  background: #0a7;
}

.label--column {
  background: #333;
}

.label--koe {
  background: #c26;
}

.label--news {
  background: #1e73be;
}

.label--event {
  background: #e67e22;
}

.label--pickup {
  background: #8e44ad;
}

.label--cat {
  background: #777;
}

#content-front .secNews__newsWrap a .date {
  flex-shrink: 0;
}

#content-front .secNews__newsWrap a .ttl {
  width: 100%;
  font-size: 112.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#content-front .secNews__newsWrap .no_post {
  padding: 1.625em 0;
  margin: 0;
  letter-spacing: 0.15em;
}

#content-front .secNews__link {
  margin: 24px 0 0 auto;
  align-self: flex-end;
  flex-shrink: 0;
}

#content-front .secNews__link a {
  padding-bottom: 4px;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
}

#content-front .secNews__link a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 767px) {
  #content-front .secNews__newsWrap a {
    padding: 12px 0;
    grid-gap: 4px;
  }

  #content-front .secNews__newsWrap a .label {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media (min-width:768px) {
  #content-front .secNews {
    padding: 52px 0 58px;
  }

  #content-front .secNews__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #content-front .secNews__ttl {
    width: auto;
    margin: 0 0 0 -4px;
    font-size: 40px;
  }

  #content-front .secNews__newsWrap {
    width: 70%;
    max-width: 833px;
  }

  #content-front .secNews__newsWrap a {
    font-size: 16px;
  }

  #content-front .secNews__link {
    width: 92px;
    margin: 0;
    font-size: 14px;
  }
}

#content-front .secModelHouse {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  /*バーチャルモデルハウス用*/
}

#content-front .secModelHouse__ttl_jp {
  padding: 6px 0 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#content-front .secModelHouse__ttl_jp strong {
  margin-top: -6px;
  color: #504639;
  font-size: 300%;
  font-weight: 400;
  letter-spacing: -0.06em;
}

#content-front .secModelHouse__houseList {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 60px;
  display: grid;
  grid-gap: 50px;
}

#content-front .secModelHouse__houseList_item {
  margin: 0;
}

#content-front .secModelHouse__houseList_item::before,
#content-front .secModelHouse__houseList_item::after {
  display: none;
}

#content-front .secModelHouse__houseList_item_ttl {
  margin-bottom: 0.5428em;
  color: #fff;
  font-size: 40px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.07em;
  line-height: 1;
}

#content-front .secModelHouse__houseList_item_link {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

#content-front .secModelHouse__houseList_item_link img {
  width: 100%;
  display: block;
  transition: 0.3s;
}

#content-front .secModelHouse__houseList_item_link:hover img {
  transform: scale(1.05);
}

#content-front .secModelHouse__houseList_item_link span {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

#content-front .secModelHouse__houseList_item_link span::after {
  content: "→";
  width: 1em;
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
}

#content-front .secModelHouse__btnWrap {
  width: 100%;
  max-width: 1410px;
  margin: 0 0 0 auto;
  text-align: center;
}

#content-front .secModelHouse__imageArea {
  padding: 100px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#content-front .secModelHouse__imageArea_img {
  width: 25%;
  margin: 0;
}

#content-front .secModelHouse__imageArea_img img {
  width: 90%;
  display: block;
}

#content-front .secModelHouse__imageArea_img:nth-child(1) {
  width: 40%;
  margin-top: 20px;
}

#content-front .secModelHouse__imageArea_img:nth-child(1) img {
  width: 100%;
}

#content-front .secModelHouse__imageArea_img:nth-child(2) {
  margin: 120px 0 0 0;
}

#content-front .secModelHouse__iframeWrap {
  width: 100%;
  padding-top: 49.342%;
  position: relative;
}

#content-front .secModelHouse__iframeWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width:768px) {
  #content-front .secModelHouse {
    padding: 90px 0 100px;
  }

  #content-front .secModelHouse__ttl_jp {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #content-front .secModelHouse__ttl_jp br {
    display: none;
  }

  #content-front .secModelHouse__houseList {
    max-width: 1410px;
    margin: 0 0 60px auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }

  #content-front .secModelHouse__houseList_item:nth-child(2) {
    margin-top: min(20%, 90px);
  }

  #content-front .secModelHouse__houseList_item_ttl {
    color: #333333;
    font-size: clamp(55px, 5.5vw, 70px);
  }

  #content-front .secModelHouse__houseList_item_link span {
    font-size: 24px;
  }

  #content-front .secModelHouse__imageArea {
    padding: 200px 0 0;
  }

  #content-front .secModelHouse__imageArea_img {
    width: 25%;
  }

  #content-front .secModelHouse__imageArea_img img {
    width: 87%;
  }

  #content-front .secModelHouse__imageArea_img:nth-child(1) {
    width: 32.5%;
    margin-top: 57px;
  }

  #content-front .secModelHouse__imageArea_img:nth-child(2) {
    margin: 250px 0 0 -27px;
  }
}

@media (min-width:992px) {
  #content-front .secModelHouse__ttl_jp {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-gap: 50px;
  }

  #content-front .secModelHouse__ttl_jp strong {
    font-size: 285%;
  }

  #content-front .secModelHouse__houseList {
    margin-bottom: 80px;
    grid-gap: 100px;
  }

  #content-front .secModelHouse__houseList_item:nth-child(2) {
    margin-top: 90px;
  }

  #content-front .secModelHouse__houseList_item_link span {
    height: 130px;
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  #content-front .secModelHouse__ttl_jp {
    font-size: 24px;
    grid-gap: 86px;
  }

  #content-front .secModelHouse__ttl_jp strong {
    font-size: 290%;
  }
}

@media (min-width: 1440px) {
  #content-front .secModelHouse__ttl_jp strong {
    font-size: 347%;
  }
}

@media (min-width: 1800px) {
  #content-front .secModelHouse__ttl_jp strong {
    font-size: 458.33%;
  }
}

#content-front .secEvent {
  padding: 50px 0 120px;
  color: #fff;
  position: relative;
  z-index: 1;
}

#content-front .secEvent__header {
  margin: 30px 0 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 25px;
}

#content-front .secEvent__header_txt {
  font-size: 90%;
}

#content-front .secEvent__header_txt br {
  display: none;
}

#content-front .secEvent__ttl {
  margin: 0;
  grid-gap: 45px;
}

#content-front .secEvent__ttl_jp {
  color: #fff;
  letter-spacing: -0.05em;
}

#content-front .secEvent__nav {
  width: auto;
  margin: 0 0 0 auto;
}

#content-front .secEvent__nav ul {
  width: auto;
  border-left: 1px solid #fff;
  display: flex;
}

#content-front .secEvent__nav li {
  height: auto;
  margin: 0;
  border-right: 1px solid #fff;
}

#content-front .secEvent__nav li::before,
#content-front .secEvent__nav li::after {
  display: none;
}

#content-front .secEvent__nav a {
  padding: 0 14px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

#content-front .secEvent__listWrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}

#content-front .secEvent__list {
  border-top: 1px solid #fff;
}

#content-front .secEvent__list_item {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.15em;
}

#content-front .secEvent__list_item::before,
#content-front .secEvent__list_item::after {
  display: none;
}

#content-front .secEvent__list_item_link {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
  position: relative;
}

#content-front .secEvent__list_item_link::after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../../images/icon_eventarrow-white.png) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

#content-front .secEvent__list_item_label {
  width: 70px;
  height: 70px;
  background-color: #cdc2a2;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}

#content-front .secEvent__list_item_img {
  width: 100%;
  padding-top: 73.5%;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

#content-front .secEvent__list_item_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#content-front .secEvent__list_item_img--noImage {
  background-color: #f0f0f0;
}

#content-front .secEvent__list_item_img--noImage span {
  width: 100%;
  height: 100%;
  color: #504639;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#content-front .secEvent__list_item_txtWrap {
  width: 100%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 10px;
}

#content-front .secEvent__list_item_cat {
  margin: 0;
}

#content-front .secEvent__list_item_cat span {
  width: 11.5em;
  height: 2.55em;
  background-color: #fff;
  color: #504639;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#content-front .secEvent__list_item_date {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#content-front .secEvent__list_item_ttl {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

#content-front .secEvent__btnWrap {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width:768px) {
  #content-front .secEvent {
    padding: 100px 0 150px;
  }

  #content-front .secEvent__nav a {
    padding: 0 35px;
    font-size: 18px;
  }

  #content-front .secEvent__listWrap {
    max-width: 1200px;
    margin: 0 auto 80px;
  }

  #content-front .secEvent__list_item {
    padding: 30px 50px 30px 0;
  }

  #content-front .secEvent__list_item_link {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 50px;
  }

  #content-front .secEvent__list_item_link::after {
    right: -50px;
  }

  #content-front .secEvent__list_item_label {
    width: 50px;
    height: 50px;
    font-size: 12px;
    top: -10px;
    left: 5px;
  }

  #content-front .secEvent__list_item_img {
    width: 33.33%;
    max-width: 400px;
    padding-top: min(20.58%, 247px);
    flex-shrink: 0;
  }

  #content-front .secEvent__list_item_txtWrap {
    padding-right: 0;
    grid-gap: 12px;
  }

  #content-front .secEvent__list_item_cat {
    margin: 0;
  }

  #content-front .secEvent__list_item_cat span {
    font-size: 14px;
  }

  #content-front .secEvent__list_item_date {
    font-size: 16px;
  }

  #content-front .secEvent__list_item_ttl {
    font-size: 20px;
  }
}

@media (min-width:992px) {
  #content-front .secEvent {
    padding: 100px 0 200px;
  }

  #content-front .secEvent__header {
    margin: 40px 0 80px;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 10px;
  }

  #content-front .secEvent__header_txt br {
    display: block;
  }

  #content-front .secEvent__ttl {
    grid-gap: 80px;
  }

  #content-front .secEvent__nav {
    margin: 0;
  }

  #content-front .secEvent__list_item {
    padding: 50px 50px 50px 0;
  }

  #content-front .secEvent__list_item_link {
    grid-gap: 100px;
  }

  #content-front .secEvent__list_item_link::after {
    width: 46px;
    height: 30px;
    bottom: 5px;
    right: -50px;
  }

  #content-front .secEvent__list_item_label {
    width: 70px;
    height: 70px;
    font-size: 14px;
    top: -10px;
    left: 10px;
  }

  #content-front .secEvent__list_item_img {
    width: 34.78%;
    padding-top: min(21.47%, 247px);
  }

  #content-front .secEvent__list_item_txtWrap {
    grid-gap: 20px;
  }

  #content-front .secEvent__list_item_cat span {
    font-size: 16px;
  }

  #content-front .secEvent__list_item_date {
    font-size: 18px;
  }

  #content-front .secEvent__list_item_ttl {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  #content-front .secEvent__header_txt {
    font-size: 100%;
    line-height: 1;
  }

  #content-front .secEvent__header_txt br {
    display: none;
  }
}

@media (min-width: 1440px) {
  #content-front .secEvent__nav a {
    padding: 0 44px;
    font-size: 24px;
  }

  #content-front .secEvent__ttl_jp {
    font-size: 90px;
  }
}

@media (min-width: 1600px) {
  #content-front .secEvent__ttl_jp {
    font-size: 110px;
  }
}

#content-front .secCommitment {
  padding: 50px 0;
  background: url(../../images/top_commitment_bg.jpg) center/cover no-repeat;
  color: #fff;
}

#content-front .secCommitment__ttl {
  margin-bottom: 30px;
}

#content-front .secCommitment__ttl_jp {
  color: #fff;
}

#content-front .secCommitment__txt {
  margin-bottom: 50px;
}

#content-front .secCommitment__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 80px;
}

#content-front .secCommitment__img {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

#content-front .secCommitment__img img {
  width: 100%;
  display: block;
}

#content-front .secCommitment__txtWrap {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 0 30px;
  margin: 0 auto;
}

#content-front .secCommitment__list {
  padding: 0;
  margin: 0 0 70px;
  display: grid;
  grid-gap: 52px;
  counter-reset: commitment_list 0;
  list-style: none;
}

#content-front .secCommitment__list_item {
  margin: 0;
  letter-spacing: 0.15em;
  position: relative;
}

#content-front .secCommitment__list_item_ttl {
  padding: 0.9em 0 0 0.4em;
  margin: 0 0 0.75em;
  border: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.13em;
  position: relative;
}

#content-front .secCommitment__list_item_ttl::before,
#content-front .secCommitment__list_item_ttl::after {
  position: absolute;
  top: -34%;
  left: -6.5%;
}

#content-front .secCommitment__list_item_ttl::before {
  counter-increment: commitment_list 1;
  content: counter(commitment_list, decimal-leading-zero);
  margin: 14px 0 0 -2px;
  font-size: 125%;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: -0.05em;
}

#content-front .secCommitment__list_item_ttl::after {
  width: 1px;
  height: 3em;
  background-color: #fff;
  transform: rotate(40deg);
  transform-origin: left bottom;
}

#content-front .secCommitment__list_item_txt {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.8;
}

@media (min-width:768px) {
  #content-front .secCommitment {
    padding: 100px 0;
  }

  #content-front .secCommitment__ttl {
    margin-bottom: 30px;
  }

  #content-front .secCommitment__txt {
    margin-bottom: 50px;
  }

  #content-front .secCommitment__row {
    max-width: 1920px;
    margin: 0 auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 60px;
  }

  #content-front .secCommitment__img {
    width: 31.2%;
    max-width: 604px;
    margin: 0;
    flex-shrink: 0;
  }

  #content-front .secCommitment__txtWrap {
    max-width: 1052px;
    padding: 0 30px 0 0;
    margin: 0;
  }

  #content-front .secCommitment__list_item_ttl {
    padding: 0.9em 0 0;
  }

  #content-front .secCommitment__img {
    width: 34%;
  }
}

@media (min-width:992px) {
  #content-front .secCommitment__ttl {
    margin-bottom: 42px;
  }

  #content-front .secCommitment__txt {
    margin-bottom: 100px;
  }

  #content-front .secCommitment__row {
    justify-content: space-between;
    grid-gap: 120px;
  }

  #content-front .secCommitment__list_item_ttl {
    font-size: 40px;
  }

  #content-front .secCommitment__list_item_txt {
    font-size: 20px;
  }

  #content-front .secCommitment__img {
    width: 31.2%;
    max-width: 604px;
  }
}

@media (min-width: 1240px) {
  #content-front .secCommitment__txtWrap {
    padding-right: min(50vw - 600px, 360px);
  }
}

#content-front .secCase {
  padding: 100px 0;
}

#content-front .secCase__ttl {
  margin-bottom: 50px;
  align-items: center;
}

#content-front .secCase__ttl_jp {
  letter-spacing: 0.1em;
}

#content-front .secCase__txt {
  margin-bottom: 45px;
}

#content-front .secCase__slideWrap {
  margin-bottom: 75px;
}

#content-front .secCase__slide {
  margin: 0 20px;
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}

#content-front .secCase__slide_img {
  width: 100%;
  padding-top: 100%;
  margin: 0;
  position: relative;
}

#content-front .secCase__slide_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#content-front .secCase__slide_txtWrap {
  width: 100%;
  color: #000;
}

#content-front .secCase__slide_ttl {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
}

#content-front .secCase__slide_txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

#content-front .secCase__btnWrap {
  margin-bottom: 0;
  text-align: center;
}

#content-front .secCase__btnWrap .fpBtn {
  color: #504639;
}

@media (min-width: 400px) {
  #content-front .secCase__slideWrap {
    padding-left: 20px;
  }

  #content-front .secCase__slideWrap .slick-list {
    padding-right: 8% !important;
  }

  #content-front .secCase__slide {
    margin: 0 20px 0 0;
  }
}

@media (min-width:768px) {
  #content-front .secCase {
    padding: 120px 0;
  }

  #content-front .secCase__ttl {
    margin-bottom: 60px;
    grid-gap: 50px;
  }

  #content-front .secCase__txt {
    margin-bottom: 50px;
    text-align: center;
  }

  #content-front .secCase__slideWrap {
    padding-left: 30px;
  }

  #content-front .secCase__slide {
    margin: 0 40px 0 0;
    grid-gap: 23px;
  }

  #content-front .secCase__slide_ttl {
    margin: 0 0 12px;
    font-size: 24px;
  }

  #content-front .secCase__slide_txt {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  #content-front .secCase {
    padding: 200px 0;
  }

  #content-front .secCase__ttl {
    margin-bottom: 80px;
    grid-gap: 80px;
  }

  #content-front .secCase__txt {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  #content-front .secCase__slideWrap {
    padding-left: calc(50vw - 600px);
  }

  #content-front .secCase__slideWrap .slick-list {
    padding-right: 5.5% !important;
  }
}

#content-front .secInsta {
  color: #fff;
  position: relative;
  overflow: hidden;
}

#content-front .secInsta__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#content-front .secInsta__ttl {
  margin-bottom: 40px;
  grid-gap: 20px;
}

#content-front .secInsta__ttl_en {
  color: #fff;
}

#content-front .secInsta__ttl_jp {
  margin: 0 0 0 -16px;
  color: #fff;
  letter-spacing: -0.05em;
}

#content-front .secInsta__txt {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

#content-front .secInsta__btnWrap {
  width: 100%;
}

#content-front .secInsta__btnWrap .fpBtn {
  height: 62px;
}

#content-front .secInsta__bgWrap {
  width: 100%;
  display: grid;
  grid-auto-columns: 200%;
  grid-auto-flow: column;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  to {
    translate: -200%;
  }
}

#content-front .secInsta__bgImg {
  width: 100%;
  display: block;
}

@media (min-width:768px) {
  #content-front .secInsta__ttl {
    grid-gap: 45px;
  }

  #content-front .secInsta__txt br {
    display: none;
  }

  #content-front .secInsta__bgWrap {
    grid-auto-columns: 120%;
    animation: scroll 60s linear infinite;
  }

  @keyframes scroll {
    to {
      translate: -120%;
    }
  }
}

@media (min-width:992px) {
  #content-front .secInsta__ttl {
    margin-bottom: 40px;
    grid-gap: 81px;
  }

  #content-front .secInsta__txt {
    font-size: 24px;
  }

  #content-front .secInsta__bgWrap {
    grid-auto-columns: 100%;
  }

  @keyframes scroll {
    to {
      translate: -100%;
    }
  }
}

#content-front .secRoomtour {
  padding: 80px 0;
}

#content-front .secRoomtour__row {
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}

#content-front .secRoomtour__img {
  width: 100%;
  margin: 0;
}

#content-front .secRoomtour__img img {
  width: 100%;
  display: block;
}

#content-front .secRoomtour__txtWrap {
  width: 100%;
  letter-spacing: 0.15em;
}

#content-front .secRoomtour__ttl {
  margin-bottom: 40px;
  grid-gap: 20px;
}

#content-front .secRoomtour__ttl_jp {
  letter-spacing: -0.05em;
}

#content-front .secRoomtour__subTtl {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#content-front .secRoomtour__subTtl::after {
  display: none;
}

#content-front .secRoomtour__txt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

#content-front .secRoomtour__videoList {
  width: 100%;
}

#content-front .secRoomtour__videoList_item {
  padding: 0 10px;
  margin: 0;
}

#content-front .secRoomtour__videoList_item_videoWrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

#content-front .secRoomtour__videoList_item_videoWrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#content-front .secRoomtour__videoList_item_videoWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (min-width:768px) {
  #content-front .secRoomtour {
    padding: 120px 0;
  }

  #content-front .secRoomtour__row {
    width: 100%;
    max-width: 1920px;
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 50px;
  }

  #content-front .secRoomtour__img {
    width: 40%;
    flex-shrink: 0;
  }

  #content-front .secRoomtour__ttl {
    margin-bottom: 40px;
    grid-gap: 45px;
  }

  #content-front .secRoomtour__subTtl {
    margin: 0 0 15px;
    font-size: 30px;
  }

  #content-front .secRoomtour__txt {
    padding-right: 30px;
    font-size: 16px;
  }

  #content-front .secRoomtour__videoList {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
}

@media (min-width:992px) {
  #content-front .secRoomtour {
    padding: 200px 0 100px;
  }

  #content-front .secRoomtour__row {
    margin-bottom: 70px;
    grid-gap: 65px;
  }

  #content-front .secRoomtour__img {
    width: 50%;
  }

  #content-front .secRoomtour__ttl {
    margin-bottom: 63px;
    grid-gap: 71px;
  }

  #content-front .secRoomtour__subTtl {
    margin: 0 0 20px;
    font-size: 36px;
  }

  #content-front .secRoomtour__txt {
    font-size: 20px;
  }

  #content-front .secRoomtour__videoList {
    grid-gap: 24px;
  }
}

@media (min-width: 1260px) {
  #content-front .secRoomtour__row {
    grid-gap: 80px;
  }

  #content-front .secRoomtour__subTtl {
    max-width: 422px;
    font-size: 40px;
  }

  #content-front .secRoomtour__txt {
    max-width: 422px;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  #content-front .secRoomtour__row {
    grid-gap: 178px;
  }
}

#content-front .concept2 p {
  margin-bottom: 1.5em;
}

#content-front .secContact {
  padding: 88px 0 100px;
  margin-bottom: -1.5em;
  background-color: #f0f0f0;
  border-bottom: 2px solid #504639;
}

#content-front .secContact__inner {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#content-front .secContact__txtWrap {
  display: contents;
}

#content-front .secContact__ttl {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  font-size: clamp(22px, 6.4vw, 24px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  order: -1;
}

#content-front .secContact__list {
  width: 100%;
  margin: 0 0 60px;
}

#content-front .secContact__list li {
  padding: 0 0 0 1em;
  margin: 0;
  font-size: clamp(12px, 3.75vw, 14px);
  line-height: 1.8;
}

#content-front .secContact__list li::before {
  content: "・";
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#content-front .secContact__list li::after {
  display: none;
}

#content-front .secContact__txt {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

#content-front .secContact__txt_tel {
  color: #333333;
  font-size: 40px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.0125em;
  line-height: 1;
  white-space: nowrap;
}

#content-front .secContact__txt_tel img {
  width: 0.65em;
  margin: -1px -7px 7px 1px;
}

#content-front .secContact__txt_time {
  margin: -4px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#content-front .secContact__txt_time br {
  display: none;
}

#content-front .secContact__btnWrap {
  width: 100%;
  margin: 0;
}

#content-front .secContact__img {
  width: 100%;
  max-width: 300px;
  margin: 0 0 30px auto;
  order: -1;
}

#content-front .secContact__img img {
  width: 100%;
  display: block;
}

@media (min-width:768px) {
  #content-front .secContact__inner {
    max-width: 1200px;
    flex-direction: row;
    justify-content: space-between;
  }

  #content-front .secContact__txtWrap {
    width: 100%;
    letter-spacing: 0.15em;
    display: block;
  }

  #content-front .secContact__ttl {
    margin-bottom: 1em;
    font-size: 30px;
  }

  #content-front .secContact__txt {
    flex-direction: row;
    align-items: center;
    grid-gap: 24px;
  }

  #content-front .secContact__txt_time br {
    display: block;
  }

  #content-front .secContact__list {
    margin: 0 0 40px;
  }

  #content-front .secContact__list li {
    font-size: 14px;
  }

  #content-front .secContact__list li br {
    display: none;
  }

  #content-front .secContact__img {
    width: 65%;
    max-width: 100%;
    padding: 12px 0 0;
    margin: 0;
    order: 1;
  }
}

@media (min-width:992px) {
  #content-front .secContact__txtWrap {
    width: auto;
  }

  #content-front .secContact__ttl {
    font-size: 40px;
  }

  #content-front .secContact__list {
    margin: 0 0 60px;
    white-space: nowrap;
  }

  #content-front .secContact__list li {
    font-size: 20px;
  }

  #content-front .secContact__txt {
    margin: 0 0 70px;
    grid-gap: 27px;
  }

  #content-front .secContact__txt_tel {
    font-size: 60px;
  }

  #content-front .secContact__txt_tel img {
    margin: -7px -10px 7px 1px;
  }

  #content-front .secContact__txt_time {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  #content-front .secContact__txtWrap {
    width: 100%;
  }

  #content-front .secContact__img {
    width: 51%;
    flex-shrink: 0;
  }
}

#content-front .parallaxWrap {
  position: relative;
}

#content-front .parallaxWrap::after {
  content: "";
  width: 100%;
  height: 15%;
  background: linear-gradient(180deg, transparent 0%, #4a4132 50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#content-front .parallaxWrap__img {
  width: 100%;
  height: 100vh;
  margin: 0;
  display: block;
  position: absolute;
  top: 260px;
}

#content-front .parallaxWrap__img.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#content-front .parallaxWrap__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#content-front .parallaxWrap__img_mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #504639 50%, transparent 100%);
  background: linear-gradient(180deg, #4a4132 50%, transparent 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width:768px) {
  #content-front .parallaxWrap__img {
    top: 515px;
  }
}

@media (min-width:992px) {
  #content-front .parallaxWrap__img {
    top: 615px;
  }
}

@media (min-width: 1200px) {
  #content-front .parallaxWrap__img {
    top: 705px;
  }
}

#content-front .imageArea {
  width: 100%;
}

#content-front .imageArea__img {
  width: 100%;
  margin: 0;
}

#content-front .imageArea__img img {
  width: 100%;
  display: block;
}

#MainContent a :hover {
  text-decoration: none;
}

.pickpu-title h2 {
  border-left: none;
}

.pickpu-title p {
  font-family: "Century Gothic Pro";
  color: #505050;
  text-align: center;
  letter-spacing: 0.2em;
}

.pickpu-title img {
  width: 50px;
  margin-top: 40px;
}

.pickpu-posts img {
  width: 100%;
}

.pickpu-posts img :hover {
  text-decoration: none;
  opacity: 0.7;
}

.pickpu-posts h3 {
  border-bottom: none;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .pickpu-posts h3 {
    line-height: 1.2em;
  }
}

.pickpu-posts h3 :after {
  width: 0;
}

.pickpu-posts span {
  font-size: 8px;
}

.row.o-3-column {
  margin: 0 -30px;
}

.row.o-3-column .col-md-4 {
  padding: 0 30px;
}

#ModernHouse {
  background-image: url(http://oonoko-ki.com/wp/wp-content/themes/ms-theme/images/urac13.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.filter {
  webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
}

.front-title {
  font-family: "Century Gothic Pro";
  color: #505050;
  text-align: center;
  letter-spacing: 0.2em;
  border-left: none;
}

.front-title h2 {
  border-left: none;
  font-weight: normal;
}

.front-title img {
  width: 50px;
  margin-top: 40px;
}

.front-title-w {
  font-family: "Century Gothic Pro";
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 20px;
  font-size: 30px;
}

.cat {
  color: rgb(80, 80, 80);
  font-size: 2.4em;
}

.cat a :hover {
  text-decoration: none;
  opacity: 0.7;
}

.cat a :hover span :hover {
  text-decoration: none;
  opacity: 0.7;
}

.cat span img {
  top: -4px;
  position: relative;
  width: 7%;
}

span.test :hover {
  text-decoration: none;
  opacity: 0.7;
}

#news {
  background-image: url(http://oonoko-ki.com/wp/wp-content/themes/ms-theme/images/top4.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

#news .left {
  background-color: #505050;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-concept {
  position: absolute;
  bottom: 11%;
  overflow: hidden;
  text-align: right;
}

.concept {
  clear: both;
  top: 9vw;
  position: relative;
  overflow: hidden;
}

.concept h2 {
  font-size: 12px;
  font-family: "Century Gothic Pro";
  color: rgb(80, 80, 80);
  border-left: 0px;
}

.concept p {
  font-size: 24px;
  color: rgb(80, 80, 80);
  margin-top: 20px;
}

.concept2 {
  margin-top: 10%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.concept2 h2 {
  font-size: 12px;
  font-family: "Century Gothic Pro";
  color: rgb(80, 80, 80);
  border-left: 0px;
}

.concept2 p {
  font-size: 24px;
  color: rgb(80, 80, 80);
  margin-top: 20px;
}

.Performance {
  overflow: hidden;
  display: flexbox;
  position: relative;
  top: -12vw;
}

.Performance h2 {
  font-size: 24px;
  color: rgb(80, 80, 80);
  margin-top: 20px;
  border-left: 0px;
}

.Performance p {
  font-size: 12px;
  font-family: "Century Gothic Pro";
  color: rgb(80, 80, 80);
}

.Performance-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-pull-1 {
  right: 4.15%;
}

@media (min-width: 992px) {
  .col-pull-1 {
    right: 2.15%;
  }
}

.morebtn {
  padding: 10px 15px 10px 20px;
  background-color: #3eb85e;
  color: #fff;
  font-family: "Century Gothic Pro";
}

.morebtn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
}

.morebtn2 :hover {
  background-color: #fff !important;
  color: #505050 !important;
  font-family: "Century Gothic Pro";
  border: 1px solid #505050;
}

.morebtn3 {
  position: relative;
  left: 68%;
}

.morebtn3 :hover {
  background-color: #f3f2ed !important;
  color: #505050 !important;
  font-family: "Century Gothic Pro";
  border: 1px solid #505050;
}

.bg-b {
  background-color: rgb(243, 242, 237);
  height: 8vw;
  position: relative;
  top: -5vw;
  z-index: -100;
}

.bg-b2 {
  background-color: rgb(243, 242, 237);
  height: 8vw;
  position: relative;
  top: -23vw;
  z-index: -100;
}

.bg-b3 {
  background-color: rgb(243, 242, 237);
  position: relative;
  z-index: -100;
  padding-top: 5%;
}

.bg-concept {
  background-image: url(http://oonoko-ki.com/wp/wp-content/themes/ms-theme/images/top6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 41vw;
  top: 20px;
}

.bg-concept2 {
  background-image: url(http://oonoko-ki.com/wp/wp-content/themes/ms-theme/images/top8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 50vw;
  top: 20px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .concept {
    overflow: hidden;
    height: 155vw;
    text-align: center;
    margin-top: 10%;
  }

  .concept2 {
    text-align: center;
    height: 140vw;
  }

  .concept2 p {
    white-space: nowrap;
  }

  .bg-concept {
    background-image: none;
  }

  .bg-b {
    visibility: hidden;
  }

  .bg-b2 {
    visibility: hidden;
  }

  .bg-concept2 {
    background-image: none;
    height: 80vw;
    top: 20px;
    order: 2;
  }

  .Performance {
    top: 0;
  }

  #news .left {
    background-color: #505050;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .morebtn3 {
    left: 0;
  }

  .sp-center {
    text-align: center;
  }

  .container.pdt10pdb12 img {
    padding: 10px;
  }
}

.bg-img3 {
  background-image: url(http://oonoko-ki.com/wp/wp-content/themes/ms-theme/images/shutterstock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  height: 25vw;
  margin-top: -25vw;
}

.h1:after {
  border-bottom: 0px;
}

.h1 {
  border-left: 0px;
  padding: 0.25em 0 0.5em 0;
}

/****子ページ******/
.panel {
  border-color: #efefef;
  padding: 10px;
  height: 100%;
}

.entry-content.gc_gallery-wrap.gc_gallery-item12 {
  width: 25%;
  padding: 0px 15px 16px 15px;
}

.case-list li {
  position: relative;
  float: left;
  width: 24%;
  margin-right: 1%;
}

.case-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .case-list li {
    width: 24%;
    margin-right: 1.3333333333%;
  }

  .case-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 601px) {
  .case-list li {
    width: 24%;
    margin-right: 1.3333333333%;
  }

  .case-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .case-list li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 8px;
  }

  .case-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.case-list li a {
  display: block;
  transition: all 0.5s;
}

.case-list li:hover a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.case-list li img {
  width: 100%;
  height: auto;
}

.case-body {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 0.95em;
  color: #000;
  padding: 5px;
  z-index: 2;
  transition: all 0.5s;
}

.case-list li:hover .case-body {
  display: block;
}

#case-gallery.cg {
  margin-top: 3em;
}

#case-gallery.cg .main_img {
  text-align: center;
}

#case-gallery.cg .main_img img {
  max-width: 100%;
  max-height: 50vw;
}

#case-gallery.cg ul {
  list-style: none;
  padding-left: 0;
}

#case-gallery.cg .thumbs {
  position: relative;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 4em;
}

#case-gallery.cg .thumbs li {
  width: 10%;
  height: auto;
  padding: 0 2px;
  margin: 0 0 4px;
}

#case-gallery.cg .thumbs li a {
  display: inline-block;
}

#case-gallery.cg .thumbs li a:hover {
  background-color: #000;
}

#case-gallery.cg .thumbs li a:hover img {
  opacity: 0.75;
}

@media (max-width: 850px) {
  #case-gallery.cg .thumbs li {
    width: 14.2857142857%;
  }
}

@media (max-width: 550px) {
  #case-gallery.cg .thumbs li {
    width: 20%;
  }
}

.gc_gallery-item12 {
  position: relative;
  display: inline-block;
  width: 25%;
  /* or 33.3333%*/
  padding: 0px 15px 16px 15px;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}

.gc_gallery-item12 a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 100;
}

.gc_gallery-item12 a:hover img {
  cursor: pointer;
  opacity: 0.5;
}

.gc_gallery-item12 img {
  width: 100%;
}

.gc_gallery-item12 a:hover .gc_post-title {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .gc_gallery-item12 {
    width: 33.3333%;
  }
}

@media (max-width: 550px) {
  .gc_gallery-item12 {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .sp-table th {
    background-color: rgba(80, 80, 80, 0.3);
    display: block;
    width: 100%;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  position: relative;
  margin: 0 0.5em;
}

ul li::after,
ul li::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  bottom: 0;
  height: 1px;
  width: 0px;
}

ul li::after {
  right: 50%;
}

ul li::before {
  left: 50%;
}

ul li:hover::after,
ul li:hover::before {
  width: 50%;
}

.img-pop {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.img-pop:hover img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.arrow {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 3px #555;
  box-sizing: border-box;
}

.arrow:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.arrow:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.arrow p {
  margin: 0;
  padding: 0;
}

.yoyaku {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}

.btn-gradation {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 3px;
  background: #505050;
  background: linear-gradient(to bottom right, #d1d1d1 0%, #505050 100%);
  transition: 0.5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 1.2em;
  padding: 1.4em 1em;
  background: #505050;
  background: linear-gradient(to bottom right, #d1d1d1 0%, #505050 100%);
}

.about-cap {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  margin: auto;
  text-shadow: 2px 2px 20px #ffffff, -2px -2px 20px #ffffff;
}

@media (max-width: 550px) {
  .about-cap {
    font-size: 1em;
    bottom: 10%;
  }
}

.sitemap-mtssb_article {
  display: none;
}

@media (max-width: 480px) {
  #sb_instagram .sbi_photo_wrap a {
    height: 48vw !important;
  }

  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 49.8%;
  }
}

.event-erea img {
  margin: 0 auto;
  width: 80%;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .event-erea img {
    width: 100%;
    margin-top: 40px;
  }
}

.easyUl li {
  line-height: 32px;
  padding-left: 1%;
}

.seikyu {
  position: absolute;
  right: 15px;
  width: 280px;
}

.virtual iframe {
  width: 80%;
  margin: 0 auto 5%;
}

@media (max-width: 767px) {
  .virtual iframe {
    width: 100%;
    height: 320px;
  }
}

.virtual h2 {
  background-color: #3eb85e;
  color: #fff;
  width: 80%;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .virtual h2 {
    width: 100%;
  }
}

table#mokuhyou,
table#mokuhyou td {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

table#mokuhyou,
table#mokuhyou th,
table#mokuhyou td {
  text-align: center;
}

table#mokuhyou th {
  background-color: #004f9d;
  color: #fff;
}

table#mokuhyou.sp {
  display: none;
}

@media (max-width: 768px) {
  table#mokuhyou.pc {
    display: none;
  }

  table#mokuhyou.sp {
    display: flex;
    width: 100%;
    justify-content: center;
    border: none;
  }
}

/*------------------------------------------------------
  animation
-------------------------------------------------------*/
.animation {
  transition: 0.3s;
}

.animation.fade {
  opacity: 0;
  filter: blur(20px);
}

.animation.fade.on {
  opacity: 1;
  filter: blur(0);
}

.animation.fadeUp {
  opacity: 0;
  transform: translateY(50px);
}

.animation.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

a.animation.on:hover {
  opacity: 0.8;
}

/*------------------------------------------------------
  uracmodern
-------------------------------------------------------*/
.uracmodern__single .entry-title {
  border: none;
  margin-bottom: 30px;
  text-align: center;
}

.uracmodern__single .entry-title::after {
  border-bottom: 1px solid #ccc !important;
}

.uracmodern__slider {
  margin: 0 auto;
  width: 70%;
}

.uracmodern__slider .slick-slide img {
  width: 100%;
}

.uracmodern__maintext {
  margin: 0 auto;
  padding: 50px 0 20px;
  width: 70%;
}

.uracmodern__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0;
  width: 70%;
}

.uracmodern__info dt {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 15%;
}

.uracmodern__info dd {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 85%;
}

.uracmodern__info dt:last-of-type,
.uracmodern__info dd:last-of-type {
  border-bottom: 1px solid #ccc;
}

.uracmodern__contact {
  margin: 0 auto;
  padding: 20px 0;
  width: 70%;
}

.uracmodern__virtualModel iframe,
.uracmodern__map iframe {
  width: 100%;
}

.uracmodern__secTitle {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 100px 0 20px;
  text-align: center;
}

.uracmodern__highlights_item h3 {
  border: 0;
  margin-bottom: 20px;
  padding: 50px 0 15px;
}

@media (max-width: 768px) {

  .uracmodern__slider,
  .uracmodern__maintext,
  .uracmodern__info,
  .uracmodern__info dt,
  .uracmodern__info dd,
  .uracmodern__contact {
    width: 100%;
  }
}


/*------------------------------------------------------
  施工事例
-------------------------------------------------------*/
.works-content {
  max-width: 800px;
  margin: auto;
}

.works-box {
  margin-bottom: 60px;
  font-size: 16px;

  h2 {
    font-size: 22px;
    border-left: 3px solid #004f9d;
    margin-bottom: 30px;
  }
}

.works-table {
  th {
    background: #efefef;
    width: 200px;
  }
}

@media (max-width: 575px) {
  .works-box {

    h2 {
      font-size: 18px;
      margin-bottom: 20px;
    }
  }

  .works-table {

    th,
    td {
      width: 100%;
      display: block;
    }
  }
}