@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
***************************
****************************************************************************************************/
/* モーダルを開くボタン */
.modal-open {
  cursor: pointer;
  z-index: 1;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  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;
}

/* モーダルの擬似要素の指定 */
/*.modal:before{
  content: "";å
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}*/
/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  /*  display: inline-block;
    vertical-align: middle;*/
  max-width: 1080px;
  width: 90%;
  margin: auto;
}
.modal-container._type2 {
  max-width: 800px;
}
.modal-container._type3 {
  max-width: 460px;
}
.modal-container._type4 {
  max-width: 560px;
}
.modal-container._type5 {
  max-width: 660px;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  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;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 40px;
}
@media print, screen and (max-width: 768px) {
  .modal-content {
    padding: 25px;
  }
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-container._photo {
  max-width: 960px;
  width: 94%;
  background: transparent;
}

.modal-content._photo {
  background: #000;
  padding: 0;
  text-align: center;
  line-height: 0;
}

.modal-content._photo img {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.photoModal-caption {
  font-size: 14px;
  color: #ccc;
  background: #000;
  padding: 10px 16px 14px;
  line-height: 1.6;
  text-align: center;
}

.js-photo-open {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.modal-container._movie {
  max-width: 860px;
  background: transparent;
}
.modal-container._movie .modal-content {
  background: #000;
  padding: 0;
}
.modal-container._movie .modal-close {
  top: -10px;
  right: -10px;
  z-index: 10;
}

.movie__box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
*****************************************************************************************************
****************************************************************************************************/
.te_p {
  font-size: 95%;
  font-weight: 500;
}
.te_p span {
  font-size: 144%;
}
@media print, screen and (max-width:768px) {
  .te_p span {
    font-size: 120%;
  }
}

.circleP {
  font-size: clamp(16px, 2.0833333333vw, 25px);
  font-weight: 600;
  margin: 0 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
}
.circleP span {
  display: inline-block;
}
.circleP span.txtL {
  font-size: 220%;
}
.circleP:before {
  content: "●";
  padding-right: 0.2rem;
  font-size: 1.4rem;
  color: #0098d8;
}
@media print, screen and (max-width:1026px) {
  .circleP:before {
    font-size: 1.15rem;
  }
}
@media print, screen and (max-width:768px) {
  .circleP:before {
    font-size: 1.05rem;
  }
}

.pick01 .img {
  width: 35%;
}
@media print, screen and (max-width:768px) {
  .pick01 .img {
    width: 90%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.pick01 .txtBlock {
  width: 60%;
}
@media print, screen and (max-width:768px) {
  .pick01 .txtBlock {
    width: 100%;
  }
}

.pick05 .img {
  width: 30%;
}
@media print, screen and (max-width:768px) {
  .pick05 .img {
    width: 70%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.pick05 .txtBlock {
  width: 65%;
}
@media print, screen and (max-width:768px) {
  .pick05 .txtBlock {
    width: 100%;
  }
}

.pick08 .img {
  width: 40%;
}
@media print, screen and (max-width:768px) {
  .pick08 .img {
    width: 70%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.pick08 .txtBlock {
  width: 55%;
}
@media print, screen and (max-width:768px) {
  .pick08 .txtBlock {
    width: 100%;
  }
}
/*# sourceMappingURL=modal.css.map */