@charset "utf-8";

.box {
    font-family: 'Noto Serif JP', serif;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Serif JP', serif;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 6.666666665vw;
}
.tabs li {
    box-sizing: border-box;
    font-size: 3.5vw;
    font-weight: 700;
    width: 48%;
}
.tabs a {
    background: #fff;
    border-radius: 10px;
    color: #ff339a;
    display: block;
    padding: 2vw 0vw;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.tabs :not(.active) a:hover {
    background: #ff339a;
    color: #fff;
}
.tabs .active a {
    background: #ff339a;
    color: #fff;
    pointer-events: none;
}

.headline {
    color: #ff339a;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 3.125vw;
    text-align: center;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.headline span {
  display: inline-block;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 3.125vw;
}
.category-list li {
    filter: grayscale(100%) brightness(1.25) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.8));
    letter-spacing: 0.05px;
    margin: 1% 0.5%;
    text-align: center;
    width: 31%;
}
.category-list li:first-child {
    filter: grayscale(100%) brightness(1) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.8));
    /* margin: 1% 21%; */
}
.category-list li:not(.active):hover,
.category-list li.active-all {
    filter: grayscale(0%) invert(0) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.8));
}
.category-list li.active {
    filter: grayscale(0%) invert(0) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.8));
    pointer-events: none;
}
.category-list li a {
    color: #fff;
    display: block;
    line-height: 1;
    text-decoration: none;
}
.comments-category-all,
.comments-category-main {
    margin-bottom: 1.5625vw;
    width: 100%;
}
.comments-category-all img,
.comments-category-main img {
  width: 100%;
}

.no-records {
    display: block;
    padding: 4% 3%;
    text-align: center;
    margin-top: 10vw;
}

.comments-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.comments-list li {
    background: #fff;
    border-radius: 3vw;
    box-shadow: 0px 0px 30px rgb(255 255 255 / 80%);
    color: #7f632e;
    list-style-type: none;
    margin: 1vw 0vw;
    padding: 4% 3%;
    width: 97%;
}
.comments-list li:nth-child(2n),
.comments-list li:last-child {
    margin-right: 0;
}
.comments-head {
    margin-bottom: 5vw;
    width: 100%;
}
.comments-head span {
    display: block;
}
.comments-list-name {
    color: #ff339a;
    font-size: 1.2rem;
    font-weight: 700;
}
.comments-list-text {
    border-top: 1px solid #fed8ef;
    margin-top: 1.5625vw;
    padding: 1.5625vw;
    text-align: left;
}
.comments-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    box-sizing: border-box;
    color: #c0c0c0;
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 700;
    justify-content: space-around;
    margin: 10vw auto;
    padding-bottom: 8vw;
    padding: 1.333333333vw 2.66666666vw;
    width: 100%;
}
.comments-link p {
    margin-right: 3vw;
    text-align: center;
}
.comments-link a {
    color: #ff339a;
    text-decoration: none;
}
.comments-link p:last-child {
    margin-right: 0;
}

.special {
    background: #fff;
    border-radius: 10px;
    padding: 2.666666667vw 2.666666667vw;
    filter: drop-shadow(0 0px 30px rgba(255, 255, 255, .8));
    font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
    margin-bottom: 6.666666667vw;
}

.special h3 {
    font-size: 5.333333333vw;
    line-height: 1.5;
    padding: 2.666666667vw 0 4vw;
    width: 100%;
    background-image: linear-gradient(90deg,
    #c7c7c7 0%, #c7c7c7 45%,
    #ff339a 45%, #ff339a 55%,
    #c7c7c7 55%, #c7c7c7 100%);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 4vw;
}

.special .col2 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    color: #7f632e;
    line-height: 1.5;
}

.special .col2 li {
    margin-bottom: 4vw;
    word-break: break-all;
}

.special .col2 li a {
    color: #ff339a;
    text-decoration: none;
}

