@charset "utf-8";
/* CSS Document */
.iftest {
  width: 100vw;
  height: 100vw;
}
section { padding: 0; }
.nav-wrap .current > a, .nav-wrap a:hover, .nav-wrap a:active {
  color: #000;
  opacity: 0.6;
}
.post-type-archive-weboc .inner-box {
  padding: 0;
}
.post-type-archive-weboc .header-inner {
  text-align: center;
}

.post-type-archive-weboc #menubtn {
  right: 10px;
  top: 24px;
}
.post-type-archive-weboc #menubtn .menu-open {
  background-image: url("../images/weboc/menu-open.svg");
}
.post-type-archive-weboc #menubtn .menu-close {
  background-image: url("../images/weboc/menu-close.svg");
}

.post-type-archive-weboc .header-inner .btn-seikyu {
  width: 68px;
  height: 68px;
  display: block;
  background-image: url("../images/weboc/btn-document-hover.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 70px;
  top: 20px;
  z-index: 100;
  transition: opacity 0.5s ease-in-out;
}
.post-type-archive-weboc .header-inner .btn-seikyu:hover img {
  opacity: 0;
}

.post-type-archive-weboc #slide-menu {
  padding-top: 108px;
  background-color: rgba(255,255,255,0.86);
  position: absolute !important;
}


.post-type-archive-weboc #slide-menu .nav-wrap {
  margin-bottom: 45px;
}
.post-type-archive-weboc #slide-menu .nav-wrap ul {
  display: inline-block;
}
.post-type-archive-weboc #slide-menu .nav-wrap li {
  text-align: right;
  margin-bottom: 36px;
}
.post-type-archive-weboc .nav-wrap a {
  font-family: 'Kiwi Maru', serif;
  font-size: 21px;
  text-align: center;
  line-height: 1;
  padding-right: 1.3em;
  display: inline-block;
  background-image: url("../images/weboc/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1em auto;
  transition: opacity 0.5s ease-in-out;
}
.post-type-archive-weboc .nav-wrap a span {
  font-family: 'Montserrat', sans-serif;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
}

.post-type-archive-weboc .social-btn-wrap {
  text-align: center;
}
.post-type-archive-weboc .footer-upper .social-btn-wrap {
  padding: 0; 
}
.post-type-archive-weboc .social-btn-wrap h4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 11px;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 2em;
  padding: 4px 40px;
  display: inline-block !important;
}
.social-btn-wrap h4::before,
.social-btn-wrap h4::after {
  height: 26px;
}
.post-type-archive-weboc .logo-slidemenu {
  padding: 0 6.78%;
}

.post-type-archive-weboc #page-header {
  width: 100vw;
  /*height: 191.2vw;*/
  height: 100vh;
  padding: 0;
  background-image: url("../images/weboc/bg-header_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .post-type-archive-weboc #page-header {
    background-image: url("../images/weboc/bg-header.jpg");
  }
}

