* {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  header {
    border-bottom: 10px solid #FF7D81;
    margin: 0 0 8px;
  }
  header .inner {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    padding: 40px 0 0;
  }
  header .inner h1 {
    width: 63.8%;
  }
  header .inner .sns {
    display: flex;
    justify-content: space-between;
    width: 20%;
    transform: translate(0, -10%);
    position: relative;
  }
  header .inner .sns li {
    width: 45%;
  }
  header .inner .sns::before {
    content: "";
    background: url("../assets/img/wacha/icon-share-sp.png") no-repeat;
    background-size: 100% auto;
    max-width: 100px;
    height: 0;
    padding: 0 0 48%;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translate(-50%, 0);
    display: block;
  }
  section .title {
    text-align: center;
    font-size: 3.88vw;
    font-weight: 700;
    color: #FF7D81;
  }
  section .title img {
    display: block;
  }
  #mv {
    border-top: 3px solid #0088FF;
    border-bottom: 10px solid #FF7D81;
    position: relative;
    margin: 0 0 70px;
    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%;
    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;
    transition: 0.3s opacity;
    position: absolute;
    cursor: pointer;
  }
  #mv #slick-arrow-wrap .slick-arrow.slick-prev {
    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%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
  }
  #mv #slick-dots-wrap .slick-dots li {
    margin: 0 3px;
  }
  #mv #slick-dots-wrap .slick-dots li button {
    border: 1px solid #FF7D81;
    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: #FF7D81;
  }
  #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 $pink; */
    margin: 0;
  }
  #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: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -12px 0 0;
  }
  #lineup .inner #article-wrap article {
    width: calc(50% - 12px);
    border: 2px solid #FF7D81;
    border-radius: 10px;
    padding: 11px;
    background: #FFF;
    margin: 0 12px 3% 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    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: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px #000 solid; */
    box-sizing: border-box;
    height: 36px;
    width: 100%;
    background: #FF7D81;
    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 {
    position: relative;
  }
  #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%;
    transform: translate(-50%, 0); */
    position: absolute;
    top: 11px;
    right: 11px;
    border-bottom: 76.33px solid transparent;
    border-right: 76.33px solid #FF7D81;
  }
  #lineup .inner #article-wrap article.new::after {
    content: "NEW";
    position: absolute;
    top: 24px;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  footer {
    /* border-top: #0088FF 3px solid; */
    background-color: #EEA1CF;
  }
  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: flex;
    justify-content: center;
    width: 100%;
    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: #FFFFFF;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  header {
    border-bottom: 10px solid #FF7D81;
    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: flex;
    justify-content: space-between;
    position: relative;
    right: 20px;
    bottom: 0;
    width: 10.3%;
  }
  header .inner .sns li {
    width: 40%;
  }
  header .inner .sns::before {
    content: "";
    background: url("../assets/img/wacha/icon-share.png") no-repeat;
    background-size: 100% auto;
    max-width: 100px;
    height: 0;
    padding: 0 0 49.02%;
    position: absolute;
    bottom: 0%;
    left: 0;
    display: block;
  }
  section .title {
    text-align: center;
    font-size: 1.56vw;
    font-weight: 700;
    color: #FF7D81;
  }
  section .title img {
    display: block;
  }
  #mv {
    border-top: 3px solid #0088FF;
    border-bottom: 10px solid #FF7D81;
    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%;
    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;
    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 {
    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%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
  }
  #mv #slick-dots-wrap .slick-dots li {
    margin: 0 5px;
  }
  #mv #slick-dots-wrap .slick-dots li button {
    border: 1px solid #FF7D81;
    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: #FF7D81;
  }
  #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;
    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 $pink; */
    margin: 0;
  }
  #lineup .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  #lineup .inner .title {
    width: 23.1%;
    margin: 0 auto 120px;
  }
  #lineup .inner #article-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px 0 0;
  }
  #lineup .inner #article-wrap article {
    width: calc(25% - 15px);
    border: 2px solid #FF7D81;
    border-radius: 10px;
    padding: 18px;
    background: #FFF;
    margin: 0 15px 1.5% 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 6px 6px rgba(255, 0, 0, 0.26);
  }
  #lineup .inner #article-wrap article figure {
    margin: 0 0 20px;
  }
  #lineup .inner #article-wrap article h1 {
    margin: 0 0 20px;
  }
  #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: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px #000 solid; */
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    background: #FF7D81;
    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 {
    position: relative;
  }
  #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%;
    transform: translate(-50%, 0); */
    position: absolute;
    top: 18px;
    right: 18px;
    border-bottom: 76.33px solid transparent;
    border-right: 76.33px solid #FF7D81;
  }
  #lineup .inner #article-wrap article.new::after {
    content: "NEW";
    position: absolute;
    top: 32px;
    right: 22px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  footer {
    /* border-top: #000 3px solid; */
    background-color: #EEA1CF;
  }
  footer .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0;
  }
  footer .inner .box01 {
    display: flex;
    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: flex;
    justify-content: center;
    width: 100%;
    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: #FFFFFF;
    font-size: 1.4rem;
  }
}