@charset "utf-8";

/* overwrite
--------------------------------- */


.Column-detail .lead {
  font-size: 1.8rem;
}

.sec .txt a {
  font-weight: 600;
  text-decoration: underline;
}

/* intro
--------------------------------- */
.intro {
  max-width: 1280px;
  margin: 0 auto;
}
.intro .lead-title {
  font-size: 2.4rem;
  text-align: center;
}
.intro .lead-title + p {
  margin-top: 30px;
  text-align: center;
}
.intro .img-all {
  max-width: 1000px;
  margin: 20px auto 0;
}
.intro .photowrap {
  width: 48%;
}
.intro .photowrap .photo {
  width: 100%;
}
.intro .btn-parts {
  max-width: 360px;
  margin: 48px auto 120px;
}
.intro .btn-parts a {
  width: 100%;
  padding: 12px 36px;
  background: #222222;
  border-radius: 50rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.intro .btn-parts a span {
  display: block;
  font-size: 1.2rem;
}


/* sec01
--------------------------------- */
.sec01 .flex {
  display: flex;
  justify-content: space-between;
}
.sec01 .txtwrap .txt + .photo {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.sec01 .photowrap {
  width: 48%;
}
.sec01 .photowrap .photo {
  width: 100%;
}


/* sec02
--------------------------------- */
.sec02 .img-main {
  margin: 60px auto 80px;
}


.caption-bottom {
  max-width: 1280px;
  width: 90%;
  margin: 80px auto 0;
  color: #898989;
  font-size: 1.2rem;
}


/* modal */
.modal-parts {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 95%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 40px;
  background-color: #f7f7f7;
  overflow-y: auto;
}
.modal-contents .ttl-modal {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.modal-contents .ttl-modal.pc {
  display: block;
}
.modal-contents figure {
  max-width: 480px;
  margin: 0 auto;
}
.modal-contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
  gap: 24px;
}
.modal-contents ul li {
  width: calc((100% - 48px)/3);
  padding: 24px;
  background: #fff;
}
.modal-contents ul li dl div:nth-child(n+2) {
  margin-top: 24px;
}
.modal-contents ul li dl div dt {
  font-size: 1.4rem;
  font-weight: 600;
}
.modal-contents ul li dl div dd {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.modal-contents ul li dl div dd span {
  font-size: 80%;
}
.modal-contents ul li dl div dd a {
  text-decoration: underline;
}

.close-modal {
  width: 60px;
  height: 60px;
  border-radius: 50rem;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: .4s;
}
.close-modal:hover {
  opacity: .7;
}
.close-modal span::before, .close-modal span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #222222;
}
.close-modal span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-modal span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.btn-close-modal {
  max-width: 180px;
  margin: 32px auto 0;
  padding: 8px;
  border-radius: 50rem;
  border: 1px solid #222222;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: .4s;
}
.btn-close-modal:hover {
  opacity: .7;
}
.btn-close-modal::before, .btn-close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 1px;
  height: 16px;
  background: #222222;
}
.btn-close-modal::before {
  transform: translate(0,-50%) rotate(45deg);
}
.btn-close-modal::after {
  transform: translate(0,-50%) rotate(-45deg);
}


@media screen and (max-width:768px) {

  /* intro
  --------------------------------- */
  .Column-detail .sec.intro .flexbox {
    display: block;
  }
  .intro .inner {
    width: 90%;
  }
  .intro .lead-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .intro .lead-title + p {
    margin-top: 12px;
    text-align: left;
  }
  .intro .btn-parts {
    margin: 48px auto 60px;
  }


  /* sec01
  --------------------------------- */
  .sec01 .photowrap {
    width: 100%;
  }


  /* sec02
  --------------------------------- */
  .sec02 .img-main {
    margin: 30px auto;
  }


  /* bnr-next
  --------------------------------- */
  .bnr-next {
    width: 90%;
    max-width: 640px;
    margin: 60px auto 0;
  }
  .bnr-next .flexbox {
    flex-wrap: wrap;
  }
  .bnr-next .flexbox figure {
    width: 100%;
    padding: 0;
    background: url(../images/column/column10/img_thumbnail_next.webp) center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
  }
  .bnr-next .flexbox .txtwrap {
    padding: 5%;
  }
  .bnr-next .flexbox .txtwrap .en {
    margin-top: 14px;
    font-size: 1.8rem;
    text-align: center;
  }
  .bnr-next .flexbox .txtwrap .sub {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bnr-next .flexbox .txtwrap .ttl-column {
    margin-top: 8px;
    font-size: 1.6rem;
  }

  .caption-bottom {
    margin-top: 40px;
  }


  /* モーダルCSS */
  .modal-wrapper {
    padding: 8% 5%;
  }
  .modal-contents .ttl-modal {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
  }
  .modal-contents .ttl-modal.sp {
    display: block;
  }
  .modal-contents ul {
    margin-top: 24px;
    gap: 24px;
  }
  .modal-contents ul li {
    width: 100%;
    padding: 5%;
  }
  .modal-contents ul li dl div:nth-child(n+2) {
    margin-top: 16px;
  }
  .modal-contents ul li dl div dd {
    line-height: 1.8;
  }
  .close-modal {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
  .close-modal span::before, .close-modal span::after {
    width: 2px;
    height: 24px;
  }
  .btn-close-modal {
    max-width: 140px;
    margin: 24px auto 0;
    padding: 6px;
  }

}
