body.top .content-wrap {
  width: 100%;
  display: block;
  z-index: 0;
  margin: 0 auto;
  position: relative;
  padding: 0
}

body.top .content-wrap::after {
  content: "";
  width: 100%;
  height: 57vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

body.top .content-inner {
  width: calc(100% - 20vw);
  margin: 0 10vw;
  padding-bottom: 70px;
  padding-top: 40px
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.top .news-section .content-inner {
    padding-top: 0;
  }
}

body.top section {
  padding-left: 6vw
}

body.top section.no-pad {
  padding-left: 0
}

.top-mainvisual-section {
  width: 100%;
  height: 100vh;
  position: relative
}

.top-mainvisual-slider,
.top-mainvisual-slider .slick-slide {
  position: relative;
}
.top-mainvisual-slider,
.top-mainvisual-slider .slick-slider,
.top-mainvisual-slider .slick-list,
.top-mainvisual-slider .slick-track {
  height: 100%;
}
.top-mainvisual-slider .l:nth-child(n+2) {
  display: none;
}
.top-mainvisual-slider .l img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-mainvisual-slider .ds img {
    position: relative;
    top: -9vh;
  }
  .top-mainvisual-slider .ds2 img {
    position: relative;
    top: -9vh;
  }
}
.top-mainvisual-slider .slide.slick-slider .l:nth-child(n+2) {
  display: block;
}

@media screen and (min-width: 769px) {
.top-mainvisual-slider .slide.slick-slider .l.ds a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url(../images/top/top-mainvisual-slider_ds_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5vw 0 3vw 6vw;
  height: 100%;
}
.top-mainvisual-slider .slide.slick-slider .l.ds a img {
  width: auto;
  max-height: 100%;
}

.top-mainvisual-slider .slide.slick-slider .l.ds2 a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url(../images/top/top-mainvisual-slider_ds2_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5vw 0 3vw 6vw;
  height: 100%;
}
.top-mainvisual-slider .slide.slick-slider .l.ds2 a img {
  width: auto;
  max-height: 100%;
}
}

.top-mainvisual-section .top-mainvisual-logo-wrap {
  width: 50%;
  height: 30vw;
  position: absolute;
  top: 5.5vw;
  left: 50%;
  overflow: hidden;
/*  animation: copy01_anime .7s ease .3s both*/
}

