main {
  padding-top: 0;
}
main hgroup.siteTtl {
  padding-top: calc(var(--header-h) + 70px);
  background-color: #c6f2ff;
  text-align: center;
  line-height: 1.5;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  main hgroup.siteTtl {
    padding: 100px 5% 24px;
  }
}
main hgroup.siteTtl p {
  font-size: 50px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  main hgroup.siteTtl p {
    font-size: 38px;
  }
}
@media screen and (max-width: 500px) {
  main hgroup.siteTtl p {
    font-size: 34px;
  }
}
main hgroup.siteTtl h1 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main hgroup.siteTtl h1 {
    font-size: 20px;
  }
}
main .bgGrad {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #6dcdff 0%, #0b9be6 100%);
}
@media screen and (max-width: 768px) {
  main .bgGrad {
    padding: 32px 5% 54px;
  }
}
main section.lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.lead {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 500px) {
  main section.lead {
    text-align: left;
  }
}
main section.lead h2 {
  font-size: 32px;
  position: relative;
}
@media screen and (min-width: 769px) {
  main section.lead h2 {
    margin-top: -1.5em;
  }
}
@media screen and (max-width: 768px) {
  main section.lead h2 {
    font-size: 28px;
  }
}
main section.lead p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.lead p {
    line-height: 1.8;
    font-size: 16px;
  }
}
main section.concept {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 40px;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.concept {
    flex-direction: column;
    padding: 18px 5%;
  }
}
main section.concept::before {
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  background-color: #cadbde;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  main section.concept::before {
    width: 90%;
    height: 2px;
  }
}
main section.concept a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  width: calc(50% - 20px);
  padding: 10px 20px 10px 0;
}
@media screen and (max-width: 768px) {
  main section.concept a {
    gap: 0 10px;
    width: 100%;
    padding: 10px;
  }
}
main section.concept a:hover dl {
  text-decoration: underline;
}
main section.concept a::after {
  content: "";
  min-width: 20px;
  min-height: 20px;
  border-top: 2px solid #0c89af;
  border-right: 2px solid #0c89af;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  main section.concept a::after {
    min-width: 14px;
    min-height: 14px;
  }
}
main section.concept a .pic {
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  main section.concept a .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    max-width: 120px;
    height: 90px;
  }
}
main section.concept a dl {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  main section.concept a dl {
    width: calc(100% - 150px);
  }
}
main section.concept a dl dt {
  font-size: 17px;
  font-weight: bold;
}
main section.concept a dl dd {
  font-size: 13px;
  font-weight: bold;
}
main section.siteNav {
  display: flex;
  justify-content: center;
  gap: 12px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.siteNav {
    flex-direction: column;
    align-items: center;
  }
}
main section.siteNav .cntWrap {
  width: calc((90% - 20px) / 3);
  border: 3px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
main section.siteNav .cntWrap.adventure {
  background: url(../img/site_nav_adventure.jpg) no-repeat center center/cover;
}
main section.siteNav .cntWrap.education {
  background: url(../img/site_nav_education.jpg) no-repeat center center/cover;
}
main section.siteNav .cntWrap.labo {
  background: url(../img/site_nav_labo.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  main section.siteNav .cntWrap {
    max-width: 460px;
    min-height: 460px;
  }
}
@media screen and (max-width: 768px) {
  main section.siteNav .cntWrap {
    width: 100%;
    border-width: 2px;
    border-radius: 15px;
  }
}
main section.siteNav .cntWrap .cntBox {
  display: grid;
  grid-template-rows: 1fr 243px;
  width: 100%;
  height: 100%;
  padding: 50px clamp(0px, 5%, 30px) 30px;
  background-color: rgba(12, 49, 68, 0.6);
}
@media screen and (max-width: 768px) {
  main section.siteNav .cntWrap .cntBox {
    display: flex;
    flex-direction: column;
    padding: 36px 5% 28px;
  }
}
main section.siteNav .cntWrap .cntBox hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.siteNav .cntWrap .cntBox hgroup {
    margin-bottom: 24px;
  }
}
main section.siteNav .cntWrap .cntBox hgroup img {
  width: 50px;
}
main section.siteNav .cntWrap .cntBox hgroup h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main section.siteNav .cntWrap .cntBox hgroup h2 {
    font-size: 24px;
  }
}
main section.siteNav .cntWrap .cntBox hgroup p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.siteNav .cntWrap .cntBox hgroup p {
    font-size: 16px;
  }
}
main section.siteNav .cntWrap .cntBox hgroup a {
  color: #fff;
  font-size: 15px;
}
main section.siteNav .cntWrap .cntBox hgroup a:not(:hover) {
  text-decoration: underline;
}
main section.siteNav .cntWrap .cntBox ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  width: 100%;
}
main section.siteNav .cntWrap .cntBox ul li {
  width: 100%;
  background-color: rgba(2, 31, 45, 0.7);
}
main section.siteNav .cntWrap .cntBox ul li:nth-of-type(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
main section.siteNav .cntWrap .cntBox ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  line-height: 1.2;
  color: #fff;
  padding: 8px 20px 8px 5%;
}
main section.siteNav .cntWrap .cntBox ul li a[href]::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/site_nav_arw.gif) no-repeat center center/contain;
}
main section.siteNav .cntWrap .cntBox ul li a[href]:hover span {
  background-size: 100% 1px;
}
main section.siteNav .cntWrap .cntBox ul li a span {
  background: linear-gradient(#fff, #fff) no-repeat left bottom/0px 1px;
  transition: 0.5s;
}
main section.siteNav .cntWrap .cntBox ul li a span em {
  font-size: 0.75em;
}
main .bgBlue {
  padding: 100px 0;
  background-color: #cbe7ef;
}
@media screen and (max-width: 768px) {
  main .bgBlue {
    padding: 72px 0;
  }
}
main section.news {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px 0;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 140px;
  padding: 50px 40px 30px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.news {
    flex-direction: column;
    margin-bottom: 72px;
    padding: 28px 5% 18px;
    border-radius: 20px;
  }
}
main section.news h2 {
  width: 180px;
  line-height: 1;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main section.news h2 {
    font-size: 28px;
  }
}
main section.news ul {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 780px;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  main section.news ul {
    gap: 18px 0;
    width: 100%;
  }
}
main section.news ul li {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  main section.news ul li {
    padding-bottom: 18px;
  }
}
main section.news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 30px;
}
@media screen and (max-width: 768px) {
  main section.news ul li a {
    flex-direction: column-reverse;
  }
}
main section.news ul li a:hover span {
  background-size: 100% 1px;
}
main section.news ul li a span {
  background: linear-gradient(#000, #000) no-repeat left bottom/0px 1px;
  transition: 1s;
}
main section.news ul li a time {
  font-size: 14px;
}
main section.association {
  display: flex;
  gap: 0 50px;
  max-width: 1300px;
  width: 90%;
  margin: 100px auto 80px;
  background-color: #215d7d;
}
@media screen and (max-width: 768px) {
  main section.association {
    flex-direction: column;
  }
}
main section.association .cntWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 min(15%, 80px);
  width: 50%;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  main section.association .cntWrap {
    justify-content: center;
    align-items: flex-start;
    gap: 0 5%;
    width: 100%;
    padding: 34px 5%;
  }
}
main section.association .cntWrap a.logo {
  width: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.association .cntWrap a.logo {
    width: 70px;
    margin-top: 18px;
  }
}
main section.association .cntWrap a.logo::after {
  content: "";
  max-width: 19px;
  width: 100%;
  aspect-ratio: 19/16;
  background-color: #fff;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 100%;
}
main section.association .cntWrap ul {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: calc(95% - 90px);
}
main section.association .cntWrap ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
main section.association .cntWrap ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main section.association .cntWrap ul li a {
    font-size: 18px;
  }
}
main section.association .cntWrap ul li a::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/site_nav_arw.gif) no-repeat center center/contain;
}
main section.association .cntWrap ul li a:hover span {
  background-size: 100% 1px;
}
main section.association .cntWrap ul li a span {
  padding: 5px 0;
  background: linear-gradient(#fff, #fff) no-repeat left bottom/0px 1px;
  transition: 0.5s;
}
main section.association figure {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 769px) {
  main section.association figure {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  main section.association figure {
    width: 100%;
    height: 280px;
  }
}
main section.association figure::after {
  content: "";
  width: 160px;
  height: 50px;
  background: url(../img/logo_kamanavi.png) no-repeat center center/contain;
  position: absolute;
  top: 5%;
}
@media screen and (min-width: 769px) {
  main section.association figure::after {
    right: 20%;
  }
}
@media screen and (max-width: 768px) {
  main section.association figure::after {
    top: 10%;
    left: 5%;
  }
}
main section.association figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes propeller1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes propeller2 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(390deg);
  }
}
@keyframes propeller3 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(450deg);
  }
}
.kv {
  width: 100%;
  position: relative;
}
.kv img[usemap] {
  width: 100%;
}
.kv .meetup {
  position: absolute;
  width: 12%;
  max-width: 300px;
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kv .meetup {
    width: 30%;
    top: auto;
    bottom: 3%;
    left: 2%;
  }
}
.kv .meetup img {
  width: 100%;
}
.kv .flag {
  position: absolute;
  width: 13.39%;
  left: 18.46%;
  top: 7.017%;
  z-index: 3;
  pointer-events: none;
}
.kv .windmill {
  width: 7.4936%;
  position: absolute;
  right: 12.85%;
  top: 11.578%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .kv .windmill {
    width: 18.13%;
    right: 0.8%;
    top: 9.852%;
  }
}
.kv .windmill .propeller {
  width: 48%;
  position: absolute;
  transform-origin: 42.4778% 57.5221%;
}
.kv .windmill .propeller.p1 {
  top: 18.965%;
  left: -4.255%;
  animation: 8s linear infinite propeller1;
}
@media screen and (max-width: 768px) {
  .kv .windmill .propeller.p1 {
    top: 12.965%;
    left: 1.745%;
  }
}
.kv .windmill .propeller.p2 {
  top: 19.396%;
  left: 35.319%;
  animation: 10s linear infinite propeller2;
}
@media screen and (max-width: 768px) {
  .kv .windmill .propeller.p2 {
    top: 37.396%;
    left: 40.319%;
  }
}
.kv .windmill .propeller.p3 {
  top: -3.879%;
  right: -8.085%;
  animation: 9s linear infinite propeller3;
}
@media screen and (max-width: 768px) {
  .kv .windmill .propeller.p3 {
    top: 1.121%;
    right: 3.715%;
  }
}
.kv .kv_icon {
  position: absolute;
  z-index: 2;
}
.kv .kv_icon:hover img {
  transform: scale(1.15);
}
.kv .kv_icon img {
  transition: all 0.3s;
}
.kv .kv_icon.icon_goyozan {
  width: 13.29%;
  left: 9.917%;
  top: 20.08%;
}
.kv .kv_icon.icon_cruise {
  width: 8.29%;
  right: 30.4%;
  bottom: 18%;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_cruise {
    width: 21.29%;
    right: 20.4%;
    bottom: 3%;
  }
}
.kv .kv_icon.icon_cruise:hover img.off {
  display: none;
}
.kv .kv_icon.icon_cruise:hover img.on {
  display: block;
}
.kv .kv_icon.icon_cruise img {
  transform: none;
}
.kv .kv_icon.icon_cruise img.off {
  display: block;
}
.kv .kv_icon.icon_cruise img.on {
  display: none;
}
.kv .kv_icon.icon_scallop {
  width: 7.59%;
  left: 19.48%;
  bottom: 33.9%;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_scallop {
    width: 23%;
    left: 2.8%;
    top: 35.17%;
    bottom: auto;
  }
}
.kv .kv_icon.icon_scallop img {
  position: relative;
  transform: none;
  z-index: 2;
}
.kv .kv_icon.icon_scallop:hover .hotate1 {
  animation-name: bounce !important;
  animation-duration: 1.5s !important;
}
.kv .kv_icon.icon_scallop:hover .hotate2 {
  animation-name: bounce !important;
  animation-duration: 1.1s !important;
}
.kv .kv_icon.icon_scallop:hover .hotate3 {
  animation-name: bounce !important;
  animation-duration: 0.7s !important;
}
.kv .kv_icon.icon_scallop .hotate {
  position: absolute;
}
.kv .kv_icon.icon_scallop .hotate.hotate1 {
  width: 39.91%;
  right: 26.47%;
  bottom: 16.81%;
  animation-name: tada;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_scallop .hotate.hotate1 {
    width: 44.025%;
    right: 28.301%;
    bottom: 28.776%;
    z-index: 1;
    animation-name: bounce !important;
    animation-duration: 0.9s !important;
  }
}
.kv .kv_icon.icon_scallop .hotate.hotate2 {
  width: 36.97%;
  right: 0%;
  bottom: 15.08%;
  animation-name: tada;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_scallop .hotate.hotate2 {
    width: 39.622%;
    right: 0;
    bottom: 26.618%;
  }
}
.kv .kv_icon.icon_scallop .hotate.hotate3 {
  width: 39.07%;
  right: 23.1%;
  bottom: 0;
  animation-name: swing;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_scallop .hotate.hotate3 {
    width: 45.911%;
    right: 16.981%;
    bottom: 0;
  }
}
.kv .kv_icon.icon_touni {
  width: 9.98%;
  left: 9.789%;
  top: 36.49%;
}
.kv .kv_icon.icon_rekishikan {
  width: 6.345%;
  left: 25.19%;
  bottom: 42.45%;
}
.kv .kv_icon.icon_kannon {
  width: 5.07%;
  left: 29.49%;
  bottom: 28.42%;
}
.kv .kv_icon.icon_maruwa {
  width: 6.409%;
  left: 33.57%;
  bottom: 38.42%;
}
.kv .kv_icon.icon_uogashi {
  width: 6.887%;
  left: 44.86%;
  bottom: 31.57%;
}
.kv .kv_icon.icon_ishizuka {
  width: 4.432%;
  left: 26.78%;
  top: 15%;
}
.kv .kv_icon.icon_michinoeki {
  width: 5.644%;
  left: 25.25%;
  top: 27.89%;
}
.kv .kv_icon.icon_hamachidori {
  width: 4.304%;
  left: 30.77%;
  top: 17.54%;
}
.kv .kv_icon.icon_sunfish {
  width: 6.696%;
  left: 34.02%;
  top: 26.49%;
}
.kv .kv_icon.icon_tetto {
  width: 6.568%;
  left: 36.44%;
  top: 30%;
}
.kv .kv_icon.icon_dmc {
  width: 7.334%;
  left: 40.84%;
  top: 41.22%;
}
.kv .kv_icon.icon_kamariba {
  width: 6.632%;
  left: 43.62%;
  top: 31.84%;
}
.kv .kv_icon.icon_konno {
  width: 8.322%;
  left: 48.91%;
  top: 38.42%;
}
.kv .kv_icon.icon_train {
  width: 10.1%;
  left: 50.28%;
  bottom: 24.12%;
}
.kv .kv_icon.icon_sl {
  width: 7.305%;
  left: 42.619%;
  top: 14.8%;
}
@media screen and (max-width: 768px) {
  .kv .kv_icon.icon_sl {
    width: 17.605%;
    left: 44.419%;
    top: 13%;
  }
}
.kv .kv_icon.icon_sl img {
  transform: none;
}
.kv .kv_icon.icon_hashino {
  width: 6.855%;
  right: 20.53%;
  top: 24.21%;
}
.kv .kv_icon.icon_miraikan {
  width: 8.832%;
  right: 24.42%;
  top: 32.719%;
}
.kv .kv_icon.icon_rugby {
  width: 8.737%;
  right: 14.604%;
  top: 34.82%;
}
.kv .kv_icon.icon_iwasaki {
  width: 5.006%;
  right: 22.06%;
  top: 38.77%;
}
.kv .kv_icon.icon_camp {
  width: 9.566%;
  right: 20.63%;
  bottom: 32.54%;
}
.kv .kv_icon.icon_ohakozaki {
  width: 14.63%;
  right: 5.484%;
  bottom: 11.491%;
}