.post-type-archive-weboc #page-header::after {
  content: "";
  width: 100%;
  height: 9.33vw;
  display: block;
  background-image: url("../images/weboc/start-sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-type-archive-weboc #page-header .bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
/*
.post-type-archive-weboc #page-header .bg-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.7);
	background-image: radial-gradient(#000 40%, transparent 41%), radial-gradient(#000 40%, transparent 41%);
	background-size: 6px 6px;
	background-position: 0 0, 3px 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
*/
.post-type-archive-weboc #page-header .bg-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-archive-weboc #page-header h1 {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.post-type-archive-weboc .sec-unit {
  padding-top: 40vw;
  background-color: #b44c8b;
  background-image: url("../images/weboc/bg-about-sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
}
.post-type-archive-weboc .sec-unit::after {
  content: "";
  width: 100%;
  height: 6.67vw;
  display: block;
  background-image: url("../images/weboc/wave-sp.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 2px;
  transform: translateY(100%);
}
.post-type-archive-weboc .sec-unit section {
  text-align: center;
  position: relative;
}
.post-type-archive-weboc .sec-unit #weboc-univ {
  margin-bottom: 53vw;
  padding: 3.6vw 0 0;
}
.post-type-archive-weboc .sec-unit #weboc-study {
  padding: 10.93vw 0 3.6vw;
}
.post-type-archive-weboc .sec-unit h2 {
  text-indent: -9999px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 10;
}
.post-type-archive-weboc #weboc-univ h2 {
  width: 57.7vw;
  height: 14.1vw;
  background-image: url("../images/weboc/h-univ.svg");
  left: 0;
}
.post-type-archive-weboc #weboc-study h2 {
  width: 52.53vw;
  height: 31.33vw;
  background-image: url("../images/weboc/h-study.svg");
  right: 0;
}
.panels > div[aria-hidden="true"] {
  display: none;
}
.tabs li {
  transition: opacity 0.5s ease-in-out;
}
.tabs li[aria-selected="true"] {
  opacity: 0.5;
}
.tabs li[aria-selected="false"]:hover {
  opacity: 0.5;
  cursor: pointer;
}
.post-type-archive-weboc .movie-wrap {
  padding: 4.93vw;
  background-image: url("../images/weboc/movie-frame-sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.post-type-archive-weboc #weboc-study .movie-wrap {
  position: relative;
}
.post-type-archive-weboc #weboc-study .movie-wrap::before {
  content: "";
  width: 22.67vw;
  height: 25.1vw;
  background-image: url("../images/weboc/person-music-1-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 2.9vw;
  z-index: 10;
  display: none;/* 一旦非表示　*/
}
.post-type-archive-weboc #weboc-study .movie-wrap::after {
  content: "";
  width: 24vw;
  height: 24vw;
  background-image: url("../images/weboc/person-music-2-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -8vw;
  bottom: 2.9vw;
  z-index: 10;
}
.post-type-archive-weboc .round > * {
  position: relative;
  border-radius: 2.67vw;
}
.post-type-archive-weboc .movie-body video {
  width: 100%;
  display: block;
}
.post-type-archive-weboc .movie-body a {
  width: 100%;
  display: block;
  position: relative;
}
.post-type-archive-weboc .movie-body a::after,
.post-type-archive-weboc #weboc-topic .iframe-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/weboc/btn-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}
.post-type-archive-weboc .movie-body a:hover img,
.post-type-archive-weboc #weboc-topic .iframe-wrap:hover img {
  opacity: 1;
}
.post-type-archive-weboc .movie-body a:hover::after,
.post-type-archive-weboc #weboc-topic .iframe-wrap:hover::after {
  opacity: 0.5;
}
.post-type-archive-weboc .sec-unit .copy-wrap {
  padding: 0 4.4vw;
}
.post-type-archive-weboc #weboc-univ .copy-wrap {
  padding-right: 20.6%;
}
.post-type-archive-weboc .sec-unit .copy-wrap p {
  color: #FFF;
  font-size: 11px;
  line-height: 1.73;
  text-align: left;
}
.post-type-archive-weboc .sec-unit .person {
  height: auto;
  display: block;
  position: absolute;
  right: 0;
}
.post-type-archive-weboc #weboc-univ .person {
  width: 25.07vw;
  top: 37vw;
}
.post-type-archive-weboc #weboc-study .person {
  width: 29.9vw;
  top: -22vw;
}
.post-type-archive-weboc .introWrap h2 {
  transition: opacity 0.5s ease-in-out;
}
.post-type-archive-weboc .introWrap.isPlaying h2 {
  opacity: 0;
}
.post-type-archive-weboc .movie-wrap .person,
.post-type-archive-weboc .movie-wrap::before,
.post-type-archive-weboc .movie-wrap::after {
  transition: transform 0.5s ease-in-out;
  z-index: 10;
}
.post-type-archive-weboc .movie-wrap.isPlaying .person {
  transform: translateX(50%);
}
.post-type-archive-weboc .movie-wrap.isPlaying::after {
  transform: translateX(80%);
}
.post-type-archive-weboc .movie-wrap.isPlaying::before {
  transform: translateX(-80%);
}
.post-type-archive-weboc #weboc-study .toCourse {
  color: #951422;
  font-family: 'Kiwi Maru', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #FFF;
  max-width: 91%;
  min-width: 17em;
  margin: 5.33vw auto;
  padding: 1em 3em 1em 2em;
  border-radius: 3em;
  display: inline-block;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}
