@charset "UTF-8";
/*-----------------------------------------
ABOUT
-------------------------------------------*/
.crumbsList {
  display: none !important;
}

.mb_denham_21aw {
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  position: relative;
  font-size: 1.6rem;
  /*
  	.swiper-button-next, .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: calc(var(--swiper-navigation-size)/ 44 * 27);
      height: var(--swiper-navigation-size);
      margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
      z-index: 10;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--swiper-navigation-color,var(--swiper-theme-color));
  	}
  	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
      content: 'prev';
  	}
  	.swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: var(--swiper-navigation-size);
      text-transform: none!important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
  	}
  */
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
  /* Scroll Animation */
}
.mb_denham_21aw * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mb_denham_21aw img {
  max-width: 100%;
  vertical-align: top;
}
.mb_denham_21aw a {
  text-decoration: none;
}
.mb_denham_21aw a.disabled {
  pointer-events: none;
}
.mb_denham_21aw ul {
  list-style: none;
  padding: 0;
}
.mb_denham_21aw .item-right-text-caption-tabonly {
  display: none;
}
.mb_denham_21aw .page-listtop, .mb_denham_21aw .page-list {
  /*display: none;*/
}
.mb_denham_21aw .video-sp {
  display: none;
}
.mb_denham_21aw .title-text-sp {
  display: none;
}
.mb_denham_21aw header {
  width: 100%;
  height: auto;
  background-color: #080808;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.1em 0;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}
.mb_denham_21aw header.fixed {
  position: fixed;
}
.mb_denham_21aw .header-logo {
  width: 16em;
  height: 100%;
}
.mb_denham_21aw .header-logo a img {
  display: block;
}
.mb_denham_21aw .header-icon-text {
  position: absolute;
  width: 14em;
  right: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mb_denham_21aw .header-icon-line img {
  width: 1.5em;
  min-width: 1.5em;
  display: block;
}
.mb_denham_21aw .header-icon-sns a {
  display: flex;
  width: 1.4em;
}
.mb_denham_21aw .header-icon-sns a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 10%;
  height: 1px;
  background: white;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.mb_denham_21aw .header-icon-sns a:hover:before {
  transform: scale(1);
}
.mb_denham_21aw .header-icon img {
  display: block;
}
.mb_denham_21aw .video_wrapper {
  padding: 5em 0 2em 0;
  align-items: center;
  margin: 0 auto;
}
.mb_denham_21aw .video_wrapper video {
  width: 100%;
}
.mb_denham_21aw .title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: black;
  margin-top: 4em;
  z-index: 100;
}
.mb_denham_21aw .title-text img {
  display: block;
  width: 8em;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.mb_denham_21aw .title-text h1 {
  font-size: 1.3em;
  margin-bottom: 0.7em;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.mb_denham_21aw .title-text p {
  font-size: 0.8em;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}
.mb_denham_21aw .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  /*全体の高さ*/
  height: 5em;
}
.mb_denham_21aw .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.mb_denham_21aw .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.mb_denham_21aw .item-list {
  margin-top: 8em;
}
.mb_denham_21aw .item-list-container, .mb_denham_21aw .item-list-container2 {
  /*display: flex;*/
  width: 65%;
  margin: 0 auto;
  margin-bottom: 10em;
  justify-content: space-between;
}
.mb_denham_21aw .item-list-container2 {
  /*flex-direction: row-reverse;*/
}
.mb_denham_21aw .item-left {
  flex-basis: 48%;
}
.mb_denham_21aw .item-right {
  flex-basis: 44%;
  display: flex;
  border: solid;
  border-left: transparent;
  border-top: transparent;
  border-width: thin;
  border-color: #bbb;
}
.mb_denham_21aw .item-left img:hover, .mb_denham_21aw .item-right img:hover, .mb_denham_21aw .item-right2 img:hover {
  opacity: 0.5;
  transition: 1s;
}
.mb_denham_21aw .item-left img, .mb_denham_21aw .item-right img, .mb_denham_21aw .item-right2 img {
  transition: 1s;
}
.mb_denham_21aw .item-right2 {
  flex-basis: 44%;
  display: flex;
  border: solid;
  border-right: transparent;
  border-top: transparent;
  border-width: thin;
  border-color: #bbb;
}
.mb_denham_21aw .item-right-images {
  display: flex;
  margin-top: 2em;
}
.mb_denham_21aw .item-right-1 {
  flex-basis: 47%;
}
.mb_denham_21aw .item-right-2 {
  flex-basis: 47%;
  margin-left: 1em;
}
.mb_denham_21aw .item-right-container, .mb_denham_21aw .item-right-container2 {
  align-self: flex-end;
  margin-bottom: 4em;
}
.mb_denham_21aw .item-right-container {
  margin-right: 4em;
}
.mb_denham_21aw .item-right-container2 {
  margin-left: 4em;
}
.mb_denham_21aw .item-right-text {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  line-height: 1.7;
  width: auto;
  color: black;
}
.mb_denham_21aw .item-right-text-number {
  display: flex;
  align-items: center;
  color: black;
}
.mb_denham_21aw .item-right-text h1, .mb_denham_21aw h3 {
  font-family: "Oswald", sans-serif;
}
.mb_denham_21aw .item-right-text h1 {
  font-size: 3em;
}
.mb_denham_21aw .item-right-text h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.mb_denham_21aw .item-right-text h3 {
  font-size: 1.3em;
  margin-left: 0.5em;
}
.mb_denham_21aw .item-right-text h4 {
  width: 86%;
  font-size: 0.7em;
  margin-bottom: 1.3em;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.mb_denham_21aw .item-right-text h2, .mb_denham_21aw h4, .mb_denham_21aw p {
  font-family: "Noto Serif JP", serif;
}
.mb_denham_21aw .item-right-text-caption p, .mb_denham_21aw .item-right-text-caption-tabonly p, .mb_denham_21aw .page-list-text p {
  font-size: 0.6em;
  line-height: 2.4em;
  letter-spacing: normal;
}
.mb_denham_21aw .item-right-text-caption a, .mb_denham_21aw .item-right-text-caption-tabonly a, .mb_denham_21aw .page-list-text a {
  display: inline-block;
  position: relative;
  color: #333;
  opacity: 0.5;
}
.mb_denham_21aw .item-right-text-caption a:before, .mb_denham_21aw .item-right-text-caption-tabonly a:before, .mb_denham_21aw .page-list-text a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #555;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.mb_denham_21aw .item-right-text-caption a:hover:before, .mb_denham_21aw .item-right-text-caption-tabonly a:hover:before, .mb_denham_21aw .page-list-text a:hover:before {
  transform: scale(1);
}
.mb_denham_21aw .item-right-text-caption a:hover, .mb_denham_21aw .item-right-text-caption-tabonly a:hover, .mb_denham_21aw .page-list-text a:hover:before {
  opacity: 1;
}
.mb_denham_21aw .item-right-text-caption span, .mb_denham_21aw .item-right-text-caption-tabonly span, .mb_denham_21aw .page-list-text span {
  font-size: 0.8em;
  opacity: 0.4;
}
.mb_denham_21aw .swiper-container {
  padding-bottom: 2.5em;
}
@media (max-width: 1025px) {
  .mb_denham_21aw .swiper-container {
    padding-bottom: 0;
  }
}
@media (min-width: 781px) {
  .mb_denham_21aw .item-right-container {
    margin-right: 4em;
  }
  .mb_denham_21aw .item-right-container .item-6 {
    right: 0;
  }
  .mb_denham_21aw .item-right-container .item-6 img {
    position: absolute;
    right: 0;
  }
}
.mb_denham_21aw .swiper-button-white {
  text-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
}
.mb_denham_21aw .swiper-button-prev:after, .mb_denham_21aw .swiper-button-next:after {
  font-size: 2em !important;
}
@media (max-width: 1025px) {
  /* .mb_denham_21aw * {
    float: none;
  } */
  .mb_denham_21aw .header-logo {
    width: 15em;
  }
  .mb_denham_21aw .header-icon-text {
    right: 1.5em;
  }
  .mb_denham_21aw .header-icon-line img {
    width: 2.6em;
  }
  /* .mb_denham_21aw .item-list-container, .mb_denham_21aw .item-list-container2 {
    width: 85%;
  } */
  .mb_denham_21aw .item-list {
    margin-top: 6em;
  }
  .mb_denham_21aw .scrolldown1 {
    display: none;
  }
  .mb_denham_21aw .title-text {
    margin-top: 3em;
  }
  .mb_denham_21aw .item-right-text h4 {
    width: 91%;
  }
}
@media (max-width: 780px) {
  .mb_denham_21aw .header-logo {
    width: 14em;
    height: 100%;
  }
  .mb_denham_21aw .header-logo {
    width: 11em;
  }
  .mb_denham_21aw .header-icon-text {
    right: 1.3em;
  }
  .mb_denham_21aw .header-icon img {
    width: 10em;
  }
  .mb_denham_21aw .header-icon-line img {
    width: 1.5em;
  }
  .mb_denham_21aw .video_wrapper {
    padding: 4.7em 0 2em 0;
  }
  .mb_denham_21aw .item-list {
    margin-top: 4em;
  }
  .mb_denham_21aw .item-right, .mb_denham_21aw .item-right2 {
    flex-basis: 43%;
  }
  .mb_denham_21aw .item-right-1, .mb_denham_21aw .item-right-2 {
    flex-basis: 39%;
  }
  .mb_denham_21aw .item-left {
    flex-basis: 52%;
  }
  .mb_denham_21aw .item-right-container {
    margin-right: 2em;
  }
  .mb_denham_21aw .item-right-container2 {
    margin-left: 2em;
  }
  .mb_denham_21aw .item-right-container, .mb_denham_21aw .item-right-container2 {
    margin-bottom: 2em;
  }
  .mb_denham_21aw .item-list-container, .mb_denham_21aw .item-list-container2 {
    width: 90%;
  }
  .mb_denham_21aw .item-right-text h4 {
    font-size: 0.5em;
  }
  .mb_denham_21aw .item-right-text h2 {
    font-size: 0.8em;
  }
  .mb_denham_21aw .item-right-text h1 {
    font-size: 2em;
  }
  .mb_denham_21aw .item-right-text h3 {
    font-size: 0.8em;
  }
  .mb_denham_21aw .item-right-text-caption-tabonly {
    display: block;
  }
  .mb_denham_21aw .item-right-text-caption {
    display: none;
  }
  .mb_denham_21aw .item-right-text {
    width: 85%;
  }
  .mb_denham_21aw .item-right-text h4 {
    width: auto;
  }
  .mb_denham_21aw .title-text {
    margin-top: 2em;
  }
  .mb_denham_21aw img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  .mb_denham_21aw header {
    padding: 1.5em 1.5em;
    display: flex;
    justify-content: space-between;
  }
  .mb_denham_21aw .header-logo {
    width: 10em;
  }
  .mb_denham_21aw .header-icon img {
    width: 6em;
  }
  .mb_denham_21aw .video_wrapper {
    padding: 3.4em 0 2em 0;
  }
  .mb_denham_21aw .title-text {
    width: 85%;
    margin: 0 auto;
  }
  .mb_denham_21aw .page-list, .mb_denham_21aw .page-listtop {
    width: 100%;
  }
  .mb_denham_21aw .page-listtop-item, .mb_denham_21aw .page-list-item {
    padding-bottom: 1em;
  }
  .mb_denham_21aw .page-list-text p {
    font-size: 0.7em;
    line-height: 2.2em;
    margin-bottom: 2em;
  }
  .mb_denham_21aw .item-right-text {
    width: 92%;
  }
  .mb_denham_21aw .item-right-text h2 {
    font-size: 1em;
  }
  .mb_denham_21aw .item-right-text h3 {
    font-size: 1.4em;
  }
  .mb_denham_21aw .item-right-text h4 {
    font-size: 0.8em;
    line-height: 1.7em;
  }
  .mb_denham_21aw .item-right-container, .mb_denham_21aw .item-right-container2 {
    margin-bottom: 0;
    border: solid;
    border-left: transparent;
    border-top: transparent;
    border-width: thin;
    border-color: #bbb;
    margin-right: 0;
  }
  .mb_denham_21aw .item-list-container, .mb_denham_21aw .item-list-container2 {
    margin-bottom: 5em;
  }
  .mb_denham_21aw .video-sp {
    display: block;
  }
  .mb_denham_21aw .video {
    display: none;
  }
  .mb_denham_21aw .item-left, .mb_denham_21aw .item-right, .mb_denham_21aw .item-right2 {
    display: none;
  }
  .mb_denham_21aw .page-listtop, .mb_denham_21aw .page-list {
    display: block;
  }
  .mb_denham_21aw .title-text-sp {
    display: block;
  }
  .mb_denham_21aw .title-text {
    display: none;
  }
  .mb_denham_21aw .title-text img, .mb_denham_21aw .title-text-sp img {
    margin-bottom: 1em;
  }
  .mb_denham_21aw .title-text, .mb_denham_21aw .title-text-sp {
    margin-top: 0;
  }
  .mb_denham_21aw .title-text-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: black;
    z-index: 100;
  }
  .mb_denham_21aw .title-text-sp img {
    display: block;
    width: 9em;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .mb_denham_21aw .title-text-sp h1 {
    font-size: 1.3em;
    margin-bottom: 0.7em;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .mb_denham_21aw .title-text-sp p {
    font-size: 0.8em;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media (max-width: 420px) {
  .mb_denham_21aw .header-logo {
    width: 9.5em;
  }
}
@media (max-width: 380px) {
  .mb_denham_21aw .header-logo {
    width: 9em;
  }
}
@media (max-width: 320px) {
  .mb_denham_21aw .header-logo {
    width: 7em;
  }
  .mb_denham_21aw .header-icon-text {
    width: 8em;
  }
  .mb_denham_21aw .header-icon-sns a {
    font-size: 1em;
  }
}
.mb_denham_21aw .scrollAnimeSlideinLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: scrollAnimeSlideinLeft;
  -ms-animation-name: scrollAnimeSlideinLeft;
  animation-name: scrollAnimeSlideinLeft;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollAnimeSlideinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes scrollAnimeSlideinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
