@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%;
}

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #fff;
}

p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

dd, dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px;
}

dt {
  font-weight: bold;
  letter-spacing: normal;
}

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%;
}

hr {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222;
}

a img {
  border: none;
}

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8;
  }
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#main {
  padding-top: 0;
}

#base_bg {
  background: url("../../common/image/base_bg.jpg") center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102vh;
}
@media screen and (max-width: 812px) {
  #base_bg {
    background-image: url("../../common/image/base_bg_sp.jpg");
  }
}

.search-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
}
.search-modal.active .search-modal_cont-wrap {
  opacity: 1;
}
.search-modal_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search-modal_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.search-modal_cont-wrap {
  min-width: 1200px;
  max-width: 1252px;
  margin: 0 auto;
  padding: 140px 26px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  position: relative;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-wrap {
    min-width: auto;
    max-width: none;
    padding: 16vw 0;
    filter: drop-shadow(0px 0px 2.66667vw rgba(0, 0, 0, 0.6));
  }
}
.search-modal_close-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 102px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .search-modal_close-btn {
    width: 9.33333vw;
    height: 9.33333vw;
    top: 11.73333vw;
    right: 0.66667vw;
  }
}
.search-modal_close-btn::before, .search-modal_close-btn::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: center;
}
@media screen and (max-width: 812px) {
  .search-modal_close-btn::before, .search-modal_close-btn::after {
    width: 9.33333vw;
  }
}
.search-modal_close-btn::before {
  transform: rotateZ(45deg);
}
.search-modal_close-btn::after {
  transform: rotateZ(-45deg);
}
.search-modal_cont {
  width: 100%;
  max-width: 1200px;
  min-width: 1148px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 812px) {
  .search-modal_cont {
    width: 92vw;
    max-width: none;
    min-width: auto;
  }
}
.search-modal_cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url("/assets/images/teaching_meister/modal-bg.png") calc(50% - 205px) -9px repeat-y;
  background-size: 2209px 1472px;
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 100px 100%, 0 calc(100% - 100px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .search-modal_cont::before {
    background: #fff url("/assets/images/teaching_meister/modal-bg.png") calc(50% - 40.8vw) -0.93333vw repeat-y;
    background-size: 458.26667vw 305.46667vw;
    clip-path: polygon(0 0, calc(100% - 10.66667vw) 0, 100% 10.66667vw, 100% 100%, 10.66667vw 100%, 0 calc(100% - 10.66667vw));
  }
}
.search-modal_cont-inner {
  padding: 80px 0 50px;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner {
    padding: 7.46667vw 0 10.53333vw;
  }
}
.search-modal_cont-inner .search-info {
  position: relative;
}
.search-modal_cont-inner .search-info::before {
  content: "SEARCH";
  display: block;
  position: absolute;
  font-family: "Beleren";
  font-size: 110px;
  color: #e5e5e5;
  top: -84px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-info::before {
    top: -2.66667vw;
    font-size: 10.5vw;
  }
}
.search-modal_cont-inner .search-info-inner {
  width: 86.66%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-info-inner {
    width: 81.33333vw;
    max-width: none;
  }
}
.search-modal_cont-inner .search-info-body {
  padding-top: 44px;
}
.search-modal_cont-inner .search-info-body p.input input {
  display: block;
  width: 710px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 18px;
  padding-left: 25px;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-info-body p.input input {
    width: 80vw;
    height: 13.3333vw;
    font-size: 4vw;
    padding-left: 4vw;
  }
}
.search-modal_cont-inner .search-close-btn {
  text-align: center;
}
.search-modal_cont-inner .search-close-btn .common_bt {
  margin-top: 36px;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-close-btn .common_bt {
    margin-top: 6vw;
  }
}
.search-modal_cont-inner .search-close-btn a {
  margin: 0 auto;
}
.search-modal_cont-inner .search-modal_footer {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-modal_footer {
    margin-top: 5vw;
  }
}
.search-modal_cont-inner .search-modal_footer p {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 812px) {
  .search-modal_cont-inner .search-modal_footer p {
    font-size: 2.9vw;
  }
}

