@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
300：Light
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
Notoフォント設定
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
.newsArea .ttl {
  font-size: 0.5rem;
  left: 50%;
  line-height: 1;
  letter-spacing: 4px;
  position: absolute;
  top: -23px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .newsArea .ttl {
    top: 0;
    font-size: 0.28rem;
    padding: 0 0 40px;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.newsArea .awardsAndMedia {
  color: #fff;
  position: relative;
  padding: 54px 0 70px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .awardsAndMedia {
    padding: 38px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .awardsAndMedia {
    padding: 28px 0 45px;
  }
}
.newsArea .awardsAndMedia .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .newsArea .awardsAndMedia .inner {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .awardsAndMedia .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.newsArea .awardsAndMedia .subttl {
  font-size: 0.24rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 1.44px;
  margin-bottom: 45px;
  padding-left: 2.085vw;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .newsArea .awardsAndMedia .subttl {
    font-size: 0.15rem;
    margin-bottom: 27px;
    letter-spacing: 0.9px;
    padding-left: 5.56%;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .awardsAndMedia .subttl:after {
    content: "";
    height: 2px;
    width: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .newsArea .newsArea h2 {
    background: #161616;
    color: #fff;
    font-size: 0.28rem;
    font-family: "aktiv-grotesk", sans-serif;
    line-height: 1;
    letter-spacing: 2.24px;
    text-align: center;
    text-transform: uppercase;
    padding: 43px 0 47px;
  }
}
.newsArea .listAwards {
  height: 300px;
  opacity: 0;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .listAwards {
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards {
    padding-left: 30px;
    height: auto;
  }
}
.newsArea .listAwards.slick-initialized {
  opacity: 1;
  height: auto !important;
}
.newsArea .listAwards .item {
  padding: 0 2.085vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .item {
    padding: 0 10px;
  }
}
.newsArea .listAwards .item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touchevents .newsArea .listAwards .item a[href]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .slick-list {
    padding: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .slick-list .slick-slide {
    width: 39.8vw;
  }
}
.newsArea .listAwards .item .img {
  background: url("../img/news/awardsAndMedia_item1_img.jpg");
  background-size: cover;
  padding-top: 100%;
}
.newsArea .listAwards .slick-slide:nth-child(2n) .item .img {
  background: url("../img/news/awardsAndMedia_item2_img.jpg");
  background-size: cover;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .listAwards .slick-next, .newsArea .listAwards .slick-prev {
    height: 18px;
    width: 15.5px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .slick-next, .newsArea .listAwards .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .item .awards, .newsArea .listAwards .item .media {
    font-size: 0.11rem;
  }
}
.newsArea .listAwards .item .txt {
  font-size: 0.14rem;
  line-height: 1;
  margin: 20px 0 17px;
  text-align: justify;
  overflow: hidden;
}
.newsArea .listAwards .item .txt span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .item .txt span {
    overflow: inherit;
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .item .txt {
    font-size: 0.12rem;
    line-height: 2.2;
    margin: 10px 0 8px;
    overflow: inherit;
  }
}
.newsArea .listAwards .item .awards, .newsArea .listAwards .item .media {
  color: #999999;
  font-size: 0.12rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.newsArea .listAwards .item .new {
  color: #AA77FF;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 640px) {
  .newsArea .listAwards .item .new {
    font-size: 0.13rem;
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] {
    pointer-events: auto !important;
  }
}
.newsArea [data-slidearea01] .contantWrap {
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsArea [data-slidearea01] .contantWrap .btns01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .btns01 {
    display: none;
  }
}
.newsArea [data-slidearea01] .contantWrap .btns01 button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .btns01 button {
    width: 60px;
    height: 90px;
  }
}
.newsArea [data-slidearea01] .contantWrap .btns01 button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsArea [data-slidearea01] .contantWrap .btns01 button.next {
  right: -50px;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .btns01 button.next {
    right: -20px;
  }
}
.newsArea [data-slidearea01] .contantWrap .btns01 button.next:before {
  background-image: url("../img/news/icon_next.png");
}
.newsArea [data-slidearea01] .contantWrap .btns01 button.prev {
  left: -50px;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .btns01 button.prev {
    left: -20px;
  }
}
.newsArea [data-slidearea01] .contantWrap .btns01 button.prev:before {
  background-image: url("../img/news/icon_prev.png");
}
.no-touchevents .newsArea [data-slidearea01] .contantWrap .btns01 button:hover:before {
  opacity: 0.6;
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn {
  padding: 0 75% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn {
    padding: 0;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.2rem;
  }
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content {
  position: relative;
  display: table;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content {
    display: block;
    width: auto !important;
    left: auto !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .item {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .item {
    display: inline-block;
    vertical-align: top;
    width: 42vw !important;
  }
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .item.dammy {
    display: none;
  }
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .in {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .in {
    padding: 0 10px;
  }
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-touchevents .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content a:hover ~ .img {
  opacity: 0.6;
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .img {
    height: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .img {
    height: 1.5rem;
  }
}
.ie .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .txtwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .txt {
    font-size: 0.12rem;
  }
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .cat {
  color: #999999;
  font-size: 0.12rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .new {
  color: #AA77FF;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .contentWrapIn .content .new {
    font-size: 0.13rem;
    right: 10px;
  }
}
.newsArea [data-slidearea01] .contantWrap .pager {
  text-align: center;
}
.newsArea [data-slidearea01] .contantWrap .pager button {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .pager button {
    width: 60px;
    height: 90px;
  }
}
.newsArea [data-slidearea01] .contantWrap .pager button:after, .newsArea [data-slidearea01] .contantWrap .pager button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .newsArea [data-slidearea01] .contantWrap .pager button:after, .newsArea [data-slidearea01] .contantWrap .pager button:before {
    width: 6px;
    height: 6px;
  }
}
.newsArea [data-slidearea01] .contantWrap .pager button:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .newsArea [data-slidearea01] .contantWrap .pager button:hover:after, .newsArea [data-slidearea01] .contantWrap .pager button.active:after {
  background-color: #000;
}
.newsArea [data-slidearea01] .contantWrap .pager button.active {
  cursor: default;
  pointer-events: none;
}
.newsArea .topicsArea {
  color: #fff;
  padding: 46px 0 50px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea {
    padding: 32px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea {
    padding: 30px 0 59px;
  }
}
.newsArea .topicsArea .inner {
  margin: 0 auto;
  width: 66.67%;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .newsArea .topicsArea .inner {
    width: 86.5%;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.56%;
    width: 100%;
  }
}
.newsArea .topicsArea .topics {
  font-size: 0.24rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .topics {
    font-size: 0.15rem;
    letter-spacing: 0.9px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .topics:before {
    content: "";
    height: 2px;
    width: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -5.56%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.newsArea .topicsArea .listTopics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 47px 0 120px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea .listTopics {
    margin: 33px 0 84px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 28px 0 40px;
  }
}
.newsArea .topicsArea .more a {
  display: block;
  border: 2px solid #fff;
  font-size: 0.16rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 336px;
}
.newsArea .topicsArea .more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea .more a {
    height: 32px;
    width: 235px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .more a {
    font-size: 0.13rem;
    height: 36px;
    line-height: 36px;
    width: 73.75%;
  }
}
.newsArea .topicsArea .listTopics .item {
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46.875%;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item {
    width: 100%;
  }
}
.newsArea .topicsArea .listTopics .item + .item {
  margin-top: 60px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea .listTopics .item + .item {
    margin-top: 42px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item + .item {
    margin-top: 30px;
  }
}
.newsArea .topicsArea .listTopics .item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item:nth-child(2) {
    margin-top: 30px;
  }
}
.newsArea .topicsArea .listTopics .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 20px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea .listTopics .item a {
    padding: 14px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item a {
    padding: 21px 20px 20px 20px;
  }
}
.newsArea .topicsArea .listTopics .item .imgArea {
  overflow: hidden;
  width: 46.5%;
}
.newsArea .topicsArea .listTopics .item .imgArea .img {
  background-image: url(/img/news/noimage.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  width: 100%;
  position: relative;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.205, 0.01, 0.075, 0.995), clip-path 0.8s cubic-bezier(0.205, 0.01, 0.075, 0.995), filter 0.5s !important;
  -webkit-filter: saturate(0%) brightness(1);
          filter: saturate(0%) brightness(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newsArea .topicsArea .listTopics .item .linkSvg {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.no-touchevents .newsArea .topicsArea .listTopics .item:hover .linkSvg {
  opacity: 1;
}
.no-touchevents .newsArea .topicsArea .listTopics .item:hover .imgArea .img {
  -webkit-filter: saturate(100%) brightness(2);
          filter: saturate(100%) brightness(2);
}
.no-touchevents .newsArea .topicsArea .listTopics .item:hover .imgArea .img:after {
  opacity: 1;
}
.newsArea .topicsArea .listTopics .item .in {
  margin-top: 10px;
  position: relative;
  width: 50.18%;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .in {
    margin-top: 0;
    width: 47%;
  }
}
.newsArea .topicsArea .listTopics .item .in .txt {
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.26rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .in .txt {
    font-size: 0.12rem;
    line-height: 0.22rem;
  }
}
.newsArea .topicsArea .listTopics .item .in .btn {
  background: url("../img/news/icon_btn.png");
  background-size: cover;
  bottom: 0;
  height: 13px;
  position: absolute;
  right: 0;
  width: 11px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .topicsArea .listTopics .item .in .btn {
    height: 10px;
    width: 8px;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .in .btn {
    height: 10px;
    width: 9px;
  }
}
.newsArea .topicsArea .listTopics .item .date {
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .date {
    font-size: 0.12rem;
    letter-spacing: 0.072px;
  }
}
.newsArea .topicsArea .listTopics .item .new {
  color: #AA77FF;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 0.84px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .new {
    font-size: 0.13rem;
    letter-spacing: 0.78px;
    right: 22px;
    top: 22px;
  }
}
.newsArea .topicsArea .listTopics .item .title {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.28rem;
  text-align: justify;
  margin: 20px 0 8px;
}
@media screen and (max-width: 640px) {
  .newsArea .topicsArea .listTopics .item .title {
    font-size: 0.13rem;
    line-height: 0.24rem;
    margin: 14px 0;
    width: 100%;
  }
}
.newsArea .slick-next, .newsArea .slick-prev {
  height: 26px;
  width: 22px;
}
.newsArea .slick-next:before, .newsArea .slick-prev:before {
  display: none;
}
.newsArea .slick-next:hover, .newsArea .slick-prev:hover {
  opacity: 0.7;
}
.newsArea .slick-next {
  background: url("../img/news/icon_next.png");
  background-size: cover;
  right: -22px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .slick-next {
    right: -15.5px;
  }
}
.newsArea .slick-prev {
  background: url("../img/news/icon_prev.png");
  background-size: cover;
  left: -22px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsArea .slick-prev {
    left: -15.5px;
  }
}

.newsDetailArea .ttl {
  font-size: 0.5rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: bold;
  left: 50%;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: bold;
  position: absolute;
  top: -23px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .newsDetailArea .ttl {
    top: 0;
    font-size: 0.28rem;
    padding: 0 0 40px;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.newsDetailArea .detail {
  background: #000000;
  color: #fff;
  padding: 120px 0 117px;
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .detail {
    padding: 84px 0 82px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .detail {
    padding: 30px 0 54px;
  }
}
.newsDetailArea .detail .inner {
  margin: 0 auto;
  width: 1000px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .detail .inner {
    width: 750px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .newsDetailArea .detail .inner {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .detail .inner {
    width: 100%;
  }
}
.newsDetailArea .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 5.56%;
  }
}
.newsDetailArea .item .img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .newsDetailArea .item .img {
    width: 47%;
    height: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .img {
    margin: 0 auto;
    width: 75%;
    height: 2.5rem;
    margin-bottom: 20px;
  }
}
.newsDetailArea .item .txt {
  text-align: justify;
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  .newsDetailArea .item .txt {
    font-size: 0.16rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .txt {
    font-size: 0.12rem;
    margin-top: 25px;
    text-align: justify;
  }
}
.newsDetailArea .item .info {
  position: relative;
  width: 48.74%;
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .info {
    width: 100%;
  }
}
.newsDetailArea .item .info .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsDetailArea .item .info .in .date {
  border-right: 1px solid #999999;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 0.84px;
  margin-right: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .item .info .in .date {
    margin-right: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .info .in .date {
    font-size: 0.12rem;
    letter-spacing: 0.72px;
    margin-right: 12px;
    padding-right: 13px;
  }
}
.newsDetailArea .item .info .in .topics {
  border-right: 1px solid #999999;
  color: #999999;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 0.84px;
  padding-right: 15px;
  text-transform: uppercase;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .item .info .in .topics {
    padding-right: 11px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .info .in .topics {
    font-size: 0.12rem;
    letter-spacing: 0.72px;
    padding-right: 12px;
  }
}
.newsDetailArea .item .info .new {
  color: #AA77FF;
  font-size: 0.14rem;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 1;
  letter-spacing: 0.84px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .info .new {
    font-size: 0.13rem;
    letter-spacing: 0.78px;
  }
}
.newsDetailArea .item .info .title {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 20px 0 10px;
  text-align: justify;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .item .info .title {
    margin: 14px 0 7px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .item .info .title {
    font-size: 0.15rem;
    line-height: 0.26rem;
    margin: 22px 0;
  }
}
.newsDetailArea .pn .img {
  margin: auto;
  width: 470px;
  height: 470px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .pn .img {
    top: 84px;
    width: 352.5px;
    height: 352.5px;
  }
}
.newsDetailArea .pn.prev .img {
  left: calc(-25% - 1500px);
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .pn.prev .img {
    left: calc(-35% - 1125px);
  }
}
.newsDetailArea .pn.next .img {
  right: calc(-25% - 1500px);
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .pn.next .img {
    right: calc(-35% - 1125px);
  }
}
.newsDetailArea .pn a {
  margin: auto 0;
  position: absolute;
  display: block;
  margin: auto;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
}
.newsDetailArea .pn a:before, .newsDetailArea .pn a:after {
  content: "";
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.newsDetailArea .pn a:before {
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.newsDetailArea .pn a:after {
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}
.newsDetailArea .pn.prev a {
  left: -1200px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .pn.prev a {
    left: -900px;
  }
}
.newsDetailArea .pn.prev a:before {
  border-right: solid 23px #fff;
}
.newsDetailArea .pn.prev a:after {
  border-right: solid 20px #000;
}
.newsDetailArea .pn.next a {
  right: -1200px;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .newsDetailArea .pn.next a {
    right: -900px;
  }
}
.newsDetailArea .pn.next a:before {
  border-left: solid 23px #fff;
}
.newsDetailArea .pn.next a:after {
  left: -1px;
  border-left: solid 20px #000;
}
@media screen and (max-width: 640px) {
  .newsDetailArea .button {
    background: #161616;
    width: 100%;
    position: relative;
    height: 80px;
  }
  .newsDetailArea .button a {
    display: block;
  }
  .newsDetailArea .button img {
    display: inline-block;
    vertical-align: middle;
  }
  .newsDetailArea .button .prev, .newsDetailArea .button .next, .newsDetailArea .button .current {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 40px;
    width: 100px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .prev, .newsDetailArea .button .next, .newsDetailArea .button .current {
    top: 15px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .no-touchevents .newsDetailArea .button .prev:hover, .no-touchevents .newsDetailArea .button .next:hover, .no-touchevents .newsDetailArea .button .current:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .button .prev {
    left: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .prev {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .button .next {
    right: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .next {
    right: 10px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .next img, .newsDetailArea .button .prev img {
    width: auto;
    height: 19px;
  }
}
@media screen and (max-width: 640px) {
  .newsDetailArea .button .current {
    left: 50%;
    margin-left: -50px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .current {
    top: 17px;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .newsDetailArea .button .current img {
    width: auto;
    height: 16px;
  }
}

.newsDetailClose {
  background-color: #191919;
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.newsDetailClose > a {
  display: inline-block;
  width: 44px;
  padding-top: 44px;
  position: relative;
}
.newsDetailClose > a:before, .newsDetailClose > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #FFF;
}
.newsDetailClose > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsDetailClose > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.newsDetailClose > a span {
  font-size: 0.12rem;
  color: #999999;
  letter-spacing: 0.01rem;
  font-family: "aktiv-grotesk", sans-serif;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}