.top-mainvisual-section .top-mainvisual-logo-wrap .copy01 {
  width: 46vw;
  height: 100%;
  background: url(../images/top/one-logo01.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 2vw
}

.top-mainvisual-section .top-mainvisual-logo-wrap .copy02 {
  width: 30vw;
  height: 2vw;
  background: url(../images/top/one-logo02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
/*  animation: copy02_anime .4s ease 1.2s both*/
}

.top-mainvisual-section .top-mainvisual-person {
  width: 60%;
  height: calc(100% - 9vw);
  background: url(../images/top/top-mainvisual-person_2025.webp?2) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  top: 9vw;
  left: 5vw;
/*  animation: person_anime .7s ease both*/
}

.top-mainvisual-section .top-mainvisual-bnr-wrap {
  position: absolute;
  bottom: 7vw;
  right: 6vw;
  width: 19vw;
  height: 14vw;
/*  animation: bnr_anime .8s ease 1.7s both*/
}

.top-mainvisual-section .top-mainvisual-bnr-wrap ul.top-mainvisual-bnr {
  width: 100%;
  height: fit-content;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.top-mainvisual-section .top-mainvisual-bnr-wrap ul.top-mainvisual-bnr li a img {
  width: 100%;
  display: block
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-dotted.slick-slider {
  margin: 0
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-list,
.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-track {
  height: 100%
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-dots {
  width: fit-content;
  position: absolute;
  bottom: -22px;
  right: 0
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 2.5vw;
  height: 3px;
  margin: 0 0 0 4px;
  cursor: pointer;
  background: #ccc
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-dots li.slick-active {
  background: #f0acad
}

.top-mainvisual-section .top-mainvisual-bnr-wrap .slick-dots li button {
  display: none
}

/*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4vw;
  z-index: 5
}

/*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10% 0 14%;
  border-top: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
  background: #fff
}

/*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li {
  width: 12.5%
}

/*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li a {
  width: 100%;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0acad;
  font-size: 1.1vw;
  font-weight: 500
}

.top-mainvisual-direct-navi-wrap li.js-pulldown {
  position: relative;
}
.top-mainvisual-direct-navi-wrap .js-pulldown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  z-index: 9;
  background: rgba(255,255,255,.95);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.top-mainvisual-direct-navi-wrap .js-pulldown-content ul {
  display: block;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}
.top-mainvisual-direct-navi-wrap .js-pulldown-content li {
  width: auto;
  text-align: left;
  border-bottom: 1px solid #999;
}
.top-mainvisual-direct-navi-wrap .js-pulldown-content li:last-child {
  border-bottom: 0;
}
.top-mainvisual-direct-navi-wrap .js-pulldown-content li a {
  font-size: 0.8vw;
  display: block;
  height: auto;
  padding: 7px 0;
  color: #333;
}

@keyframes copy01_anime {
  0% {
    width: 0;
    transform: translateX(-.5vw)
  }

  100% {
    width: 50%;
    transform: translateX(0)
  }
}

@keyframes copy02_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%)
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%)
  }
}

@keyframes person_anime {
  0% {
    opacity: .9;
    transform: translateX(-2vw)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes bnr_anime {
  0% {
    opacity: 0;
    transform: translateY(2vw)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes shutter_left {
  0% {
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
    width: 0;
    height: 100%
  }

  60% {
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
    width: 100%;
    height: 100%
  }

  70% {
    top: 0;
    bottom: inherit;
    left: inherit;
    right: 0;
    width: 100%;
    height: 100%
  }

  100% {
    top: 0;
    bottom: inherit;
    left: inherit;
    right: 0;
    width: 0;
    height: 100%
  }
}

@keyframes shutter_top {
  0% {
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
    width: 100%;
    height: 0
  }

  60% {
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
    width: 100%;
    height: 100%
  }

  75% {
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100%;
    height: 100%
  }

  100% {
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100%;
    height: 0
  }
}

@keyframes fade_topics_top {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-5%)
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-15%)
  }
}

h2.top-section-title {
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
/*  font-family: "Noto Serif JP", serif;*/
  font-family: "Josefin Sans", sans-serif;
  color: #f0acad;
  line-height: 1.5em;
  margin-bottom: 2vw
}

h2.top-section-title.small {
  font-size: 4vw
}
h2.top-section-title + p.top-section-title-sub {
  position: relative;
  margin-top: -3.6vw;
  margin-bottom: 2vw;
}
p.top-section-title-sub {
  font-size: 2vw;
  color: #f0acad;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.top-section-title-sub:before,
p.top-section-title-sub:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #f0acad;
}
p.top-section-title-sub:before {
  margin-right: 20px;
}
p.top-section-title-sub:after {
  margin-left: 20px;
}

h2.top-section-title.blue,
p.top-section-title-sub.blue {
  color: #4f9eed;
}
p.top-section-title-sub.blue:before,
p.top-section-title-sub.blue:after {
  background: #4f9eed;
}

.top-content-section {
  background: #efefef
}

.top-content-section.bnr-section {
  background: #fff
}

.top-content-section.news-section {
  background: #fff
}
.top-content-section.news-section .content-inner {
  padding-bottom: 100px;
}

.top-content-section.ifuclip-section {
  background: #e9f1f9;
  margin-top: 100px;
}
.top-content-section.ifuclip-section .content-inner {
  padding-top: 1px;
}
.top-content-section.ifuclip-section .content-inner .top-section-title {
  position: relative;
  margin-top: -58px;
}
.top-content-section.ifuclip-section .top-news-contentlist {
  margin-bottom: 4vw;
}

.top-content-section.about-section {
  background: url(../images/top/top-ab-bg-img.webp) no-repeat bottom center;
  background-size: cover;
  position: relative
}

.top-content-section.about-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18vw;
  background: url(../images/top/top-ab-bg-grad.png) no-repeat center center;
  background-size: cover;
  z-index: 0
}

.top-content-section.feature-section {
  background: url(../images/top/top-feat-bg-img.webp) no-repeat bottom center;
  background-size: cover;
  padding: 5vw 0
}

.top-content-section.movie-section {
  background: #fff;
  padding: 3vw 0 0;
  overflow: hidden;
}
.top-content-section.movie-section a.round-link {
  width: auto;
  min-width: 300px;
}
.top-content-section.movie-section a.round-link.youtube::after {
  display: none;
}
.top-content-section.movie-section a.round-link.youtube::before {
  background: transparent url(/assets/images/top/top-movie-icon-youtube.svg) no-repeat center;
  background-size: contain;
  border-radius: 0;
}
.top-content-section.movie-section a.round-link.youtube:hover::before {
  background-image: url(/assets/images/top/top-movie-icon-youtube_pink.svg);
}
.top-content-section.movie-section a.round-link.oc::after {
  display: none;
}
.top-content-section.movie-section a.round-link.oc::before {
  background: transparent url(/assets/images/top/top-movie-icon-oc.svg) no-repeat center;
  background-size: contain;
  border-radius: 0;
}
.top-content-section.movie-section a.round-link.oc:hover::before {
  background-image: url(/assets/images/top/top-movie-icon-oc_pink.svg);
}

.top-content-section.campus-section {
  background: #fff;
  padding: 5vw 0;
  overflow: hidden
}

.top-content-section.sp-section {
  padding: 5vw 0 5vw 0;
  background: #f4e6e7
}

.top-content-section.other-section {
  background: #fff !important;
  padding: 6vw 0 6vw 0
}

.message-section {
  background: #f0acad
}

.message-section dl {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 5vw 0
}

.message-section dl dt {
  font-size: 4rem;
  line-height: 1em;
  padding: 0 0 3vw
}

.message-section dl dd {
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: 2em
}

.bnr-section {
  padding-top: 4vw
}

.bnr-section .top-topics-slide-wrap {
  width: 100%;
  padding-bottom: 6vw;
  overflow-x: hidden;
  position: relative
}

.bnr-section .top-topics-slide-wrap .top-topics-slide,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main {
  margin-bottom: unset;
  position: relative;
  top: 0;
  left: -14%;
  width: 120vw;
  display: none
}

.bnr-section .top-topics-slide-wrap .top-topics-slide li,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main li {
  position: relative
}

.bnr-section .top-topics-slide-wrap .top-topics-slide li a,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main li a {
  display: block;
  height: auto;
  padding-inline: 2%
}

.bnr-section .top-topics-slide-wrap .top-topics-slide li a img,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main li a img {
  width: 100%
}

.bnr-section .top-topics-slide-wrap .top-topics-slide li a>p,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main li a>p {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: .4em 0
}

.bnr-section .top-topics-slide-wrap .top-topics-slide.slick-initialized,
.bnr-section .top-topics-slide-wrap .top-topics-slide-main.slick-initialized {
  display: block
}

.bnr-section .top-topics-slide-wrap ul.slick-dots {
  bottom: -45px
}

.bnr-section .top-topics-slide-wrap ul.slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #555;
  border-radius: 50%
}

.bnr-section .top-topics-slide-wrap ul.slick-dots li button::before {
  width: 10px;
  height: 10px;
  border: 1px solid #888;
  border-radius: 50%
}

.bnr-section .top-topics-slide-wrap ul.slick-dots li.slick-active button::before {
  background: #888
}

.top-topics-slide-thumb img {
  max-width: 100%;
  height: auto;
}

.bnr-section .top-topics-layout {
  display: flex;
  justify-content: center;
}
.bnr-section .top-topics-layout li {
  max-width: 31%;
  margin-left: 3.5%;
}
.bnr-section .top-topics-layout li:nth-child(3n+1) {
  margin-left: 0;
}
.bnr-section .top-topics-layout li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bnr-section .top-topics-layout li {
    max-width: 50%;
    flex-grow: 1;
  }
}

ul.top-news-cattab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

ul.top-news-cattab li {
  width: fit-content;
  padding: 0 20px;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer
}

ul.top-news-cattab li.active {
  color: #f0acad;
  font-weight: 500
}

ul.top-news-cattab li.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f0acad
}

.top-news-pannels .pannel {
  display: none
}

.top-news-pannels .pannel.active {
  display: block
}

ul.top-news-contentlist {
  width: 100%;
  display: flex;
  margin-bottom: 7vw
}

ul.top-news-contentlist li {
  width: 22.75%;
  margin-right: 3%
}

ul.top-news-contentlist li:nth-of-type(4) {
  margin-right: 0
}

ul.top-news-contentlist li a {
  display: block;
  width: 100%
}

ul.top-news-contentlist li a .img {
  width: 100%;
/*  height: 13vw;*/
  height: 14vw;
  margin-bottom: 20px;
  overflow: hidden
}

ul.top-news-contentlist li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%
}

ul.top-news-contentlist li a .info {
  width: 100%
}

ul.top-news-contentlist li a .info p.daycat {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px
}

ul.top-news-contentlist li a .info p.daycat span.day {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-right: auto;
}

ul.top-news-contentlist li a .info p.daycat span.cat {
  display: block;
  width: fit-content;
  line-height: 1;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 3px 10px;
  margin-left: 5px;
}

ul.top-news-contentlist li a .info p.read {
  display: block;
  width: 100%;
  font-size: 1.6rem
}

p.top-ab-whitetitle {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 2.6rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3
}

.top-ab-content {
  width: 100%;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0
}

.top-ab-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30vw;
  height: 17.5vw;
  transform: translateY(-50%);
  background: url(../images/top/top-ab-bg-read.webp) no-repeat center center;
  background-size: cover;
  z-index: 0
}

