@charset "utf-8";
@import url("reset.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("modaal.min.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* * * * * * * * * * * * * * * * *
 IMPORT
 * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * *
 VARIABLE
 * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * *
 MIXIN
 * * * * * * * * * * * * * * * * */
/* ==============================================================================================================================================================
 PC
 ============================================================================================================================================================== */
/* * * * * * * * * * * * * * * * *
 RESPONSIVE
 * * * * * * * * * * * * * * * * */
.sp {
  display: none !important;
}
br.pc {
  display: inline !important;
}
/* * * * * * * * * * * * * * * * *
 GLOBAL
 * * * * * * * * * * * * * * * * */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover, a:active, button:hover, .hover:hover {
  opacity: 0.7;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}
p {
  line-height: 1.6;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="email"], input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="submit"], input[type="radio"], select, textarea {
  font-size: 0.99vw;
}
input[type="email"], input[type="text"], input[type="password"], input[type="number"], input[type="tel"], textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  margin: 0;
  padding: 12px 10px;
  color: #fff;
  outline: none;
  max-width: 99% !important;
  background-color: #000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 36px 12px 20px;
  margin: 0;
  border: none;
  color: #fff;
  background-color: #f2f2f2;
  outline: none;
}
input[type="submit"], input[type="button"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 80px;
  margin: 0;
  color: #000;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 1.2vw;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.7;
}
address {
  font-size: 0.8vw;
  font-weight: bold;
  font-style: normal;
}
/*modaal*/
.modaal-image .modaal-container {
  max-width: 80% !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000 !important;
}
/* * * * * * * * * * * * * * * * *
 BASE
 * * * * * * * * * * * * * * * * */
html {
  font-size: 13px;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1vw;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt';
  text-shadow: 0 0 0.1px rgba(51, 51, 51, .5);
  color: #333;
}
.wrapper {
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  overflow: hidden;
}
.coming-soon {
  margin: 0 auto;
  padding: 5% 15%;
}
.inner {
  padding: 10% 10% 8%;
}
.entry > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2%;
}
.entry > li .entry-date, .entry > li .entry-title {
  -ms-flex: 0 1 auto;
  width: auto;
}
.entry > li .entry-date {
  padding: 0.8% 2%;
  background-color: #c991ff;
  color: #fff;
  white-space: nowrap;
  line-height: 0.8;
}
.entry > li .entry-date:before {
  content: 'ー';
  margin-right: 0.2vw;
}
.entry > li .entry-title {
  width: 100%;
  margin: 0 0 0 2.5%;
}
.entry > li .entry-title a {
  display: inline-block;
  padding: 1%;
  line-height: 1.2;
  border-bottom: 2px dashed #c991ff;
}
.entry > li:last-child {
  margin-bottom: 0;
}
/* * * * * * * * * * * * * * * * *
 NAVIGATION
 * * * * * * * * * * * * * * * * */
