* {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  header {
    border-bottom: 10px solid #FF2D82;
    margin: 0 0 8px;
  }
  header .inner {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 0 0;
  }
  header .inner h1 {
    width: 63.8%;
  }
  header .inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 20%;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  header .inner .sns li {
    width: 45%;
  }
  header .inner .sns::before {
    content: "";
    background: url("/wp-content/themes/my_theme/assets/img/wacha/icon-share-sp.png") no-repeat;
    background-size: 100% auto;
    width: 128%;
    height: 0;
    padding: 0 0 48%;
    position: absolute;
    bottom: 104%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
  }
  section .title {
    text-align: center;
    font-size: 3.88vw;
    font-weight: 700;
    color: #FF2D82;
  }
  section .title img {
    display: block;
  }
  #mv {
    border-top: 3px solid #0088FF;
    border-bottom: 10px solid #FF2D82;
    position: relative;
    margin: 0 0 112px;
    width: 100%;
  }
  #mv #slider {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
  #mv #slider .slick-slide {
    margin: 0 5px;
  }
  #mv #slick-arrow-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 1280px;
  }
  #mv #slick-arrow-wrap .slick-arrow {
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    padding: 0;
    white-space: nowrap;
    width: 25px;
    height: 27px;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/arrow.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    position: absolute;
    cursor: pointer;
  }
  #mv #slick-arrow-wrap .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    left: 20px;
  }
  #mv #slick-arrow-wrap .slick-arrow.slick-next {
    right: 20px;
  }
  #mv #slick-dots-wrap {
    border-top: 3px solid #0088FF;
    z-index: 1;
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 14px 0 0 0;
  }
  #mv #slick-dots-wrap .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mv #slick-dots-wrap .slick-dots li {
    margin: 0 3px;
  }
  #mv #slick-dots-wrap .slick-dots li button {
    border: 1px solid #FF2D82;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    padding: 0;
    background: none;
    cursor: pointer;
  }
  #mv #slick-dots-wrap .slick-dots li.slick-active button {
    background: #FF2D82;
  }
  #twitter {
    background: #28B9DC;
    padding: 30px 0 50px;
  }
  #twitter .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #twitter .inner .title {
    width: 35%;
    margin: 0 auto 30px;
  }
  #twitter .inner .iframe-wrap {
    margin: 0 auto;
  }
  #twitter .inner .iframe-wrap iframe#twitter-widget-0 {
    height: 340px;
  }
  #lineup {
    padding: 50px 0 30px;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/pattern.png") center;
    background-size: 50% auto;
    overflow: hidden;
    border-bottom: 10px solid #FF2D82;
    margin: 0 0 6px;
  }
  #lineup .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #lineup .inner .title {
    width: 42.2%;
    margin: 0 auto calc(30px + 12vw);
  }
  #lineup .inner #article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px 0 0;
  }
  #lineup .inner #article-wrap article {
    width: calc(50% - 12px);
    border: 3px solid #FF2D82;
    padding: 10px;
    background: #FFF;
    margin: 0 12px 16% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lineup .inner #article-wrap article figure {
    margin: 0 0 10px;
  }
  #lineup .inner #article-wrap article h1 {
    margin: 0 0 5px;
  }
  #lineup .inner #article-wrap article h1 cite {
    font-size: 1.3rem;
    font-weight: 700;
    color: #4A4A4A;
  }
  #lineup .inner #article-wrap article ul {
    margin: 0 0 20px;
  }
  #lineup .inner #article-wrap article ul li {
    font-size: 1.2rem;
    font-weight: 700;
    color: #999;
    display: inline-block;
  }
  #lineup .inner #article-wrap article ul li::after {
    content: ",";
  }
  #lineup .inner #article-wrap article ul li:last-child::after {
    content: "";
  }
  #lineup .inner #article-wrap article .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px #000 solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px;
    width: 100%;
    background: #FF2D82;
    border-radius: 18px;
    font-size: 2.8vw;
    font-weight: 700;
    color: #FFF;
    margin: auto 0 0;
  }
  #lineup .inner #article-wrap article .button img {
    width: 41%;
    padding: 0 6px 0 0;
  }
  #lineup .inner #article-wrap article.new::before {
    content: "";
    width: 60%;
    height: 0;
    padding: 0 0 24.2%;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/icon-new.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -3.6%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  footer {
    border-top: #0088FF 3px solid;
  }
  footer .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  footer .inner .box01 {
    margin: 0 0 50px;
  }
  footer .inner .box01 h2 {
    width: 87%;
    margin: 0 auto 30px;
  }
  footer .inner .box01 div {
    width: 87%;
    margin: 0 auto;
  }
  footer .inner .box01 div h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #4A4A4A;
    font-weight: 700;
    margin: 0 0 30px;
  }
  footer .inner .box01 div p {
    font-size: 1.4rem;
    line-height: 260%;
    text-align: center;
    color: #4A4A4A;
  }
  footer .inner .box01 div p a {
    font-size: 100%;
    color: #4A4A4A;
  }
  footer .inner .box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .box02 h3 {
    width: 58.5%;
    margin: 0 auto 30px;
  }
  footer .inner .box02 p {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
  footer .inner .box02 p small {
    color: #4A4A4A;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  header {
    border-bottom: 10px solid #FF2D82;
    margin: 0 0 8px;
  }
  header .inner {
    max-width: 1280px;
    margin: 0 auto 40px;
    position: relative;
    padding: 40px 0 0;
  }
  header .inner h1 {
    width: 36%;
    margin: 0 auto;
  }
  header .inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 10.3%;
  }
  header .inner .sns li {
    width: 40%;
  }
  header .inner .sns::before {
    content: "";
    background: url("/wp-content/themes/my_theme/assets/img/wacha/icon-share.png") no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding: 0 0 49.02%;
    position: absolute;
    bottom: 110%;
    left: 0;
    display: block;
  }
  section .title {
    text-align: center;
    font-size: 1.56vw;
    font-weight: 700;
    color: #FF2D82;
  }
  section .title img {
    display: block;
  }
  #mv {
    border-top: 3px solid #0088FF;
    border-bottom: 10px solid #FF2D82;
    position: relative;
    margin: 0 0 90px;
    width: 100%;
  }
  #mv #slider {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
  }
  #mv #slider .slick-slide {
    margin: 0 10px;
  }
  #mv #slick-arrow-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 1280px;
  }
  #mv #slick-arrow-wrap .slick-arrow {
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 4.14%;
    height: 0;
    padding: 0 0 4.4%;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/arrow.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    position: absolute;
    cursor: pointer;
  }
  #mv #slick-arrow-wrap .slick-arrow:hover {
    opacity: 0.6;
  }
  #mv #slick-arrow-wrap .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    left: 20px;
  }
  #mv #slick-arrow-wrap .slick-arrow.slick-next {
    right: 20px;
  }
  #mv #slick-dots-wrap {
    border-top: 3px solid #0088FF;
    z-index: 1;
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 20px 0 0 0;
  }
  #mv #slick-dots-wrap .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mv #slick-dots-wrap .slick-dots li {
    margin: 0 5px;
  }
  #mv #slick-dots-wrap .slick-dots li button {
    border: 1px solid #FF2D82;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    padding: 0;
    background: none;
    cursor: pointer;
  }
  #mv #slick-dots-wrap .slick-dots li.slick-active button {
    background: #FF2D82;
  }
  #twitter {
    background: #28B9DC;
    padding: 60px 0 80px;
  }
  #twitter .title {
    width: 18%;
    margin: 0 auto 30px;
  }
  #twitter .iframe-wrap {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #twitter .iframe-wrap iframe#twitter-widget-0 {
    height: 340px;
  }
  #lineup {
    padding: 180px 20px 230px;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/pattern.png") center;
    overflow: hidden;
    border-bottom: 10px solid #FF2D82;
    margin: 0 0 6px;
  }
  #lineup .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  #lineup .inner .title {
    width: 23.1%;
    margin: 0 auto 120px;
  }
  #lineup .inner #article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 0 0;
  }
  #lineup .inner #article-wrap article {
    width: calc(25% - 15px);
    border: 4px solid #FF2D82;
    padding: 16px;
    background: #FFF;
    margin: 0 15px 8% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lineup .inner #article-wrap article figure {
    margin: 0 0 20px;
  }
  #lineup .inner #article-wrap article h1 {
    margin: 0 0 15px;
  }
  #lineup .inner #article-wrap article h1 cite {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4A4A4A;
  }
  #lineup .inner #article-wrap article ul {
    margin: 0 0 20px;
  }
  #lineup .inner #article-wrap article ul li {
    font-size: 1.2rem;
    font-weight: 700;
    color: #999;
    display: inline-block;
  }
  #lineup .inner #article-wrap article ul li::after {
    content: ",";
  }
  #lineup .inner #article-wrap article ul li:last-child::after {
    content: "";
  }
  #lineup .inner #article-wrap article .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px #000 solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 70px;
    width: 100%;
    background: #FF2D82;
    border-radius: 35px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
    margin: auto 0 0;
  }
  #lineup .inner #article-wrap article .button img {
    width: 41%;
    padding: 0 12px 0 0;
  }
  #lineup .inner #article-wrap article.new::before {
    content: "";
    width: 52%;
    height: 0;
    padding: 0 0 19.6%;
    background: url("/wp-content/themes/my_theme/assets/img/wacha/icon-new.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -11%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  footer {
    border-top: #000 3px solid;
  }
  footer .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 20px 55px;
  }
  footer .inner .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 75px;
  }
  footer .inner .box01 h2 {
    width: 39.8%;
  }
  footer .inner .box01 div {
    width: 42.3%;
  }
  footer .inner .box01 div h3 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 5px;
  }
  footer .inner .box01 div p {
    font-size: 1.6rem;
    line-height: 200%;
  }
  footer .inner .box01 div p a {
    font-size: 100%;
    color: #000;
  }
  footer .inner .box01 div p a:hover {
    text-decoration: underline;
  }
  footer .inner .box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .box02 h3 {
    width: 15.6%;
    margin: 0 0 20px;
  }
  footer .inner .box02 p {
    width: 100%;
    text-align: center;
  }
  footer .inner .box02 p small {
    color: #4A4A4A;
    font-size: 1.6rem;
  }
}
.wacha-news {
  background: url(/wp-content/themes/my_theme/assets/img/wacha/pattern.png) center;
  padding-bottom: 80px;
}
.wacha-news__archive {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .wacha-news {
    padding: 0 20px 50px;
  }
}
.wacha-news .title {
  width: 12%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .wacha-news .title {
    width: 108px;
    margin-bottom: 50px;
  }
}
.wacha-news__list {
  max-width: 1276px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wacha-news__list {
    padding: 40px 30px;
  }
}
.wacha-news__time {
  color: #999999;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .wacha-news__time {
    font-size: 1.4rem;
  }
}
.wacha-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(167, 166, 166, 0.2470588235);
}
@media screen and (max-width: 767px) {
  .wacha-news__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wacha-news__cat {
  font-size: 1.2rem;
  display: inline-block;
  min-width: 96px;
  text-align: center;
  margin-right: 16px;
  min-width: 96px;
  padding: 2px 5px 3px;
  border: 1px solid #333;
  color: #333;
}
@media screen and (max-width: 767px) {
  .wacha-news__cat {
    font-size: 1rem;
    min-width: 70px;
  }
}
.wacha-news__tit {
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .wacha-news__tit {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.wacha-news ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wacha-news ul {
    margin-bottom: 30px;
  }
}
.wacha-news .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px #000 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  width: 100%;
  max-width: 320px;
  background: #FF2D82;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .wacha-news .button {
    height: 36px;
    width: 135px;
    font-size: 1.05rem;
  }
}