.modal_list {
  width: 100%;
  height: 100%;
}
.modal_list .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 500;
}
.modal_list .modal_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img {
    width: 90%;
    max-width: 600px;
  }
}
.modal_list .modal_img .modal_content_img {
  background: #fff;
  width: 600px;
  padding: 30px 50px;
  text-align: center;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img {
    width: 100%;
    padding: 30px 5%;
  }
}
.modal_list .modal_img .modal_content_img .ttl_area {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img .ttl_area {
    display: block;
  }
}
.modal_list .modal_img .modal_content_img .ttl_area .tmb {
  width: 220px;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img .ttl_area .tmb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.modal_list .modal_img .modal_content_img .ttl_area .tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal_list .modal_img .modal_content_img .ttl_area .ttl_wrap {
  width: calc(100% - 220px);
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img .ttl_area .ttl_wrap {
    width: 100%;
    padding: 0;
  }
}
.modal_list .modal_img .modal_content_img > .inner ruby {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_list .modal_img .modal_content_img > .inner p.flag {
  font-size: 15px;
}
.modal_list .modal_img .modal_content_img > .inner p.caption {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.modal_list .modal_img .modal_content_img > .inner .link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.modal_list .modal_img .modal_content_img > .inner .link a {
  min-width: 180px;
  height: 50px;
  border-radius: 5px;
  padding: 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/modal_arrow.png) right 15px center/7px no-repeat #2c9fd2;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img > .inner .link a {
    font-size: 14px;
    height: 45px;
  }
  .modal_list .modal_img .modal_content_img > .inner .link a img {
    width: 50%;
  }
}
.modal_list .modal_img .modal_content_img > .inner .link a:hover {
  opacity: 0.8;
}
.modal_list .modal_img .modal_content_img.scroll {
  top: 0;
  height: 94vh;
  overflow-y: auto;
}
.modal_list .modal_img .modal_content_img.scroll .btn_close {
  top: 10px;
  right: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .modal_content_img.scroll .btn_close {
    width: 10px;
  }
}
.modal_list .modal_img .btn_close {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_list .modal_img .btn_close {
    top: 5px;
    right: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
  }
}