.navigation {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 8% 3%;
  background-color: rgba(255, 255, 255, .9);
  -webkit-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 990;
}
.navigation.show {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.navigation .navigation-in {
  width: 100%;
}
.navigation .navigation-in .menu > li {
  margin-bottom: 10%;
}
.navigation .navigation-in .menu > li:last-child {
  margin-bottom: 0;
}
.navigation .navigation-in .menu > li a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px dashed #ffb032;
}
.navigation .navigation-in .menu > li a img {
  vertical-align: middle;
}
.navigation .navigation-in .menu > li.top {
  width: 20%;
}
.navigation .navigation-in .menu > li.top a {
  border-color: #ff7881;
}
.navigation .navigation-in .menu > li.news {
  width: 29.5%;
}
.navigation .navigation-in .menu > li.news a {
  border-color: #ffb032;
}
.navigation .navigation-in .menu > li.introduction {
  width: 79%;
}
.navigation .navigation-in .menu > li.introduction a {
  border-color: #ace437;
}
.navigation .navigation-in .menu > li.character {
  width: 60.5%;
}
.navigation .navigation-in .menu > li.character a {
  border-color: #7ed0ff;
}
.navigation .navigation-in .menu > li.staff-cast {
  width: 63.5%;
}
.navigation .navigation-in .menu > li.staff-cast a {
  border-color: #c991ff;
}
.navigation .navigation-in .menu > li.onair {
  width: 34%;
}
.navigation .navigation-in .menu > li.onair a {
  border-color: #ffa0c5;
}
.navigation .navigation-in .menu > li.products {
  width: 54%;
}
.navigation .navigation-in .menu > li.products a {
  border-color: #ff7881;
}
.navigation .navigation-in .menu > li.special {
  width: 40%;
}
.navigation .navigation-in .menu > li.special a {
  border-color: #ffb032;
}
.navigation .navigation-in .menu > li.twitter {
  width: 41%;
}
.navigation .navigation-in .menu > li.twitter a {
  border-color: #ace437;
}
.navigation .navigation-in .menu > li:nth-child(6n-5) a {
  border-color: #ff7881;
}
.navigation .navigation-in .menu > li:nth-child(6n-4) a {
  border-color: #ffb032;
}
.navigation .navigation-in .menu > li:nth-child(6n-3) a {
  border-color: #ace437;
}
.navigation .navigation-in .menu > li:nth-child(6n-2) a {
  border-color: #7ed0ff;
}
.navigation .navigation-in .menu > li:nth-child(6n-1) a {
  border-color: #c991ff;
}
.navigation .navigation-in .menu > li:nth-child(6n) a {
  border-color: #ffa0c5;
}
.navigation .navigation-in .social {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navigation .navigation-in .social > li {
  margin-right: 15%;
}
.navigation .navigation-in .social > li:last-child {
  margin-right: 0;
}
.navigation .navigation-in .divide {
  width: 18%;
  display: inline-block;
  margin: 15% 0 12%;
  border-top: 3px solid #000;
}
.navigaiton-button {
  position: fixed;
  right: 0%;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 2%;
  cursor: pointer;
  z-index: 999;
}
.navigaiton-button .trigger, .navigaiton-button .trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navigaiton-button .trigger {
  position: relative;
  width: 32px;
  height: 26px;
}
.navigaiton-button .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
.navigaiton-button .trigger span:nth-of-type(1) {
  top: 0;
}
.navigaiton-button .trigger span:nth-of-type(2) {
  top: 11px;
}
.navigaiton-button .trigger span:nth-of-type(3) {
  bottom: 0;
}
.navigaiton-button .trigger.move span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.navigaiton-button .trigger.move span:nth-of-type(2) {
  opacity: 0;
}
.navigaiton-button .trigger.move span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.gototop {
  position: fixed;
  right: 0%;
  bottom: 0%;
  padding: 2%;
  cursor: pointer;
  z-index: 999;
}
.gototop a {
  display: inline-block;
  width: 32px;
}
/* * * * * * * * * * * * * * * * *
 HEADER
 * * * * * * * * * * * * * * * * */
.header {
  position: relative;
  overflow: hidden;
}
.header .headline {
  position: absolute;
  right: 5%;
  bottom: 22%;
  font-size: 1.2vw;
}
.header .headline h2 {
  display: inline-block;
  margin-bottom: 2%;
  padding: 1%;
  font-size: 1.4vw;
  color: #000;
  background-color: #fff;
}
.header .headline p span, .header .headline p small {
  display: inline-block;
  margin-bottom: 1%;
  padding: 0.5%;
  font-weight: bold;
  color: #fff;
  background-color: #ff7881;
  white-space: nowrap;
}
.header .headline p small {
  font-size: 1vw;
}
/* * * * * * * * * * * * * * * * *
 CONTAINER
 * * * * * * * * * * * * * * * * */
.container > .section .title {
  margin: 0 auto 5%;
  text-align: center;
}
.container > .section .title h3 span {
  display: inline-block;
  width: 100%;
  padding: 0 15px 12px;
  border-bottom: 3px dashed #f2f2f2;
}
.container > .section .title strong {
  display: inline-block;
  padding: 12px 0 0;
  font-weight: 700;
  letter-spacing: 0.2em;
}
/* * * * * * * * * * * * * * * * *
 HOME
 * * * * * * * * * * * * * * * * */
.home .container > .section.news-introduction {
  background: url("../img/bg_news_introduction.png") center center/cover no-repeat;
}
.home .container > .section.news-introduction .news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2.5% 12.5%;
}
.home .container > .section.news-introduction .news .title {
  width: 17%;
  margin: 0;
  padding: 2.5%;
  text-align: left;
}
.home .container > .section.news-introduction .news .title h3 span {
  padding: 0 5px 10px;
  border-color: #c991ff;
}
.home .container > .section.news-introduction .news .title strong {
  padding: 10px 5px 0;
}
.home .container > .section.news-introduction .news .entry {
  width: 63%;
  padding: 2.5%;
}
.home .container > .section.news-introduction .news .more {
  width: 20%;
  padding: 2.5%;
}
.home .container > .section.news-introduction .news .more a {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  text-align: center;
  color: #c991ff;
  line-height: 3vw;
  border: 2px solid #c991ff;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  -ms-border-radius: 50vh;
  border-radius: 50vh;
  white-space: nowrap;
}
.home .container > .section.news-introduction .introduction {
  position: relative;
}
.home .container > .section.news-introduction .introduction:before, .home .container > .section.news-introduction .introduction:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.home .container > .section.news-introduction .introduction:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ff7881 transparent transparent transparent;
}
.home .container > .section.news-introduction .introduction:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ff7881 transparent transparent;
}
.home .container > .section.news-introduction .introduction .title {
  width: 31%;
}
.home .container > .section.news-introduction .introduction .title h3 span {
  border-color: #ff7881;
}
.home .container > .section.news-introduction .introduction p {
  font-size: 1.3vw;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.home .container > .section.news-introduction .introduction p.summary {
  margin-bottom: 5%;
  line-height: 3;
}
.home .container > .section.news-introduction .introduction p.summary strong {
  padding: 0 0.5% 0.5%;
  letter-spacing: 0.2em;
  color: #ff7881;
  border-bottom: 2px dashed #ff7881;
}
.home .container > .section.news-introduction .introduction p.further span {
  display: block;
  margin-bottom: 1%;
  font-size: 1.1vw;
  font-weight: 900;
  letter-spacing: 0.4em;
}
.home .container > .section.news-introduction .introduction p.further strong {
  display: inline-block;
  padding-bottom: 0.5%;
  font-size: 2vw;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #ff7881;
  border-bottom: 3px solid #ff7881;
}
.home .container > .section.character {
  position: relative;
}
.home .container > .section.character:before, .home .container > .section.character:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.home .container > .section.character:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ffb032 transparent transparent transparent;
}
.home .container > .section.character:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ffb032 transparent transparent;
}
.home .container > .section.character .title {
  width: 26%;
}
.home .container > .section.character .title h3 span {
  border-color: #ffb032;
}
.home .container > .section.character ol > li {
  position: relative;
  width: 75%;
  min-height: 40vw;
  margin: -5% auto 0;
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.home .container > .section.character ol > li .illust {
  position: absolute;
  left: -2%;
  top: 50%;
  width: 34%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .container > .section.character ol > li .box {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.home .container > .section.character ol > li .box .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home .container > .section.character ol > li .box .upper .left {
  width: 50%;
  border-top-width: 10px;
  border-top-style: solid;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.home .container > .section.character ol > li .box .upper .right {
  width: 50%;
  border-top-width: 10px;
  border-top-style: solid;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.home .container > .section.character ol > li .box .lawer {
  margin-top: -2px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-style: solid;
}
.home .container > .section.character ol > li .box .lawer .profile {
  width: 66%;
  margin-left: 34%;
  padding: 1% 6% 6% 0;
}
.home .container > .section.character ol > li .box .lawer .profile .bio {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom-width: 3px;
  border-bottom-style: dashed;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age, .home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age {
  margin-bottom: 3%;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age h3 {
  margin-right: 3%;
  font-size: 3.9vw;
  font-weight: 900;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age strong {
  font-size: 1.2vw;
  font-weight: 900;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv h4 {
  margin-right: auto;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv strong {
  margin-left: auto;
  font-weight: 900;
}
.home .container > .section.character ol > li .box .lawer .profile p {
  line-height: 1.8;
  hanging-punctuation: force-end;
}
.home .container > .section.character ol > li:first-child {
  margin-top: 0;
}
.home .container > .section.character ol > li:last-child .illust {
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.home .container > .section.character ol > li:nth-child(even) .illust {
  left: auto;
  right: -2%;
}
.home .container > .section.character ol > li:nth-child(even) .box .lawer .profile {
  margin-left: 0;
  padding: 2% 0 6% 6%;
}
.home .container > .section.character ol > li.orange {
  color: #ffb032;
  border-color: #ffb032;
}
.home .container > .section.character ol > li.purple {
  color: #c991ff;
  border-color: #c991ff;
}
.home .container > .section.character ol > li.red {
  color: #ff7881;
  border-color: #ff7881;
}
.home .container > .section.character ol > li.green {
  color: #ace437;
  border-color: #ace437;
}
.home .container > .section.character ol > li.blue {
  color: #7ed0ff;
  border-color: #7ed0ff;
}
.home .container > .section.character ol > li.pink {
  color: #ffa0c5;
  border-color: #ffa0c5;
}
.home .container > .section.cast-staff {
  position: relative;
  background: url("../img/bg_cast_staff.png") center center/cover no-repeat;
}
.home .container > .section.cast-staff:before, .home .container > .section.cast-staff:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.home .container > .section.cast-staff:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ace437 transparent transparent transparent;
}
.home .container > .section.cast-staff:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ace437 transparent transparent;
}
.home .container > .section.cast-staff .title {
  width: 30%;
}
.home .container > .section.cast-staff .title h3 span {
  border-color: #ace437;
}
.home .container > .section.cast-staff dl {
  margin: 0 auto 5%;
  text-align: left;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home .container > .section.cast-staff dl > dt, .home .container > .section.cast-staff dl > dd {
  padding: 2%;
  white-space: nowrap;
}
.home .container > .section.cast-staff dl > dt:before {
  content: '━';
  margin-right: 1vw;
}
.home .container > .section.cast-staff dl:last-child {
  margin-bottom: 0;
}
.home .container > .section.cast-staff dl.staff {
  width: 55%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .container > .section.cast-staff dl.staff > dt, .home .container > .section.cast-staff dl.staff > dd {
  width: 50%;
}
.home .container > .section.cast-staff dl.staff > dd {
  font-size: 1.2vw;
}
.home .container > .section.cast-staff dl.cast {
  width: 60%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .container > .section.cast-staff dl.cast > dt {
  width: 100%;
}
.home .container > .section.cast-staff dl.cast > dd {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: calc(2% + 2vw);
}
.home .container > .section.cast-staff dl.cast > dd span:after {
  content: '／';
  margin-left: 0.5vw;
}
.home .container > .section.cast-staff dl.cast > dd strong {
  margin-left: 1.2vw;
  padding-bottom: 5px;
  font-size: 1.2vw;
  color: #f2f2f2;
  border-bottom: 2px dashed #f2f2f2;
}
.home .container > .section.cast-staff dl.cast > dd strong.orange {
  color: #ffb032;
  border-color: #ffb032;
}
.home .container > .section.cast-staff dl.cast > dd strong.purple {
  color: #c991ff;
  border-color: #c991ff;
}
.home .container > .section.cast-staff dl.cast > dd strong.red {
  color: #ff7881;
  border-color: #ff7881;
}
.home .container > .section.cast-staff dl.cast > dd strong.green {
  color: #ace437;
  border-color: #ace437;
}
.home .container > .section.cast-staff dl.cast > dd strong.blue {
  color: #7ed0ff;
  border-color: #7ed0ff;
}
.home .container > .section.cast-staff dl.cast > dd strong.pink {
  color: #ffa0c5;
  border-color: #ffa0c5;
}
.home .container > .section.cast-staff dl.production {
  width: 60%;
}
.home .container > .section.cast-staff dl.production > dt {
  padding-right: 0;
}
.home .container > .section.cast-staff dl.production > dd {
  padding-left: 0;
}
.home .container > .section.twitter {
  position: relative;
  text-align: center;
}
.home .container > .section.twitter:before, .home .container > .section.twitter:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.home .container > .section.twitter:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #7ed0ff transparent transparent transparent;
}
.home .container > .section.twitter:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #7ed0ff transparent transparent;
}
.home .container > .section.twitter .title {
  width: 18.5%;
}
.home .container > .section.twitter .title h3 span {
  border-color: #7ed0ff;
}
/* * * * * * * * * * * * * * * * *
 PAGE
 * * * * * * * * * * * * * * * * */
.page .container > .section.news, .archive .container > .section.news, .blog .container > .section.news, .single .container > .section.news {
  position: relative;
}
.page .container > .section.news:before, .archive .container > .section.news:before, .blog .container > .section.news:before, .single .container > .section.news:before, .page .container > .section.news:after, .archive .container > .section.news:after, .blog .container > .section.news:after, .single .container > .section.news:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page .container > .section.news:before, .archive .container > .section.news:before, .blog .container > .section.news:before, .single .container > .section.news:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #c991ff transparent transparent transparent;
}
.page .container > .section.news:after, .archive .container > .section.news:after, .blog .container > .section.news:after, .single .container > .section.news:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #c991ff transparent transparent;
}
.page .container > .section.news .title, .archive .container > .section.news .title, .blog .container > .section.news .title, .single .container > .section.news .title {
  width: 13.5%;
}
.page .container > .section.news .title h3 span, .archive .container > .section.news .title h3 span, .blog .container > .section.news .title h3 span, .single .container > .section.news .title h3 span {
  border-color: #c991ff;
}
.page .container > .section.news .entry, .archive .container > .section.news .entry, .blog .container > .section.news .entry, .single .container > .section.news .entry {
  width: 75%;
  margin: 0 auto;
}
.page .container > .section.news .entry > li .entry-title, .archive .container > .section.news .entry > li .entry-title, .blog .container > .section.news .entry > li .entry-title, .single .container > .section.news .entry > li .entry-title {
  font-size: 1.3vw;
}
.page .container > .section.onair, .archive .container > .section.onair, .blog .container > .section.onair, .single .container > .section.onair {
  position: relative;
}
.page .container > .section.onair:before, .archive .container > .section.onair:before, .blog .container > .section.onair:before, .single .container > .section.onair:before, .page .container > .section.onair:after, .archive .container > .section.onair:after, .blog .container > .section.onair:after, .single .container > .section.onair:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page .container > .section.onair:before, .archive .container > .section.onair:before, .blog .container > .section.onair:before, .single .container > .section.onair:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ffa0c5 transparent transparent transparent;
}
.page .container > .section.onair:after, .archive .container > .section.onair:after, .blog .container > .section.onair:after, .single .container > .section.onair:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ffa0c5 transparent transparent;
}
.page .container > .section.onair .title, .archive .container > .section.onair .title, .blog .container > .section.onair .title, .single .container > .section.onair .title {
  width: 15.5%;
}
.page .container > .section.onair .title h3 span, .archive .container > .section.onair .title h3 span, .blog .container > .section.onair .title h3 span, .single .container > .section.onair .title h3 span {
  border-color: #ffa0c5;
}
.page .container > .section.special, .archive .container > .section.special, .blog .container > .section.special, .single .container > .section.special {
  position: relative;
}
.page .container > .section.special:before, .archive .container > .section.special:before, .blog .container > .section.special:before, .single .container > .section.special:before, .page .container > .section.special:after, .archive .container > .section.special:after, .blog .container > .section.special:after, .single .container > .section.special:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page .container > .section.special:before, .archive .container > .section.special:before, .blog .container > .section.special:before, .single .container > .section.special:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ace437 transparent transparent transparent;
}
.page .container > .section.special:after, .archive .container > .section.special:after, .blog .container > .section.special:after, .single .container > .section.special:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ace437 transparent transparent;
}
.page .container > .section.special .title, .archive .container > .section.special .title, .blog .container > .section.special .title, .single .container > .section.special .title {
  width: 18.5%;
}
.page .container > .section.special .title h3 span, .archive .container > .section.special .title h3 span, .blog .container > .section.special .title h3 span, .single .container > .section.special .title h3 span {
  border-color: #ace437;
}
.page .container > .section.products, .archive .container > .section.products, .blog .container > .section.products, .single .container > .section.products {
  position: relative;
}
.page .container > .section.products:before, .archive .container > .section.products:before, .blog .container > .section.products:before, .single .container > .section.products:before, .page .container > .section.products:after, .archive .container > .section.products:after, .blog .container > .section.products:after, .single .container > .section.products:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page .container > .section.products:before, .archive .container > .section.products:before, .blog .container > .section.products:before, .single .container > .section.products:before {
  left: 0;
  border-width: 15vw 50vw 0 0;
  border-color: #ff7881 transparent transparent transparent;
}
.page .container > .section.products:after, .archive .container > .section.products:after, .blog .container > .section.products:after, .single .container > .section.products:after {
  right: 0;
  border-width: 0 50vw 15vw 0;
  border-color: transparent #ff7881 transparent transparent;
}
.page .container > .section.products .title, .archive .container > .section.products .title, .blog .container > .section.products .title, .single .container > .section.products .title {
  width: 24%;
}
.page .container > .section.products .title h3 span, .archive .container > .section.products .title h3 span, .blog .container > .section.products .title h3 span, .single .container > .section.products .title h3 span {
  border-color: #ff7881;
}
.page .container > .section .content p {
  margin-bottom: 2%;
  font-size: 1.3vw;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 2;
}
.page .container > .section .content p strong {
  padding: 0 0.5% 0.5%;
  letter-spacing: 0.2em;
  border-bottom: 2px dashed #ffa0c5;
}
.page .container > .section .content p:last-child() {
  margin-bottom: 0;
}
.archive .container > .section.products ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5%;
}
.archive .container > .section.products ul > li {
  width: 33.333%;
  padding: 2.5% 2.5% 5%;
  -ms-flex: 0 1 auto;
}
.archive .container > .section.products ul > li a {
  display: block;
  position: relative;
}
.archive .container > .section.products ul > li a .data {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 -8% -15% 0;
  padding: 2.5% 5%;
  color: #fff;
  background-color: #ff7881;
}
.archive .container > .section.products ul > li a .data .date {
  display: inline-block;
  margin-bottom: 2%;
}
.archive .container > .section.products ul > li a .data .date:before {
  content: '―';
  margin-right: 0.1vw;
}
.archive .container > .section.products ul > li a .data h4, .archive .container > .section.products ul > li a .data .category {
  padding-left: 1vw;
}
.archive .container > .section.products ul > li a .data h4 {
  margin-bottom: 2%;
  font-size: 1.2vw;
  font-weight: normal;
}
/* * * * * * * * * * * * * * * * *
 SINGLE
 * * * * * * * * * * * * * * * * */
.single .container > .section .back {
  width: 30%;
  margin: 0 auto -3%;
  padding: 3%;
}
.single .container > .section .back a {
  display: inline-block;
  width: 100%;
  padding: 5% 10%;
  text-align: center;
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  -ms-border-radius: 50vh;
  border-radius: 50vh;
}
.single .container > .section.news .article {
  width: 75%;
  margin: 0 auto;
}
.single .container > .section.news .article .meta .date {
  display: inline-block;
  padding: 0.8% 2%;
  background-color: #c991ff;
  color: #fff;
}
.single .container > .section.news .article .meta .date:before {
  content: 'ー';
  margin-right: 0.2vw;
}
.single .container > .section.news .article .meta h2 {
  padding: 3%;
  font-size: 2vw;
  line-height: 1.2;
}
.single .container > .section.news .article .content {
  padding: 3%;
  font-size: 1.2vw;
}
.single .container > .section.news .article .content a {
  color: #7ed0ff;
}
.single .container > .section.news .back a {
  color: #c991ff;
  border-color: #c991ff;
}
.single .container > .section.products .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.single .container > .section.products .article .image {
  width: 45%;
  padding: 3%;
}
.single .container > .section.products .article .image .modal-image {
  outline: none;
  display: inline-block;
  padding: 1px;
}
.single .container > .section.products .article .image .modal-image img {
  border: 1px solid #ccc;
}
.single .container > .section.products .article .body {
  width: 55%;
  padding: 3%;
}
.single .container > .section.products .article .body .date {
  display: inline-block;
  margin-bottom: 4%;
  padding: 0.8% 2%;
  font-size: 1.1vw;
  background-color: #ff7881;
  color: #fff;
}
.single .container > .section.products .article .body .date:before {
  content: '―';
  margin-right: 0.1vw;
}
.single .container > .section.products .article .body .title-category {
  margin-bottom: 10%;
  margin-left: 4%;
}
.single .container > .section.products .article .body .title-category h4 {
  margin-bottom: 2%;
  font-size: 2vw;
}
.single .container > .section.products .article .body .title-category .category {
  display: inline-block;
}
.single .container > .section.products .article .body dl {
  /*@include flex;
   @include justify-content(flex-start);
   @include align-items(flex-start);
   @include flex-wrap(wrap);*/
  margin-left: 4%;
}
.single .container > .section.products .article .body dl > dt:last-child, .single .container > .section.products .article .body dl > dd:last-child {
  margin-bottom: 0;
}
.single .container > .section.products .article .body dl > dt {
  margin-bottom: 2.5%;
  font-weight: bold;
  line-height: 1.6;
}
.single .container > .section.products .article .body dl > dt:before {
  content: '━';
  margin-right: 0.2vw;
}
.single .container > .section.products .article .body dl > dd {
  margin-bottom: 10%;
}
.single .container > .section.products .article .body dl > dd:last-child {
  margin-bottom: 0;
}
.single .container > .section.products .back a {
  border-color: #ff7881;
  color: #ff7881;
}
/* * * * * * * * * * * * * * * * *
 FOOTER
 * * * * * * * * * * * * * * * * */
.footer {
  background-color: #707070;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2%;
}
.footer .logo {
  margin-right: auto;
}
.footer .copy {
  margin-left: auto;
  color: #fff;
}
/* ==============================================================================================================================================================
 SP
 ============================================================================================================================================================== */
@media screen and (max-width: 599px) {
  /* * * * * * * * * * * * * * * * *
   RESPONSIVE
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   BASE
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   NAVIGATION
   * * * * * * * * * * * * * * * * */
  /*modaal*/
  /* * * * * * * * * * * * * * * * *
   HEADER
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   CONTAINER
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   HOME
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   PAGE
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   SINGLE
   * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * *
   FOOTER
   * * * * * * * * * * * * * * * * */
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline !important;
  }
  .pc {
    display: none !important;
  }
  br.pc {
    display: none !important;
  }
  body {
    font-size: 3vw;
  }
  .coming-soon {
    padding: 5%;
  }
  .inner {
    padding: 20% 5% 15%;
  }
  .entry > li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  .entry > li .entry-date {
    margin: 0 0 2% 0;
    font-size: 3vw;
  }
  .entry > li .entry-title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 3vw;
    font-weight: 500;
    border-bottom: none;
  }
  .navigation {
    width: 60%;
  }
  .navigation .navigation-in .social {
    width: 50%;
  }
  .navigation .navigation-in .divide {
    width: 15%;
    margin: 10% 0 5%;
  }
  .navigaiton-button {
    width: 10%;
    right: 2%;
    top: 3%;
  }
  .navigaiton-button .trigger {
    width: 40px;
    height: 19px;
  }
  .navigaiton-button .trigger span {
    height: 3px;
  }
  .navigaiton-button .trigger span:nth-of-type(2) {
    top: 8px;
  }
  .navigaiton-button .trigger.move span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .navigaiton-button .trigger.move span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .gototop {
    width: 10%;
    right: 2%;
    bottom: 2%;
  }
  .gototop a {
    width: auto;
  }
  .modal-image {
    pointer-events: none;
  }
  .container > .section .title {
    margin: 0 auto 8%;
  }
  .container > .section .title h3 span {
    padding: 0 10px 7px;
    border-bottom: 2px dashed #f2f2f2;
  }
  .container > .section .title strong {
    padding: 7px 0 0;
    font-size: 2.5vw;
  }
  .home .container > .section.news-introduction .news {
    position: relative;
  }
  .home .container > .section.news-introduction .news:before, .home .container > .section.news-introduction .news:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .home .container > .section.news-introduction .news:before {
    left: 0;
    border-width: 15vw 50vw 0 0;
    border-color: #c991ff transparent transparent transparent;
  }
  .home .container > .section.news-introduction .news:after {
    right: 0;
    border-width: 0 50vw 15vw 0;
    border-color: transparent #c991ff transparent transparent;
  }
  .home .container > .section.news-introduction .news .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15% 5%;
  }
  .home .container > .section.news-introduction .news .title {
    width: 30%;
    margin: 0 auto 8%;
    padding: 0;
    text-align: center;
  }
  .home .container > .section.news-introduction .news .title h3 span {
    padding: 0 10px 7px;
  }
  .home .container > .section.news-introduction .news .title strong {
    padding: 7px 0 0;
  }
  .home .container > .section.news-introduction .news .entry {
    width: 100%;
    padding: 0;
  }
  .home .container > .section.news-introduction .news .more {
    width: 100%;
    margin: 10% 0 0;
    padding: 0;
    text-align: center;
  }
  .home .container > .section.news-introduction .news .more a {
    width: 50%;
    padding: 3% 8%;
  }
  .home .container > .section.news-introduction .introduction .title {
    width: 73%;
  }
  .home .container > .section.news-introduction .introduction p {
    font-size: 3.6vw;
  }
  .home .container > .section.news-introduction .introduction p.summary {
    line-height: 2;
  }
  .home .container > .section.news-introduction .introduction p.summary strong {
    border-bottom: 1px dashed #ff7881;
  }
  .home .container > .section.news-introduction .introduction p.further span {
    font-size: 3vw;
  }
  .home .container > .section.news-introduction .introduction p.further strong {
    font-size: 4.2vw;
  }
  .home .container > .section.character .title {
    width: 60%;
  }
  .home .container > .section.character ol > li {
    position: static;
    width: 100%;
    margin: 15% auto;
  }
  .home .container > .section.character ol > li .box {
    position: static;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .home .container > .section.character ol > li .box .upper .left {
    border-top-width: 5px;
  }
  .home .container > .section.character ol > li .box .upper .right {
    border-top-width: 5px;
  }
  .home .container > .section.character ol > li .box .lawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 5%;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
  .home .container > .section.character ol > li .box .lawer .illust-sp {
    width: 40%;
  }
  .home .container > .section.character ol > li .box .lawer .profile {
    width: 57%;
    margin: 3% 0 0 3%;
    padding: 0;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio {
    border-bottom-width: 1px;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age, .home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age h3 {
    width: 100%;
    margin: 0 0 2% 0;
    font-size: 8vw;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio .bio-name-age strong {
    font-size: 3vw;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv h4 {
    margin-right: 0;
    font-size: 3vw;
  }
  .home .container > .section.character ol > li .box .lawer .profile .bio .bio-alphabet-cv strong {
    margin-left: 0;
  }
  .home .container > .section.character ol > li .box .lawer .profile p {
    font-size: 2.6vw;
    line-height: 1.2;
  }
  .home .container > .section.character ol > li:first-child {
    margin-top: 15%;
  }
  .home .container > .section.character ol > li:last-child {
    margin: 15% 0 0 0;
  }
  .home .container > .section.character ol > li:last-child .box {
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .home .container > .section.character ol > li:last-child .box .lawer {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .home .container > .section.character ol > li:nth-child(even) .box .lawer {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home .container > .section.character ol > li:nth-child(even) .box .lawer .profile {
    margin-right: 3%;
    padding: 0;
  }
  .home .container > .section.cast-staff .title {
    width: 69%;
  }
  .home .container > .section.cast-staff dl {
    margin: 0 auto 3%;
  }
  .home .container > .section.cast-staff dl > dt {
    font-size: 2.5vw;
  }
  .home .container > .section.cast-staff dl > dt:before {
    content: '━';
    margin-right: 2.5vw;
  }
  .home .container > .section.cast-staff dl.staff {
    width: 100%;
    margin-bottom: 5%;
  }
  .home .container > .section.cast-staff dl.staff > dd {
    font-size: 3vw;
  }
  .home .container > .section.cast-staff dl.cast {
    width: 100%;
    margin-bottom: 5%;
  }
  .home .container > .section.cast-staff dl.cast > dd {
    padding-left: calc(2% + 5vw);
  }
  .home .container > .section.cast-staff dl.cast > dd span {
    font-size: 2.5vw;
  }
  .home .container > .section.cast-staff dl.cast > dd strong {
    font-size: 3vw;
    margin-left: 1vw;
  }
  .home .container > .section.cast-staff dl.production {
    width: 100%;
  }
  .home .container > .section.cast-staff dl.production > dd {
    font-size: 2vw;
  }
  .home .container > .section.twitter {
    text-align: center;
  }
  .home .container > .section.twitter .title {
    width: 41.5%;
  }
  .home .container > .section.twitter .twitter-timeline {
    width: 90vw !important;
    height: 80vh !important;
  }
  .page .container > .section.news .title, .archive .container > .section.news .title, .blog .container > .section.news .title, .single .container > .section.news .title {
    width: 29%;
  }
  .page .container > .section.news .entry, .archive .container > .section.news .entry, .blog .container > .section.news .entry, .single .container > .section.news .entry {
    width: 100%;
  }
  .page .container > .section.news .entry > li .entry-title, .archive .container > .section.news .entry > li .entry-title, .blog .container > .section.news .entry > li .entry-title, .single .container > .section.news .entry > li .entry-title {
    font-size: 3vw;
  }
  .page .container > .section.onair .title, .archive .container > .section.onair .title, .blog .container > .section.onair .title, .single .container > .section.onair .title {
    width: 33%;
  }
  .page .container > .section.special .title, .archive .container > .section.special .title, .blog .container > .section.special .title, .single .container > .section.special .title {
    width: 40%;
  }
  .page .container > .section.products .title, .archive .container > .section.products .title, .blog .container > .section.products .title, .single .container > .section.products .title {
    width: 54%;
  }
  .page .container > .section .content p {
    font-size: 3.6vw;
    line-height: 2;
  }
  .page .container > .section .content p strong {
    border-bottom: 1px dashed #ffa0c5;
  }
  .archive .container > .section.products ul > li {
    width: 100%;
    margin-bottom: 10%;
    padding: 0;
  }
  .archive .container > .section.products ul > li:last-child {
    margin-bottom: 0;
  }
  .archive .container > .section.products ul > li a .data {
    position: static;
    width: 100%;
    margin: 0;
    padding: 2.5%;
  }
  .archive .container > .section.products ul > li a .data h4, .archive .container > .section.products ul > li a .data .category {
    padding-left: 0;
  }
  .archive .container > .section.products ul > li a .data h4 {
    font-size: 4vw;
  }
  .single .container > .section .back {
    width: 50%;
    margin: 10% auto 0;
    padding: 0;
  }
  .single .container > .section.news .article {
    width: 100%;
  }
  .single .container > .section.news .article .meta .date {
    margin-bottom: 3%;
    font-size: 3vw;
    line-height: 0.8;
  }
  .single .container > .section.news .article .meta h2 {
    font-size: 5vw;
    margin-bottom: 5%;
    padding: 0;
  }
  .single .container > .section.news .article .content {
    padding: 0;
  }
  .single .container > .section.news .article .content p {
    font-size: 3.5vw;
  }
  .single .container > .section.products .article {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single .container > .section.products .article .image {
    width: 100%;
    margin-bottom: 5%;
    padding: 0;
  }
  .single .container > .section.products .article .body {
    width: 100%;
    padding: 0;
  }
  .single .container > .section.products .article .body .date {
    margin-bottom: 2%;
    font-size: 2.5vw;
  }
  .single .container > .section.products .article .body .title-category {
    margin-bottom: 5%;
    margin-left: 0;
  }
  .single .container > .section.products .article .body .title-category h4 {
    font-size: 5vw;
  }
  .single .container > .section.products .article .body dl {
    margin-left: 0;
  }
  .single .container > .section.products .article .body dl > dt:before {
    content: '―';
  }
  .footer .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5%;
  }
  .footer .logo, .footer .copy {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer .logo {
    width: 40%;
    margin: 0 auto 3%;
  }
  .footer .copy {
    margin: 0 auto;
    font-size: 2vw;
  }
}
