.caravan__performances {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.festival .caravan__bg-red {
    background: top/cover url(/hubfs/6654828/caravan/images/bg-gradient-sp.jpg) no-repeat
}

.caravan__heading-wrapper {
    margin-bottom: 40px
}

.caravan__subtitle {
    font-size: 16px;
    margin-bottom: 2px
}

.caravan__title {
    font-size: 24px
}

.featured .blog {
    font-weight: 400;
    margin: 20px 0 0;
    position: relative;
    text-align: left;
    z-index: 1
}

.featured .blog:hover {
  background-color: #fff !important;
}

/*.featured .blog__img img {
    margin-bottom: 16px
}*/

.featured .blog__img {
    margin-bottom: 0px
}

.featured .blog__tags span {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 8px;
    border-radius: 999px;
    min-width: auto !important;
    padding: 0 16px !important;
}

.featured .blog__tags .tagTheme {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px
}

.featured .blog__title {
    font-size: 16px;
    margin-bottom: 3px
}

.featured .blog__date {
    font-size: 12px;
    margin-bottom: 7px
}

.featured .blog__theater {
    border: 0;
    padding: 0
}

@media print,screen and (max-width: 999px) {
  .featured .blog__title,
  .featured .blog__date,
  .featured .blog__theater {
     padding: 0 16px;
  }
  .featured .blog__summary{
     padding: 0 16px 48px 16px;
  }
  .featured .card__tags {
    padding: 0 16px;
  }
}

@media print,screen and (min-width: 1000px) {
    .caravan {
        padding-bottom:100px
    }

    .festival .caravan__bg-red {
        background: top/cover url(/hubfs/6654828/caravan/images/bg-gradient-pc.jpg) no-repeat
    }

    .caravan__heading-wrapper {
        margin-bottom: 64px
    }

    .caravan__subtitle {
        font-size: 20px;
        margin-bottom: 4px
    }

    .caravan__title {
        font-size: 32px
    }

    .caravan__title br {
        display: none
    }

    .featured .blog {
        display: inline-flex;
        margin-top: 39px;
        max-width: 1000px;
        padding: 32px;
        position: relative;
        width: 100%;
        z-index: 1
    }

    .featured .blog__col--img {
        margin-right: 32px;
        width: 400px
    }

    .featured .blog__col--text {
        width: calc(100% - 432px)
    }

    .featured .blog__img img {
        margin-bottom: 0
    }

    .featured .blog__title {
        font-size: 20px;
        letter-spacing: 0;
        margin-bottom: 0
    }

    .featured .blog__date {
        font-size: 14px
    }

    .featured .blog__summary {
        font-size: 12px;
        letter-spacing: .02em;
        margin-bottom: 19px
    }

    .featured .blog__theater-img {
        height: 40px;
        margin-right: 12px;
        width: 40px
    }

    .featured .blog__theater-name {
        font-size: 14px
    }
}

.caravan__performances {
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 1000px) {
    .caravan__performances {
        margin-left:auto;
        margin-right: auto;
        max-width: 1000px
    }
}

.caravan__performances-wrapper {
    width: 100%;
    z-index: 1
}

.caravan__menu-row--2 {
    margin-bottom: 20px
}

.caravan__theme {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px
}

.caravan__theme span {
    display: block;
    margin-bottom: 12px;
    width: calc(50% - 7.5px)
}

.caravan__theme a {
    align-items: center;
    background: #fff;
    border: 1px solid #2B2B2B;
    border-radius: 200px;
    color: #000;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%
}

.caravan__theme span.active a {
    border-width: 3px;
    border-color: #BA2636;
    color: #BA2636;
    font-size: 14px
}

@media print,screen and (min-width: 1000px) {
    .caravan__theme {
        justify-content:flex-start;
        padding: 0
    }

    .caravan__theme span {
        margin-bottom: 16px;
        margin-right: 20px;
        width: calc(25% - 15px)
    }

    .caravan__theme span:nth-child(4n) {
        margin-right: 0
    }

    .caravan__theme a {
        font-size: 14px;
        height: 54px
    }
  
    .caravan__theme a:hover {
        border-color: #BA2636;
        color: #BA2636;
        border-width: 4px;
    }

    .caravan__theme span.active a {
        font-size: 16px;
        border-width: 4px;
    }

    .caravan__menu-row--2 {
        margin-bottom: 32px
    }
}

.blogs {
    display: flex;
    flex-direction: column;
}

.blogs.loading {
    display: none
}

.blog {
    color: #000;
    display: inline-block;
    margin-bottom: 24px;
    padding: 0;
    position: relative;
    text-decoration: none
}

.featured .blog {
  background-color: #fff;
}

.blog:hover {
    cursor: pointer
}

.blog:hover .blog__img {
    opacity: .66
}

.blog__img {
    display: block;
    margin-bottom: 10px
}

.blog__tags span {
    font-size: 10px;
    height: 19px;
    line-height: 19px;
    margin-bottom: 8px;
    margin-right: 4px
}

.blog__tags .tagTheme {
    background-color: #fff;
    border: 1px solid #BA2636;
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    min-width: auto;
    text-align: center;
    text-decoration: none;
    color: #BA2636;
    padding: 0 16px;
    border-radius: 999px;
}

.blog__title {
    color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-bottom: 6px;
    text-decoration: none
}

.blog:hover .blog__title {
    color: #ce3030
}

.blog__date {
    color: #666;
    font-size: 10px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.blog__theater {
    align-items: center;
    display: flex
}

.blog__summary {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
}

.blog__icon-link {
    background: #ce3030 60% 50% url(https://www.nohgaku.or.jp/hubfs/caravan/icons/arr-white.svg) no-repeat;
    background-size: 6px 10px;
    border-radius: 20px;
    bottom: 10px;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    width: 20px
}

.blog__theater-img {
    height: 36px;
    margin-right: 10px;
    width: 36px
}

.blog:hover .blog__theater-img {
    opacity: .66
}

.blog__theater-name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    width: calc(100% - 46px)
}

.blog__theater {
    color: #000;
    text-decoration: none
}

@media print,screen and (min-width: 1000px) {
    .blogs {
        flex-direction:row;
        flex-wrap: wrap;
        margin: 0 -10px;
        max-width: 1020px;
        padding: 0
    }

    .blog {
        margin: 0 10px 20px;
        width: calc(25% - 20px)
    }
}

.festival .btn-more {
    margin-bottom: 40px;
    margin-top: 34px
}

.post__wrapper {
    margin: 20px 20px 59px;
    padding: 35px 0 38px 0;
}

.post__theater {
    border: 0;
    margin-bottom: 16px;
    padding: 0
}

.post__main .section-title {
    margin-bottom: 14px;
    text-align: left
}

.post__date {
    font-size: 12px;
    margin-bottom: 12px
}

.post__main .blog__tags {
    margin-bottom: 40px
}

.post__main .blog__tags .tag {
    font-size: 12px;
    height: 22px;
    line-height: 21px;
    margin: 0 8px 0 0
}

.post__main .blog__tags .tagTheme {
    line-height: 1.5
}

.post__featured-img {
    margin: 0 -20px 35px
}

.post__body {
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
    padding-bottom: 36px
}

.post__body h3,.post__body h4,.post__body h5,.post__body h6 {
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    text-align: left
}

.post__body h3 {
    border-bottom: 1px solid #ea5024;
    font-size: 20px;
    margin: 35px 0 27px;
    padding-bottom: 11px
}

.post__body h4 {
    border-left: 2px solid #ea5024;
    font-size: 20px;
    margin: 25px 0 16px;
    padding-left: 14px
}

.post__body h5 {
    border-left: 1px solid #999;
    font-size: 20px;
    margin: 17px 0 10px;
    padding-left: 15px
}

.post__body h6 {
    font-size: 14px;
    margin: 15px 0 8px
}

.post__body p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0
}

