@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
    min-width: 1200px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #fff;
}
.color-secondary {
  color: #fd5400;
}

.color-dark {
  color: #6a564c;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 20px;
    width: 1240px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .topMv {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    display: none;
    width: 100%;
    height: 305px;
    background: url(../img/2025/top_mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.topMv-ttl {
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .topMv-ttl {
    margin: 76px auto 0;
    width: 1280px;
    letter-spacing: 1.28px;
    font-size: 64px;
    line-height: 92px; /* 143.75% */
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .topMv-ttl {
    margin: 76px auto 0;
    letter-spacing: 0.56px;
    font-size: 28px;
    line-height: 1.5; /* 143.75% */
  }
}

.topMv-list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: -188px auto 0;
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  .topMv-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 306px;
    width: 100%;
  }
}

.topMv-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 159px;
}
@media screen and (max-width: 768px) {
  .topMv-list-item {
    height: 110px;
  }
  .topMv-list-item-link-img {
    width: 100px;
  }
  .topMv-list-item-link-img.moriimg {
    width: 147px;
  }
}
@media screen and (min-width: 769px) {
  .topMv-list-item-link-img {
    width: 135px;
  }
  .topMv-list-item-link-img.moriimg {
    width: 212px;
  }
}
.topMv-list-item img {
  width: 100%;
  height: 159px;
}
@media screen and (max-width: 768px) {
  .topMv-list-item img {
    height: 110px;
  }
}

.topMv-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topMv-list-item-link-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
}
.topMv-list-item-link-txt img {
  width: 100%;
  height: 25px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -20px auto 0;
  padding-bottom: 62px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    margin: 140px auto 0;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    padding-left: 0;
  }
}

.swiper-slide {
  margin-right: 10px;
  width: 360px !important; /* SwiperのJSがインラインでwidthを付与するため、!importantで上書き */
  height: 200px !important;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 80% !important; /* SwiperのJSがインラインでwidthを付与するため、!importantで上書き */
  }
}

.swiper-slide a {
  margin: 0 !important;
}

.swiper-slide img {
  display: block;
  width: 360px !important;
  height: 200px !important;
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    width: 100% !important; /* SwiperのJSがインラインでwidthを付与するため、!importantで上書き */
    height: auto !important;
  }
}

.swiper-scrollbar {
  margin-top: 16px;
  height: 8px;
  border-radius: 4px;
  background: #d3d3d3;
}
@media screen and (min-width: 769px) {
  .swiper-scrollbar {
    bottom: -48px !important;
    left: 50% !important;
    width: 960px !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .swiper-scrollbar {
    bottom: 10px !important;
    left: 0 !important;
    width: 65% !important;
  }
}

.swiper-scrollbar-drag {
  border-radius: 4px;
  background: #111;
}

.col-md-6-txt {
  margin: 0 !important;
  color: #333;
  letter-spacing: 2px;
  font-size: 14px !important;
}

.col-md-6 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .container .row {
    gap: 32px;
    margin-top: 79px;
  }
}
@media screen and (max-width: 768px) {
  .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 0;
  }
}

.ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 160px;
  background: url(../img/2025/news_bg.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 218px;
    background: url(../img/2025/news_bg_sp.png);
    background-size: contain;
  }
}

.ticker-ttl {
  padding-right: 80px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .ticker-ttl {
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 24px;
    font-size: 20px;
  }
}

.ticker .date {
  padding-right: 20px;
}

.ticker_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ticker_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  ul.tiles {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  ul.tiles li {
    margin: 0 auto;
    width: 384px;
  }
}
@media screen and (min-width: 769px) {
  body.top main section.technology ul.tiles p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 74px;
  }
  body.top main section.technology {
    overflow: hidden;
    height: 800px;
    background-image: url(../img/2025/technology_bg.jpg) !important;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 400;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) {
  .lineup {
    background: #fff;
  }
  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 48px;
    width: 1200px;
  }
  .lineup-list-item {
    width: 276px;
  }
  .lineup-list-item img {
    width: 276px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup {
    background: #fff;
  }
  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 48px;
    width: 100%;
  }
  .lineup-list-item {
    width: calc(50% - 12px);
  }
  body.top main section.lineup p {
    margin-top: 24px;
    margin-bottom: 3.5em;
    font-size: 0.8125em;
    line-height: 2;
  }
}
.exhibit-ttl {
  color: #333;
}

