

/* 20.09.10 お知らせ一覧更新 */
#ex_info_list {
  width: 95%;
  height: 260px;
  padding: 10px 15px;
  margin: 42px auto 26px;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #707070;
}
#ex_info_list_header {
  margin-bottom: 12px;
}
#ex_info_list_header ul {
  display: flex;
}
#ex_info_list_header ul li {
  margin-right: 10px;
  font-size: 12px;
  list-style: none;
}
#ex_info_list_header ul li:last-child {
  margin-left: auto;
  margin-right: 0;
}
#ex_info_list_header ul li a {
  display: block;
  padding: 12px 20px;
  line-height: 1;
  background: #ecf8f6;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
#ex_info_list_header ul li a svg {
  margin-right: 10px;
}
#ex_info_list_header ul li a:hover,
#ex_info_list_header ul li a.info_active {
  background: #c1e0db;
}
#ex_info_list_body {
}
#ex_info_list_body ul {
  list-style: none;
}
#ex_info_list_body > ul > li {
  padding: 13px 0;
}
#ex_info_list_body ul li .ex_info_list_post_header {
  display: flex;
  margin-bottom: 8px;
}
#ex_info_list_body ul li .ex_info_list_post_header span {
  font-size: 11px;
  margin-right: 25px;
  line-height: 16px;
}
#ex_info_list_body ul li .ex_info_list_post_header ul {
  display: flex;
}
#ex_info_list_body ul li .ex_info_list_post_header ul li {
  line-height: 16px;
  font-size: 10px;
  background: #77C1B2;
  color: #fff;
  margin-right: 5px;
  padding: 0 10px;
  list-style: none;
}
#ex_info_list_body ul li .ex_info_list_post_header ul li a {
  color: #fff;
  text-decoration: none;
}
#ex_info_list_body ul li .ex_info_list_post_header ul li a:hover {
  opacity: 0.8
}
#ex_info_list_body > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
#ex_info_list_body > ul > li > a:hover {
  background: linear-gradient(transparent 60%, #FFEAEA 60%);
}

.miraizu_ex {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1080px;
}
.miraizu_ex h2 {
  font-size: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.miraizu_ex h2 span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 1;
}


@media screen and (max-width: 768px) {
  .miraizu_ex {
    padding: 40px 0;
  }
  .miraizu_ex h2 {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .miraizu_ex h2 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 1;
  }
  

  /* 20.09.10 お知らせ一覧更新 */
  #ex_info_list {
    width: auto;
    border: none;
    margin: 20px auto;
    height: auto;
    padding: 10px 0;
  }
  #ex_info_list_header {
    margin-bottom: 8px;
  }
  #ex_info_list_header ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #ex_info_list_header ul li {
    font-size: 11px;
    margin: 0 10px 5px 0;
  }
  #ex_info_list_header ul li a {
    padding: 10px;
    border: 1px solid #CCC;
  }
  #ex_info_list_body > ul > li {
    padding: 10px;
    background: #F5F5F5;
    margin-bottom: 5px;
  }
  #ex_info_list_body > ul > li > a {
    font-size: 12px;
  }
  #ex_info_list_body ul li .ex_info_list_post_header {
    margin-bottom: 4px;
  }
  #ex_info_more {
    text-align: right;
    padding: 0 10px;
  }
  #ex_info_more a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    background: #F5F5F5;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #ex_info_more a svg {
    margin-right: 5px;
  }
}


/* 展示場情報にdescription */
#ex_description {
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0;
}
#exd_content {
  display: flex;
  padding: 0 20px;
}
#exd_img {
  width: 350px;
}
#exd_img img {
  width: 100%;
  height: auto;
}
#exd_text {
  width: calc(100% - 350px);
  padding-left: 20px;
  box-sizing: border-box;
}
#exd_text p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 31px;
}
#exd_text a {
  width: 200px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #585858;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
}
#exd_text a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #ex_description {
    padding: 20px 0;
  }
  #exd_content {
    padding-top: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  #exd_img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #exd_img img {
    max-width: 100%;
    height: auto;
  }
  #exd_text {
    width: 100%;
    padding: 0;
  }
  #exd_text p {
    font-size: 13px;
    line-height: 20px;
  }
}