.post__body p+p {
    margin-top: 21px
}

.post__body p>img+p {
    font-size: 12px;
    margin: 13px 0 0;
    padding-bottom: 4px
}

.post .caravan__cards .section-title {
    margin: 59px 20px 27px
}

@media print,screen and (min-width: 1000px) {
    .post__wrapper {
        margin:64px auto 74px;
        padding: 59px 48px 64px
    }

    .post__main .section-title {
        font-size: 24px;
        margin-bottom: 11px
    }

    .post__flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 48px
    }

    .post__date {
        font-size: 16px;
        margin-bottom: 0
    }

    .post__main .blog__tags {
        margin: auto 0 0
    }

    .post__theater {
        display: inline-flex;
        justify-content: flex-end;
        margin-bottom: 0
    }

    .post__theater-img {
        height: 48px;
        margin-right: 12px;
        width: 48px
    }

    .post__theater-name {
        width: auto
    }

    .post__featured-img {
        margin: 0 0 43px
    }

    .post__featured-img img {
        width: 100%
    }

    .post__body {
        margin-bottom: 48px;
        padding-bottom: 58px
    }

    .post__body h3 {
        font-size: 22px;
        margin: 43px 0 25px;
        padding-bottom: 10px
    }

    .post__body h4 {
        font-size: 20px;
        margin: 30px 0 23px;
        padding-left: 16px
    }

    .post__body h5 {
        font-size: 18px;
        margin: 23px 0 15px;
        padding-left: 17px
    }

    .post__body h6 {
        font-size: 16px;
        margin: 22px 0 14px
    }

    .post__body p {
        font-size: 16px;
        line-height: 1.5
    }

    .post__body p+p {
        margin-top: 27px
    }

    .post__body p>img+p {
        font-size: 14px;
        line-height: 1.75;
        margin: 18px 0 0;
        padding-bottom: 2px
    }

    .post .caravan__cards .section-title {
        margin: 74px auto 42px
    }
}

