header {
  width: 100%;
  height: 137px;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}
header .block--header--top {
  width: 100%;
  height: 90px;
  position: relative;
}
header .block--header--top h1.logo {
  width: 200px;
  position: absolute;
  left: 0;
  top: 10px;
}
header .block--header--top .block--login {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 210px);
  height: 70px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 10px;
}
header .nav--login li {
  display: inline-block;
}
header .nav--login li a {
  display: block;
  line-height: 76px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
header .nav--login li a::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  left: 18px;
  top: 31px;
}
header .nav--login .nav--login__nickname a::before {
  top: 33px;
}
header .nav--login .nav--login__nickname a span {
  display: inline-block;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 10px;
  line-height: 1;
  margin-right: 5px;
  letter-spacing: 0.08em;
}
header .nav--login .nav--login__limit a {
  display: inline-block;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 11px;
  vertical-align: 1px;
  transform: scaleY(0.98);
}
header .nav--login .nav--login__limit a span {
  display: inline-block;
  margin-right: 10px;
}
header .nav--login .nav--login__login {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 24px;
}
header .block--language-selector .langSelector {
  cursor: pointer;
  position: relative;
  top: 29px;
  right: 0;
  z-index: 100;
}
header .block--language-selector .easy-select-box {
  width: auto !important;
  position: relative;
  font-size: 13px;
  color: #000;
}
header .block--language-selector .langBar .easy-select-box {
  background: #fff;
}
header .block--language-selector .langBar .easy-select-box .esb-displayer {
  text-align: center;
}
header .block--language-selector .easy-select-box:after {
  position: absolute;
  left: 11px;
  top: 50%;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
}
header .block--language-selector .esb-displayer {
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-left: 28px;
  top: 4px;
}
header .block--language-selector .esb-displayer::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/hypnosismic/fanclub/assets/cmn/ico--language.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
}
header .block--language-selector .easy-select-box .esb-dropdown {
  display: none;
  width: 90px !important;
  max-height: 200px;
  color: #000;
  font-weight: 500;
  background: #fff;
  border: 1px solid;
  text-align: left;
  margin-top: 10px;
  padding: 3px 2px 0;
  overflow: auto;
  position: absolute;
  right: -19px;
  top: 18px;
  z-index: 999;
}
header .block--language-selector .esb-item {
  margin-bottom: 5px;
}
header .block--language-selector .esb-item:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  header .block--header--bottom {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
  }
  header .block--header--bottom .nav {
    border-top: 2px solid #000;
  }
  header .block--header--bottom .nav .g-nav {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
  }
  header .block--header--bottom .nav .g-nav li {
    width: 10%;
    border-right: 1px solid #000;
  }
  header .block--header--bottom .nav .g-nav li:last-of-type {
    border-right: none;
  }
  header .block--header--bottom .nav .g-nav li.soon a {
    pointer-events: none;
    color: #eaeaea;
  }
  header .block--header--bottom .nav .g-nav li.new a span {
    display: inline-block;
    position: relative;
  }
  header .block--header--bottom .nav .g-nav li.new a span::after {
    content: "";
    display: block;
    width: 35px;
    height: 22px;
    background: no-repeat center url(/static/hypnosismic/fanclub/assets/cmn/ico--new.png);
    background-size: contain;
    position: absolute;
    left: -27px;
    top: 9px;
    transform: rotate(-23deg);
  }
  header .block--header--bottom .nav .g-nav li a {
    display: block;
    height: auto;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    text-align: center;
    font-size: 0.75vw;
    line-height: 44px;
    letter-spacing: 0.01em;
    position: relative;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header .block--header--bottom {
    width: 100%;
    height: 100%;
    display: none;
    top: 50px;
    position: fixed;
  }
  header .block--header--bottom .nav {
    padding: 0 5%;
  }
  header .block--header--bottom .nav .g-nav {
    border: 1px solid;
  }
  header .block--header--bottom .nav .g-nav li {
    border-top: 1px solid;
  }
  header .block--header--bottom .nav .g-nav li:last-of-type {
    border-right: none;
  }
  header .block--header--bottom .nav .g-nav li.soon a {
    pointer-events: none;
    color: #eaeaea;
  }
  header .block--header--bottom .nav .g-nav li.new a span {
    display: inline-block;
    position: relative;
  }
  header .block--header--bottom .nav .g-nav li.new a span::after {
    content: "";
    display: block;
    width: 35px;
    height: 22px;
    background: no-repeat center url(/static/hypnosismic/fanclub/assets/cmn/ico--new.png);
    background-size: contain;
    position: absolute;
    left: -27px;
    top: 9px;
    transform: rotate(-23deg);
  }
  header .block--header--bottom .nav .g-nav li a {
    display: block;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    text-align: center;
    font-size: 7vw;
    letter-spacing: 0.01em;
    position: relative;
    padding: 13px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--main .block {
    background: url(/static/hypnosismic/fanclub/assets/top/logo--defalut11_sp.png) no-repeat center !important;
    background-size: contain !important;
  }
  .page--home .block--favorite .character .character--img {
    display: none;
  }
  .page--home .block--favorite .pc_view {
    display: none;
  }
}

footer > div:last-of-type {
  border-bottom: 3px solid;
}
footer .block--sns-support {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid;
  border-left: 3px solid;
  border-right: 3px solid;
}
footer .block--sns-support .nav--account {
  width: 40%;
}
footer .block--sns-support .nav--account .list--account {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
footer .block--sns-support .nav--account .list--account li {
  width: 14.2857142857%;
  border-right: 1px solid;
  height: 55px;
}
footer .block--sns-support .nav--account .list--account li:last-of-type img {
  width: 70%;
  max-width: 45px;
}
footer .block--sns-support .nav--account .list--account li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
footer .block--sns-support .nav--account .list--account li img {
  width: 30%;
  max-width: 30px;
}
footer .block--sns-support .nav--support {
  width: 60%;
}
footer .block--sns-support .nav--support .list--support {
  display: flex;
  justify-content: center;
}
footer .block--sns-support .nav--support li {
  height: 55px;
}
footer .block--sns-support .nav--support li.list--support__item--faq {
  width: 20%;
}
footer .block--sns-support .nav--support li.list--support__item--terms {
  width: 12%;
}
footer .block--sns-support .nav--support li.list--support__item--privacy {
  width: 19%;
}
footer .block--sns-support .nav--support li.list--support__item--deals {
  width: 23%;
}
footer .block--sns-support .nav--support li.list--support__item--device {
  width: 11%;
}
footer .block--sns-support .nav--support li.list--support__item--logout {
  width: 12%;
}
footer .block--sns-support .nav--support li:last-of-type a::after {
  display: none;
}
footer .block--sns-support .nav--support li a {
  display: flex;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 6px;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
footer .block--sns-support .nav--support li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  position: absolute;
  right: 0;
  top: 14px;
}
footer .block--news--bnr {
  display: flex;
  justify-content: space-around;
  height: 5.2vw;
  border-top: 1px solid;
  border-left: 3px solid;
  border-right: 3px solid;
}
footer .block--news--bnr .block--news {
  display: flex;
  justify-content: flex-start;
  width: 60%;
}
footer .block--news--bnr .block--news .block-tit {
  width: 18vw;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 1.7vw;
  text-align: center;
  line-height: 5vw;
  padding-right: 0.7vw;
}
footer .block--news--bnr .block--news .list--news {
  width: 37vw;
  padding: 1.4vw 0 0;
  position: relative;
}
footer .block--news--bnr .block--news .list--news::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.3vw;
  background: #000;
  position: absolute;
  left: -0.7vw;
  top: 1.3vw;
}
footer .block--news--bnr .block--news .list--news li {
  margin-bottom: 5px;
}
footer .block--news--bnr .block--news .list--news:last-of-type {
  margin-bottom: 0;
}
footer .block--news--bnr .block--news .list--news a {
  display: block;
  line-height: 1;
  position: relative;
}
footer .block--news--bnr .block--news .list--news .date {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 0.85vw;
  position: absolute;
  left: 0;
  top: 1px;
}
footer .block--news--bnr .block--news .list--news .tit {
  width: 36vw;
  padding-left: 8.3vw;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: -1px;
}
footer .block--news--bnr .block--news .list--news .tit::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 1px;
  background: #000;
  position: absolute;
  left: 5.4vw;
  top: 7px;
}
footer .block--news--bnr .block--bnr {
  width: 40%;
  position: relative;
}
footer .block--news--bnr .block--bnr .list--bnr {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
footer .block--news--bnr .block--bnr .list--bnr li {
  width: 33.3333333333%;
}
footer .block--news--bnr .block--bnr .list--bnr li a {
  display: block;
  line-height: 0;
}
footer .block--news--bnr .block--bnr .blank {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .block--news--bnr .block--bnr .blank .blank__item {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
  background: #c6c6c6;
  height: 100%;
  border-left: 1px solid;
}
footer .block--news--bnr .block--bnr .blank .blank__item::before {
  content: "";
  display: block;
  width: 400px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: rotate(-22deg);
  transform-origin: left bottom;
}
footer .copyright {
  font-family: "Archivo Black", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0;
}
footer .copyright .nav .g-nav li a {
  height: auto;
}

.wrap {
  padding: 0 50px;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .loggedin.wrap .header .block--login .nav--login .nav--login__nickname,
  .loggedin.wrap .header .block--login .nav--login .nav--login__limit {
    display: none;
  }
  .loggedin.wrap .header .block--login .nav--login .nav--login__mypage {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    transform: scaleY(0.98);
  }
  body:not(.page--home) .block--sns-support {
    border-bottom: 2px solid !important;
  }
  header {
    height: 50px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
  }
  header .block--header--top {
    height: 50px;
  }
  header .block--header--top h1.logo {
    width: 28vw;
    max-width: 110px;
    left: 5%;
    top: 8px;
  }
  header .block--header--top .block--login {
    width: 64vw;
  }
  header .block--language-selector .langSelector {
    top: 6px;
  }
  header .block--language-selector {
    width: 30px;
    height: 30px;
  }
  header .block--language-selector .esb-displayer {
    width: 20px;
    height: 30px;
    padding-left: 21px;
    top: 2px;
    right: -3px;
    overflow: hidden;
  }
  header .block--language-selector .esb-displayer::before {
    width: 16px;
    height: 16px;
    background: center no-repeat url(/static/hypnosismic/fanclub/assets/cmn/ico--language.svg);
    left: 0;
    top: 0;
  }
  header .block--language-selector .easy-select-box .esb-dropdown {
    width: 90% !important;
    max-height: unset;
    font-weight: 600;
    text-align: center;
    position: fixed;
    left: 5%;
    top: 38px;
  }
  header .block--language-selector .easy-select-box .esb-dropdown .esb-item {
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 6vw;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  header .block--language-selector .easy-select-box .esb-dropdown .esb-item:last-child {
    border-bottom: none;
  }
  header .block--header--bottom {
    background: #fff;
    padding-bottom: 50px;
  }
  header .block--header--bottom .g-nav li a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: -1;
  }
  header .block--header--bottom .g-nav li a:hover {
    color: #fff;
  }
  header .block--header--bottom .g-nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  header.loggedin .nav--login {
    display: none;
  }
  header .nav--login li a {
    line-height: 32px;
    font-size: 3vw;
    padding-left: 4vw;
    position: relative;
  }
  header .nav--login li a::before {
    width: 2px;
    height: 12px;
    left: 5px;
    top: 10px;
  }
  header .drawer__btn {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    position: relative;
    width: 60px;
    height: 30px;
    margin-left: 4vw;
  }
  header .drawer__btn::before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    left: -2.5vw;
    top: 10px;
  }
  header .drawer__btn span {
    display: block;
    height: 28px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .drawer__btn .drawer__btn__close {
    opacity: 0;
  }
  .drawer-visible header .block--header--bottom {
    display: block;
  }
  .block--status {
    width: 90%;
    border: 2px solid;
    padding: 10px;
    margin: 0 auto;
  }
  .block--status .list--status {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  .block--status .list--status li {
    width: 50%;
    position: relative;
    font-weight: 600;
    line-height: 1;
    transform: scaleY(0.98);
  }
  .block--status .list--status li a {
    display: flex;
    justify-content: space-around;
    word-break: break-all;
  }
  .block--status .list--status li span {
    display: inline-block;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 10px;
    transform: scale(0.8);
    margin-right: 0.5em;
  }
  .block--status .list--status .nav--login__nickname a {
    padding-right: 5px;
  }
  .block--status .list--status .nav--login__limit {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
  }
  .block--status .list--status .nav--login__limit::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 0;
  }
  footer {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
  }
  footer > div:last-of-type {
    border-bottom: none;
  }
  footer .block--news--bnr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    order: 1;
    border: none;
  }
  footer .block--news--bnr .block--bnr {
    width: 100%;
    min-height: 12.3vw;
    order: 1;
    border: 2px solid;
    margin-bottom: 10px;
  }
  footer .block--news--bnr .block--news {
    display: block;
    width: 100%;
    order: 2;
    padding: 5px 3%;
    border: 2px solid;
    margin: 0 auto 10px;
  }
  footer .block--news--bnr .block--news .block-tit {
    width: 100%;
    font-size: 13px;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid;
  }
  footer .block--news--bnr .block--news .list--news {
    width: 100%;
    padding: 0;
  }
  footer .block--news--bnr .block--news .list--news:last-of-type {
    padding-top: 15px;
  }
  footer .block--news--bnr .block--news .list--news::before {
    display: none;
  }
  footer .block--news--bnr .block--news .list--news .date {
    font-size: 10px;
    left: 0;
    top: 2px;
  }
  footer .block--news--bnr .block--news .list--news .tit {
    width: 100%;
    padding-left: 8em;
    font-size: 10px;
  }
  footer .block--news--bnr .block--news .list--news .tit::before {
    left: 6.5em;
  }
  footer .block--sns-support {
    display: block;
    width: 100%;
    order: 2;
    border: solid 2px;
  }
  footer .block--sns-support .nav--account,
  footer .block--sns-support .nav--support {
    width: 100%;
  }
  footer .block--sns-support .nav--account {
    border-bottom: 1px solid;
  }
  footer .block--sns-support .nav--account .list--account li {
    height: 40px;
  }
  footer .block--sns-support .nav--account .list--account li:last-child {
    border-right: none;
  }
  footer .block--sns-support .nav--account .list--account li img {
    width: 40%;
  }
  footer .block--sns-support .nav--support .list--support {
    flex-wrap: wrap;
  }
  footer .block--sns-support .nav--support .list--support li {
    width: 33.3333333333%;
    height: 30px;
    border-bottom: 1px solid;
  }
  footer .block--sns-support .nav--support .list--support li a {
    padding: 0 1px;
  }
  footer .block--sns-support .nav--support .list--support li a::after {
    height: 17px;
    top: 6px;
  }
  footer .block--sns-support .nav--support .list--support li:nth-child(3n) a::after {
    display: none;
  }
  footer .block--sns-support .nav--support li.list--support__item--faq {
    width: 37%;
  }
  footer .block--sns-support .nav--support li.list--support__item--terms {
    width: 26%;
  }
  footer .block--sns-support .nav--support li.list--support__item--privacy {
    width: 35%;
  }
  footer .block--sns-support .nav--support li.list--support__item--deals {
    width: 45%;
    border-bottom: none;
  }
  footer .block--sns-support .nav--support li.list--support__item--device {
    width: 22%;
    border-bottom: none;
  }
  footer .block--sns-support .nav--support li.list--support__item--logout {
    width: 29%;
    border-bottom: none;
  }
  footer .copyright {
    width: 100%;
    order: 3;
    text-align: center;
    transform: scale(0.8);
    padding: 10px 0;
  }
  .lang-en footer .block--sns-support .nav--support li.list--support__item--deals {
    width: 60%;
    padding-right: 2%;
  }
  .lang-en footer .block--sns-support .nav--support li.list--support__item--device {
    width: 28%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  header {
    height: 70px;
  }
  header .block--header--top {
    height: 70px;
  }
  header .block--header--top h1.logo {
    width: 150px;
    top: 10px;
  }
  header .block--header--top .block--login {
    height: 40px;
    top: 2.5vw;
    right: 5%;
  }
  header .block--status .list--status li span {
    font-size: 14px;
  }
  header .block--header--bottom {
    top: 70px;
  }
  header .block--header--bottom .nav .g-nav li a {
    font-size: 5vw;
    padding: 15px 0;
  }
  header .block--language-selector .easy-select-box .esb-dropdown {
    top: 60px;
  }
  header .block--language-selector .easy-select-box .esb-dropdown .esb-item {
    font-size: 18px;
  }
  header .block--language-selector .esb-displayer {
    width: 20px;
    height: 20px;
  }
  header .block--language-selector .esb-displayer::before {
    width: 20px;
    height: 20px;
  }
  header .nav--login li a {
    padding-left: 3.5vw;
  }
  header .nav--login li a::before {
    height: 2.5vw;
    left: 1.2vw;
    top: 1vw;
  }
  header .nav--login li.nav--login__join a {
    font-size: 2.8vw;
  }
  header .drawer__btn {
    width: 10vw;
    font-size: 3vw;
  }
  footer .block--news--bnr .block--news .list--news .tit {
    padding-left: 9em;
  }
  footer .block--sns-support .nav--account .list--account li img {
    width: 24%;
  }
  footer .block--sns-support .nav--account .list--account li:last-of-type img {
    width: 40%;
    max-width: 64px;
  }
  footer .block--sns-support .nav--support li {
    border-bottom: none !important;
  }
  footer .block--sns-support .nav--support li.list--support__item--faq {
    width: 18%;
  }
  footer .block--sns-support .nav--support li.list--support__item--terms {
    width: 12%;
  }
  footer .block--sns-support .nav--support li.list--support__item--privacy {
    width: 20%;
  }
  footer .block--sns-support .nav--support li.list--support__item--deals {
    width: 21%;
  }
  footer .block--sns-support .nav--support li.list--support__item--device {
    width: 13%;
  }
  footer .block--sns-support .nav--support li.list--support__item--logout {
    width: 13%;
  }
}
.wovn-languages {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  width: 120px;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages {
    top: 0;
    width: 22px;
    height: 22px;
  }
}
.wovn-languages .langIcon {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% + 5px);
  margin: auto;
  line-height: 1;
  transform: translateY(-50%);
}
.wovn-languages .langIcon svg {
  fill: #000;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: calc(50% + 5px);
  left: 30px;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages .nav-dropdown {
    display: none;
  }
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages .nav-dropdown .list--language {
    font-size: 6vw;
    flex-direction: column;
  }
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  color: #000;
  top: 20px;
  transform: translateY(0);
  background: #fff;
  padding: 10px 10px 0;
  width: 100%;
  left: 19px;
  border: #000 solid 1px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages.visible .nav-dropdown {
    width: 90%;
    top: 52px;
    left: 5%;
    display: block;
    position: fixed;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  width: 100px;
  transition: opacity 0.4s;
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages.visible .nav-dropdown .list--language li {
    width: 100%;
    font-size: 6vw;
    text-align: center;
    padding-top: 10px;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:not(.selected) {
    border-top: #000 solid 1px;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: none;
}/*# sourceMappingURL=common.css.map */