.exhibit-txt {
  color: #333;
}

.banner_exhibit {
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .banner_exhibit {
    width: 100%;
  }
}

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

@media only screen and (min-width: 768px) {
  body.top main section.generation .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .generation-contents-zeh-item {
    width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  body.top main section.generation .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .img.generation_img {
    width: 516px;
  }
}
@media only screen and (max-width: 767px) {
  body.top main section.generation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .generation-contents-zeh-item {
    width: 100%;
  }
  .img.generation_img {
    position: relative !important;
    width: 293px !important;
  }
  .mjwood_logo {
    padding-bottom: 5px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  body.top main section.generation .container .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    min-width: 458px;
  }
  .generation_img {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .row_conversion {
    margin-top: 0 !important;
  }
  .row_conversion .col-12 img {
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
  }
  body.top main section.conversion .row_conversion .col-12 .btn {
    top: 39%;
    -webkit-transform: translate(-24%, -50%);
            transform: translate(-24%, -50%);
  }
  body.top main section.conversion .row_conversion .col-12 p {
    position: absolute;
    top: 165px;
    right: 162px;
    color: #333;
  }
  body.top main section.conversion .col-sm-6 .btn {
    bottom: -2em;
  }
  .row_conversionflex {
    padding-bottom: 64px !important;
  }
}
@media only screen and (max-width: 768px) {
  .row_conversion {
    margin-top: 0 !important;
  }
  .row_conversion .col-12 {
    padding-bottom: 148px !important;
  }
  .row_conversion .col-12 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 295px !important;
    height: 56px;
  }
  body.top main section.conversion .row_conversion .col-12 .btn {
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body.top main section.conversion .row_conversion .col-12 p {
    position: absolute;
    top: 295px;
    width: 100%;
    color: #333;
  }
  .row_conversionflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6px !important;
    padding-bottom: 78px !important;
  }
  .row_conversionflex .col-sm-6 a {
    bottom: -4em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 295px !important;
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 1200px !important;
  }
}
/* スワイパーナビゲーションボタンのカスタムスタイル */
.custom-swiper .swiper-button-next,
.custom-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-image: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .custom-swiper .swiper-button-next,
  .custom-swiper .swiper-button-prev {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .custom-swiper .swiper-button-next,
  .custom-swiper .swiper-button-prev {
    top: -3px;
  }
}

.custom-swiper .swiper-button-next {
  background-image: url("../img/2025/swiper_btn_next_right.png");
}

.custom-swiper .swiper-button-prev {
  background-image: url("../img/2025/swiper_btn_next_left.png");
}

.swiper-button-prev {
  right: 44px;
  left: unset;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  right: 0;
  left: unset;
}

@media screen and (min-width: 769px) {
  .introduction {
    position: relative;
  }
  .introduction::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    background: #eee;
  }
}
@media only screen and (max-width: 959px) {
  body.top main section.generation .container .img {
    position: absolute;
    left: 0;
    margin-bottom: 6em;
    width: 389px;
  }
}
.introduction {
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  header .mv {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1200px !important;
    width: 100%;
  }
  header .mv {
    position: relative;
    width: 100%;
    height: 510px !important;
    background: #eee;
  }
  .overlay.container {
    position: relative;
  }
  header .mv .slider {
    right: 0;
  }
}
.modal-video-body {
  max-width: unset;
}

nav.global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 53px;
  background: rgba(255, 255, 255, 0.3) !important;
  font-weight: 700;
}

nav.global #nav-toggle p {
  position: relative;
  top: 10px;
  left: -5px;
  color: #333;
  font-size: 0.8125em;
}

nav.global .nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 52px;
  background: rgba(255, 255, 255, 0.4) !important;
}

nav.floatingFooter {
  z-index: 999 !important;
}

