@font-face {
  font-family: 'meijo';
  src: url("/assets/fonts/meijo.eot?8gv99b");
  src: url("/assets/fonts/meijo.eot?8gv99b") format("embedded-opentype"), url("/assets/fonts/meijo.ttf?8gv99b") format("truetype"), url("/assets/fonts/meijo.woff?8gv99b") format("woff"), url("/assets/fonts/meijo.svg?8gv99b") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clearfix:after,
.test:after {
  content: '';
  display: table;
  clear: both;
}
.inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  line-height: 1.4;
}
body {
  position: relative;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
area {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
footer#footer {
  position: relative;
  padding-top: 0;
  z-index: 1;
}
.main-txt {
  font-size: 1rem;
}
.main-title {
  position: relative;
  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;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.main-title .wrap-txt {
  position: relative;
  max-width: 946px;
  padding: 0 20px;
  z-index: 1;
}
.main-title .title {
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main-title .title {
    font-size: 1.25rem;
  }
}
.main-title .title .sub {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .main-title .title .sub {
    font-size: 0.875rem;
  }
}
.main-contents {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-contents_bg {
  position: absolute;
  width: auto;
  max-width: none;
  z-index: -1;
}
@media only screen and (min-width: 1920px) {
  .main-contents_bg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-contents_bg {
    height: calc(100% + 200px);
    top: 0;
    left: 0;
  }
}
.main-contents_inner {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-contents_inner {
    padding: 0 15px;
  }
}
.article-area .wrap-row + .wrap-row {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .article-area .wrap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .article-area .wrap-row:nth-child(2n+1) .block-article:nth-child(2) {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    margin-left: 5px;
  }
  .article-area .wrap-row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .article-area .wrap-row:nth-child(2n) .block-article:nth-child(1) {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
  }
  .article-area .wrap-row:nth-child(2n) .block-article:nth-child(2) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .article-area .wrap-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-area .wrap-row .block-article + .block-article {
    margin-top: 5px;
  }
}
.block-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-article.pickup {
  -ms-flex-preferred-size: calc(50% - 2.5px);
  flex-basis: calc(50% - 2.5px);
  max-width: calc(50% - 2.5px);
}
@media only screen and (max-width: 767px) {
  .block-article.pickup {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.block-article.pickup .block-article_item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden;
}
.block-article.pickup .block-article_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3d500;
  z-index: 9;
}
.block-article.pickup.is-done .block-article_item:after {
  -webkit-animation: open_effect01 1.2s cubic-bezier(0.5, 0, 0.1, 1) forwards;
  animation: open_effect01 1.2s cubic-bezier(0.5, 0, 0.1, 1) forwards;
}
.block-article.pickup.is-done .block-article_item .article {
  opacity: 1;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block-article.pickup.is-done .block-article_item .article_tag {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block-article.pickup .article_info_title {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .block-article.pickup .article_info_title {
    font-size: 0.9375rem;
  }
}
.block-article.column-2 {
  -ms-flex-preferred-size: calc(50% - 2.5px);
  flex-basis: calc(50% - 2.5px);
  max-width: calc(50% - 2.5px);
}
@media only screen and (max-width: 767px) {
  .block-article.column-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.block-article.column-2 .block-article_item {
  -ms-flex-preferred-size: calc(50% - 2.5px);
  flex-basis: calc(50% - 2.5px);
  max-width: calc(50% - 2.5px);
}
.block-article.column-2 .block-article_item:nth-child(2n) {
  margin-left: 5px;
}
.block-article.column-2 .block-article_item:nth-child(n+3) {
  margin-top: 5px;
}
.block-article.column-2 .article_info_title {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .block-article.column-2 .article_info_title {
    font-size: 0.8125rem;
  }
}
.block-article.column-4 {
  margin: 0 -2.5px;
}
.block-article.column-4 .block-article_item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 2.5px;
}
@media only screen and (max-width: 767px) {
  .block-article.column-4 .block-article_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .block-article.column-4 .block-article_item:nth-child(n+3) {
    margin-top: 5px;
  }
}
.block-article.column-4 .block-article_item:nth-child(n+5) {
  margin-top: 5px;
}
.block-article_item {
  position: relative;
}
.block-article_item.is-show .article {
  opacity: 1;
}
.block-article_item.is-show .square-path {
  opacity: 0 !important;
  -webkit-transition: 0s opacity 0.4s;
  -o-transition: 0s opacity 0.4s;
  transition: 0s opacity 0.4s;
}
.block-article_item.is-show .article_tag {
  opacity: 1;
}
.block-article_item .square-path {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.block-article_item .square-path rect,
.block-article_item .square-path path {
  stroke-dasharray: 0, 1;
}
.block-article .article {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease-out;
  -o-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.block-article .article:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background-color: #000;
  z-index: 1;
}
.block-article .article:after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-article .article_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block-article .article:hover:not(.category):before {
  opacity: 0.5;
}
.block-article .article:hover:not(.category) .article_bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.block-article .article_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-article .article_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 0;
  z-index: 1;
  -webkit-transition: 0.2s opacity ease-out;
  -o-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
@media only screen and (max-width: 767px) {
  .block-article .article_tag {
    padding: 5px;
  }
}
.block-article .article_tag .item {
  display: inline-block;
  padding: 4px 15px;
  margin-right: 5px;
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
  background-color: #f6e500;
  border-radius: 13px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.block-article .article_tag .item:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .block-article .article_tag .item {
    font-size: 0.5625rem;
  }
}
.block-article .article_info {
  position: relative;
  color: #fff;
  padding: 20px;
  margin-top: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .block-article .article_info {
    padding: 10px;
  }
}
.block-article .article_info_poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block-article .article_info_poster {
    display: none;
  }
}
.block-article .article_info_poster .img {
  display: block;
  height: 48px;
  width: 48px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}
.block-article .article_info_poster .txt {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
.block-article .article_info_title {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 767px) {
  .block-article .article_info_title {
    margin-bottom: 5px;
    font-size: 0.8125rem;
  }
}
.block-article .article_info_date {
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 767px) {
  .block-article .article_info_date {
    font-size: 0.5625rem;
  }
}
.block-article .category:after {
  content: none;
}
.block-article .category .article_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}
@media only screen and (max-width: 767px) {
  .block-article .category .article_inner {
    border: 2px solid #000;
  }
}
.block-article .category_title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-sapcing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .block-article .category_title {
    font-size: 0.875rem;
  }
}
.block-article .category_icn {
  margin: 14px 0;
  max-width: 130px;
  max-height: 130px;
}
@media only screen and (max-width: 767px) {
  .block-article .category_icn {
    margin: 2px 0 6px;
    max-width: 82px;
    max-height: 82px;
  }
}
.block-article .category_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 130px;
  padding: 7px 18px 9px 20px;
  text-align: center;
  line-height: 1;
  background-color: #000;
  border-radius: 15px;
  -webkit-transition: 0.3s background-color ease-out;
  -o-transition: 0.3s background-color ease-out;
  transition: 0.3s background-color ease-out;
}
.block-article .category_btn:hover {
  background-color: #fff;
}
.block-article .category_btn:hover .txt {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .block-article .category_btn {
    min-width: 0;
    padding: 3px 15px 5px 16px;
  }
}
.block-article .category_btn .txt {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
  -webkit-transition: 0.3s color ease-out;
  -o-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
.block-article .category_btn .txt:after {
  content: '\f101';
  margin-left: 5px;
  font-size: 0.875rem;
  font-family: fontawesome;
}
@media only screen and (max-width: 767px) {
  .block-article .category_btn .txt {
    font-size: 0.5625rem;
  }
}
.block-article .category:hover .category_btn {
  background-color: #fff;
}
.block-article .category:hover .category_btn .txt {
  color: #000;
}
.pager-area {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pager-area {
    margin-bottom: 40px;
  }
}
.pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px;
}
.pager_item {
  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;
  height: 38px;
  background-color: #000;
  border-radius: 19px;
  -webkit-transition: 0.2s background-color ease-out;
  -o-transition: 0.2s background-color ease-out;
  transition: 0.2s background-color ease-out;
}
@media only screen and (max-width: 767px) {
  .pager_item {
    height: 35px;
  }
}
.pager_item.side-btn {
  position: absolute;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .pager_item.side-btn {
    width: 65px;
  }
  .pager_item.side-btn .txt {
    font-size: 0.75rem;
  }
}
.pager_item.num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 38px;
}
@media only screen and (max-width: 767px) {
  .pager_item.num {
    width: 35px;
  }
}
.pager_item.num + .num {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pager_item.num + .num {
    margin-left: 5px;
  }
}
.pager_item.is-active,
.pager_item:hover {
  background-color: #f6e500;
}
.pager_item.is-active .txt,
.pager_item:hover .txt {
  color: #000;
}
.pager_item.prev {
  right: 100%;
}
.pager_item.prev .txt:before {
  content: '\f100';
  margin-right: 6px;
  font-size: 1rem;
  font-family: fontawesome;
}
.pager_item.next {
  left: 100%;
}
.pager_item.next .txt:after {
  content: '\f101';
  margin-left: 6px;
  font-size: 1rem;
  font-family: fontawesome;
}
.pager_item .txt {
  color: #fff;
  font-size: 0.9375rem;
  -webkit-transition: 0.2s color ease-out;
  -o-transition: 0.2s color ease-out;
  transition: 0.2s color ease-out;
}
@-moz-keyframes open_effect01 {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes open_effect01 {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes open_effect01 {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes open_effect01 {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.manabi-bnr-top {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0,0,0,0.4);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .manabi-bnr-top {
    height: 50px;
  }
}
.manabi-bnr-top .logo {
  width: 320px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.manabi-bnr-top .logo:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .manabi-bnr-top .logo {
    width: 256px;
  }
}
.manabi-bnr-bottom {
  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;
  height: 230px;
  background-image: url("/sp/foreign/manabi/assets/img/bg-bnr.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .manabi-bnr-bottom {
    height: auto;
    padding: 45px 0 55px;
  }
}
.manabi-bnr-bottom .wrap-txt {
  text-align: center;
}
.manabi-bnr-bottom .logo {
  width: 236px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .manabi-bnr-bottom .logo {
    width: 205px;
  }
}
.manabi-bnr-bottom .btn {
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.manabi-bnr-bottom .btn:hover {
  background-color: #f6e500;
}
.manabi-bnr-bottom .btn:hover .txt {
  color: #000;
}
.manabi-bnr-bottom .btn .text {
  display: block;
  padding: 4px 20px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .manabi-bnr-bottom .btn .text {
    padding: 4px 14px;
  }
}
.manabi-bnr-bottom .btn .text:before {
  content: '\f100';
  margin-right: 5px;
  font-size: 0.875rem;
  font-family: fontawesome;
}
.tag-area {
  position: relative;
  padding: 20px 0 115px;
}
@media only screen and (max-width: 767px) {
  .tag-area {
    padding: 20px 0 70px;
  }
}
.tag-area .hdg {
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .tag-area .hdg {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.tag-area li {
  display: inline-block;
}
.tag-area li a {
  display: block;
  padding: 5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  letter-spacing: 0.03rem;
  background-color: #f6e500;
  border-radius: 18px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.tag-area li a:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .tag-area li a {
    font-size: 0.875rem;
  }
}
.modal {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 80px;
  background-color: rgba(0,0,0,0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 10001;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 60px 20px;
  }
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal .close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: #fff;
}
.modal .close:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.modal .close:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -1px;
}
@media only screen and (max-width: 767px) {
  .modal .close:after {
    margin-left: -2px;
  }
}
.modal .img {
  display: block;
  width: auto;
  max-width: 95%;
  max-height: 98%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .modal .img {
    max-width: 100%;
    max-height: 100%;
  }
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.top {
  background-color: #000;
}
.top .main-title {
  height: calc(100vh - 100px);
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .top .main-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 400px;
    height: auto;
  }
}
.top .main-title .wrap-txt {
  margin-top: -13%;
}
@media only screen and (max-width: 767px) {
  .top .main-title .wrap-txt {
    margin-top: 25px;
    padding: 10px 0 140px;
  }
}
.top .main-title .logo {
  margin-bottom: 40px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.top .main-title .logo.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .top .main-title .logo {
    width: 300px;
    margin-bottom: 20px;
  }
}
.top .main-title .desc {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  opacity: 0;
  -webkit-transition: 0.5s all ease-out 0.2s;
  -o-transition: 0.5s all ease-out 0.2s;
  transition: 0.5s all ease-out 0.2s;
}
.top .main-title .desc.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .top .main-title .desc {
    max-width: 300px;
    font-size: 0.8125rem;
  }
}
.top .main-contents {
  margin-top: -360px;
  -webkit-transform: translateY(160px);
  -ms-transform: translateY(160px);
  transform: translateY(160px);
  opacity: 0;
  -webkit-transition: 0.3s all ease-out 0.3s;
  -o-transition: 0.3s all ease-out 0.3s;
  transition: 0.3s all ease-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .top .main-contents {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
}
.top .main-contents_inner {
  width: 100vw;
  min-width: 1090px;
}
@media only screen and (max-width: 767px) {
  .top .main-contents_inner {
    min-width: 0;
  }
}
.top .main-contents.is-ready {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .top .main-contents {
    margin-top: -140px;
  }
}
.top .article-area {
  padding: 170px 0 90px;
}
@media only screen and (max-width: 767px) {
  .top .article-area {
    padding: 4vh 0 25px;
  }
}
.top .article {
  opacity: 0;
}
.top .article_tag {
  opacity: 0;
}
.category .main-title {
  height: 500px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .category .main-title {
    height: 180px;
  }
}
.category .main-title .wrap-txt {
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .category .main-title .wrap-txt {
    margin-top: 25px;
  }
}
.category .main-contents {
  margin-top: -380px;
}
@media only screen and (max-width: 767px) {
  .category .main-contents {
    margin-top: -50px;
  }
  .category .main-contents .main-contents_bg {
    height: auto;
    width: 768px;
    right: 0;
    left: initial;
  }
}
.category .article-area {
  padding: 200px 0 0;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .category .article-area {
    padding: 40px 0 0;
    margin-bottom: 30px;
  }
}
.detail {
  background-color: #f3f3f3;
}
.detail .main-title {
  height: 620px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .detail .main-title {
    height: auto;
    min-height: 400px;
  }
}
.detail .main-title:before,
.detail .main-title:after {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: -10px;
  position: absolute;
  top: 0;
  left: 0;
}
.detail .main-title:before {
  -webkit-filter: blur(10px) saturate(25%) brightness(0.8);
  filter: blur(10px) saturate(25%) brightness(0.8);
  background: inherit;
}
.detail .main-title:after {
  background-color: #003d5e;
  opacity: 0.4;
}
.detail .main-title .wrap-txt {
  color: #fff;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .detail .main-title .wrap-txt {
    max-width: 600px;
    padding: 80px 10px 150px;
    margin-top: 0;
  }
}
.detail .main-title .date {
  margin-bottom: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .detail .main-title .date {
    font-size: 0.75rem;
  }
}
.detail .main-title .title {
  margin-bottom: 20px;
  line-height: 1.4;
}
.detail .main-title .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail .main-title .tag-list li {
  display: block;
  padding: 0 7px;
  font-size: 0.875rem;
  color: #f6e500;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .detail .main-title .tag-list li {
    font-size: 0.75rem;
  }
}
.detail .main-title .poster {
  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;
  margin-top: 25px;
}
.detail .main-title .poster .img {
  display: block;
  height: 48px;
  width: 48px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .detail .main-title .poster .img {
    height: 40px;
  }
}
.detail .main-title .poster .txt {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .detail .main-title .poster .txt {
    font-size: 0.75rem;
  }
}
.detail .main-contents {
  margin-top: -380px;
}
@media only screen and (max-width: 767px) {
  .detail .main-contents {
    margin-top: -150px;
  }
  .detail .main-contents .main-contents_inner {
    position: relative;
    z-index: 2;
  }
  .detail .main-contents .main-contents_bg {
    height: auto;
    width: 768px;
    left: initial;
    right: 0;
  }
}
.article-detail-area {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .article-detail-area {
    padding-top: 40px;
  }
}
.article-detail {
  padding: 90px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .article-detail {
    padding: 25px;
  }
}
.other-articles-area {
  position: relative;
  padding-top: 100px;
  margin-top: 20px;
  background-image: url("/sp/foreign/manabi/assets/img/bg-other-articles.png");
  background-position: top;
  background-size: 100% 260px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .other-articles-area {
    padding: 100px 15px 0;
    margin-top: -40px;
    background-size: 100% 75px;
  }
}
.other-articles-area:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 260px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faeb00;
}
@media only screen and (max-width: 767px) {
  .other-articles-area:before {
    height: calc(100% - 75px);
  }
}
.other-articles-area_inner {
  max-width: 1090px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .other-articles-area_inner {
    position: relative;
  }
}
.other-articles-area .hdg {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .other-articles-area .hdg {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.other-articles-area .more {
  margin-top: -15px;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .other-articles-area .more {
    display: none;
  }
}
.other-articles-area .more a {
  position: relative;
  padding-right: 16px;
  margin-right: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
}
.other-articles-area .more a:hover {
  text-decoration: underline;
}
.other-articles-area .more a:after {
  content: '\f101';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  font-family: fontawesome;
  line-height: 0.875rem;
  text-decoration: none;
}
.other-articles-area .more-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .other-articles-area .more-sp {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .other-articles-area .more-sp a {
    display: inline-block;
    padding: 8px 28px;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    background-color: #000;
    border-radius: 35px;
  }
  .other-articles-area .more-sp a:after {
    content: '\f101';
    margin-left: 4px;
    font-size: 1.125rem;
    font-family: fontawesome;
    line-height: 0.875rem;
  }
}
.other-articles-area .article-area {
  margin-bottom: 40px;
}
.other-articles-area .tag-area {
  padding: 0 0 90px;
}
.other-articles-area .tag-area li a {
  background-color: #fff;
}
.other-articles-area .tag-area li a:hover {
  background-color: #000;
}
.mod-img {
  margin-bottom: 25px;
}
.mod-img img {
  vertical-align: top;
}
.mod-img .img {
  display: block;
  position: relative;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}
.mod-img .img:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .mod-img .img:before {
    width: 16px;
    height: 16px;
  }
}
.mod-img .img:after {
  content: '\e91c';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.125rem;
  font-family: 'meijo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .mod-img .img:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.8125rem;
  }
}
.mod-txt {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .mod-txt {
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
  }
}
.mod-hdg2 {
  position: relative;
  padding-bottom: 12px;
  margin: 60px 0 30px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 767px) {
  .mod-hdg2 {
    margin: 35px 0 20px;
    font-size: 1.125rem;
  }
}
.mod-hdg2:after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #f6e500;
}
.mod-hdg3 {
  position: relative;
  padding-left: 25px;
  margin: 40px 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .mod-hdg3 {
    margin: 25px 0 20px;
    font-size: 0.9375rem;
  }
}
.mod-hdg3:before,
.mod-hdg3:after {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
}
.mod-hdg3:before {
  left: 0;
  background-color: #000;
}
.mod-hdg3:after {
  left: 4px;
  background-color: #f6e500;
}
.mod-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .mod-column2 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mod-column2.type-1 + .type-1 {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-1 + .type-1 {
    margin-top: 0;
  }
}
.mod-column2.type-1 .mod-column2_item.small {
  -ms-flex-preferred-size: 38.74%;
  flex-basis: 38.74%;
  max-width: 38.74%;
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-1 .mod-column2_item.small {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.mod-column2.type-1 .mod-column2_item:not(.small) {
  -ms-flex-preferred-size: 57.61%;
  flex-basis: 57.61%;
  max-width: 57.61%;
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-1 .mod-column2_item:not(.small) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-1 .mod-column2_item + .mod-column2_item {
    margin-top: 15px;
  }
}
.mod-column2.type-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-column2.type-2 .mod-column2_item {
  -ms-flex-preferred-size: 48.89%;
  flex-basis: 48.89%;
  max-width: 48.89%;
}
.mod-column2.type-2 .mod-column2_item:nth-child(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-2 .mod-column2_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.mod-column2.type-2 + .type-2 {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .mod-column2.type-2 + .type-2 {
    margin-top: -10px;
  }
}
.mod-column2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .mod-column2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mod-column2 .mod-txt {
  margin-bottom: 0;
}
.mod-column2 .mod-txt + .mod-txt {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .mod-column2 .mod-txt + .mod-txt {
    margin-top: 18px;
  }
}
.mod-column2 p .img {
  display: block;
  position: relative;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}
.mod-column2 p .img:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .mod-column2 p .img:before {
    width: 16px;
    height: 16px;
  }
}
.mod-column2 p .img:after {
  content: '\e91c';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.125rem;
  font-family: 'meijo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .mod-column2 p .img:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.8125rem;
  }
}
.mod-column2 p img {
  vertical-align: top;
}
.mod-column2 p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .mod-column2 p + p {
    margin-top: 20px;
  }
}
.mod-caption {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
}
.mod-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .mod-movie {
    margin: 40px 0;
  }
}
.mod-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rel-link {
  padding: 28px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .rel-link {
    padding: 18px;
  }
}
.rel-link .hdg {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .rel-link .hdg {
    font-size: 0.9375rem;
  }
}
.rel-link li + li {
  margin-top: 10px;
}
.rel-link li a {
  display: block;
  padding: 25px 20px;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .rel-link li a {
    padding: 15px;
  }
}
.rel-link li a[target="_blank"] .txt:after {
  content: '\f08e';
  margin-left: 5px;
  font-size: 0.875rem;
  font-family: fontawesome;
}
.rel-link li a:hover {
  text-decoration: underline;
}
.manabi-container {
  padding-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .manabi-container {
    padding-top: 50px;
  }
}
.test {
  font-size: 1.875rem;
  background-color: color-main;
}
@media only screen and (max-width: 767px) {
  .test {
    font-size: 0.9375rem;
  }
}


.block-sns{
  margin-top: 30px;
}
.block-sns ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-sns ul li a{
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 10px;
  transition: .3s ease-out;
}
.block-sns ul li a img{
  max-height: 30px;
  max-width: 30px;
}
.block-sns ul li a:hover{
  opacity: .7;
}

/*嘔クリック聞喘音辛*/
img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