/* 22,5,31 ボタン */
.exlink__btn {
  border: 1px solid #000;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  height: 50px;
  background: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.exlink__btn::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  transition: .3s;
}
.exlink__btn span {
  width: calc(100% - 75px);
  display: block;
  line-height: 1;
  z-index: 2;
  color: #000;
  transition: .8s;
  text-align: center;
}
.exlink__btn svg {
  position: relative;
  z-index: 2;
  fill: none;
}
.exlink__btn svg line {
  stroke: #000;
  transition: .8s;
}
.exlink__btn svg path {
  stroke: #000;
  transition: .8s;
}
.exlink__btn:hover {
  border-color: #fff;
}
.exlink__btn:hover::before {
  left: 100%;
}
.exlink__btn:hover span {
  color: #fff;
}
.exlink__btn:hover svg line, .exlink__btn:hover svg path {
  stroke: #fff;
}

/* 22,5,31 展示場からのお知らせ */
.ex__subtitle {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ",Meiryo, "Meiryo UI", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
.exinfo__sec {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ",Meiryo, "Meiryo UI", sans-serif;
  margin-bottom: 110px;
}
.exinfo__news {
  margin-bottom: 40px;
}
.exinfo__newslist {
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 20px;
  display: block;
  border-bottom: 1px dashed #000;
}
.exinfo__newslist a {
  color: #000;
  text-decoration: none;
  display: flex;
}
.exinfo__newslist span {
  width: 120px;
  display: inline-block;
}

/* 22,5,31 モデルハウスからのお知らせ */
.exinfo__modelinfo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ",Meiryo, "Meiryo UI", sans-serif;
}
.exinfo__modelinfo-list {
  margin: 0 15px 15px 0;
  width: calc((100% - 45px) / 4);
  border: 1px solid #000;
  box-sizing: border-box;
  list-style: none;
  font-family: inherit;
}
.exinfo__modelinfo-list:nth-child(4n) {
  margin-right: 0;
}
.exinfo__modelinfo-list a {
  text-decoration: none;
}
.exinfo__modelinfo-list img {
  width: 100%;
  height: auto;
}
.exinfo__modelinfo-img {
  width: 100%;
  height: 184px;
  position: relative;
  overflow: hidden;
}
.exinfo__modelinfo-img img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  max-height: 100%;
  min-width: 100%;
  max-width: inherit;
}
.exinfo__modelinfo-text {
  padding: 20px 15px;
}


.exinfo__modelinfo__date-dat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.exinfo__modelinfo-date {
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: #000;
}
.exinfo__modelinfo-cat {
  font-size: 10px;
  line-height: 1;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
}