nav.global #nav-toggle span,
nav.global #nav-toggle span:before,
nav.global #nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #333;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.MvBackground-followbtnSp {
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .sliderBg {
    height: 700px;
  }
}
.sliderBg::after {
  content: " 伝統と先進が融合した \a新しい耐震木造住宅 \aMJ Wood";
  position: absolute !important;
  top: 104px !important;
  left: 80px !important;
  z-index: 1 !important;
  color: #333;
  white-space: pre;
  letter-spacing: 1.28px !important;
  font-weight: 700 !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 1.43 !important;
}

@media screen and (min-width: 769px) {
  .topTtlflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -120px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topTtlflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -120px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  header .mv {
    padding-right: 0;
  }
  .slider {
    position: unset !important;
    right: 0;
    left: unset !important;
    z-index: 0 !important;
    max-width: 860px !important;
    height: 500px !important;
  }
  .MvBackground-ttlWrap {
    max-width: 100%;
    width: 460px;
  }
}
/* スライダーのスタイル */
@media screen and (min-width: 769px) {
  .slider-img {
    max-width: 860px !important;
  }
  .slider-img img {
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /* Slickスライダー用のスタイル */
  .slider.slick-initialized {
    display: block;
  }
  .slider .slick-list,
  .slider .slick-track {
    height: 100%;
  }
  .slider .slick-slide {
    height: 100%;
  }
  .slider .slick-slide > div {
    height: 100%;
  }
  .slider-img {
    height: 100%;
  }
  .slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (max-width: 768px) {
  .slick-track {
    height: 305px !important;
  }
  .slider {
    height: 305px !important;
  }
  .slider-img {
    height: 305px !important;
  }
  .slider-img img {
    height: 305px !important;
  }
  nav.global ul.top-bar {
    line-height: 52px !important;
  }
}
@media screen and (min-width: 769px) {
  .MvBackground-ttl {
    position: relative !important;
    top: 104px !important;
    left: 40px !important;
    z-index: 1;
    color: #fff !important;
    /* 143.75% */
    letter-spacing: 1.28px !important;
    font-weight: 700 !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 1.43 !important;
  }
  .sliderWrap {
    width: 60%;
  }
}
@media screen and (min-width: 1361px) {
  .MvBackground-ttlWrap {
    margin: 0 auto;
  }
  .MvBackground-ttl {
    position: relative !important;
    top: 87px !important;
    left: 54px !important;
    z-index: 1;
    color: #333 !important;
    white-space: nowrap;
    /* 143.75% */
    letter-spacing: 1.28px !important;
    font-weight: 700 !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 1.43 !important;
  }
  .sliderWrap {
    width: auto;
  }
}
@media screen and (max-width: 1360px) {
  .MvBackground-ttlWrap {
    margin: 0 auto;
  }
  .MvBackground-ttl {
    position: relative !important;
    top: 87px !important;
    left: 0 !important;
    z-index: 1;
    color: #333 !important;
    white-space: nowrap;
    /* 143.75% */
    letter-spacing: 1.28px !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 1.43 !important;
  }
  .sliderWrap {
    width: 60%;
  }
}
.overlay.container {
  max-width: none !important;
}

nav.global #nav-toggle span {
  background: #333;
}

@media screen and (max-width: 768px) {
  .MvBackground-ttl {
    position: absolute !important;
    top: 82px !important;
    left: 20px !important;
    z-index: 1;
    color: #fff !important;
    /* 143.75% */
    letter-spacing: 1.28px !important;
    font-weight: 700 !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1.43 !important;
  }
}
@media screen and (min-width: 769px) {
  .MvBackground-followbtn {
    position: fixed;
    top: 178px;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .MvBackground-followbtn {
    position: relative;
  }
}
.MvBackground-followbtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .MvBackground-followbtn-list {
    position: sticky;
  }
}
.MvBackground-followbtn-list-item {
  cursor: pointer;
}
.MvBackground-followbtn-list-item-icon {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img:hover {
  width: 214px;
  height: 64px;
}

.MvBackground-followbtnSp {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .MvBackground-followbtnSp {
    display: none !important;
  }
}
.MvBackground-followbtnSp.js_fixed {
  position: fixed;
  top: 0;
}
.MvBackground-followbtnSp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.MvBackground-followbtnSp-list-item-img {
  width: 100%;
}