.top-ab-content p.virt-read {
  display: block;
  width: fit-content;
  font-size: calc(4rem + 3vw);
  white-space: nowrap;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 0;
  text-align: center;
}

.top-ab-content p.virt-read::after {
  content: "";
  position: absolute;
  left: -4rem;
  top: 0;
  height: 100%;
  width: 3px;
  background: #fff
}

.top-ab-content .main-read {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
.top-ab-content p.main-read-t1 {
  width: fit-content;
  letter-spacing: .1em;
  font-size: 2.2vw;
  font-family: "Noto Serif JP", serif;
/*  color: #000;*/
  color: #fff;
/*  text-shadow: 1px 1px 4px #fff;*/
  text-shadow: 1px 1px 4px rgba(0,0,0,.3);
  line-height: 1.6;
  z-index: 1;
  position: relative;
  margin-right: 60px;
  text-align: center;
}
.top-ab-content p.main-read-t1 span {
  color: #f0acad;
  font-size: 3.4vw;
  font-weight: 700;
/*  text-shadow: 0 0 0 transparent*/
}
.top-ab-content p.main-read-t1:before,
.top-ab-content p.main-read-t1:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
}
.top-ab-content p.main-read-t1:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: -30px;
  top: 0;
}
.top-ab-content p.main-read-t1:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -20px;
  bottom: -10px;
}
.top-ab-content p.main-read-t2 {
  font-size: 1.8vw;
  letter-spacing: .1em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.6;
}

.top-ab-content img {
  display: block;
  width: 40%;
  z-index: 1
}


