@charset "UTF-8";

/*
Theme Name: 滋賀大学
Theme URI: https://www.shiga-u.ac.jp/
Description: 滋賀大学
*/

@font-face {
}

body {
  color: #002b84;
  font-family: 'Noto Sans JP',Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.pure-g [class*=pure-u] {
  font-family: 'Noto Sans JP',Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .6;
  transition: .3s;
}

.more {
/*
  background: linear-gradient(90deg, rgba(63,168,244,1) 0%, rgba(21,79,199,1) 52%, rgba(0,43,132,1) 100%);
  border-radius: 100px;
  color: #fff;
*/
  display: block;
  margin: 0 auto;
  width: 250px;
}

.more:hover img {
  opacity: .6;
  transition: .3s;
}

img {
  width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
}

.oc-header {
  margin: 50px 0 0;
  position: relative;
}

.oc-hm-title {
  text-align: center;
}

.oc-hm-title a {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

.oc-hd-link {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 1;
}

.oc-hd-link a {
  display: block;
  max-width: 150px;
}

/* Slider */
.oc-slider-inner {
  margin: 0 0 0 6.5%;
}

.slider {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s linear;
}

.slider .slick-slide {
  margin: 0;
}

.slider .slick-slide img {
  width: 100%;
  height: auto;
}

.slider.slick-initialized {
  opacity: 1;
}

/* News */
.oc-news {
  padding: 0 0 80px;
}

.oc-news h2 {
  margin: 60px 0 40px;
  text-align: center;
}

.oc-news h2 img {
  width: auto;
  max-height: 26px;
}

.oc-news-cont {
  border-top: 2px solid #002b84;
  border-bottom: 2px solid #002b84;
  padding: 50px 0;
  margin: 0 0 50px;
}

.oc-news ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.oc-news li {
  font-size: 18px;
  list-style-type: none;
  margin: 0 0 1em;
}

.oc-news li:last-child {
  margin: 0;
}

.oc-news li a {
  display: flex;
}

.oc-news li .date {
  display: block;
  font-weight: 500;
  padding: 0 40px 0 0;
  letter-spacing: 1px;
}

.oc-news li .title {
  display: block;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
}

/* 動画 */
.oc-movie {
  margin: 0 0 150px;
}

.oc-movie .container {
  max-width: 1150px;
}

.box-movie {
  position: relative;
}

.box-movie::after {
  content: '';
  display: block;
  padding-top: 650px;
  width: 300%;
  background: #e7f1ff;
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.box-movie-inner {
  width: 55%;
  margin: 0 auto;
  max-width: 650px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cont-movie h3 {
  margin: 40px 0 100px;
}

.cont-movie1 h3 img {
  width: 60%;
}

.cont-movie1 .box-movie::after {
  right: 11.5%;
}

.cont-movie2 {
  margin: 200px 0 0;
}

.cont-movie2 .more {
  margin: 50px auto 0;
}

.cont-movie2 h3 img {
  width: 65%;
}

.cont-movie2 .box-movie::after {
  padding-top: 680px;
  top: 52%;
  left: 11.5%;
}

.box-movie img {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

/* 学長メッセージ */
.oc-greeting {
}

.oc-greeting .container {
  max-width: 1100px;
  margin: 100px auto;
}

.oc-greeting h2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 45px;
  text-align: center;
}

.oc-greeting-img img {
  display: inline-block;
}

.oc-greeting-txt p {
  font-family: 'Kiwi Maru', serif;
  font-size: 18px;
  line-height: 1.7;
  margin-left: 40px;
}

.oc-greeting-txt .txt-right {
  text-align: right;
}

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

  .oc-greeting-txt {
    margin-top: 20px;
  }

  .oc-greeting-txt p {
    margin-left: 0;
  }
}


/* 学部?学科紹介 */
.oc-dept {
  text-align: center;
}

.oc-dept .container {
  max-width: 1100px;
  margin: 100px auto;
}

.oc-dept h2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 5px;
}

.oc-dept-img {
  margin: 0 0 80px;
}

.oc-dept-img img {
  max-width: 170px;
}

.oc-dept-text {
  margin: 0 0 10px;
}

.oc-dept-text img {
  max-height: 60px;
  width: auto;
}

.oc-dept-btn a {
  color: #fff;
  display: block;
  font-family: 'Kiwi Maru', serif;
  font-size: 24px;
  margin: 0 auto 30px;
  position: relative;
  max-width: 280px;
  max-height: 280px;
  white-space: nowrap;
}

.oc-dept-btn a::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.oc-dept-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1.5;
}

.oc-dept-edu .oc-dept-btn a {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg-dept-edu.png) no-repeat center center;
  background-size: contain;
}