#article_coverage img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#article_coverage.coverage_top .category.strategy {
  background-color: #3a69b8;
}
#article_coverage.coverage_top .category.pr {
  background-color: #cf973f;
}
#article_coverage.coverage_top .category.info {
  background-color: #df4343;
}
#article_coverage.coverage_top .category.watch {
  background-color: #399a39;
}
#article_coverage.coverage_top .category.english {
  background-color: #52a7d3;
}
#article_coverage.coverage_top .category.album {
  background-color: #d8508d;
}
#article_coverage.coverage_top .category.interview {
  background-color: #b55555;
}
#article_coverage.coverage_top .category.topic {
  background-color: #df6843;
}
#article_coverage.coverage_top .category.play {
  background-color: #b8bc48;
}
#article_coverage.coverage_top .category.prmovie {
  background-color: #5dcc81;
}
#article_coverage.coverage_top .coverage_mv {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_mv {
    min-width: 100%;
  }
}
#article_coverage.coverage_top .coverage_mv-inner {
  position: relative;
}
#article_coverage.coverage_top .coverage_mv-inner > div {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 130px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_mv-inner > div {
    padding-top: 24.4vw;
  }
}
#article_coverage.coverage_top .coverage_mv-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 780px;
  background: url("../../coverage/image/mv-bg_pc.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), calc(100% - 120px) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_mv-inner::before {
    height: 213.3333333333vw;
    background: url("../../coverage/image/mv-bg_sp.jpg") center top no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13.3333333333vw), calc(100% - 13.3333333333vw) 100%, 0 100%, 0 0);
  }
}
#article_coverage.coverage_top .coverage_mv h1 {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_mv h1 {
    font-size: 2.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_mv h1 span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_mv h1 span {
    font-size: 7.2vw;
  }
}
#article_coverage.coverage_top .coverage_newest {
  margin-top: 45px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest {
    margin-top: 7.6vw;
  }
}
#article_coverage.coverage_top .coverage_newest-inner {
  width: 100%;
  max-width: 1327px;
  margin: 0 auto;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-inner {
    width: 93.8666666667vw;
    max-width: none;
    padding: 0;
  }
}
#article_coverage.coverage_top .coverage_newest h2 {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest h2 {
    font-size: 2.4vw;
  }
}
#article_coverage.coverage_top .coverage_newest h2 span {
  font-family: "Beleren";
  font-size: 30px;
  margin-right: 12px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest h2 span {
    font-size: 5.8666666667vw;
    margin-right: 2.4vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 9px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list {
    flex-wrap: wrap;
    margin-top: 2.8vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li {
  width: 320px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  margin-right: 0.9615384615%;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li {
    width: 45.3333333333vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.3333333333vw), calc(100% - 5.3333333333vw) 100%, 0 100%, 0 0);
    margin-right: 3.2vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#article_coverage.coverage_top .coverage_newest-list li:last-of-type {
  margin-right: 0;
}
#article_coverage.coverage_top .coverage_newest-list li.strategy a::before {
  background-color: #3a69b8;
}
#article_coverage.coverage_top .coverage_newest-list li.strategy a .category {
  background-color: #3a69b8;
}
#article_coverage.coverage_top .coverage_newest-list li.pr a::before {
  background-color: #cf973f;
}
#article_coverage.coverage_top .coverage_newest-list li.pr a .category {
  background-color: #cf973f;
}
#article_coverage.coverage_top .coverage_newest-list li.info a::before {
  background-color: #df4343;
}
#article_coverage.coverage_top .coverage_newest-list li.info a .category {
  background-color: #df4343;
}
#article_coverage.coverage_top .coverage_newest-list li.watch a::before {
  background-color: #399a39;
}
#article_coverage.coverage_top .coverage_newest-list li.watch a .category {
  background-color: #399a39;
}
#article_coverage.coverage_top .coverage_newest-list li.english a::before {
  background-color: #52a7d3;
}
#article_coverage.coverage_top .coverage_newest-list li.english a .category {
  background-color: #52a7d3;
}
#article_coverage.coverage_top .coverage_newest-list li.album a::before {
  background-color: #d8508d;
}
#article_coverage.coverage_top .coverage_newest-list li.album a .category {
  background-color: #d8508d;
}
#article_coverage.coverage_top .coverage_newest-list li.interview a::before {
  background-color: #b55555;
}
#article_coverage.coverage_top .coverage_newest-list li.interview a .category {
  background-color: #b55555;
}
#article_coverage.coverage_top .coverage_newest-list li.topic a::before {
  background-color: #df6843;
}
#article_coverage.coverage_top .coverage_newest-list li.topic a .category {
  background-color: #df6843;
}
#article_coverage.coverage_top .coverage_newest-list li.play a::before {
  background-color: #b8bc48;
}
#article_coverage.coverage_top .coverage_newest-list li.play a .category {
  background-color: #b8bc48;
}
#article_coverage.coverage_top .coverage_newest-list li.prmovie a::before {
  background-color: #5dcc81;
}
#article_coverage.coverage_top .coverage_newest-list li.prmovie a .category {
  background-color: #5dcc81;
}
#article_coverage.coverage_top .coverage_newest-list li a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 274px;
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a {
    min-height: auto;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a::before, #article_coverage.coverage_top .coverage_newest-list li a::after {
  content: "";
  display: block;
  position: absolute;
}
#article_coverage.coverage_top .coverage_newest-list li a::before {
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a::before {
    height: 0.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a::after {
  width: 56px;
  height: 13px;
  background-image: url("../../common/image/icon_parts1.svg");
  background-size: cover;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a::after {
    width: 13.4666666667vw;
    height: 3.0666666667vw;
    top: 0.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a > div {
  padding: 27px 20px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a > div {
    padding: 4.8vw 2.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a div span {
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
}
#article_coverage.coverage_top .coverage_newest-list li a div span.date {
  font-family: "Beleren";
  font-size: 24px;
  font-weight: 700;
  color: #f55d0b;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a div span.date {
    font-size: 5.0666666667vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a div span.category {
  width: 90px;
  padding: 4.5px 0;
  margin-top: 17px;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a div span.category {
    width: 14.6666666667vw;
    padding: 0.5333333333vw 0;
    margin-top: 3.2vw;
    font-size: 2.4vw;
    clip-path: polygon(0.6666666667vw 0, 100% 0, 100% calc(100% - 0.6666666667vw), calc(100% - 0.6666666667vw) 100%, 0 100%, 0 0.6666666667vw);
  }
}
#article_coverage.coverage_top .coverage_newest-list li a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #ddd;
  letter-spacing: 0.05em;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-list li a p {
    font-size: 3.7333333333vw;
    line-height: 1.64;
    margin-top: 2.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_newest-list li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#article_coverage.coverage_top .coverage_newest-btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-btn {
    margin-top: 4.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_newest-btn > div.common_bt {
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-btn > div.common_bt {
    width: 66.6666666667vw;
    max-width: none;
  }
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-btn > div.common_bt a {
    font-size: 3.2vw;
  }
}
#article_coverage.coverage_top .coverage_newest-btn > div.common_bt a span {
  padding: 18.5px 8px 16.5px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_newest-btn > div.common_bt a span {
    padding: 4.0666666667vw 0.6666666667vw 3.9333333333vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 62px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-inner {
    padding-top: 7.0666666667vw;
  }
}
#article_coverage.coverage_top .coverage_pickup h2 {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup h2 {
    font-size: 2.4vw;
  }
}
#article_coverage.coverage_top .coverage_pickup h2 span {
  display: block;
  font-family: "Beleren";
  font-size: 30px;
  margin-bottom: 3px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup h2 span {
    font-size: 5.8666666667vw;
    margin-bottom: 0.9333333333vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-container {
  width: 100%;
  max-width: 1467px;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-container {
    max-width: none;
    margin: 4.9333333333vw auto 0;
    overflow: hidden;
  }
}
#article_coverage.coverage_top .coverage_pickup-container .slick-track {
  display: flex;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-container .slick-track {
    margin-left: 4vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-container .slick-slide {
  height: auto !important;
}
#article_coverage.coverage_top .coverage_pickup-list {
  width: 90.52%;
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list {
    width: 100%;
    max-width: none;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li {
  width: 24.1%;
  max-width: 320px;
  margin: 0 8px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li {
    width: 58.6666666667vw;
    max-width: none;
    margin: 0 2vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li:last-of-type {
  margin-right: 0;
}
#article_coverage.coverage_top .coverage_pickup-list li a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #fff;
  border: 2px solid #c5beb7;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a {
    min-height: auto;
    border: 0.4vw solid #c5beb7;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../../coverage/image/icon-arrow-orange.svg");
  background-size: cover;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a::after {
    width: 4vw;
    height: 4vw;
    bottom: -0.4vw;
    right: -0.4vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) {
  padding: 18px 17px 18px 14px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) {
    padding: 2.4vw 2.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div span {
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div span.date {
  font-family: "Beleren";
  font-size: 20px;
  font-weight: 700;
  color: #f55d0b;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div span.date {
    font-size: 4.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div span.category {
  width: 90px;
  padding: 4.5px 0;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > div span.category {
    width: 14.6666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 2.4vw;
    clip-path: polygon(0.6666666667vw 0, 100% 0, 100% calc(100% - 0.6666666667vw), calc(100% - 0.6666666667vw) 100%, 0 100%, 0 0.6666666667vw);
  }
}
#article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  color: #222;
  letter-spacing: 0.05em;
  margin-top: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-list li a > div:not(.thumb) > p {
    font-size: 3.4666666667vw;
    line-height: 1.3;
    margin-top: 2.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-btn {
  width: 100%;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-btn {
    display: none;
  }
}
#article_coverage.coverage_top .coverage_pickup-btn > div {
  display: none;
  width: 31px;
  transform-origin: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-btn > div {
    width: 6.2666666667vw;
  }
}
#article_coverage.coverage_top .coverage_pickup-btn > div._prev {
  transform: rotateZ(180deg);
  left: 0.68%;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-btn > div._prev {
    left: 0;
  }
}
#article_coverage.coverage_top .coverage_pickup-btn > div._next {
  right: 0.68%;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_pickup-btn > div._next {
    right: 0;
  }
}
#article_coverage.coverage_top .coverage_pickup-btn > div.slick-disabled {
  display: none !important;
}
#article_coverage.coverage_top .coverage_list {
  padding: 90px 0 120px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list {
    padding: 13.0666666667vw 0 20vw;
  }
}
#article_coverage.coverage_top .coverage_list-inner {
  width: 1200px;
  margin: 65px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-inner {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
    display: block;
  }
}
#article_coverage.coverage_top .coverage_list-search-button {
  width: 340px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-search-button {
    width: 100%;
    position: static;
  }
}
#article_coverage.coverage_top .coverage_list-search-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border: 1px solid #666;
  color: #dddddd;
  width: 270px;
  height: 48px;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 14px;
  font-weight: 700;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-search-button a {
    width: 58.2666666667vw;
    height: 9.3333333333vw;
    margin: 0 0 0 auto;
    font-size: 3.2vw;
    border-radius: 4.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-search-button a .search-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-search-button a .search-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 0.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-search-button a .button-arrow {
  width: 9px;
  height: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-search-button a .button-arrow {
    width: 1.7333333333vw;
    height: 2.9333333333vw;
    margin-left: 2.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-search-button a:hover {
  filter: brightness(1.5);
}
#article_coverage.coverage_top .coverage_list-category {
  width: 826px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category {
    width: 100%;
    display: block;
    margin-top: 10.6666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-category li {
  width: 271px;
  margin-right: 6.5px;
  margin-bottom: 45px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
#article_coverage.coverage_top .coverage_list-category li:nth-of-type(3n + 2) {
  margin-right: 0;
}
#article_coverage.coverage_top .coverage_list-category li._large {
  width: 410px;
  margin-right: 6px;
  margin-bottom: 50px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li._large {
    width: 80vw;
    margin: 0 auto 9.3333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-category li._large:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li._large:nth-of-type(2) {
    margin-right: auto;
  }
}
#article_coverage.coverage_top .coverage_list-category li._large a {
  display: block;
}
#article_coverage.coverage_top .coverage_list-category li._large a > div {
  width: 100%;
}
#article_coverage.coverage_top .coverage_list-category li._large a > p {
  font-size: 20px;
  padding: 0 14px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li._large a > p {
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 0;
    margin-top: 2.1333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-category li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li a > div {
    width: 40vw;
  }
}
#article_coverage.coverage_top .coverage_list-category li a > p {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 0 9px;
  margin-top: 9px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-category li a > p {
    width: 48.6666666667vw;
    font-size: 3.7333333333vw;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
#article_coverage.coverage_top .coverage_list-side {
  width: 340px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-side {
    width: 100%;
  }
}
#article_coverage.coverage_top .coverage_list-ranking {
  margin-top: 82px;
  counter-reset: number 0;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking {
    margin-top: 12vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dt {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #c5beb7;
  border-bottom: 1px solid #c5beb7;
  line-height: 1;
  padding: 25.5px 0 22.5px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dt {
    font-size: 2.4vw;
    padding: 4.9333333333vw 0;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dt span {
  display: inline-block;
  font-family: "Beleren";
  font-size: 26px;
  color: #f55d0b;
  margin-right: 12px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dt span {
    font-size: 5.3333333333vw;
    margin-right: 1.8666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd {
  margin-top: 19px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd {
    margin-top: 5.3333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li {
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li {
    margin-top: 6.1333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(-n+3) {
  margin-top: 33px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(-n+3) {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(-n+3) a {
    padding-top: 1.6vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(-n+3) a::before {
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  top: 3px;
  left: 6px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(-n+3) a::before {
    width: 6.8vw;
    height: 6.8vw;
    font-size: 4.5333333333vw;
    line-height: 6.8vw;
    top: 0;
    left: 0;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(1) {
  margin-top: 0;
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(1) a::before {
  background-color: #cfac1f;
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(2) a::before {
  background-color: #b2a987;
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li:nth-child(3) a::before {
  background-color: #d67439;
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 2px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li a {
    padding-top: 1.0666666667vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  background-color: #969696;
  border-radius: 50%;
  font-family: "Beleren";
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-indent: -0.15em;
  position: absolute;
  top: 0;
  left: 9px;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li a::before {
    width: 6vw;
    height: 6vw;
    font-size: 4vw;
    line-height: 6vw;
    top: 0;
    left: 0.5333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a > div {
  width: 280px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li a > div {
    width: 82.4vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a > div span {
  display: block;
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a > div span.category {
  width: 90px;
  padding: 0.6px 0;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li a > div span.category {
    width: 14.6666666667vw;
    padding: 0.6666666667vw 0;
    font-size: 2.4vw;
    line-height: 1;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a > div p {
  font-size: 15px;
  line-height: 1.47;
  margin-top: 2px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 812px) {
  #article_coverage.coverage_top .coverage_list-ranking dd ul li a > div p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.3333333333vw;
  }
}
#article_coverage.coverage_top .coverage_list-ranking dd ul li a:hover {
  transform: translate(5px, 0);
}

/*# sourceMappingURL=coverage.css.map */