.top-content-section.sns-section {
  background: #F4E6E7;
  padding-top: 1px;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
.top-content-section.sns-section .heading {
  position: relative;
  margin-top: -50px;
}
.top-content-section.sns-section .heading .txt1 {
  position: absolute;
  left: 5%;
  bottom: -70px;
  z-index: 9;
  filter: drop-shadow(0 7px 8px rgba(0,0,0,.6));
}
.top-content-section.sns-section .content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.top-content-section.sns-section .content .content-inner {
  /*padding-top: 1px;*/
  /*padding-bottom: 130px;*/
  padding-top: 0;
  padding-bottom: 0;
}
.top-content-section.sns-section #sb_instagram {
  padding-bottom: 0 !important;
}
.top-content-section.sns-section #sb_instagram .sbi_expand {
  display: none !important;
}
.top-content-section.sns-section #sb_instagram .sbi_caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-content-section.sns-section #sb_instagram .sbi_caption br + br {
  display: none;
}
.top-content-section.sns-section .sbi-owl-stage-outer {
  overflow: visible !important;
}
.top-content-section.sns-section .sbi-owl-dots {
  display: none;
}
.top-content-section.sns-section .sns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.top-content-section.sns-section .sns li {
  margin-left: 6px;
  margin-right: 6px;
}
.top-content-section.sns-section .sns li img {
  width: 60px;
  height: auto;
}
.top-content-section.sns-section .linkbox a {
  width: auto;
}
.top-content-section.sns-section a.round-link::after {
  display: none;
}
.top-content-section.sns-section a.round-link::before {
  background: transparent url(/assets/images/top/top-sns-icon-instagram.svg) no-repeat center;
  background-size: contain;
  border-radius: 0;
}
.top-content-section.sns-section a.round-link:hover::before {
  background-image: url(/assets/images/top/top-sns-icon-instagram_pink.svg);
}
.top.index #sbi_lightbox .sbi_lightbox_action {
  border-left: 0;
  padding: 0;
  margin: 1px 0 0 7px;
}
.top.index #sbi_lightbox .sbi_lightbox_action a {
  color: #e20513 !important;
  border: 1px solid  #e20513;
  padding: 3px 5px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .top-content-section.sns-section {
    padding-top: 15px;
  }
  .top-content-section.sns-section .heading .txt1 {
    filter: drop-shadow(0 4px 5px rgba(0,0,0,.6));
  }
  .top-content-section.sns-section .heading .txt1 img {
    width: 110px;
    height: auto;
  }
  .top-content-section.sns-section .content .content-inner {
    padding-top: 0;
  }
  .top-content-section.sns-section  .sbi-owl-dots .sbi-owl-dot span {
    width: 6px;
    height: 6px;
    margin: 3px;
  }
  .top-content-section.sns-section .sns {
    flex-wrap: wrap;
  }
  .top-content-section.sns-section .sns li {
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .top-content-section.sns-section .sns li img {
    width: 40px;
  }
  .top-content-section.sns-section .linkbox {
    position: relative;
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
  }
}


.top-content-section.about-section2 {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 1px;
  padding-bottom: 60px;
  background: #F4E6E7;
}
.top-content-section.about-section2 .heading {
  position: relative;
/*  margin-top: -38px;*/
  margin-top: -50px;
}
.top-ad2-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.top-ad2-img1 {
  width: 70%;
}
.top-ad2-img1 img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
.top-ad2-box1 {
  background: rgba(255,255,255,.8);
  text-align: center;
  width: 30%;
  margin-left: -5%;
  margin-bottom: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 2px;
  box-shadow: 0 4px 13px rgba(0,0,0,.2);
}
.top-ad2-box1 .title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0vw;
  line-height: 1.5;
  margin-bottom: 25px;
}
.top-ad2-box1 a.round-link {
  display: block;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-content-section.top-event {
    padding-top: 0;
    margin-bottom: -20px;
  }
  .top-content-section.top-event ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-content-section.top-event li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-content-section.top-event .x3 li {
    width: 33.333%;
  }
  .top-content-section.top-event li img {
    max-width: 100%;
    height: auto;
  }
  .top-content-section.about-section2 {
    display: block;
/*    padding-top: 30px;*/
    padding-top: 15px;
    padding-bottom: 60px;
    position: relative;
    margin-top: -30px;
  }
  /*.top-content-section.about-section2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    border-top: 1px dotted #f0acad;
  }*/
  .top-ad2-logo {
    margin-bottom: 30px;
  }
  .top-ad2-logo img {
    width: 200px;
    height: auto;
  }
  .top-ad2-img1 {
    width: auto;
    margin-bottom: 0;
  }
  .top-ad2-img1 img {
    height: auto;
  }
  .top-ad2-box1 {
    width: auto;
    margin: -40px 30px 0;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.95);
  }
  .top-ad2-box1 .title {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}


.top-content-section.about-section .linkbox {
  margin-top: 70px;
  margin-bottom: 0;
}
.top-content-section.about-section .linkbox a.round-link {
  font-size: 1.8rem;
}
.top-content-section.about-section .linkbox a.round-link .txt1 {
  position: absolute;
  background: #fff;
  color: #f0acad;
  border-radius: 6px;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 1.6rem;
  left: 50%;
  top: -50px;
  font-weight: 700;
  transform: translateX(-50%);
  display: block;
  transition: .3s ease all;
}
.top-content-section.about-section .linkbox a.round-link .txt1:before {
  display: block;
  content: "";
  position: absolute;
  border-top: 15px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 50%;
  margin-left: -10px;
  bottom: -13px;
  transition: .3s ease all;
}
.top-content-section.about-section .linkbox a.round-link:hover .txt1 {
  background: #f0acad;
  color: #fff;
}
.top-content-section.about-section .linkbox a.round-link:hover .txt1:before {
  border-top-color: #f0acad;
}