.post-type-archive-weboc #weboc-study .toCourse:hover {
  opacity: 0.7;
}
.post-type-archive-weboc #weboc-study .toCourse::after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-image: url("../images/weboc/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
}
.post-type-archive-weboc #weboc-study .copy-wrap h3 {
  color: #FFF;
  font-family: 'Kiwi Maru', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
}
.post-type-archive-weboc #weboc-study .course-list > h4 {
  color: #FFF;
  font-family: 'Kiwi Maru', serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
.post-type-archive-weboc #weboc-study .course-list ul {
  padding: 0 12%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-weboc #weboc-study .course-list li {
  color: #FFF;
  text-align: center;
  width: 46.4%;
  margin-bottom: 4.4vw;
}
.post-type-archive-weboc #weboc-study .course-list li .img-box {
  margin-bottom: 1vw;
  display: block;
  position: relative;
}
.post-type-archive-weboc .course-list .round img
{
  border-radius: 1.33vw;
}
.post-type-archive-weboc #weboc-study .course-list li .img-box img {
  display: block;
}
.post-type-archive-weboc #weboc-study .course-list li p {
  color: #FFF;
  font-family: 'Kiwi Maru', serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}


.post-type-archive-weboc #weboc-topic {
  padding: 25.7vw 0 13.33vw;
  background-size: auto auto;
  background-color: rgba(255, 251, 0, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(249, 205, 11, 1) 4px, rgba(249, 205, 11, 1) 6px );
}
.post-type-archive-weboc #weboc-topic .inner-box {
  padding: 0 4.4vw;
}
.post-type-archive-weboc #weboc-topic .cont-wrap {
  padding: 15.2vw 4.9vw 3vw;
  background-color: rgba(255,255,255,0.8);
  border: solid 0.67vw #b44c8b;
  border-radius: 2.67vw;
  position: relative;
}
.post-type-archive-weboc .cont-label {
  color: #FFF;
  font-family: 'Kiwi Maru', serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  padding: 19px 2.5em 20px;
  border: solid 2px #b04c87;
  border-radius: 30px;
  display: inline-block;
  background-color: #b04c87;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
}
.post-type-archive-weboc .cont-label .label {
  text-indent: -9999px;
  width: 100%;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
}
.post-type-archive-weboc #weboc-topic .cont-label .label {
  background-image: url("../images/weboc/h-hottopic.svg");
}
.post-type-archive-weboc #weboc-topic .cont-label .rotate {
  position: relative;
}
.post-type-archive-weboc #weboc-topic .cont-label .rotate::after {
  content: "！";
  text-indent: 0;
  width: auto;
  display: inline-block;
  transform-origin: center center;
  transform: rotate(40deg) translate(14px, -7px);
  position: absolute;
  right: 0;
  top: 0;
}
.post-type-archive-weboc #weboc-more .cont-label {
  color: #000;
  background-color: #FFF;
}
.post-type-archive-weboc #weboc-more .cont-label .label {
  background-image: url("../images/weboc/h-moresakuyo.svg");
}
.post-type-archive-weboc #weboc-topic ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-weboc #weboc-topic li {
  width: 48.4%;
  margin-bottom: 5.33vw;
}
.post-type-archive-weboc #weboc-topic .iframe-wrap {
  width: 100%;
  height: 0;
  margin-bottom: 2vw;
  padding-top: 60%;
  display: block;
  position: relative;
}
.post-type-archive-weboc #weboc-topic iframe,
.post-type-archive-weboc #weboc-topic img {
  width: 100%;
  height: 100%;
  border-radius: 1.33vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post-type-archive-weboc #weboc-topic li .post-title {
  font-family: 'Kiwi Maru', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: normal;
  margin-bottom: 0.5em;
  padding-left: 20px;
  background-image: url("../images/weboc/ico-star.svg");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 16px 16px;
}
.post-type-archive-weboc #weboc-topic li .main-box p {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #b04c87;
  font-size: 15px;
  font-weight: bold;
  width: 23px;
  height: 23px;
  padding: 3px 0;
  border-radius: 11px;
  border: solid 1px #b04c87;
  background-color: transparent;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  font-weight: normal;
  text-indent: 0;
  background-image: none;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #b04c87;
}

