/********************************
* WHOLE
********************************/
body {
  font-family: "RyuminPro", serif;
  font-size: 18px;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .inner {
    width: 88%;
  }
}

/********************************
* FACADE
********************************/
.facadeWrapper {
  width: 100%;
  padding-bottom: 70px;
}

.facade {
  padding-top: 70px;
  text-align: center;
}

.facadeTitle {
  font-family: "GaramondPro";
  font-size: 48px;
}

.facadeSubTitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.facadeLead {
  line-height: 2em;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .facadeWrapper {
    padding-bottom: 40px;
  }

  .facade {
    padding-top: 40px;
  }

  .facadeTitle {
    font-size: 24px;
  }

  .facadeSubTitle {
    font-size: 16px;
    margin-top: 20px;
  }

  .facadeLead {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
}

/********************************
* COMMON SPACE
********************************/
.commonWrapper {
  background-image: url(../images/design01/bg01.webp);
  background-size: contain;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 105px;
}

.commonTitle {
  font-family: "GaramondPro";
  font-size: 48px;
  color: #595757;
  border-bottom: 1px solid #231815;
  padding-bottom: 1px;
  line-height: 0.8;
}

.commonLead {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.2em;
}

.impact {
  font-size: 96px;
}

.commonSubTitle {
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .commonWrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .commonWrapper .tb img {
    padding-top: 10px;
  }

  .commonTitle {
    font-size: 24px;
  }

  .commonLead {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }

  .impact {
    font-size: 48px;
  }

  .commonSubTitle {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

/********************************
* ENTRANCE
********************************/
.entranceWrapper {
  background-image: url(../images/design01/bg02.webp);
  background-size: contain;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 105px;
}

.entranceContainer {
  display: flex;
  gap: 40px;
}

.entranceSubTitle {
  font-size: 30px;
  padding-bottom: 20px;
}

.entranceLead {
  font-size: 16px;
  line-height: 1.8;
}

.entranceCaption {
  font-size: 14px;
  line-height: 1.8;
}

.entranceImage {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.entranceImage figcaption {
  position: absolute;
  right: 5px;
  bottom: 35px;
  font-size: 14px;
}

.entranceBox .page-annotation {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .entranceWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .entranceSubTitle {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .entranceLead {
    font-size: 14px;
  }

  .entranceCaption {
    font-size: 12px;
  }

  .entranceContainer {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .entranceImage {
    margin-top: 20px;
  }

  .entranceImage figcaption {
    font-size: 10px;
    right: 5px;
    bottom: 30px;
  }

  .entranceBox.tb {
    margin-top: 20px;
  }
}

/********************************
* ANNOTATION
********************************/
figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 14px;
}

.txt_wh {
  color: #fff;
}

.txt_bk {
  color: #000;
}

@media screen and (max-width: 768px) {
  figure figcaption {
    right: 5px;
    bottom: 10px;
    font-size: 10px;
  }
}

/********************************
* OVERRAY SLIDER
********************************/
.d-box {
  margin-top: 15px;
}

.d-box .subttl {
  padding-bottom: 10px;
  border-bottom: solid 1px #E60213;
}

.d-box .lead {
  margin-top: 10px;
}

.d-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-box1 div,
.d-box1 li {
  min-height: 0;
}

.d-box1 .subttl {
  width: 100%;
}

.d-box1 .d-img {
  width: 100%;
}

.d-box1 .d-img .zoom {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  background: #222;
  padding: 5px;
  text-align: center;
}

.d-box1 .d-img .zoom img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.d-box1 .d-img .skhi .prot {
  position: absolute;
  width: 25px;
  cursor: pointer;
  transition: .3s;
}

.d-box1 .d-img .skhi .prot:hover {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  filter: brightness(110%);
}

.d-box1 .d-img .skhi .prot img {
  width: 100%;
  height: auto;
}

.d-box1 .d-img .skhi .prot.prot01 {
  top: 29.5%;
  left: 22%;
}

.d-box1 .d-img .skhi .prot.prot02 {
  top: 35%;
  left: 24%;
}

.d-box1 .d-img .skhi .prot.prot03 {
  top: 80%;
  left: 43%;
}

.d-box1 .d-img .skhi .prot.prot04 {
  top: 27%;
  left: 27%;
}

.d-box1 .d-img .skhi .prot.prot05 {
  top: 36%;
  left: 34%;
}

.d-box1 .d-img .skhi .prot.prot06 {
  top: 34%;
  left: 36.8%;
}

.d-box1 .d-img .skhi .prot.prot07 {
  top: 37.5%;
  left: 37%;
}

.d-box1 .d-img .skhi .prot.prot08 {
  top: 40%;
  left: 40%;
}

.d-box1 .d-img .skhi .prot.prot09 {
  top: 41%;
  left: 36.5%;
}

.d-box1 .d-img .skhi .base {
  position: relative;
}

.d-box1 .d-img .img {
  margin-top: 30px;
}

.d-box1 .lead {
  width: 100%;
}

@media screen and (max-width: 650px) {
  .d-box1 {
    margin-top: 0;
  }

  .d-box1 .d-img .zoom {
    display: none;
  }

  .d-box1 .skhi .prot {
    display: none;
  }
}

.d-box2 .subttl {
  width: 100%;
}

.d-box2 .d-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-box2 .d-img div,
.d-box2 .d-img li {
  min-height: 0;
}

.d-box2 .d-img .img {
  width: 19%;
  margin-top: 10px;
}

.d-box2 .d-img .img .circle {
  border-radius: 50%;
  overflow: hidden;
}

.d-box2 .d-img .img .cap {
  position: relative;
  bottom: auto;
  right: auto;
  text-align: center;
  margin-top: 3px;
}

.d-box2 .d-img .note {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

.d-box2 .lead {
  width: 100%;
}

.d-box3,
.d-box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 0 auto;
  padding: 20px;
  background: #253036;
}

.d-box3 div,
.d-box3 li,
.d-box4 div,
.d-box4 li {
  min-height: 0;
}

.d-box3 .d-txt,
.d-box4 .d-txt {
  width: 100%;
  margin-top: 30px;
}

.d-box3 .d-txt .subttl,
.d-box4 .d-txt .subttl {
  border-bottom: none;
  padding-bottom: 0;
}

.d-box3 .d-txt .subttl img,
.d-box4 .d-txt .subttl img {
  height: 28px;
}

.d-box3 .d-txt .lead,
.d-box4 .d-txt .lead {
  margin-top: 20px;
}

.d-box3 .d-img,
.d-box4 .d-img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.d-txt-box {
  margin-top: 60px;
}

.d-detail {
  width: 95%;
  margin: auto;
}

.d-detail .img .cap {
  bottom: 3px;
  right: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 650px) {
  .d-detail .img .cap {
    display: inline-block;
    max-width: 112px;
    padding: 3px 6px 4px;
    font-feature-settings: 'palt';
  }
}

.mt30 {
  margin-top: 30px;
}

/*slider*/
#overraySlide_container {
  width: 100%;
  height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s ease 0s opacity;
  transition: 1s ease 0s opacity;
  display: none;
}

#overraySlide_container.active {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

#overraySlide_container .slick-next,
#overraySlide_container .slick-prev {
  width: 30px;
  height: 83px;
  background: none;
}

#overraySlide_container .slick-next img,
#overraySlide_container .slick-prev img {
  width: 100%;
  height: auto;
}

#overraySlide_container .slick-next:before,
#overraySlide_container .slick-prev:before {
  content: "";
}

#overraySlide_container .slick-next {
  right: -50px;
}

#overraySlide_container .slick-prev {
  left: -50px;
}

#overraySlide_container button.slick-next,
#overraySlide_container button.slick-prev {
  z-index: 2;
}

@media screen and (max-width: 850px) {

  #overraySlide_container .slick-next,
  #overraySlide_container .slick-prev {
    width: 21px;
    height: 30px;
  }

  #overraySlide_container .slick-next {
    right: -25px;
  }

  #overraySlide_container .slick-prev {
    left: -25px;
  }
}

@media screen and (max-width: 650px) {
  #overraySlide_container {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    opacity: 1;
    display: block;
  }

  #overraySlide_container .slick-next,
  #overraySlide_container .slick-prev {
    display: none;
  }
}

.overraySlide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 650px) {
  .overraySlide_bg {
    display: none;
  }
}

.overraySlide_inner {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 650px) {
  .overraySlide_inner {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.overraySlider {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .overraySlider .d-detail {
    margin: 30px auto 0 auto;
  }
}

.overraySlider img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  outline: none;
  display: block;
}

.overraySlider_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 32px;
}

.overraySlider_close:hover {
  cursor: pointer;
}

.overraySlider_close img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 650px) {
  .overraySlider_close {
    display: none;
  }
}