.single-wacha {
  background: url(/wp-content/themes/my_theme/assets/img/wacha/pattern.png) center;
  padding-bottom: 80px;
  border-bottom: 10px solid #FF2D82;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single-wacha {
    padding: 0 20px 50px;
  }
}
.single-wacha .wacha-news__cat {
  line-height: 1.2;
}
.single-wacha .title {
  width: 12%;
  margin: 0 auto 60px;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .single-wacha .title {
    width: 108px;
    margin-bottom: 50px;
  }
}
.single-wacha__detail {
  max-width: 1276px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 200px;
  font-size: 1.6rem;
  color: #4A4A4A;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .single-wacha__detail {
    padding: 40px 30px;
    font-size: 1.4rem;
  }
}
.single-wacha__detail img {
  max-width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.single-wacha__detail p + p {
  margin-top: 25px;
}
.single-wacha__tit {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0 45px;
}

.cat-item-event {
  border-color: #28B9DC;
  color: #28B9DC;
}

.cat-item-comics {
  border-color: #EA425D;
  color: #EA425D;
}

.cat-item-other {
  border-color: #6887CF;
  color: #6887CF;
}

.cat-item-public {
  border-color: #FE8833;
  color: #FE8833;
}

.cat-item-books {
  border-color: #62C3CF;
  color: #62C3CF;
}

.cat-item-companyinfo {
  border-color: #D18EED;
  color: #D18EED;
}

.cat-item-magazine {
  border-color: #6CD473;
  color: #6CD473;
}

.breadcrumb {
  color: #4A4A4A;
  width: 100%;
  padding: 10px 20px 14px;
  border-top: 3px solid #0088FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb .inner {
  max-width: 1276px;
  margin: 0 auto;
}

.breadcrumb a {
  font-size: 1.4rem;
  color: #FF2D82;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-list {
  font-size: 1.4rem;
}