.oc-dept-eco .oc-dept-btn a {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg-dept-eco.png) no-repeat center center;
  background-size: contain;
}

.oc-dept-ds .oc-dept-btn a {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg-dept-ds.png) no-repeat center center;
  background-size: contain;
}

/* 入試情報 */
.oc-info {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg_info.jpg) repeat-x center center;
  background-size: 1300px;
  text-align: center;
  padding: 80px 0;
}

.oc-info h2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0 0 30px;
}

.oc-info-img img {
  max-width: 350px;
}

.oc-info .more {
  margin: 40px auto 0;
}

/* ボタン */
.oc-btn {
  text-align: center;
}

.oc-btn .pure-u-1-3 a {
  background: #002b84;
  color: #fff;
  display: block;
  font-family: 'Kiwi Maru', serif;
  padding: 40px 20px;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

.oc-btn .pure-u-1:last-child {
  border-right: 0;
}

.oc-btn .pure-u-1:hover {
  background: #003baf;
  transition: .3s;
}

.oc-btn h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px;
  letter-spacing: 4px;
}

.oc-btn-img img {
  max-width: 250px;
}

/* Access */
.oc-access {
  text-align: center;
}

.oc-access h2 {
  margin: 100px 0 40px;
}

.oc-access h2 img {
  width: auto;
  max-height: 26px;
}

.oc-access .pure-u-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Kiwi Maru', serif;
  min-height: 300px;
  position: relative;
}

.oc-access .pure-u-1:hover {
  opacity: .6;
  transition: .3s;
}

.oc-access .pure-u-1 a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.oc-access-otsu {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg_otsu.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.oc-access-hikone {
  background: url(/wp/wp-content/themes/shiga/assets/images/oc/bg_hikone.jpg) no-repeat center center;
  background-size: cover;
}

.oc-access h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 0 10px;
}

.oc-access .oc-access-dept {
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 5px 12px 6px;
}

/* footer */
.oc-footer {
  color: #000;
  margin: 80px 0;
  text-align: center;
}

.oc-footer h3 {
  font-size: 21px;
}

.oc-footer h4 {
  margin: 30px 0 15px;
}

.oc-ft-btn {
  margin: 35px 0 0;
}

.oc-ft-btn a {
  background: #002b84;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 11px 15px 14px;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 2px;
}

.ft-logo {
  margin: 50px 0 0;
}

.ft-logo a {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}


/* delighter */
/* 下から */
/* 基本のスタイル */
 .delighter {
  transition: all .5s ease-out;
  transform: translateY(100px);
  opacity: 0;
 }

/* スタート時のスタイル */
 .delighter.started {
  transform: none;
  opacity: 1;
 }


/* 左から */
/* 基本のスタイル */
.delighter-l h3,
.delighter-l .box-movie {
  opacity: 0;
}

.delighter.delighter-l .box-movie {
  transition: all .5s ease-out .5s;
  transform: translateX(-150px);
  opacity: 0;
 }

.delighter.delighter-l h3 {
  transition: all .5s ease-out 1s;
  transform: translateX(-150px);
  opacity: 0;
 }

/* スタート時のスタイル */
.delighter.delighter-l.started .box-movie {
  transform: none;
  opacity: 1;
 }

.delighter.delighter-l.started h3 {
  transform: none;
  opacity: 1;
 }


/* 右から */
/* 基本のスタイル */
.delighter-r h3,
.delighter-r .box-movie {
  opacity: 0;
}

.delighter.delighter-r .box-movie {
  transition: all .5s ease-out .5s;
  transform: translateX(150px);
  opacity: 0;
 }