.author {
    line-height: 1.5
}

.author__img-col {
    height: 100px;
    margin: 0 auto 20px;
    width: 100px
}

.author__img-col img {
    width: 100%
}

.author__name {
    font-size: 18px;
    margin-bottom: 8px
}

.author__description {
    font-size: 12px;
    margin-bottom: 11px
}

.author__dl {
    color: #666;
    font-size: 12px
}

.author__dl dd:first-of-type {
    margin-bottom: 11px
}

.author__dl dd a {
    color: #666;
    text-decoration: none
}

.author__dl dd a:after {
    background: 50%/contain url(/hubfs/caravan/icons/arr-link.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: 6px;
    width: 11px
}

@media print,screen and (min-width: 1000px) {
    .author {
        display:flex
    }

    .author__img-col {
        height: 140px;
        margin: 0;
        width: 140px
    }

    .author__text-col {
        margin-left: 32px;
        width: calc(100% - 172px)
    }

    .author__name {
        font-size: 20px;
        margin-bottom: 9px
    }

    .author__description {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 8px
    }

    .author__dl {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.75
    }

    .author__dl dt {
        display: flex;
        justify-content: space-between;
        margin-right: 4px;
        width: 95px
    }

    .author__dl dt:after {
        content: "：";
        display: inline-block;
        font-size: 12px;
        height: 21px;
        margin-right: 4px;
        width: 12px
    }

    .author__dl dd {
        width: calc(100% - 100px)
    }

    .author__dl dd:first-of-type {
        margin-bottom: 0
    }
}

.tag__author {
    background: #fff;
    margin: 21px 20px 35px;
    padding: 32px 20px 30px
}

.tag__section-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 35px 20px 28px;
    text-align: center
}

.tag__section-title span {
    display: block;
    font-size: 16px;
    margin-top: 6px
}

@media print,screen and (min-width: 1000px) {
    .tag__author {
        margin:64px 0 42px;
        padding: 40px
    }

    .tag__section-title {
        font-size: 28px;
        margin: 42px 0 33px;
        text-align: left
    }

    .tag__section-title span {
        display: inline-block;
        font-size: 18px;
        margin: 0 0 0 8px
    }
}

.festival .caravan .btn-arrow {
    background: #000;
    color: #fff
}

.festival .caravan .btn-arrow:before {
    background: 50%/cover url(/hubfs/caravan/icons/arr-white.svg) no-repeat;
    height: 13px;
    margin-right: 10.5px;
    width: 6.5px
}

.festival .caravan .btn-arrow:hover {
    background: #fff;
    color: #000
}

.festival .caravan .btn-arrow:hover:before {
    background: 50%/cover url(/hubfs/caravan/icons/arr-black.svg) no-repeat;
    height: 13px;
    width: 6.5px
}

@media print,screen and (min-width: 1000px) {
    .festival .caravan .btn-arrow {
        width:334px
    }
}

#displayMore {
    opacity: 0
}

.loader-inner {
    display: block;
    margin: 100px 0
}

.ball-clip-rotate>div {
    border: 2px solid #ea5024;
    border-bottom-color: transparent
}

