@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
:root {
  --main_green: #071F14;
  --white: #ffffff;
  --main_beige: #F5F4F2;
  --gray: #1D1F1E;
  --accent_beige:#F0EEEB;
  --black:#0E0F0F;
  --big_txt_silver:#D3DADE;
  --txt_silver_dark:#43494D;
  --txt_silber_light:#A2A8AB;
  --calc160-sp40:calc(100% - 160px);
  --background_grad_white:linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,1),rgba(255,255,255,0.1));
  --background_grad_black:linear-gradient(to right,rgba(7,31,20,0.1),rgba(7,31,20,1),rgba(7,31,20,0.1));
}
@media only screen and (max-width: 1280px) {
  :root {
    --calc160-sp40:calc(100% - 80px);
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --calc160-sp40:calc(100% - 40px);
  }
}

/*
よく使用するmixin
------------------------------------------*/
body.bk .contentWrap {
  background: #0E0F0F;
}
body.bk .contentWrap .box-border::before {
  background: var(--background_grad_white);
}
body.bk .contentWrap .box-border-w::before {
  background: var(--background_grad_white);
}
body.bk .contentWrap .conBg {
  background: none;
}
body.bk .contentWrap .rooms-sec .planBox .ttlArea::before {
  background: rgba(255, 255, 255, 0.5);
}
body.bk .contentWrap .rooms-sec .planBox .ttlArea p {
  color: #fff;
}
body.bk .contentWrap .rooms-sec .planBox .ttlArea p.madoriTxt {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
body.bk .contentWrap .rooms-sec .planBox .madori {
  background: #fff;
  padding: 20px 0;
}
body.bk .contentWrap .logoBox01 .boxInner {
  background: rgba(255, 255, 255, 0.88);
}

.contentWrap {
  background: #fff;
}
.contentWrap .box-border, .contentWrap .box-border-w {
  position: relative;
  padding-top: 55px;
}
@media only screen and (max-width: 991px) {
  .contentWrap .box-border, .contentWrap .box-border-w {
    padding-top: 35px;
  }
}
.contentWrap .box-border::before, .contentWrap .box-border-w::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background: var(--background_grad_black);
  -webkit-transition: 0.8s ease 0.5s;
  transition: 0.8s ease 0.5s;
}
.contentWrap .box-border.js-barelem, .contentWrap .box-border-w.js-barelem {
  overflow-x: clip;
}
.contentWrap .box-border.js-barelem.active::before, .contentWrap .box-border-w.js-barelem.active::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.contentWrap .box-border-w::before {
  background: var(--background_grad_white);
}
.contentWrap .conBg {
  position: relative;
  background: url(../img/limited/premium/bg01.jpg) no-repeat left bottom;
  background-size: 100% auto;
}
.contentWrap .conBg::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: -webkit-linear-gradient(150deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
  background: linear-gradient(-60deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contentWrap .intro-sec {
  padding-top: 110px;
  position: relative;
  z-index: 2;
}
.contentWrap .intro-sec .cc01 {
  text-align: center;
  font-size: 20px;
  line-height: 2.6em;
}
@media only screen and (max-width: 991px) {
  .contentWrap .intro-sec .cc01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .intro-sec .cc01 {
    font-size: 14px;
  }
}
.contentWrap .rooms-sec {
  padding: 180px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec {
    padding: 70px 0;
  }
}
.contentWrap .rooms-sec .roomImgArea {
  position: relative;
}
.contentWrap .rooms-sec .roomImgArea .bgImg {
  width: 52.8169014085%;
  position: absolute;
  top: 10%;
  right: -10%;
  z-index: 1;
}
.contentWrap .rooms-sec .roomImgArea figure {
  z-index: 5;
}
.contentWrap .rooms-sec .roomImgArea figure.img01 {
  width: 91.3562895292%;
  margin-left: calc(clamp(120px, 25vw, 480px) * -0.5);
}
@media only screen and (max-width: 1280px) {
  .contentWrap .rooms-sec .roomImgArea figure.img01 {
    margin-left: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .roomImgArea figure.img01 {
    margin-left: -20px;
  }
}
.contentWrap .rooms-sec .roomImgArea figure.img02 {
  width: 50.1474926254%;
}
.contentWrap .rooms-sec .roomImgArea figure.img03 {
  width: 42.4778761062%;
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .roomImgArea figure.img03 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .roomImgArea figure.img03 {
    margin-top: 30px;
  }
}
.contentWrap .rooms-sec .roomImgArea figure.img04 {
  margin: 137px -7% 0;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .roomImgArea figure.img04 {
    margin: 70px -7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .roomImgArea figure.img04 {
    margin: 30px 0 0;
  }
}
.contentWrap .rooms-sec .roomImgArea .imgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: calc(clamp(120px, 25vw, 480px) * -0.5);
  margin-top: 137px;
}
@media only screen and (max-width: 1280px) {
  .contentWrap .rooms-sec .roomImgArea .imgBox {
    margin-right: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .roomImgArea .imgBox {
    margin-top: 70px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .roomImgArea .imgBox {
    margin-top: 30px;
  }
}
.contentWrap .rooms-sec .planBox {
  margin-top: 137px;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .planBox {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox {
    margin-top: 50px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea {
  margin-bottom: 230px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .planBox .ttlArea {
    margin-bottom: 140px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #43494d;
  position: absolute;
  bottom: -155px;
  left: 50%;
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .planBox .ttlArea::before {
    height: 40px;
    bottom: -90px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p {
  color: #43494d;
  position: relative;
  z-index: 3;
}
.contentWrap .rooms-sec .planBox .ttlArea p.type {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea p.type {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p.type strong {
  font-weight: 400;
  font-size: 200%;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea p.type strong {
    font-size: 160%;
    margin-right: 5px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p.madoriTxt {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  display: inline-block;
  padding: 15px 30px;
  border-top: solid 1px #43494d;
  border-bottom: solid 1px #43494d;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea p.madoriTxt {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p.madoriTxt strong {
  font-weight: 400;
  font-size: 160%;
  line-height: 1;
}
.contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 {
  text-align: left;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 {
    font-size: 13px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 span {
  display: inline-block;
  font-weight: 400;
}
.contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 span.enserif {
  font-size: 24px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 span.enserif {
    font-size: 13px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea p.specTxt01 span.enserif strong {
  font-size: 240%;
  font-weight: 400;
  line-height: 1;
}
.contentWrap .rooms-sec .planBox .ttlArea .specArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea .specArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea .specArea p {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea .specArea p {
    width: 100%;
    text-align: center;
  }
}
.contentWrap .rooms-sec .planBox .ttlArea .specArea p:first-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .ttlArea .specArea p:first-child {
    text-align: center;
  }
}
.contentWrap .rooms-sec .planBox .madori {
  text-align: center;
}
.contentWrap .rooms-sec .planBox .kakakuBox {
  background: #fff;
  padding: 60px 30px;
  text-align: center;
  margin-top: 120px;
}
@media only screen and (max-width: 1280px) {
  .contentWrap .rooms-sec .planBox .kakakuBox {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contentWrap .rooms-sec .planBox .kakakuBox {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox {
    padding: 20px 20px;
    margin: 0 -20px;
    margin-top: 60px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .kakakuTtl {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox .kakakuTtl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .kakakuTtl::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #43494d;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox .kakakuTtl::before {
    bottom: -20px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 {
    font-size: 13px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span {
  display: inline-block;
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span.madori {
  margin-right: 20px;
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span.madori strong {
  font-weight: normal;
  font-size: 175%;
  line-height: 1.5em;
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span.spec .sans {
  font-size: 14px;
  margin-right: 10px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span.spec .sans {
    font-size: 12px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .specTxt01 > span.spec .enserif strong {
  font-weight: normal;
  font-size: 175%;
  line-height: 1.5em;
}
.contentWrap .rooms-sec .planBox .kakakuBox .price {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .kakakuBox .price {
    font-size: 18px;
  }
}
.contentWrap .rooms-sec .planBox .kakakuBox .price strong {
  font-size: 116%;
  font-weight: normal;
  line-height: 1.5em;
}
.contentWrap .rooms-sec .planBox .kakakuBox .price small {
  font-size: 60%;
}
.contentWrap .rooms-sec .planBox .madoriNote {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .contentWrap .rooms-sec .planBox .madoriNote {
    font-size: 11px;
  }
}
.contentWrap .rooms-sec .planBox .madoriNote span {
  display: inline-block;
  margin-right: 20px;
}
.contentWrap .rooms-sec .planBox .madoriNote span span {
  width: 24px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.contentWrap .rooms-sec .planBox .madoriNote span span.heating {
  background: #EAE6D9;
}
.contentWrap .rooms-sec .planBox .madoriNote span span.storage {
  background: #ccc4ab;
}
.contentWrap .rooms-sec .planBox .madoriNote span span.icon {
  width: 20px;
  height: auto;
  line-height: 0;
}
.contentWrap .photoBox01 {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .contentWrap .photoBox01 {
    margin: 0 -20px;
  }
}
.contentWrap .photoBox01 .bg {
  position: relative;
  z-index: 1;
}
.contentWrap .photoBox01 .img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.contentWrap .logoBox01 {
  width: 100%;
  max-width: 1200px;
  margin: 160px auto 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contentWrap .logoBox01 {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 {
    margin: 40px auto 0;
  }
}
.contentWrap .logoBox01 .bgImg {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .bgImg {
    z-index: 3;
  }
}
.contentWrap .logoBox01 .boxInner {
  background: rgba(255, 255, 255, 0.72);
  padding: 20px;
  position: relative;
  z-index: 2;
}
.contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox {
    width: 100%;
    padding: 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox .logo img {
    width: 50%;
    max-width: 90px;
  }
}
.contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox:nth-child(2) {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox:nth-child(2) {
    padding: 30px 0 10px;
  }
}
.contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 190, 50, 0)), color-stop(30%, rgb(210, 190, 50)), color-stop(70%, rgb(210, 190, 50)), to(rgba(210, 190, 50, 0)));
  background: -webkit-linear-gradient(top, rgba(210, 190, 50, 0) 0%, rgb(210, 190, 50) 30%, rgb(210, 190, 50) 70%, rgba(210, 190, 50, 0) 100%);
  background: linear-gradient(to bottom, rgba(210, 190, 50, 0) 0%, rgb(210, 190, 50) 30%, rgb(210, 190, 50) 70%, rgba(210, 190, 50, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner:has(.inBox:nth-child(2)) .inBox:nth-child(2)::before {
    width: 100%;
    height: 1%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(210, 190, 50, 0)), color-stop(30%, rgb(210, 190, 50)), color-stop(70%, rgb(210, 190, 50)), to(rgba(210, 190, 50, 0)));
    background: -webkit-linear-gradient(left, rgba(210, 190, 50, 0) 0%, rgb(210, 190, 50) 30%, rgb(210, 190, 50) 70%, rgba(210, 190, 50, 0) 100%);
    background: linear-gradient(to right, rgba(210, 190, 50, 0) 0%, rgb(210, 190, 50) 30%, rgb(210, 190, 50) 70%, rgba(210, 190, 50, 0) 100%);
  }
}
.contentWrap .logoBox01 .boxInner .inBox {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
.contentWrap .logoBox01 .boxInner .inBox .logo {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .contentWrap .logoBox01 .boxInner .inBox .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner .inBox .logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner .inBox .logo img {
    width: 30%;
    max-width: 60px;
  }
}
.contentWrap .logoBox01 .boxInner .inBox .txt {
  font-size: 22px;
  margin-top: auto;
  color: #695625;
}
@media only screen and (max-width: 767px) {
  .contentWrap .logoBox01 .boxInner .inBox .txt {
    font-size: 14px;
  }
}
.contentWrap .kitchen-sec {
  padding: 180px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .contentWrap .kitchen-sec {
    padding: 70px 0;
  }
}
.contentWrap .kitchen-sec.conBg::before {
  opacity: 0.2;
  background: -webkit-linear-gradient(120deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
  background: linear-gradient(-30deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
}
.contentWrap .kitchen-sec .inner01 {
  position: relative;
  z-index: 5;
}
.contentWrap .kitchen-sec .logoBox01 .bgImg {
  width: 53.5%;
  top: -80%;
  right: -20%;
}
@media only screen and (max-width: 767px) {
  .contentWrap .kitchen-sec .logoBox01 .bgImg {
    top: auto;
    bottom: -20%;
    right: -15%;
  }
}
.contentWrap .bath-sec {
  padding: 180px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .contentWrap .bath-sec {
    padding: 70px 0;
  }
}
.contentWrap .bath-sec.conBg::before {
  opacity: 0.15;
  background: -webkit-linear-gradient(120deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
  background: linear-gradient(-30deg, rgb(231, 216, 174) 0%, rgb(251, 248, 245) 20%, rgba(233, 212, 163, 0.8) 50%, rgb(233, 218, 203) 80%, rgb(237, 226, 199) 100%);
}
.contentWrap .bath-sec .inner01 {
  position: relative;
  z-index: 5;
}
.contentWrap .bath-sec .logoBox01 .bgImg {
  width: 53.5%;
  top: -70%;
  left: -20%;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
@media only screen and (max-width: 767px) {
  .contentWrap .bath-sec .logoBox01 .bgImg {
    top: auto;
    top: -30%;
    left: -15%;
  }
}
.contentWrap .content-ttlWrap .content-ttl h2 {
  color: #43494d !important;
}