.info_attention {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .info_attention {
    display: none !important
  }
}

.japanese .info_attention {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.english .info_attention {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.zh1 .info_attention {
  font-family: "Microsoft Yahei", "PingHei", sans-serif
}

.zh2 .info_attention {
  font-family: "Microsoft Yahei", "PingHei", sans-serif
}

.ko .info_attention {
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif
}

.ru .info_attention {
  font-family: "Noto Sans", sans-serif
}

.es .info_attention {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.ar .info_attention {
  direction: rtl;
  font-family: "Cairo", sans-serif
}

.fr .info_attention {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.th .info_attention {
  font-family: "Prompt", sans-serif
}

.in .info_attention {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.tr .info_attention {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.category-name,
.year-name {
  cursor: pointer;
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  position: absolute;
  z-index: 30;
  font-size: 12px;
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  background-color: #fff
}
@media screen and (max-width: 768px) {
  .category-name,
  .year-name {
    font-size: 14px;
  }
}

.year-name {
  top: 131px;
}

.category-name .suffix,
.year-name.suffix{
  position: absolute;
  top: 0;
  right: 36px;
  height: 44px;
  line-height: 42px;
  color: #999999
}

.category-name .image,
.year-name .image {
  display: inline-block;
  vertical-align: -1px;
  width: 7px;
  height: 14px
}

@media screen and (max-width: 768px) {
  .category-name .image,
  .year-name .image {
    width: 5px;
    height: 10px
  }
}

.category-name .image img,
.year-name .image img {
  width: 100%;
  height: 100%
}

.category-name.new,
.year-name.new {
  color: #f88800
}

.category-closer {
  position: fixed;
  display: none;
  z-index: 31;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent
}

.category,
.year {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

@media screen and (min-width: 769px) {
  .category,
  .year {
    position: absolute;
    top: 114px;
    z-index: 10;
    padding: 20px;
    background: #fff;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
  }

  .category.-active,
  .year.-active {
    opacity: 1;
    pointer-events: auto;
  }

  .category {
    right: 93px;
  }

  .year {
    right: 24px;
  }

  .category li,
  .year li {
    height: 32px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .category,
  .year {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 32;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    transition: opacity .3s;
    z-index: 100000;
    pointer-events: none;
  }

  .category.-active,
  .year.-active {
    opacity: 1;
    pointer-events: auto;
  }

  .category li,
  .year li {
    display: block;
    font-size: 20px;
    text-align: center;
    height: 45px;
    line-height: 45px;
  }
}

.category li a,
.year li a {
  display: block;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  color: #b3b3b3
}

@media screen and (min-width: 769px) {
  .category li a:hover,
  .year li a:hover {
    color: #000000
  }
}

.category .new a,
.year .new a {
  color: #fbc9a3
}

.category .new a:hover,
.year .new a:hover {
  color: #f88800
}

.category .selected a,
.year .selected a {
  color: #000000
}

.category .selected .orange,
.year .selected .orange {
  color: #f88800
}

#grid-content {
  margin-top: 25px;
}

#grid-content a {
  display: block
}

#grid-content a img {
  width: 100%;
  height: 100%
}

@media screen and (max-width: 768px) {
  #grid-content {
    margin-top: 88px;
  }
}



/* 21.08.21 追加 */
.filter {
  position: relative;
  z-index: 1;
}
.filterList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-right: 30px;
}
.filterItem {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  color: #b3b3b3
}
.filterItem:hover,
.filterItem.-active {
  color: #000000
}
.filterItem:not(:first-of-type){
  margin-left: 26px;
}
.searchInput {
  /* input CSS Reset */
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  width: 300px;
  max-width: 60vw;
  padding: 5px 26px 5px 2px;
  margin-right: -18px;
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
}
.searchInput::-webkit-input-placeholder {
  color: #b3b3b3;
}
.searchInput::-moz-placeholder {
  color: #b3b3b3;
}
.searchInput:-ms-input-placeholder {
  color: #b3b3b3;
}
.searchInput::-ms-input-placeholder {
  color: #b3b3b3;
}
.searchInput::placeholder {
  color: #b3b3b3;
}
.searchBtn {
  /* button CSS Reset */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  position: relative;
  top: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-image: url('/images/common/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.searchBtn:hover {
  opacity: .8;
}
.searchBtn span {
  display: none;
}

@media screen and (max-width: 768px) {
  .search {
    cursor: pointer;
    font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    position: absolute;
    z-index: 30;
    top: 65px;
    left: 0;
    font-size: 12px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
    transition: 0s;
  }
  .js-searchDisplay {
    display: none;
  }

  body.-menuFixed .search {
    position: fixed;
    top: 86px;
  }
}

@media screen and (min-width: 769px) {
  .search {
    position: relative;
  }
  .searchInput,
  .js-searchSubmit {
    display: none;
  }
  .search.-active .searchInput,
  .search.-active .js-searchSubmit {
    display: block;
  }
  .searchInput {
    margin-right: 0;
    transform-origin: right;
    transform: scaleX(0);
  }
  .search.-active .searchInput {
    display: block;
    -webkit-animation-name: animeSearchArea;
            animation-name: animeSearchArea;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .search.-active .js-searchDisplay {
    display: none;
  }
  .searchBtn {
    position: absolute;
    top: 7px;
    right: 0;
  }
  .filterItem[data-type="category"] {
    min-width: 71px;
  }
  .filterItem[data-type="year"] {
    min-width: 34px;
  }
}

@-webkit-keyframes animeSearchArea {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes animeSearchArea {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}