@charset "UTF-8";
.global_wrapper{
  max-width: 100%;
  margin: 0 auto;
}
.topics{
  display: flex;
}

/* CATEGORY */
.category_area ul {
  padding: 24px 0 0;
  letter-spacing: -4rem;
}
.category_area ul li {
  display: inline-block;
  margin-right: 24px;
}
.category_area ul li:last-child {
  margin-right: 0;
}
.category_area ul li a{
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  padding-left: 32px;
  padding-right: 12px;
  letter-spacing: 0;
  border-bottom: 1px solid #555;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.category_area ul li a:hover{
  border-bottom: 1px solid #fff;
  transform: translate(3%, 0);
}
.category_area ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 30%; left: 0;
  width: 20px; height: 1px;
  border-top: 1px solid #555;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.category_area ul li a:hover::before {
  border-top: 1px solid #fff;
  transform: translate(3%, 0);
}
.main-image.head-image .section_wrapper .main_wrapper {
  position: sticky;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
.main-image.head-image .category_area{
  text-align: left;
}

/* news*/
.news_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_item {
  position: relative;
  color: #ffffff;
  width: 33.3333%;
  height: 100%;
  text-align: center;
  padding-right: 50px;
  padding-bottom: 60px;
}
.news_item img{
  width: 100%;
  height: auto;
}
.news_catch {
  font-size: 14px;
  position: absolute;
  top: 90px; 
  right: 26px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.news_catch::before {
  content: '';
  position: absolute;
  top: -90px; 
  right: 5px;
  display: inline-block;
  width: 1px; 
  height: 80px;
  border-left: 1px solid #555;
}
.news_title {
  text-align: left;
  font-size: 16px;
  margin-top: 12px;
}
.news_title span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.scroll_area #infscr-loading{
  width: 100%;
  text-align: center;
}
.scroll_area #infscr-loading img{
  width: 50px;
}

/* モーダルウィンドウ*/
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
	max-width: 800px;
	padding-top: 44px;
}
.mfp-fade01.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media screen and (max-width: 1040px) {
.section_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
  .section_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  /* news*/
  .news_item {
    padding-right: 40px;
    padding-bottom: 30px;
}
  .news_catch {
    top: 60px;
    right: 22px;
}
  .news_catch::before {
    top: -60px;
    right: 6px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {
  /* CATEGORY */
  .category_area ul li {
    margin-right: 18px;
    margin-top: 18px;
}
  /* news*/
  .news_item {
    width: 50%;
    padding-right: 30px;
  }
  .news_catch {
    right: 12px;
}
}