.exinfo__modelinfo-maker {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.exinfo__modelinfo-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.exinfo__modelinfo-prg {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}
.exinfo__modelinfo-tags {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.exinfo__modelinfo-tags li {
  font-size: 10px;
  color: #fff;
  background: #818181;
  height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .exlink__btn,
  .exlink-black__btn {
    max-width: 375px;
  }
  .ex__subtitle {
    font-size: 20px;
    padding: 25px 0;
  }
  .exinfo__sec {
    margin-bottom: 80px;
    padding: 0 10px;
  }
  .exinfo__news {
    margin-bottom: 32px;
  }
  .exinfo__newslist span {
    width: 100%;
    display: block;
  }
  .exinfo__btn {
    margin: 0 15px;
  }
  .exinfo__modelinfo {
    margin-bottom: 10px;
  }
  .exinfo__modelinfo-list {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .exinfo__modelinfo-list:nth-child(2n) {
    margin-right: 0;
  }
  .exinfo__modelinfo-list:nth-child(n+5) {
    display: none;
  }
  .exinfo__modelinfo-img {
    height: calc( (100vw - 40px) / 2 * 0.7666);
  }
  .exinfo__modelinfo-text {
    padding: 12px 8px;
  }
  .exinfo__modelinfo-prg {
    line-height: 1.4;
  }
  .exinfo__modelinfo-btn {
    margin: 0 15px;
  }
}


/* モデルハウス一覧 */
.miraizu_ex {
  padding: 30px 0;
}
.miraizu_ex h2.ex__title--modelhouse {
  font-size: 24px;
  line-height: 40px;
  height: 28px;
  display: flex;
  justify-content: center;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  position: relative;
  margin-bottom: 75px;
}
.miraizu_ex h2.ex__title--modelhouse::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #000;
  z-index: 1;
}
.miraizu_ex h2.ex__title--modelhouse span {
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 0 47px 0 10px;
  display: inline-block;
  height: 40px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.miraizu_ex h2.ex__title--modelhouse span {
  padding-right: 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.26%22%20height%3D%2226.989%22%20viewBox%3D%220%200%2029.26%2026.989%22%3E%0A%20%20%3Cpath%20id%3D%22%E7%B7%9A_38%22%20data-name%3D%22%E7%B7%9A%2038%22%20d%3D%22M-3.337%2C8.931A.663.663%2C0%2C0%2C1-4%2C8.268v-11.6A.663.663%2C0%2C0%2C1-3.337-4a.663.663%2C0%2C0%2C1%2C.663.663v11.6A.663.663%2C0%2C0%2C1-3.337%2C8.931Z%22%20transform%3D%22translate(7.12%2018.058)%22%2F%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051%22%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_36%22%20data-name%3D%22%E7%B7%9A%2036%22%20d%3D%22M-3.337%2C8.931A.663.663%2C0%2C0%2C1-4%2C8.268v-11.6A.663.663%2C0%2C0%2C1-3.337-4a.663.663%2C0%2C0%2C1%2C.663.663v11.6A.663.663%2C0%2C0%2C1-3.337%2C8.931Z%22%20transform%3D%22translate(28.813%2018.058)%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_37%22%20data-name%3D%22%E7%B7%9A%2037%22%20d%3D%22M13.151-2.673H-3.337A.663.663%2C0%2C0%2C1-4-3.337.663.663%2C0%2C0%2C1-3.337-4H13.151a.663.663%2C0%2C0%2C1%2C.663.663A.663.663%2C0%2C0%2C1%2C13.151-2.673Z%22%20transform%3D%22translate(9.806%2029.662)%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M28.6%2C14.158a.661.661%2C0%2C0%2C1-.449-.175L14.631%2C1.564%2C1.113%2C13.983a.663.663%2C0%2C0%2C1-.9-.977L14.182.174a.663.663%2C0%2C0%2C1%2C.9%2C0L29.046%2C13.006a.663.663%2C0%2C0%2C1-.449%2C1.152Z%22%20transform%3D%22translate(0%200.001)%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_92%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2092%22%20d%3D%22M-3.337-4H2.585a.663.663%2C0%2C0%2C1%2C.663.663V2.585a.663.663%2C0%2C0%2C1-.663.663H-3.337A.663.663%2C0%2C0%2C1-4%2C2.585V-3.337A.663.663%2C0%2C0%2C1-3.337-4ZM1.922-2.673H-2.673V1.921H1.922Z%22%20transform%3D%22translate(15.089%2017.548)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.exmodel {
  margin-bottom: 40px;
  padding-top: 0;
}
.exmodel__index {
  display: flex;
  flex-wrap: wrap;
}
.exmodel__list {
  width: calc((100% - 60px) / 4);
  margin: 0 20px 20px 0;
}
.exmodel__list:nth-child(4n) {
  margin-right: 0;
}
.exmodel__list a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: .5s;
  position: relative;
}
.exmodel__list a .exmodel__list-label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 24px;
  line-height: 24px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  background: #FDF636;
  border-radius: 0;
  text-align: center;
}
.exmodel__list a .exmodel__list-label.black_label {
  color: #fff;
  background: #000;
}
.exmodel__list a:hover {
  opacity: 0.7;
}
.exmodel__list img {
  width: 100%;
  height: auto;
}
.exmodel__list-text {
  padding: 5px 0;
}
.exmodel__list-maker {
  font-size: 13px;
  line-height: 24px;
}
#modelhouse h3.exmodel__list-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .maker ul {
    margin: 0;
  }
  .maker .list {
    border: none;
  }
  .maker .list  .makerlist {
    display: block;
  }
  .maker ul li {
    width: 100px;
    height: 80px;
  }
  .maker ul li a {
    width: 94px;
    height: 70px;
  }
  .maker ul li a img {
    max-width: 90px;
  }

  .miraizu_ex h2.ex__title--modelhouse {
    margin-bottom: 35px;
  }
  .exmodel {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .exmodel__list {
    width: calc((100% - 12px) / 2);
    margin: 0 12px 20px 0;
  }
  .exmodel__list:nth-child(2n) {
    margin-right: 0;
  }
  .exmodel__list-maker {
    line-height: 20px;
  }
  .exmodel__list-name {
    font-size: 14px;
    line-height: 20px;
  }

}


/* MAMAnoBA */
.exhibition_detail_modelhousearea {
  padding-top: 85px;
}
.mamanoba {
  margin: 20px 0 100px 0;
  background: rgba(245,175,193,0.2);
  padding: 70px 0;
}
.mamanoba .container {
  min-width: 1080px;
  max-width: 1080px;
  margin: 0 auto;
}
.mamanoba .big_headline {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ",Meiryo, "Meiryo UI", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
.mamanoba .big_headline span {
  padding-top: 10px;
  font-size: 15px;
  display: block;
    text-align: center;
    color: #000;
    font-family: 'Noto Serif CJK ExtraLight', serif;
    letter-spacing: 0.33em;
}
.mamanoba_list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto 70px;
}
.mamanoba_list > ul > li {
  width: calc(33.333333% - 24px);
  background: #fff;
  list-style: none;
}
.mamanoba_list > ul > li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.mamanoba_list > ul > li a:hover {
  opacity: 0.8;
}
.mamanoba_status {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 100px;
  line-height: 24px;
  margin: 0;
  background: #FDF636;
  text-align: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: bold;
}
.mamanoba_status_end {
  background: #555555;
  color: #fff;
}
.mamanoba_list > ul > li a img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.mamanoba_text {
  position: relative;
  padding: 0 12px 20px;
}
.mamanoba_icon {
  position: absolute;
  top: 0;
  right: 12px;
}
.mamanoba_icon li {
  list-style: none;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #EB5F5F;
  padding: 0 10px;
  color: #EB5F5F;
  box-sizing: border-box;
}
.mamanoba_icon li.mamanoba_icon_ex {
  background: #EB5F5F;
  color: #fff;
}
.mamanoba_date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.mamanoba_title {
  font-size: 15px;
  line-height: 25px;
}

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

  /* MAMAnoBA */
  .mamanoba {
    padding: 60px 0;
    margin: 10px 0 60px 0;
  }
  .mamanoba .container {
    min-width: auto;
    max-width: 100%;
  }
  .mamanoba .big_headline {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .mamanoba .big_headline span {
    font-size: 12px;
    line-height: 1.4;
  }
  .mamanoba_list > ul {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .mamanoba_list > ul > li {
    width: 100%;
    margin-bottom: 1px;
  }
  .mamanoba_status {
    font-size: 10px;
    line-height: 18px;
    width: 60px;
    top: 5px;
    left: 5px;
  }
  .mamanoba_list > ul > li > a {
    display: flex;
    padding: 0;
    align-items: flex-start;
  }
  .mamanoba_list > ul > li > a img {
    max-width: 138px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .mamanoba_text {
    padding-top: 5px;
    width: calc(100% - 138px);
    padding-left: 0;
  }
  .mamanoba_icon {
    margin-bottom: 5px;
    position: static;
  }
  .mamanoba_icon li {
    font-size: 10px;
    line-height: 16px;
  }
  .mamanoba_date {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .mamanoba_title {
    font-size: 12px;
    line-height: 1.4;
  }

}


/* モデルハウス一覧に50音ソートボタン追加　2023.1.20 */
.exmodel__sortbtn {
  margin-bottom: 30px;
}
.exmodel__sortbtn a {
  margin-left: auto;
  width: 175px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.exmodel__sortbtn a:hover {
  opacity: 0.8;
}
.exmodel__sortbtn a div {
  font-size: 15px;
  text-align: center;
}
.exmodel__sortbtn a div span {
  font-size: 11px;
  margin-top: 5px;
  display: block;
}
.exmodel__sortbtn a.kana_on {
  border: 1px solid #DF6B6A;
  color: #fff;
  background: #DF6B6A;
}
@media screen and (max-width: 834px) {
  .exmodel__sortbtn {
    margin-bottom: 20px;
  }
  .exmodel__sortbtn a {
    margin: 0 auto;
    width: 130px;
    height: 42px;
    border-radius: 21px;
  }
  .exmodel__sortbtn a div {
    font-size: 12px;
  }
  .exmodel__sortbtn a div span {
    font-size: 9px;
  }
}


/*  23.8.8　モーダル追加 */
.modal_exlink {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.65);
  z-index: 2147483641;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal_exlink__close {
  position: absolute;
  top: 60px;
  right: 70px;
}
.modal_exlink__cnt {
  background: #fff;
  color: #000;
  padding: 0 55px 55px;
}
.modal_exlink__headline {
  padding: 32px 0 72px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.modal_exlink__inner {
  display: flex;
  gap: 52px;
}
.modal_exlink__box {
  width: 465px;
  border: 1px solid #000;
  position: relative;
  padding-bottom: 42px;
  box-sizing: content-box;
}
.modal_exlink__box__label {
  background: #E6DED2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -39px;
  left: -20px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.modal_exlink__box__headline {
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.modal_exlink__box__headline.modal_exlink__normal {
  background: url(../../img/exhibition/detail/modal_exlink_bg1.png) no-repeat;
  background-size: cover;
}
.modal_exlink__box__headline.modal_exlink__premium {
  background: url(../../img/exhibition/detail/modal_exlink_bg2.png) no-repeat;
  background-size: cover;
}

.modal_exlink__box__headline p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
.modal_exlink__box__headline p span {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_exlink__box__img {
  padding: 43px 0 22px;
  text-align: center;
}
.modal_exlink__box__img img {
  margin: 0 auto;
}


.modal_exlink__box__type {
  margin: 0 50px 42px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 68px;
  line-height: 1.4;
}
.modal_exlink__box__type__left {
  width: 78px;
  text-align: center;
  font-size: 14px;
}
.modal_exlink__box__type div {
  width: 21px;
}
.modal_exlink__box__type div span {
  background: #000;
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  margin: 0 auto;
}
.modal_exlink__box__type__right {
  width: calc(100% - 21px - 78px);
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: inherit;
}
.modal_exlink__box__type__right span {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .modal_exlink {
    padding: 75px 12px 12px;
    overflow-y: auto;
  }

  .modal_exlink__tab ul {
    display: flex;
  }
  .modal_exlink__tab ul li {
    width: 50%;
    list-style: none;
  }
  .modal_exlink__tab ul li a {
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    border-bottom: 0;
  }
  .modal_exlink__tab ul.first li:first-child a {
    background: #E6DED2;
    border-width: 2px;
  }
  .modal_exlink__tab ul.first li:last-child a {
    border-left: none;
  }

  .modal_exlink__tab ul.second li:first-child a {
    border-right: none;
  }
  .modal_exlink__tab ul.second li:last-child a {
    background: #E6DED2;
    border-width: 2px;
  }

  .modal_exlink__close {
    top: 20px;
    right: 12px;
  }
  .modal_exlink__close svg {
    width: 40px;
    height: auto;
  }

  .modal_exlink__cnt {
    padding: 0 16px 24px;
  }
  .modal_exlink__headline {
    padding: 33px 0;
    font-size: 14px;
  }
  .modal_exlink__inner {
    display: block;
  }
  .modal_exlink__box {
    width: 100%;
    padding-bottom: 30px;
    border-width: 2px;
    display: none;
    box-sizing: border-box;
  }
  .modal_exlink__box__label {
    display: none;
  }
  .modal_exlink__box__headline {
    height: 105px;
    padding: 0 20px;
  }
  .modal_exlink__box__headline p {
    font-size: 12px;
  }
  .modal_exlink__box__headline p span {
    font-size: 15px;
    margin-bottom: 0;
  }
  .modal_exlink__box__img {
    padding: 25px 20px 22px;
  }
  .modal_exlink__box__img img {
    max-width: 226px;
  }
  .modal_exlink__box__type {
    margin: 0 40px 30px;
    display: block;
    font-size: 13px;
    height: auto;
  }
  .modal_exlink__box__type__left {
    padding: 8px 0;
    width: auto;
  }
  .modal_exlink__box__type div {
    width: auto;
  }
  .modal_exlink__box__type div span {
    background: #000;
    height: calc(tan(60deg) * 12px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    margin: 0 auto;
  }
  .modal_exlink__box__type__right {
    padding: 8px 0 16px;
    width: auto;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .modal_exlink__box .exlink-black__btn {
    width: 140px;
    font-size: 12px;
    justify-content: center;
    height: 40px;
  }
}


.exlink-black__btn {
  border: 1px solid #000;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.exlink-black__btn::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  transition: .3s;
}
.exlink-black__btn span {
  width: calc(100% - 75px);
  display: block;
  line-height: 1;
  z-index: 2;
  color: #fff;
  transition: .8s;
  text-align: center;
}
.exlink-black__btn svg {
  position: relative;
  z-index: 2;
  fill: none;
}
.exlink-black__btn svg line {
  stroke: #fff;
  transition: .8s;
}
.exlink-black__btn svg path {
  stroke: #fff;
  transition: .8s;
}
.exlink-black__btn:hover::before {
  left: 100%;
}
.exlink-black__btn:hover span {
  color: #000;
}
.exlink-black__btn:hover svg line, .exlink-black__btn:hover svg path {
  stroke: #000;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .exlink-black__btn {
    max-width: 375px;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}