.sp-title {
    font-size: 4.666666667vw;
    line-height: 1.5;
    font-weight: 700;
    padding: 2.666666667vw;
    background: #fff799;
    margin: 2.666666667vw 0;
    color: #ff339a;
    border-radius: 10px;
}
.sp-icon,
.sp-icon-n {
    align-items: center;
    background: #ff339a;
    border-radius: calc((59 / 750) * 100vw);
    color: #fff;
    display: flex;
    font-size: calc((28 / 750) * 100vw);
    min-height: calc((118 / 750) * 100vw);
    line-height: calc((40 / 750) * 100vw);
    font-weight: 200;
    padding: calc((19 / 750) * 100vw) calc((82 / 750) * 100vw) calc((19 / 750) * 100vw) calc((119 / 750) * 100vw);
    margin: 2.666666667vw 0 2.666666667vw calc((50 / 750) * 100vw);
    position: relative;
}
.sp-icon::before,
.sp-icon-n::before {
    background: url(../img/logo.png) center center / contain no-repeat;
    content: '';    
    display: block;
    height: 100%;
    left: calc((50 / 750) * 100vw * -1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc((152 / 750) * 100vw);
}
.all-aikatsu .sp-icon::before,
.all-aikatsu .sp-icon-n::before {
    background-image: url(../img/logo_aarm.png);
}
.aikatsu .sp-icon::before,
.aikatsu .sp-icon-n::before {
    background-image: url(../img/logo-aikatsupripara.png);
}
.aikatsu-planet .sp-icon::before,
.aikatsu-planet .sp-icon-n::before {
    background-image: url(../img/logo-aikatsuplanet.png);
}
.sp-icon::after,
.sp-icon-n::after {
    background: url(../img/arrow-d.png) center center / cover;
    content: '';    
    display: block;
    height: calc((34 / 750) * 100vw);
    position: absolute;
    right: calc((24 / 750) * 100vw);
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    width: calc((34 / 750) * 100vw);
}
.event-header {
    cursor: pointer;
}
article.open .sp-icon::after,
article.open .sp-icon-n::after {
    transform: translateY(-50%) rotateX(180deg);
}
.event-inner {
    display: none;
    margin-bottom: 4vw;
}

/* .sp-icon-n:after {
    position: absolute;
    content: attr(data-en);
    width: 20vw;
    height: 20vw;
    background-color: #fff799;
    border-radius: 30vw;
    top: -6vw;
    right: -1vw;
    font-size: 4vw;
    color: #ff339a;
    padding: 7vw 5vw;
} */

.sp-b {
    font-size: 4vw;
    font-weight: 700;
    color: #7f632e;
}

.sp-icon span, .sp-icon-n span {
    font-size: 5.333333333vw;
    padding-left: 1rem;
}

.sp-img {
    text-align: center;
}

.sp-img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.sp-b2 {
    font-size: 4vw;
    font-weight: 700;
    color: #7f632e;
}

.sp-text {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    font-family: 'Noto Serif JP', serif;
}

.sp-p {
    font-size: 5vw;
    font-weight: 700;
    color: #ff339a;
    margin: 0 1vw;
}

.sp-logo {
    text-align: center;
}
.sp-logo img {
    width: 70%;
    height: auto;
    margin: 20px 0 0;
}

.emphasis {
    background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fff799 70%);
    font-size: 6vw;
    margin-right: 0.5rem;
}

.schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 2vw;
}

.schedule li {
    width: 100%;
    margin-bottom: 0;
    /* font-weight: bold; */
}

.schedule li.col-c {
    margin-bottom: 2vw;
}

.schedule li.col-l {
    color: #ff339a;
    background: #fff0f5;
    padding-left: 2vw;
    border-radius: 2vw;
    font-weight: bold;
}

.schedule li.col-r {
    margin-bottom: 4vw;
    color: #7f632e;
    word-break: break-all;
}

.schedule2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 2vw;
}

.schedule2 li {
    width: 100%;
    margin-bottom: 0;
    /* font-weight: bold; */
}

.schedule2 li.col-c {
    margin-bottom: 2vw;
}

.schedule2 li.col-l {
    color: #ff339a;
    background: #fff0f5;
    padding-left: 2vw;
    border-radius: 2vw;
    font-weight: bold;
}

.schedule2 li.col-r {
    margin-bottom: 2vw;
    color: #7f632e;
    word-break: break-all;
}

.schedule li a, .schedule2 li a {
    color: #ff339a;
    text-decoration: none;
}

.close {
   font-weight: bold;
   padding: 5vw 0;
   color: #7f632e;
}

.sup {
    color: #7f632e;
    width: 80%;
    margin: 0 auto;
}