.delighter.delighter-r h3 {
  transition: all .5s ease-out 1s;
  transform: translateX(-150px);
  opacity: 0;
 }

/* スタート時のスタイル */
.delighter.delighter-r.started .box-movie {
  transform: none;
  opacity: 1;
 }

.delighter.delighter-r.started h3 {
  transform: none;
  opacity: 1;
 }


@media screen and (max-width:1040px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width:1023px) {
  .oc-hm-title a {
    max-width: 200px;
  }

  .oc-hd-link {
    top: 20px;
    right: 5%;
  }

  .oc-hd-link a {
    max-width: 90px;
  }

  .oc-hd-link {
    top: 40px;
  }

  .oc-news li {
    font-size: 15px;
  }

  .oc-movie {
    margin: 0;
  }

  .box-movie::after {
    padding-top: 55vw !important;
  }

  .box-movie img {
    width: 60%;
  }

  .cont-movie h3 {
    margin: 40px 0 8vw;
  }

  .cont-movie1 .box-movie::after {
    right: 10vw;
  }

  .cont-movie2 {
    margin: 16vw 0 0;
  }

  .cont-movie2 .box-movie::after {
    left: 10vw;
  }

  .cont-movie2 .more {
    margin: 20px auto 0;
  }

  .oc-dept-text img {
    max-width: 90%;
  }

  .oc-dept-btn a {
    font-size: 20px;
    max-width: 90%;
  }

  .ft-logo a {
    max-width: 380px;
  }
}

@media screen and (max-width:767px) {
  .more {
    width: 200px;
  }

  .oc-hd-link a {
    max-width: 80px;
  }

  .oc-news h2 img,
  .oc-access h2 img {
    max-height: 20px;
  }

  .oc-dept h2,
  .oc-info h2 {
    font-size: 26px;
  }

  .oc-news h2 {
    margin: 60px 0 30px;
  }

  .oc-news li {
    font-size: 13px;
  }

  .oc-news-cont {
    padding: 30px 0;
    margin: 0 0 40px;
  }

  .box-movie::after {
    border-radius: 30px;
  }

  .oc-dept-img img {
    max-width: 130px;
  }

  .oc-dept-btn a {
    font-size: 16px;
  }

  .oc-dept-btn a::after {
    padding-top: 95%;
  }

  .oc-info {
    padding: 60px 0;
  }

  .oc-info-img img {
    max-width: 220px;
  }

  .oc-access .pure-u-1 {
    min-height: 200px;
  }

  .oc-btn h3 {
    font-size: 18px;
  }

  .oc-btn .pure-u-1 {
    border-right: 0;
    border-bottom: 2px solid #fff;
  }

  .oc-btn-img img {
    max-width: 85%;
  }

  .oc-access h3 {
    font-size: 22px;
  }

  .oc-access .oc-access-dept {
    font-size: 12px;
  }

  .oc-footer {
    padding: 0 20px;
  }

  .oc-footer h3 {
    font-size: 18px;
  }

  .oc-footer h4 {
    font-size: 15px;
  }

  .oc-footer p {
    font-size: 12px;
  }

  .oc-ft-btn a {
    font-size: 14px;
  }

  .ft-logo a {
    max-width: 300px;
  }
}

@media screen and (max-width:567px) {
  .oc-hm-title a {
    max-width: 160px;
  }

  .oc-news li .date {
    padding: 0 20px 0 0;
  }

  .oc-info h2 {
    font-size: 22px;
  }

  .oc-info-img img {
    max-width: 200px;
  }

  .box-movie::after {
    border-radius: 20px;
  }

  .cont-movie1 h3 img,
  .cont-movie2 h3 img {
    width: 300px;
  }

  .oc-dept-img {
    margin: 0 0 40px;
  }

  .oc-dept .container {
    margin: 60px auto 40px;
  }

  .oc-dept-box {
    display: flex;
    justify-content: center;
  }

  .oc-dept-btn {
    width: 100%;
    height: 100%;
  }

  .oc-btn .pure-u-1-3 a {
    padding: 30px 2%;
  }

  .oc-btn h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }

  .oc-access h2 {
    margin: 60px 0 40px;
  }

  .oc-footer {
    margin: 60px 0;
  }
}