.top-feat-inner {
  width: 100%;
  padding: 4vw 6vw 7vw 6vw;
  position: relative;
  z-index: 0
}

.top-feat-inner::before {
  content: "";
  position: absolute;
  width: calc(100% - 24vw);
  height: 100%;
  top: 0;
  left: calc(50% + 0vw);
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  z-index: -1
}

p.top-feat-mainread {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 40px;
  line-height: 1
}

p.top-feat-mainread span.mid {
  font-size: 4rem
}

p.top-feat-mainread span.big {
  font-size: 8rem;
  font-weight: 600;
  color: #f0acad
}

ul.top-feat-contentlist-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%
}

ul.top-feat-contentlist-bnr li {
  margin-bottom: 20px;
  width: 49%;
  background-color: #fff
}

ul.top-feat-contentlist-bnr li a img {
  background-color: #fff;
  width: 100%
}

.top-movie-box {
  width: 100%;
  padding: 0 40px;
/*  border: 1px solid #f0acad*/
}
.top-movie-box .slick-list {
  overflow: visible !important;
}
.top-movie-box .slick-prev,
.top-movie-box .slick-next {
  width: 60px;
  height: 60px;
  z-index: 9;
  font-size: 20px;
}
.top-movie-box .slick-prev:before,
.top-movie-box .slick-next:before {
  background: rgba(240,157,158,.95);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.top-movie-box ul.top-movie-list {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
  margin-bottom: 60px;
}

.top-movie-box ul.top-movie-list li {
  /*width: 32%;*/
/*  width: 48%;*/
/*  margin-bottom: 30px;*/
  padding-left: 20px;
  padding-right: 20px;
}
.top-movie-box ul.top-movie-list li a {
  display: block;
  position: relative;
}
.top-movie-box ul.top-movie-list li a:before {
  display: block;
  content: "";
  background: url(../images/top/icon_youtube.svg) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.top-movie-box ul.top-movie-list li img {
  max-width: 100%;
  height: auto;
}

.top-movie-box ul.top-movie-list li iframe {
  width: 100%;
  /*height: 100%;*/
  /*height: 12vw;*/
  height: 18vw;
  vertical-align: top;
}

a.top-movie-link {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #f0acad;
  padding: 20px
}

a.top-movie-link img {
  width: 200px
}

ul.top-campus-imglist {
  width: 100%;
  display: flex;
  margin-bottom: 20px
}

ul.top-campus-imglist li {
  margin: 0 10px
}

ul.top-campus-imglist li img {
  display: block;
  width: 100%
}

ul.top-campus-imglist.list01 {
  transform: translateX(6vw)
}

ul.top-campus-imglist.list03 {
  transform: translateX(6vw)
}

ul.top-sp-bnrlinks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

ul.top-sp-bnrlinks li {
  width: 32%;
  margin-bottom: 20px
}

ul.top-sp-bnrlinks li a {
  display: block;
  width: 100%
}

ul.top-sp-bnrlinks li a img {
  display: block;
  width: 100%
}

ul.top-other-links {
  width: 100%;
  display: flex
}

ul.top-other-links li {
  margin: 0 10px
}

ul.top-other-links li a {
  display: block;
  width: 100%
}

ul.top-other-links li a img {
  display: block;
  width: 100%
}

ul.top-other-links ul.slick-dots {
  bottom: -45px
}

ul.top-other-links ul.slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #555;
  border-radius: 50%
}

ul.top-other-links ul.slick-dots li button::before {
  width: 10px;
  height: 10px;
  border: 1px solid #888;
  border-radius: 50%
}

ul.top-other-links ul.slick-dots li.slick-active button::before {
  background: #888
}

.top-menu-content {
  width: 94vw;
  height: 16vw;
  margin: 3vw auto -7vw 0;
  padding: 4vh 3vw;
  background: linear-gradient(110deg, #fae2e2 28%, #f0acad 100%);
  position: relative
}

.top-menu-content p {
  color: #fff;
  font-size: 2.4vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1em;
  padding: .2em 0 1em
}

.top-menu-content ul.top-menu-list {
  position: absolute;
  top: -5vw;
  left: 0;
  width: 88vw;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.top-menu-content ul.top-menu-list li {
  position: relative;
  width: 24%;
  border-bottom: solid 2vh #fff;
  opacity: 0
}

.top-menu-content ul.top-menu-list li a {
  position: relative;
  width: 100%;
  height: 13vw;
  display: block
}

.top-menu-content ul.top-menu-list li a p.top-menu-title {
  position: absolute;
  bottom: 1vh;
  left: 5%;
  z-index: 1;
  font-size: 2vw;
  line-height: 1.2em;
  padding: 0
}

.top-menu-content ul.top-menu-list li a p.top-menu-title-en {
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 1.6rem;
  padding: 0;
  writing-mode: vertical-rl
}

.top-menu-content ul.top-menu-list li a p.top-menu-title-en span {
  position: relative;
  padding-top: 20px
}

.top-menu-content ul.top-menu-list li a p.top-menu-title-en span::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1.5px;
  height: 15px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.top-menu-content ul.top-menu-list li a:hover {
  opacity: 1
}

.top-menu-content ul.top-menu-list li a::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .3);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1
}

.top-menu-content ul.top-menu-list li.list01 {
  background: url(../images/top/top-menu-img01.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(5vw);
  transition: all .5s ease
}

.top-menu-content ul.top-menu-list li.list02 {
  background: url(../images/top/top-menu-img02.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(5vw);
  transition: all .5s ease .1s
}

.top-menu-content ul.top-menu-list li.list03 {
  background: url(../images/top/top-menu-img03.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(5vw);
  transition: all .5s ease .2s
}

.top-menu-content ul.top-menu-list li.list04 {
  background: url(../images/top/top-menu-img04.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(5vw);
  transition: all .5s ease .3s
}

.top-menu-content.is-show ul.top-menu-list li {
  opacity: 1
}

.top-menu-content.is-show ul.top-menu-list li.list01 {
  background: url(../images/top/top-menu-img01.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(0)
}

.top-menu-content.is-show ul.top-menu-list li.list01:hover {
  background-size: 114%
}

.top-menu-content.is-show ul.top-menu-list li.list02 {
  background: url(../images/top/top-menu-img02.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(0)
}

.top-menu-content.is-show ul.top-menu-list li.list02:hover {
  background-size: 114%
}

.top-menu-content.is-show ul.top-menu-list li.list03 {
  background: url(../images/top/top-menu-img03.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(0)
}

.top-menu-content.is-show ul.top-menu-list li.list03:hover {
  background-size: 114%
}

.top-menu-content.is-show ul.top-menu-list li.list04 {
  background: url(../images/top/top-menu-img04.jpg) no-repeat center center;
  background-size: 100%;
  transform: translateY(0)
}

.top-menu-content.is-show ul.top-menu-list li.list04:hover {
  background-size: 114%
}

.top-news-wrap {
  background: #000;
  padding: 9vw 0 2vw
}

.top-news-wrap h3.top-news-title {
  display: inline-block;
  color: #fff;
  font-size: 6vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1em;
  margin-bottom: 2.5vw;
  opacity: 0
}

.top-news-wrap ul.top-news-list {
  padding: 0 5% 0 10%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2vw
}

.top-news-wrap ul.top-news-list li {
  width: 23.5%;
  padding-bottom: 3vh;
  border-bottom: solid 1vh #fff;
  opacity: 0;
  margin-right: 2%
}

.top-news-wrap ul.top-news-list li p {
  color: #fff
}

.top-news-wrap ul.top-news-list li p.top-news-category {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  margin-bottom: 2vh
}

.top-news-wrap ul.top-news-list li p.top-news-category span {
  display: inline-block;
  width: 45%;
  text-align: center;
  border-radius: 3vw;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-right: 10px
}

.top-news-wrap ul.top-news-list li p.news-title {
  font-size: 1.6rem;
  line-height: 1.8em
}

.top-news-wrap ul.top-news-list li:last-of-type {
  margin-right: 0
}

.top-news-wrap .news-more {
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
  opacity: 0
}

.top-news-wrap .news-more a {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-right: 2vw;
  position: relative
}

.top-news-wrap .news-more a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0
}

.top-news-wrap .news-more a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #fff;
  transform: rotate(135deg);
  right: 4px;
  bottom: 0
}

.top-news-wrap.is-show h3.top-news-title {
  animation: fade_left .5s ease .2s both
}

.top-news-wrap.is-show ul.top-news-list li:nth-of-type(1) {
  animation: fade_top .5s ease .3s both
}

.top-news-wrap.is-show ul.top-news-list li:nth-of-type(2) {
  animation: fade_top .5s ease .35s both
}

.top-news-wrap.is-show ul.top-news-list li:nth-of-type(3) {
  animation: fade_top .5s ease .4s both
}

.top-news-wrap.is-show ul.top-news-list li:nth-of-type(4) {
  animation: fade_top .5s ease .45s both
}

.top-news-wrap.is-show .news-more {
  animation: fade_top .5s ease .9s both
}

.top-topics-wrap {
  background: #d7dae5;
  position: relative;
  padding: 4.8vw 5vw 6vw;
  overflow: hidden
}

.top-topics-wrap h3.top-topics-title {
  position: absolute;
  font-size: 7vw;
  line-height: .8em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-15%);
  opacity: 0
}

.top-topics-wrap ul.top-topics-list {
  opacity: 0
}

.top-topics-wrap ul.top-topics-list li {
  margin: 0 1vw
}

.top-topics-wrap ul.top-topics-list li a img {
  width: 100%
}

.top-topics-wrap ul.top-topics-list ul.slick-dots {
  position: absolute;
  bottom: -3vw;
  right: 50%;
  transform: translateX(50%)
}

.top-topics-wrap ul.top-topics-list ul.slick-dots li {
  width: 3vw;
  height: 3px;
  margin: 0 0 0 6px;
  background: #fff
}

.top-topics-wrap ul.top-topics-list ul.slick-dots li.slick-active {
  background: #f0acad
}

.top-topics-wrap ul.top-topics-list .slick-arrow {
  width: calc(40px + 2vw);
  height: 40px;
  top: unset;
  bottom: -3vw;
  background: #fff;
  z-index: 2
}

.top-topics-wrap ul.top-topics-list .slick-arrow.slick-prev {
  left: 0
}

.top-topics-wrap ul.top-topics-list .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../images/top/top-topics-arrow01.png) no-repeat center center;
  background-size: contain;
  width: 27px;
  height: 20px
}

.top-topics-wrap ul.top-topics-list .slick-arrow.slick-next {
  right: 0
}

.top-topics-wrap ul.top-topics-list .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../images/top/top-topics-arrow02.png) no-repeat center center;
  background-size: contain;
  width: 27px;
  height: 20px
}

.top-topics-wrap.is-show h3.top-topics-title {
  animation: fade_topics_top .5s ease .3s both
}

.top-topics-wrap.is-show ul.top-topics-list {
  animation: fade_top .5s ease .5s both
}

.cin {
  width: 100%
}

@media screen and (max-width:1024px) and (orientation:portrait) {
  body.top section {
    padding-left: 0
  }

  .top-mainvisual-section {
    height: clamp(600px, 75vh, 1000px);
    overflow: hidden
  }

  .top-mainvisual-section .top-mainvisual-logo-wrap {
    width: 100%;
    height: 50vw;
    top: 20vw;
    left: 0;
/*    animation: copy01_anime .7s ease .3s both*/
  }

  .top-mainvisual-section .top-mainvisual-logo-wrap .copy01 {
    width: 76vw;
    left: 11vw
  }

  .top-mainvisual-section .top-mainvisual-logo-wrap .copy02 {
    width: 56vw;
    height: 4vw;
    top: 56%;
    left: 50%
  }

  .top-mainvisual-section .top-mainvisual-person {
    width: 100%;
    height: 100%;
    top: -9vh;
    left: 0
  }

  .top-mainvisual-section .top-mainvisual-bnr-wrap {
    display: none;
    bottom: 20vw
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap {
    height: 15vh;
    overflow: visible
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
/*    border-bottom: 1px solid #f0acad*/
    border: 0;
    background: linear-gradient(135deg,  #f0acad 0%,#ff7f7f 100%);
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li {
    width: 25%;
    height: auto;
    margin-bottom: 0;
/*    padding: 4% 5px;*/
/*    border-right: 1px solid #f0acad;*/
/*    border-bottom: 1px solid #f0acad;*/
/*    padding: 2.5% 4px 0;*/
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li:nth-child(4n) {
    border-right: 0;
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li:nth-child(n+5) {
    border-bottom: none
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap ul li a {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
/*    background: linear-gradient(135deg,  #f0acad 0%,#ff7f7f 100%);*/
    color: #fff;
/*    border-radius: 50px;*/
  }

  @keyframes copy01_anime {
    0% {
      width: 0;
      transform: translateX(-.5vw)
    }

    100% {
      width: 100%;
      transform: translateX(0)
    }
  }

  @keyframes copy02_anime {
    0% {
      opacity: 0;
      transform: translate(-50%, -30%)
    }

    100% {
      opacity: 1;
      transform: translate(-50%, -50%)
    }
  }

  h2.top-section-title {
/*    font-size: 14.5vw;*/
    font-size: 12vw;
  }
  h2.top-section-title.small {
    font-size: 4vw
  }
  h2.top-section-title + p.top-section-title-sub {
    margin-top: -6vw;
    margin-bottom: 5vw;
  }
  p.top-section-title-sub {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  p.top-section-title-sub:before,
  p.top-section-title-sub:after {
    width: 15px;
  }
  p.top-section-title-sub:before {
    margin-right: 10px;
  }
  p.top-section-title-sub:after {
    margin-left: 10px;
  }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .top-content-section.sp-section .content-inner {
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 30px;
    }
    .sp-section h2.top-section-title {
      font-size: 6.7vw;
      margin-bottom: 6vw;
    }
  }

  .message-section {
    background: #f0acad
  }

  .message-section dl dt {
    font-size: 7vw;
    line-height: 1.4em;
    padding: 0 0 2vh
  }

  .message-section dl dd {
    font-size: 4.8vw;
    letter-spacing: .05em;
    line-height: 1.7em
  }

  .pickup-section {
    padding-bottom: 20vw;
  }
  .bnr-section .top-topics-slide-wrap {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 3vw;
  }
  .pickup-section .top-topics-slide-wrap {
    padding-bottom: 10vw !important;
  }

  .bnr-section .top-topics-slide-wrap .top-topics-slide,
  .bnr-section .top-topics-slide-wrap .top-topics-slide-main {
    left: 2%;
    width: 96%
  }

  .bnr-section .top-topics-slide-wrap .top-topics-slide li a,
  .bnr-section .top-topics-slide-wrap .top-topics-slide-main li a {
    padding-inline: 4%
  }
  .bnr-section .top-topics-slide-thumb .top-topics-slide-thumbin li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bnr-section .top-topics-slide-thumb .top-topics-slide-thumbin .slick-dots li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .bnr-section .top-topics-slide-thumb .top-topics-slide-thumbin .slick-dots li button:before {
    font-size: 26px;
  }

  ul.top-news-cattab {
/*    flex-wrap: wrap;*/
    display: block;
    white-space: nowrap;
    overflow: auto;
/*    border: 1px solid #f0acad;*/
    position: relative;
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
    border-bottom: 1px solid #f0acad;
  }

  ul.top-news-cattab li {
    display: inline-block;
    vertical-align: top;
/*    width: 33.3333333%;*/
    text-align: center;
/*    border-bottom: 1px solid #f0acad;*/
/*    border-right: 1px solid #f0acad;*/
    padding: 4%;
    font-size: clamp(1.2rem, 3vw, 1.6rem)
  }

  ul.top-news-cattab li.active {
    background: #f0acad;
    color: #fff
  }

  ul.top-news-cattab li.active:after {
    content: none
  }

  ul.top-news-contentlist {
    flex-wrap: wrap
  }

  ul.top-news-contentlist li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dotted #f0acad;
    padding-bottom: 15px;
    margin-right: 0;
  }

  ul.top-news-contentlist li a {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  ul.top-news-contentlist li a .img {
/*    height: 20vw;*/
    height: 26.667vw;
    width: 40%;
    margin-bottom: 0
  }

  ul.top-news-contentlist li a .info {
    width: 56%
  }

  ul.top-news-contentlist li a .info p.daycat {
    flex-wrap: wrap;
  }

  ul.top-news-contentlist li a .info p.daycat span.day {
    font-size: 1.2rem
  }

  ul.top-news-contentlist li a .info p.daycat span.cat {
    font-size: 1.2rem;
    margin-left: auto;
    margin-bottom: 5px;
  }

  ul.top-news-contentlist li a .info p.read {
    font-size: 1.4rem
  }

  p.top-ab-whitetitle {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  .top-ab-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top-ab-content::before {
    content: none;
    top: 30%;
    transform: translateY(0)
  }

  .top-ab-content p.virt-read {
    width: 0;
    font-size: calc(1.4rem + 3vw);
    display: none
  }

  .top-ab-content .main-read {
    display: block;
    margin-bottom: 20px;
  }
  .top-ab-content p.main-read-t1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  .top-ab-content p.main-read-t1:before,
  .top-ab-content p.main-read-t1:after {
    width: 40px;
    height: 40px;
  }
  .top-ab-content p.main-read-t1:before {
    left: -20px;
    top: -5px;
  }
  .top-ab-content p.main-read-t1 span {
    font-size: clamp(2.2rem, 8vw, 5rem);
  }
  .top-ab-content p.main-read-t2 {
    font-size: clamp(1.8rem, 6vw, 3rem);
    text-align: center;
  }

  .top-ab-content img {
    width: 100%
  }

  .top-content-section.about-section .linkbox {
    margin-top: 70px;
  }
  .top-content-section.about-section .linkbox a.round-link .txt1 {
    font-size: 1.4rem;
    top: -45px;
    left: auto;
    transform: translateX(0);
  }
  .top-content-section.about-section .linkbox a.round-link {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }

  .top-content-section.ifuclip-section {
    margin-top: 60px;
  }
  .top-content-section.ifuclip-section .content-inner {
    padding-top: 1px;
    padding-bottom: 30px;
  }
  .top-content-section.ifuclip-section .content-inner .top-section-title {
    margin-top: -40px;
  }
  .top-content-section.ifuclip-section ul.top-news-contentlist li {
    border-bottom-color: #4f9eed;
  }

  ul.top-feat-contentlist-bnr li {
    margin-bottom: 10px;
    width: 100%
  }

  .top-content-section.movie-section {
    padding-bottom: 0;
  }
  .top-content-section.movie-section .content-inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .top-movie-box {
    padding: 20px
  }
  .top-movie-box .slick-prev,
  .top-movie-box .slick-next {
    width: 45px;
    height: 45px;
  }
  .top-movie-box .slick-prev:before,
  .top-movie-box .slick-next:before {
    width: 45px;
    height: 45px;
  }

  .top-movie-box ul.top-movie-list {
/*    flex-wrap: wrap;*/
    display: block;
    margin-bottom: 45px;
  }

  .top-movie-box ul.top-movie-list li {
    width: 100%;
/*    margin-bottom: 15px;*/
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-movie-box ul.top-movie-list li iframe {
    height: 37.5vw;
  }

  .top-movie-box ul.top-movie-list li+li {
/*    margin-top: 2vh*/
    margin-top: 0;
  }

  ul.top-sp-bnrlinks {
    justify-content: space-between
  }

  ul.top-sp-bnrlinks li {
/*    width: 49%;*/
    width: 32%;
    margin-right: 0;
/*    margin-bottom: 3%;*/
    margin-bottom: 2%;
  }

  ul.top-sp-bnrlinks li.w100 {
    width: 100%
  }

  ul.top-other-links li a {
    padding-inline: 4%
  }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .top-mainvisual-section {
    height: clamp(500px, 92vh, 1500px)
  }

  .top-mainvisual-section .top-mainvisual-logo-wrap {
    height: 47.5vw;
    top: 6vw
  }

  .top-mainvisual-section .top-mainvisual-person {
    top: -6.5vw
  }

  /*.top-mainvisual-section */.top-mainvisual-direct-navi-wrap {
    height: 19vh
  }

  .top-movie-box ul.top-movie-list li iframe {
    min-height: 300px
  }
}