@charset "UTF-8";
/**
 * Created Date: 2022-08-31 10:50:39
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2023-11-17 03:23:54
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/**
 * Created Date: 2022-02-09 12:47:10
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2025-07-17 15:03:53
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/*---------------------------------
  Google font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=DotGothic16&family=Yomogi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "anton";
  src: url("../font/anton-v23-latin-regular.woff") format("woff"), url("../font/anton-v23-latin-regular.ttf") format("truetype");
}
/*---------------------------------
  カラーパレット
---------------------------------*/
/*---------------------------------
  mq（メディアクエリを呼び出す）
  $name
  $value
---------------------------------*/
/*---------------------------------
  白黒画像背景
  $url
  $coverColor
---------------------------------*/
/*---------------------------------
  影
---------------------------------*/
.shadow00 {
  box-shadow: none !important;
}

.shadow01 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.shadow02 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*---------------------------------
  page共通
---------------------------------*/
#wrapper {
  background-color: #c2c6c8;
}

/*---------------------------------
  news
---------------------------------*/
#news #news_header {
  position: relative;
  border-bottom: 5px solid #26292c;
}
#news #news_header h1 {
  display: inline-block;
  line-height: 1;
}
#news #news_header h1 span {
  display: inline-block;
  background-color: #5D090F;
  color: #c2c6c8;
}
#news #news_pickup .card {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
#news #news_pickup #pickup_news .release_date {
  color: #26292c;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  display: block;
  margin-bottom: 4px;
}
#news #news_pickup #pickup_news .title_box {
  position: relative;
  background-color: #26292c;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 6px 8px;
}
#news #news_pickup #pickup_news .title_box .title_pickup {
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  color: #daa62c;
  font-size: 0.8rem;
}
#news #news_pickup #pickup_news .title_box .news_title {
  padding-top: 24px;
  display: inline-block;
  color: #c2c6c8;
}
#news #news_pickup #pickup_news .contents_box .news_text {
  margin-top: 0;
  margin-bottom: 8px;
}
#news #news_pickup #pickup_news .contents_box .news_link {
  line-height: 1;
}
#news #news_pickup #pickup_news .contents_box .category {
  margin-top: 16px;
  border-top: 1px solid #aaa;
  padding-top: 8px;
}
#news #news_pickup #pickup_news .contents_box .category span {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  font-size: 0.8rem;
}
#news #news_pickup #pickup_news .contents_box .news_img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #news #news_pickup #pickup_news .contents_box .news_img {
    text-align: center;
  }
}
#news #news_pickup #pickup_news .contents_box .news_img img {
  max-width: 100%;
  max-height: 180px;
  border: 1px solid #4f575e;
  background-color: #FFFFFF;
}
#news #news_pickup .new_topic .title_box {
  background-color: #5D090F;
  color: #c2c6c8;
  padding: 8px 24px;
  text-align: center;
  margin: 0;
}
#news #news_pickup .new_topic .list-group .list-group-item {
  background-color: transparent;
  padding: 0;
}
#news #news_pickup .new_topic .list-group .list-group-item.list-group-item-action:hover {
  background-color: rgba(236, 232, 225, 0.1);
}
#news #news_pickup .new_topic .list-group .list-group-item > a {
  position: relative;
  display: block;
  padding: 0.75rem 8rem 0.75rem 0;
  color: #4f575e;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
#news #news_pickup .new_topic .list-group .list-group-item > a:hover {
  text-decoration: none;
}
#news #news_pickup .new_topic .list-group .list-group-item > a.not_topic {
  color: #aaa;
}
#news #news_pickup .new_topic .list-group .list-group-item > a small {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}
#news #news_filter {
  border-top: 1px solid #26292c;
}
#news #news_filter .filter_btn {
  margin-top: 4px;
  border-radius: 0;
  border: 1px solid #7f7f7f;
  color: #7d7d7d;
}
#news #news_filter .filter_btn#filter00 {
  background-color: rgba(148, 124, 176, 0.5);
}
#news #news_filter .filter_btn#filter01 {
  background-color: rgba(78, 152, 174, 0.5);
}
#news #news_filter .filter_btn#filter02 {
  background-color: rgba(190, 111, 71, 0.5);
}
#news #news_filter .filter_btn#filter03 {
  background-color: rgba(218, 168, 17, 0.5);
}
#news #news_filter .filter_btn#filter04 {
  background-color: rgba(187, 104, 119, 0.5);
}
#news #news_filter .filter_btn#filter05 {
  background-color: rgba(84, 153, 117, 0.5);
}
#news #news_filter .filter_btn#filter06 {
  background-color: rgba(163, 163, 163, 0.5);
}
#news #news_filter .filter_btn:hover, #news #news_filter .filter_btn.active {
  border: 1px solid #4f575e;
  color: #26292c;
}
#news #news_filter .filter_btn:hover#filter00, #news #news_filter .filter_btn.active#filter00 {
  background-color: #947cb0;
}
#news #news_filter .filter_btn:hover#filter01, #news #news_filter .filter_btn.active#filter01 {
  background-color: #4e98ae;
}
#news #news_filter .filter_btn:hover#filter02, #news #news_filter .filter_btn.active#filter02 {
  background-color: #be6f47;
}
#news #news_filter .filter_btn:hover#filter03, #news #news_filter .filter_btn.active#filter03 {
  background-color: #daa811;
}
#news #news_filter .filter_btn:hover#filter04, #news #news_filter .filter_btn.active#filter04 {
  background-color: #bb6877;
}
#news #news_filter .filter_btn:hover#filter05, #news #news_filter .filter_btn.active#filter05 {
  background-color: #549975;
}
#news #news_filter .filter_btn:hover#filter06, #news #news_filter .filter_btn.active#filter06 {
  background-color: #a3a3a3;
}
#news #news_list .card {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
#news #news_list article {
  background-color: rgba(236, 232, 225, 0.3);
  padding: 16px 24px !important;
}
#news #news_list article + article {
  margin-top: 16px;
}
#news #news_list article .list_title.new {
  position: relative;
}
#news #news_list article .list_title.new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5D090F;
  color: #c2c6c8;
  padding: 4px 16px;
  line-height: 1;
  font-size: 0.8rem;
}
#news #news_list article .list_title .release_date {
  color: #5D090F;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  display: block;
  margin-bottom: 4px;
}
#news #news_list article .list_title .news_title {
  border-top: 5px solid #5D090F;
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
}
#news #news_list article .news_img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #news #news_list article .news_img {
    text-align: center;
  }
}
#news #news_list article .news_img img {
  max-width: 100%;
  max-height: 160px;
  border: 1px solid #4f575e;
  background-color: #FFFFFF;
}
#news #news_list article .news_text {
  margin-top: 0;
  margin-bottom: 8px;
}
#news #news_list article .news_link {
  line-height: 1;
}
#news #news_list article .category {
  margin-top: 16px;
  border-top: 1px solid #aaa;
  padding-top: 8px;
}
#news #news_list article .category span {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  font-size: 0.8rem;
}/*# sourceMappingURL=news.css.map */