.special .info {
    width: 100%;
    background-image: linear-gradient(90deg,
    #c7c7c7 0%, #c7c7c7 100%);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 4vw;
    padding: 4vw 2vw;
    color: #7f632e;
}
.special .info li {
    list-style-type: none;
    word-break: break-all;
}
.special .info a {
    color: #ff339a;
    text-decoration: none;
}
.special .live {
    background-color: #fffacd;
    border-radius: 15px;
    margin: 4vw 0 4vw;
    padding: 2vw 4vw;
}

.special .live li {
    list-style-type: none;
    word-break: break-all;
}

.special .live li span{
    color: #ff0000;
}

.special li span.absence{
    color: #ff0000;
}

.schedule li.col-r p.f3{
    padding-left: 3rem;
    text-indent: -3rem;
}

.schedule li.col-r p.f4{
    padding-left: 4rem;
    text-indent: -4rem;
}

.schedule li.col-r p.f7{
    padding-left: 7rem;
    text-indent: -7rem;
}

.schedule li.col-r p.f9{
    padding-left: 9rem;
    text-indent: -9rem;
}

.schedule li.col-r p.f10{
    padding-left: 10rem;
    text-indent: -10rem;
}

@media screen and (min-width:768px) and (max-width:959px) {
  .tabs {
      margin-bottom: 40px;
  }
  .tabs li {
      font-size: 2.666666667vw;
  }
  .tabs a {
      padding: 1.333333333vw 0vw;
  }

  .headline {
    font-size: 3.333333333vw;
    padding: 0 0 20px;
  }

  .category-list {
    margin-bottom: 20px;
  }
  .category-list li {
      width: 18%;
  }
  /* .category-list li:first-child {
      margin: 1% 32%;
  } */
  .comments-category-all,
  .comments-category-main {
      width: 48%;
  }

  .no-records {
      padding: 15px 15px;
      width: 47%;
      margin: 5% auto;
  }

  .comments-list li {
      border-radius: 15px;
      margin: 1% 3% 1% 0%;
      padding: 15px 15px;
      width: 47%;
  }
  .comments-head {
      margin-bottom: 0px;
  }
  .comments-list-text {
      font-size: 16px;
      margin-top: 5px;
      padding: 5px;
  }
  .comments-link {
      font-size: 1rem;
      margin: 60px auto 0;
      padding: 5px 10px;
      width: 60%;
  }
  .comments-link p {
      padding: 5px 10px;
  }

    .special {
        background: #fff;
        border-radius: 10px;
        padding: 2.666666667vw;
        filter: drop-shadow(0 0px 30px rgba(255, 255, 255, .9));
    }

    .special h3 {
        font-size: 3.466666667vw;
        line-height: 1.5;
        padding: 2.666666667vw 0 4vw;
        width: 100%;
        background-image: linear-gradient(90deg,
        #c7c7c7 0%, #c7c7c7 45%,
        #ff339a 45%, #ff339a 55%,
        #c7c7c7 55%, #c7c7c7 100%);
        background-size: 100% 5px;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-bottom: 4vw;
    }

    .special .col2 {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
    }

    .sp-title {
        font-size: 3.333333333vw;
        line-height: 1.2;
        font-weight: 700;
        padding: 2.666666667vw;
        background: #fff799;
        margin: 2.666666667vw 0;
    }
    .sp-icon,
    .sp-icon-n {
        background: #ff339a;
        color: #fff;
        border-radius: calc((59 / 750) * 100vw);
        font-size: calc((28 / 750) * 100vw);
        min-height: calc((118 / 750) * 100vw);
        line-height: calc((40 / 750) * 100vw);
        font-weight: 200;
        padding: calc((19 / 750) * 100vw) calc((82 / 750) * 100vw) calc((19 / 750) * 100vw) calc((119 / 750) * 100vw);
        margin: 1.333333333vw 0 1.333333333vw calc((50 / 750) * 100vw);
    }
    .sp-icon::before,
    .sp-icon-n::before {
        height: 100%;
        left: calc((50 / 750) * 100vw * -1);
        top: 50%;
        width: calc((152 / 750) * 100vw);
    }
    .sp-icon::after,
    .sp-icon-n::after {
        height: calc((34 / 750) * 100vw);
        right: calc((24 / 750) * 100vw);
        top: 50%;
        width: calc((34 / 750) * 100vw);
    }

    /* .sp-icon-n:after {
        position: absolute;
        content: attr(data-en);
        width: 12vw;
        height: 12vw;
        background-color: #fff799;
        border-radius: 30vw;
        top: -3.5vw;
        right: -1vw;
        font-size: 3vw;
        color: #ff339a;
        padding: 4.0vw 2.3vw;
    } */

    .sp-icon span, .sp-icon-n span {
        font-size: 4vw;
        padding-left: 1rem;
    }

    .sp-b {
        font-size: 3vw;
        font-weight: 700;
    }

    .sp-img img {
        border-radius: 20px;
        width: 80%;
        height: auto;
    }

    .sp-b2 {
        font-size: 3vw;
        font-weight: 700;
        color: #7f632e;
    }

    .sp-text {
        text-align: center;
        font-weight: 700;
        font-size: 2.666666667vw;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
        font-family: 'Noto Serif JP', serif;
    }

    .sp-p {
        font-size: 4vw;
        font-weight: 700;
        color: #ff339a;
        margin: 0 1vw;
    }

    .sp-logo img {
        width: 50%;
        height: auto;
        margin: 20px 0 0;
    }

    .emphasis {
        background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fff799 70%);
        font-size: 5vw;
        margin-right: 1rem;
    }

    .schedule {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2vw;
    }

    .schedule li {
        margin-bottom: 0;
        /* font-size: 2.666666667vw; */
        /* font-weight: bold; */
    }
    .schedule li.col-c {
        margin-bottom: 2vw;
        width: 100%;
        text-align: center;
    }

    .schedule li.col-l{
        color: #ff339a;
        /* margin-right: 2%; */
        width: 100%;
        background: #fff0f5;
        margin-bottom: 2px;
        padding-left: 10px;
        border-radius: 2vw;
        display: flex;
        align-items: center;
    }

    .schedule li.col-r {
        margin-bottom: 2vw;
        width: 100%;
    }

    .schedule li.col-r p.f3{
        padding-left: 3rem;
        text-indent: -3rem;
    }

    .schedule li.col-r p.f4{
        padding-left: 4rem;
        text-indent: -4rem;
    }

    .schedule li.col-r p.f7{
        padding-left: 7rem;
        text-indent: -7rem;
    }

    .schedule li.col-r p.f9{
        padding-left: 9rem;
        text-indent: -9rem;
    }

    .schedule li.col-r p.f10{
        padding-left: 10rem;
        text-indent: -10rem;
    }

    .close {
        padding: 30px 0;
     }

}

@media only screen and (min-width:960px) {
  .tabs {
      margin-bottom: 50px;
  }
  .tabs li {
      font-size: 18px;
  }
  .tabs a {
      padding: 10px 0;
  }

  .headline {
    font-size: 24px;
    padding: 0 0 1.5625vw;
  }

  .category-list {
      margin-bottom: 1.5625vw;
  }
  .category-list li {
      width: 18%;
  }
  /* .category-list li:first-child {
      margin: 1% 32%;
  } */
  .comments-category-all,
  .comments-category-main {
      width: 48%;
  }

  .no-records {
      padding: 20px 15px;
      width: 30%;
      margin: 10% auto;
      font-size: 20px;
  }

  .comments-list li {
      border-radius: 15px;
      margin: 1% 3% 1% 0%;
      padding: 20px 15px;
      width: 47%;
  }
  .comments-head {
      margin-bottom: 0px;
  }
  .comments-list-text {
      font-size: 16px;
      margin-top: 5px;
      padding: 5px;
  }
  .comments-link {
      font-size: 1rem;
      margin: 60px auto 0;
      padding: 5px 10px;
      width: 60%;
  }
  .comments-link p {
      padding: 5px 10px;
  }

    .special {
        background: #fff;
        border-radius: 10px;
        padding: 20px 20px;
        filter: drop-shadow(0 0px 30px rgba(255, 255, 255, .9));
    }

    .special h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        padding: 20px 0 20px;
        width: 100%;
        background-image: linear-gradient(90deg,
        #c7c7c7 0%, #c7c7c7 45%,
        #ff339a 45%, #ff339a 55%,
        #c7c7c7 55%, #c7c7c7 100%);
        background-size: 100% 5px;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-bottom: 30px;
        text-align: center;
    }

    .special .col2 {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
    }
    .special .col2 li {
        width: 48%;
        margin: 0 1%;
    }

    .sp-title {
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 700;
        padding: 20px;
        background: #fff799;
        margin: 20px 0;
    }

    .sp-icon,
    .sp-icon-n {
        background: #ff339a;
        border-radius: 50px;
        color: #fff;
        font-size: 28px;
        min-height: 100px;
        line-height: 40px;
        font-weight: 200;
        padding: 10px 85px 10px 162px;
        margin: 15px 0 15px 62px;
    }
    .sp-icon::before,
    .sp-icon-n::before {
        height: calc(100% + 30px);
        left: -62px;
        top: 50%;
        width: 190px;
    }
    .sp-icon::after,
    .sp-icon-n::after {
        height: 41px;
        right: 22px;
        top: 50%;
        width: 41px;
    }
    .event-inner {
        margin-bottom: 20px;
    }

    /* .sp-icon-n:after {
        position: absolute;
        content: attr(data-en);
        width: 100px;
        height: 100px;
        background-color: #fff799;
        border-radius: 50px;
        top: -25px;
        right: -5px;
        font-size: 25px;
        color: #ff339a;
        padding: 30px 20px;
    } */

    .sp-icon span, .sp-icon-n span {
        font-size: 2rem;
        padding-left: 1rem;
    }

    .sp-b {
        font-size: 20px;
        font-weight: 700;
    }

    .sp-b2 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #7f632e;
    }
    .sp-text {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
        font-family: 'Noto Serif JP', serif;
    }

    .sp-p {
        font-size: 24px;
        font-weight: 700;
        color: #ff339a;
        text-align: center;
        margin: 20px 5px;
    }

    .emphasis {
        background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fff799 70%);
        font-size: 38px;
        margin-right: 1rem;
    }

    .schedule {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto;
        box-sizing: border-box;
        max-width: 90%;
    }

    .schedule li {
        margin-bottom: 0;
        /* font-size: 20px; */
        /* white-space: nowrap; */
        padding: 5px 0;
        /* font-weight: bold; */
    }

    .schedule li.col-c {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .schedule li.col-l {
        color: #ff339a;
        /* margin-right: 2%; */
        width: 100%;
        background: #fff0f5;
        margin-bottom: 2px;
        padding-left: 10px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .schedule li.col-r {
        margin-bottom: 20px;
        width: 100%;
    }
    /* .schedule li.col-r span{
        padding-left: 4rem;
    } */

    .schedule2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto;
        box-sizing: border-box;
        max-width: 90%;
    }

    .schedule2 li {
        margin-bottom: 0;
        /* font-size: 20px; */
        /* white-space: nowrap; */
        padding: 5px;
        /* font-weight: bold; */
    }

    .schedule2 li.col-c {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .schedule2 li.col-l {
        color: #ff339a;
        margin-right: 2%;
        width: 18%;
        background: #fff0f5;
        margin-bottom: 2px;
        padding-left: 5px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    .schedule2 li.col-r {
        margin-bottom: 0px;
        width: 80%;
    }
    .schedule li.col-r p.f3{
        padding-left: 3rem;
        text-indent: -3rem;
    }

    .schedule li.col-r p.f4{
        padding-left: 4rem;
        text-indent: -4rem;
    }

    .schedule li.col-r p.f7{
        padding-left: 7rem;
        text-indent: -7rem;
    }

    .schedule li.col-r p.f9{
        padding-left: 9rem;
        text-indent: -9rem;
    }

    .schedule li.col-r p.f10{
        padding-left: 10rem;
        text-indent: -10rem;
    }

    .special .info {
        width: 100%;
        background-image: linear-gradient(90deg,
        #c7c7c7 0%, #c7c7c7 100%);
        background-size: 100% 5px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 30px;
        padding: 30px 20px;
        color: #7f632e;
    }
    .special .info a {
        color: #ff339a;
        text-decoration: none;
    }
    .special .live {
        background-color: #fffacd;
        border-radius: 15px;
        margin: 20px 0 30px;
        padding: 10px 20px;
    }

    .close {
        padding: 30px 0;
     }

}