.noPost img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.fx-para {
  background-color: #000;
}
.fx-para::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.post-type-archive-weboc #weboc-more .cont-wrap {
  padding: 13.33vw 0;
  background-color: #b44c8b;
  position: relative;
}


#swiperMore .swiper-slide {
  transform: scale(0.9);
  transform-origin: center center;
  transition: transform 0.5s ease-in-out 0.8s;
}
#swiperMore .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
#swiperMore .swiper-slide a {
  text-align: center;
}
#swiperMore .swiper-slide:hover {
  transform: scale(1) !important;
}
#swiperMore .swiper-slide:hover img {
  opacity: 1;
}
#swiperMore .swiper-slide span {
  color: #FFF;
  font-family: 'Kiwi Maru', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  white-space: nowrap;
  display: block;
  margin-top: 1em;
}
#swiperMore .swiper-slide span::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
  display: inline-block;
  background-image: url("../images/weboc/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform-origin: center center;
  transform: rotate(-90deg);
}



.footer-upper {
  background-color: #b44c8b;
}
.post-type-archive-weboc .footer-upper .social-btn-wrap h4 {
  color: #FFF;
}
.post-type-archive-weboc .footer-upper .social-btn-wrap h4::before,
.post-type-archive-weboc .footer-upper .social-btn-wrap h4::after {
  border-color: #FFF;
}
.post-type-archive-weboc .link-document {
  padding: 13vw 7.6vw 8.8vw;
}
.post-type-archive-weboc .link-document li {
  margin-bottom: 7vw;
}
.special-link li {
  margin-bottom: 20px;
}
.special-link li a {
  color: #b44c8b;
  font-family: 'Kiwi Maru', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  width: 280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: block;
  border: solid 1px #b44c8b;
  border-radius: 15px;
}

.post-type-archive-weboc footer {
  padding-top: 80px;
  border-top: none;
}


@media screen and (min-width:768px) {
  .post-type-archive-weboc #page-header .bg-wrap::after {
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    opacity: 0.5;
  }
  .post-type-archive-weboc #weboc-more .cont-wrap {
    padding: 80px 0 30px;
  }
  .post-type-archive-weboc .link-document {
    padding: 20px 60px 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  .post-type-archive-weboc .link-document li {
    width: 48.2%;
    margin: 0;
  }

}