.pagination__buttons-row {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.pageButton {
    border: 1px solid #000;
    padding: 5px
}

.clickPageNumber {
    margin-left: 4px;
    margin-right: 4px
}

.pagination__block {
    width: 100%
}

.pagination__block span {
    display: inline-block
}

.pagination__block .pageButton,.pagination__block .pageNumber>span {
    align-items: center;
    background-color: transparent;
    border: 1px solid #2B2B2B;
    border-radius: 4px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin: 0 4px;
    position: relative;
    width: 40px
}

.pagination__block .pageNumber>span {
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.pagination__block .pageNumber>span:hover {
    background: #BA2636!important;
    border: 0;
    color: #ffffff!important
}

.pagination__block .pageButton:hover {
    background-color: #BA2636
}

.pagination__block .pageButton:hover:before {
    border-right-color: #2B2B2B;
    border-top-color: #2B2B2B
}

.pagination__block span:hover {
    cursor: pointer
}

.opacity {
    display: none!important;
    opacity: .5
}

.outline-none {
    outline: none;
    user-select: none
}

.pagination__block .pageButton--prev svg {
    transform: rotate(-.5turn)
}

.pagination__block .pageButton svg path {
    height: 10px;
    width: 5px
}

@media screen and (max-width: 999px) {
    .pagination__block {
        padding:0 20px
    }

    .pagination__buttons-row {
        padding-top: 16px;
        padding-bottom: 64px;
    }

    .pagination__block .pageButton,.pagination__block .pageNumber>span {
        font-size: 14px;
        height: 36px;
        width: 36px
    }
}

.pagination__block .pageButton:hover,.pagination__block .pageNumber>span:hover {
    background-color: #BA2636!important;
    border: 1px solid #BA2636!important;
    color: #ffffff!important;
}

.pagination__block .pageButton:hover svg path {
    stroke: #ffffff;
}

.caravan2024 #MailMagazine_Registration {
  margin-top: 0;
}

@media screen and (min-width: 1000px) {
    .caravan2024 #MailMagazine_Registration {
      border-radius: 16px;
    }
}

.caravan2024-listing {
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_listing_01.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
}

.caravan2024-listing::after {
  content: "";
  display: block;
  width: 260px;
  height: 520px;
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_listing_02.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
}

.caravan2024-post{
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_listing_01.svg);
  background-repeat: no-repeat;
  background-position: 0 30%;
  position: relative;
}

.caravan2024-post::after {
  content: "";
  display: block;
  width: 260px;
  height: 520px;
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_listing_02.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 30%;
}

@media screen and (max-width: 999px) {
    .caravan2024-listing {
      background-size: 90px auto;
      background-position: 0 800px;
    }

    .caravan2024-listing::after {
      width: 100px;
      height: 156px;
      background-size: 100% auto;
      right: -45px;
      bottom: 1000px;
    }
  
    .caravan2024-post {
      background-size: 90px auto;
      background-position: 0 25%;
    }

    .caravan2024-post::after {
      width: 100px;
      height: 156px;
      background-size: 100% auto;
      right: -45px;
      bottom: 45%;
    }
}

.caravan.no-padding {
	padding: 0;
}

.caravan__title {
  color: #fff;
}

.caravan2024__bg {
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_sp.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border-bottom-left-radius: 40px;
  padding: 80px 20px 64px 20px;
  position: relative;
}

.caravan2024__bg::after {
  content: "";
  background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_after.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
  display: block;
  width: 90px;
  height: 180px;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 1;
}

.caravan__heading-wrapper {
  margin: 0 !important;
}

.blog {
  border-radius: 8px;
}

.featured .blog {
  z-index: 2 !important;
}

.blog__col--img {
  padding: 16px;
}

.blog__img__img　{
  display: inline-block;
  vertical-align: top;
  border-radius: 4px !important;
}

@media screen and (min-width:1000px){
  .caravan2024__bg {
    background-image: url(https://www.nohgaku.or.jp/hubfs/blog/common/bg_caravan2024_pc.jpg);
    border-bottom-left-radius: 120px;
    padding: 152px 0 80px 0;
  }
  .caravan2024__bg::after {
    width: 180px;
    height: 360px;
    bottom: -140px;
  }
  .caravan__heading-wrapper {
    margin: 0 !important;
  }
  .blog {
    border-radius: 16px;
  }
  .blog__img__img {
    border-radius: 8px !important;
  }
  .blog__col--img {
    padding: 0;
  }
}

@media screen and (max-width:999px){
.caravan__cards--2 {
  padding: 0 20px;
  position: relative;
  z-index; 1;
  }
}

.caravan__cards .blog {
  padding-bottom: 30px;
}

.post__body p a {
  text-decoration: underline;
  color: blue;
}

.post__body p a:hover {
  text-decoration: none;
}

.test-mode .caravan2024__bg {
  background-image: url(https://www.nohgaku.or.jp/hubfs/special2025/bg-dots.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.test-mode .caravan2024__bg:after {
  display: none;
}

.test-mode .area label {
  background: #fff;
}

.test-mode .area label:before {
  display: none;
}