.no-link {
  pointer-events: none;
}

/* 卒業展オンライン2021 */

#grad {

}
.grad_intro {
  margin-bottom: 40px;
}
.grad_intro .ttl img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.grad_intro .sub {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  margin-top: 15px;
  background: none;
}
.grad_intro .sub span {
  display: inline-block;
  position: relative;
}
.grad_intro .sub span::after,
.grad_intro .sub span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.grad_intro .sub span::before {
  left: -100%;
  transform: translateX(-20px);
}
.grad_intro .sub span::after {
  right: -100%;
  transform: translateX(20px);
}

.grad_intro .textbox {
  line-height: 1.9;
  color: #333333;
}
.grad_intro .textbox p {
  text-align: justify;
}

@media (min-width: 768px) {
  .grad_intro {
    margin-bottom: 70px;
  }
  .grad_intro .sub {
    font-size: 44px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  .grad_intro .sub span::before {
    transform: translateX(-40px);
  }
  .grad_intro .sub span::after {
    transform: translateX(0px);
  }

  .grad_intro .textbox {
    line-height: 1.9;
    font-size: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.grad_greeting .ttl {
  background-color: #d7dce0;
  border-radius: 10px;
  text-align: center;
  color: #374C5C;
  padding: 10px 10px;
  margin: 0 0 25px 0;
}

.grad_greeting .img {
   width: 70%;
   max-width: 292px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   text-align: center;
}

.grad_greeting .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.grad_greeting .text {
  line-height: 1.9;
}
.grad_greeting .text .sine {
  margin-top: 25px;
  text-align: right;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .grad_greeting .ttl {
    font-size: 28px;
    padding: 12px 10px;
    margin-bottom: 40px;
  }
  .grad_greeting .flex {
    display: flex;
  }

  .grad_greeting .img {
     width: 292px;
     margin: 0;
  }
  .grad_greeting .text {
     flex:1;
     padding-left: 40px;
     font-size: 16px;
     line-height: 1.9;
  }
}

.grad_banner {
  margin-top: 40px;
  margin-bottom: 30px;
}

.link_nominate a{
  display: block;
  background-color: #374C5C;
  padding: 10px;
  border-radius: 10px;
  color: #F8B805;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.link_nominate a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #F8B805;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.link_nominate a .border {
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 22%;
  padding-right: 30px;
}
.link_nominate .img {
  width: 15%;
  margin: 0 auto 20px auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.link_nominate .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.link_nominate p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.link_nominate .large {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .grad_banner {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .link_nominate a{
    height: 150px;
    transition: all 0.2s;
  }
  .link_nominate a:after {
    border-width: 10px 0 10px 15px;
    right: 30px;
    margin-top: -5px;
  }
  .link_nominate a .border {
    border: 3px solid rgba(255,255,255,0.2);
    padding-left: 210px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .link_nominate .img {
    width: 176px;
    left: 20px;
    transform: translateY(-52%);
  }
  .link_nominate p {
    font-size: 21px;
  }
  .link_nominate .large {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .link_nominate a:hover{
    background-color: #F8B805;
    color: #374C5C;
  }
  .link_nominate a:hover:after {
    border-color: transparent transparent transparent #374C5C;
  }
}


.grad_banner_free {
  margin-top: 30px;
  margin-bottom: 40px;
}
.grad_banner_free ul {
  margin: 0;
  padding: 0;
}
.grad_banner_free ul li {
  list-style: none;
}
.grad_banner_free ul li a {
  display: block;
}
.grad_banner_free ul li a img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.grad_banner_free ul li a img:hover {
	transition: 0.3s ;
  opacity: 0.5 ;
}

.ouen {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f4f5f6;
  padding: 25px 20px;
  border-radius: 10px;
}
.ouen_head {
  display: flex;
  color: #001658;
  margin-bottom: 25px;
}
.ouen_head .logo{
  width: 90px;
}
.ouen_head .text{
  flex:1;
  padding-left: 20px;
}


.ouen_body .ttl {
  /* background-color: none; */
  background: none;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

.ouen_body .flex {
}
.ouen_body .box + .box{
  margin-top: 15px;
}
.ouen_body dl {
  margin: 0;
}
.ouen_body dt{
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.ouen_body ul{
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333333;
}
.ouen_body ul li{
  line-height: 1.7;
}
.ouen_body ul li + li{
  margin-top: 2px;
}

@media (min-width: 768px) {
  .ouen {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 40px 40px;
  }

  .ouen_head {
    margin-bottom: 20px;
    align-items: center;
  }
  .ouen_head .logo{
    width: 93px;
  }
  .ouen_head .text{
    flex:1;
    padding-left: 30px;
    font-weight: bold;
  }
  .ouen_head .text h2 {
    font-size: 26px;
    text-align: left;
    margin: 0 0 5px 0;
  }
  .ouen_head .text p {
    font-size: 21px;
    text-align: left;
    margin: 0 0 0 0;
  }

  .ouen_body .ttl {
    font-size: 22px;
    padding-bottom: 25px;
  }

  .ouen_body .flex {
    display:flex;

  }

  .ouen_body .box + .box{
    margin-top: 2em;
  }

  .ouen_body .flex .left {
    width: 56%;
    box-sizing: border-box;
  }
  .ouen_body .flex .right {
    width: 44%;
    box-sizing: border-box;
  }
  .ouen_body dt{
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.8;
  }
  .ouen_body ul{
    font-size: 16px;
  }
  .ouen_body ul li {
    line-height: 1.8;
  }
  .ouen_body ul li + li{
    margin-top: 0px;
  }
}


/* 学生たちのノミネート作品 */
#nominate {
  margin-top: 10px;
}
.nominate_column .column_head .left{
  text-align: center;
}
.nominate_column .column_head .left img:nth-child(1){
  width: 60%;
  height: auto;
}
.nominate_column .column_head .left img:nth-child(2){
  width: 20%;
  height: auto;
  margin-left: 15px;
}
.nominate_column .column_head .right h2 {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  margin-top: 30px;
}
.nominate_column .column_head .right h2 span {
  display: inline-block;
  position: relative;
}
.nominate_column .column_head .right h2 span::after,
.nominate_column .column_head .right h2 span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.nominate_column .column_head .right h2 span::before {
  left: -100%;
  transform: translateX(-20px);
}
.nominate_column .column_head .right h2 span::after {
  right: -100%;
  transform: translateX(20px);
}

@media (min-width: 768px) {
  #nominate {
    margin-top: 20px;
  }
  .nominate_column .column_head {
    display: flex;
    align-items: center;
  }
  .nominate_column .column_head .left{
    text-align: left;
  }
  .nominate_column .column_head .left img:nth-child(1){
    width: 290px;
  }
  .nominate_column .column_head .left img:nth-child(2){
    width: 90px;
    margin-left: 25px;
  }
  .nominate_column .column_head .right h2 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 0 20px;
    line-height: 1;
  }
  .nominate_column .column_head .right h2 span::after,
  .nominate_column .column_head .right h2 span::before {
    display: none;
  }
}


.nominate_arv {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.nominate_arv .box{
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.nominate_arv .box .in {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  background-color: #FFF;
  height: 100%;
  box-sizing: border-box;
}
.nominate_arv .box .img {
  width: 42vw;
  height: 36vw;
  position: relative;
  margin: 0 auto;
}
.nominate_arv .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nominate_arv .box .img img._off {
  z-index: 2;
}
.nominate_arv .box .img img._on {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.nominate_arv .box .name {
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.nominate_arv .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nominate_arv .box ul li + li {
  margin-top: 3px;
}
.nominate_arv .box ul li a {
  display: block;
  background-color: #FFF;
  font-size: 11px;
  font-style: normal;
  padding: 7px 3px;
  letter-spacing: -0.05em;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.nominate_arv .box ul li a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.nominate_arv .box ul li a i img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .nominate_arv {
    margin: -10px;
    padding-top: 40px;
  }
  .nominate_arv .box{
    width: 33.333333%;
    padding: 10px;
  }

  .nominate_arv .box .in {
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 20px 20px;
  }
  .nominate_arv .box .img {
    width: 250px;
    height: 220px;
    margin: 0 auto;
  }
  .nominate_arv .box .img ._off {
    z-index: 1;
    transition: all 0.2s;
  }
  .nominate_arv .box .img ._on {
    z-index: 0;
    transition: all 0.2s;
  }
  .nominate_arv .box .img img._on {
    opacity: 0;
    visibility: visible;
  }
  .nominate_arv .box .img:hover ._off{
    opacity: 0;
  }
  .nominate_arv .box .img:hover ._on{
    opacity: 1;
  }

  .nominate_arv .box .name {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .nominate_arv .box ul li + li {
    margin-top: 8px;
  }
  .nominate_arv .box ul li a {
    font-size: 14px;
    padding: 10px 10px;
    letter-spacing: 0em;
    border-radius: 8px;
    transition: all 0.2s;
  }
  .nominate_arv .box ul li a:hover {
    text-decoration: none;
    background-color: #F2F0F0;
  }
  .nominate_arv .box ul li a i {
    width: 20px;
    height: 20px;
    top: -2px;
  }
}

.nominate_pop {
  border: 1px solid #DDD;
  border-radius: 5px;
}
.popup_content {
  padding: 15px;
  overflow-y: auto;
  background: #FFF;
  max-height: 80vh;
}
.nominate_pop .popup_head {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.nominate_pop .popup_head .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.nominate_pop .popup_head .name {
  font-size: 15px;
}
.nominate_pop .popup_head .name span {
  padding-left: 10px;
  font-size: 13px;
}
.nominate_pop .popup_head .meta {
  margin-bottom: 6px;
}
.nominate_pop .popup_head .meta ul{
  display: inline-block;
  color: #FFF;
  background-color: #000;
  list-style: none;
  padding: 2px 10px;
  margin: 0;
}
.nominate_pop .popup_head .meta ul li {
  display: inline;
}
.nominate_pop .popup_head .meta ul li + li:before {
  content: ",";
  padding: 0 3px;
}

.popup_body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lity-wrap {
  padding: 20px;
}

@media (min-width: 768px) {
  .nominate_pop {

  }
  .popup_content {
    padding: 40px;
    max-height: 70vh;
  }
  .nominate_pop .popup_head {
    margin-bottom: 20px;
  }
  .nominate_pop .popup_head .title {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 3px;
  }
  .nominate_pop .popup_head .name {
    font-size: 18px;
  }
  .nominate_pop .popup_head .name span {
    padding-left: 5px;
    font-size: 14px;
  }
  .nominate_pop .popup_head .meta {
    margin-bottom: 10px;
  }
  .nominate_pop .popup_head .meta ul{
    font-size: 20px;
  }
}

.lity-content {
  max-width: 1000px;
}