@media screen and (min-width:1000px) {
  .header {
    background-color: transparent !important;
    position: absolute;
  }
  
  main {
    margin-bottom: 0;
  }
  .post-type-archive-weboc .header-inner {
    height: 100vh;
    padding: 0 !important;
  }
  .post-type-archive-weboc #slide-menu {
    max-width: 100%;
    width: 900px;
    height: 92px;
    margin: 0 !important;
    padding: 0;
    border-radius: 46px;
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%,50%);
    background-color: #FFF;
    overflow: hidden;
  }
  .post-type-archive-weboc #slide-menu .menu-section,
  .post-type-archive-weboc #slide-menu .nav-wrap {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
  }
  .post-type-archive-weboc #slide-menu .nav-wrap ul {
    width: 100%;
    height: 100%;
    padding: 0 70px;
    display: block;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
  }
  .post-type-archive-weboc #slide-menu .nav-wrap li {
    height: 100% !important;
    margin-bottom: 0;
    background: transparent !important;
  }
  .post-type-archive-weboc .nav-wrap a {
    font-size: 18px;
    white-space: nowrap;
    height: 100%;
    padding: 28px 0;
    padding-right: 1.5em;
    background-position: right 30px;
  }
  .post-type-archive-weboc .nav-wrap a span {
    font-size: 12px;
  }
  
  .post-type-archive-weboc #menubtn,
  .post-type-archive-weboc #slide-menu .social-btn-wrap,
  .post-type-archive-weboc .logo-slidemenu {
    display: none;
  }
  .post-type-archive-weboc .header-inner .btn-seikyu {
    width: 96px;
    height: 96px;
    right: 35px;
    top: 35px;
  }
  
  
  .post-type-archive-weboc #page-header h1 {
    width: 1000px;
  }
  .post-type-archive-weboc #page-header::after {
    width: 1000px;
    height: 118px;
    background-image: url("../images/weboc/start.png");
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .post-type-archive-weboc .sec-unit {
    padding-top: 220px;
    background-image: url("../images/weboc/bg-about.png");
    background-size: 1440px auto;
  }
  .post-type-archive-weboc .sec-unit::after {
    height: 3.3vw;
    background-image: url("../images/weboc/wave.svg");
  }
  .post-type-archive-weboc .sec-unit #weboc-univ {
    margin-bottom: 170px;
    padding-top: 12px;
  }
  .post-type-archive-weboc #weboc-univ .copy-wrap {
    padding: 0 100px;
  }
  .post-type-archive-weboc #weboc-univ h2 {
    width: 447px;
    height: 112px;
    top: -10px;
  }
  .post-type-archive-weboc #weboc-univ .univ-body,
  .post-type-archive-weboc #weboc-study .study-body {
    width: 904px;
    margin: 0 auto;
  }
  .post-type-archive-weboc .sec-unit .copy-wrap {
    padding: 0 100px;
  }
  .post-type-archive-weboc .sec-unit .copy-wrap p {
    font-size: 16px;
    line-height: 2.375;
    margin-bottom: 24px;
  }
  .post-type-archive-weboc #weboc-univ .person {
    width: 254px;
    height: auto;
    top: auto;
    bottom: 0;
    right: -45px;
  }
  .post-type-archive-weboc .movie-wrap {
    padding: 30px;
    background-image: url("../images/weboc/movie-frame.svg");
  }
  .post-type-archive-weboc .round > * {
    border-radius: 20px;
  }
  .post-type-archive-weboc .sec-unit #weboc-study {
    padding-top: 86px;
  }
  .post-type-archive-weboc #weboc-study h2 {
    width: 400px;
    height: 235px;
  }
  .post-type-archive-weboc #weboc-study .copy-wrap h3 {
    font-size: 30px;
  }
  .post-type-archive-weboc #weboc-study .person {
    width: 175px;
    top: -90px;
    right: 26px;
  }
  .post-type-archive-weboc #weboc-study .movie-wrap::before {
    width: 238px;
    height: 242px;
    background-image: url("../images/weboc/person-music-1.png");
    left: -42px;
    bottom: 16px;
  }
  .post-type-archive-weboc #weboc-study .movie-wrap::after {
    width: 228px;
    height: 228px;
    right: -14px;
    right: -120px;
    bottom: 16px;
  }
  .post-type-archive-weboc #weboc-study .toCourse {
    font-size: 18px;
    margin: 0 auto 40px;
    padding: 16px 24px;
    padding-right: 40px;
  }
  .post-type-archive-weboc #weboc-study .course-list ul {
    padding: 0 30px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post-type-archive-weboc #weboc-study .course-list > h4 {
    color: #FFF;
    font-size: 20px;
  }
  .post-type-archive-weboc #weboc-study .course-list li {
    width: 190px;
  }
  .post-type-archive-weboc #weboc-study .course-list li .img-box {
    margin-bottom: 10px;
  }
  .post-type-archive-weboc #weboc-study .course-list li p {
    font-size: 20px;
  }
  .post-type-archive-weboc .course-list .round img {
    border-radius: 10px;
  }
  
  .post-type-archive-weboc #weboc-topic {
    padding: 220px 0 150px;
  }
  .post-type-archive-weboc #weboc-topic .inner-box {
    padding: 0;
  }
  .post-type-archive-weboc #weboc-topic .cont-wrap {
    padding: 100px 70px 0;
    border-width: 5px;
    border-radius: 20px;
  }
  .post-type-archive-weboc .cont-label {
    font-size: 30px;
    padding: 32px 1.5em;
    border-radius: 48px;
  }
  .post-type-archive-weboc #weboc-topic .cont-label {
    padding-right: 2em;
  }
  .post-type-archive-weboc .cont-label .label {
    height: 40px;
  }
  .post-type-archive-weboc #weboc-topic .cont-label .rotate::after {
    transform: rotate(40deg) translate(28px, -14px);
  }
  .post-type-archive-weboc #weboc-topic li {
    width: 400px;
    margin-bottom: 60px;
  }
  .post-type-archive-weboc #weboc-topic .iframe-wrap {
    margin-bottom: 23px;
  }
  .post-type-archive-weboc #weboc-topic iframe {
    border-radius: 10px;
  }
  .post-type-archive-weboc #weboc-topic li .post-title {
    font-size: 24px;
    padding-left: 36px;
    background-size: 30px auto;
    background-position: left 4px;
  }
  .post-type-archive-weboc #weboc-topic li .main-box p {
    font-size: 14px;
    line-height: 1.86;
  }
  
  .wp-pagenavi {
    padding: 0 0 60px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 30px;
    width: 42px;
    height: 42px;
    margin: 0 10px;
    padding: 6px 0;
    border-radius: 21px;
  }
  .wp-pagenavi a {
    transition: all 0.3s ease-in-out;
  }
  .wp-pagenavi a:hover {
    color: #FFF;
    background-color: #b04c87;
  }
  
  .fx-para {
    padding-top: 370px;
  }
  
  .post-type-archive-weboc #weboc-more .cont-wrap {
    padding: 116px 0 80px;
  }
  #swiperMore .swiper-slide span {
    font-size: 24px;
  }
  
  .social-btn-wrap {
    padding: 0;
  }
  .post-type-archive-weboc .social-btn-wrap h4 {
    font-size: 22px;
    padding: 4px 60px;
  }
  .social-btn-wrap h4::before,
  .social-btn-wrap h4::after {
    height: 40px;
    top: 3px;
  }
  .social-btn {
    max-width: 100%;
  }
  .social-btn li {
    margin: 0 40px;
  }
  .social-btn li a {
    width: 100px;
    height: 100px;
  }
  
  .post-type-archive-weboc .link-document {
    width: 1000px;
    margin: 0 auto;
    padding: 93px 0 98px;
  }
  
  .footer-inner {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 56px;
  }
  .logo-ft {
    width: 550px;
    margin: 0 auto 30px;
  }
  .special-link {
    margin-bottom: 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  .special-link li {
    width: 400px;
    margin-bottom: 0;
  }
  .special-link li a {
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 14px;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;
  }
  .special-link li a:hover {
    color: #FFF;
    background-color: #b44c8b;
  }
  
}




@media screen and (min-width:1280px) {
  .container {
    padding: 0;
  }
}



@media screen and (min-width:1500px) {
}





