@charset "UTF-8";
/* ==============================================
	## グローバル設定
=================================================*/
.sp_h_searchBtn {
  display: none;
}

.header.fixed .logo {
  display: none;
}
.header.fixed .charatora_logo {
  display: block !important;
}
.header .gnavi {
  padding-bottom: 0 !important;
}
.header .gnavi ul {
  display: none;
}

.header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-top_bar.fixed {
  display: none;
}

/* ==============================================
	## 基本設定
=================================================*/
.charatora img {
  width: 100%;
  height: auto;
}

.charatora_logo_wrap {
  width: 100%;
}

.charatora_logo {
  width: 57.7777777778%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: block;
}
@media screen and (min-width: 769px) {
  .charatora_logo {
    display: none;
  }
}
.fs-l-main .charatora_logo {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .fs-l-main .charatora_logo {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 456px;
    padding-top: 30px;
    display: block;
  }
}

/* ==============================================
	## MV
=================================================*/
.charatora_mv {
  margin-bottom: 50px;
}

/* ==============================================
	## スクロールエリア
=================================================*/
.charatora_scroll {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .charatora_scroll {
    margin-bottom: 100px;
  }
}

.charatora_scroll_ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .charatora_scroll_ttl {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

/* ==============================================
	## キャラクターから探す
=================================================*/
.charatora_brand {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .charatora_brand {
    margin-bottom: 100px;
  }
}

.charatora_brand_ttl {
  background-color: #f6b300;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .charatora_brand_ttl {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.charatora_brand_ttlv2 {
  background-color: #f8f8f8;
  padding: 10px 0;
  margin-bottom: 20px;
}
.charatora_brand_ttlv2 .en {
  font-size: 1.8rem;
  color: #f6b300;
  display: block;
  text-align: center;
}
.charatora_brand_ttlv2 .jp {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .charatora_brand_ttlv2 {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .charatora_brand_ttlv2 .en {
    font-size: 3.2rem;
    color: #f6b300;
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  .charatora_brand_ttlv2 .jp {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}

.charatora_brand_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .charatora_brand_list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.charatora_brand_list .item {
  width: 33.3333333%;
}
@media screen and (min-width: 769px) {
  .charatora_brand_list .item {
    width: 20%;
  }
}
.charatora_brand_list .item a {
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .charatora_brand_list .item a {
    padding: 15px;
  }
}
.charatora_brand_list .item .name {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .charatora_brand_list .item .name {
    font-size: 2rem;
  }
}

/* ==============================================
	## NEWS
=================================================*/
.newsfeature {
  background: #f8f8f8;
  padding: 0 0 40px;
}
@media screen and (min-width: 769px) {
  .newsfeature {
    padding: 0 0 80px;
  }
}

.charatora_news_ttl {
  background-color: #f6b300;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .charatora_news_ttl {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.charatora_news_ttlv2 {
  background-color: #f8f8f8;
  padding: 20px 0 0;
}
.charatora_news_ttlv2 .en {
  font-size: 1.8rem;
  color: #f6b300;
  display: block;
  text-align: center;
}
.charatora_news_ttlv2 .jp {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .charatora_news_ttlv2 {
    padding: 40px 0 0;
  }
  .charatora_news_ttlv2 .en {
    font-size: 3.2rem;
    color: #f6b300;
    display: block;
    text-align: center;
    line-height: 1.2em;
  }
  .charatora_news_ttlv2 .jp {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}

.newsfeature .wrapper {
  padding: 8vw 0 5.333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .newsfeature .wrapper {
    padding: 75px 0 0;
  }
}

.newsfeature .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.newsfeature_block-img {
  max-width: 100% img;
  max-width-object-fit: cover;
  max-width-z-index: 2;
}

.newsfeature_block {
  max-width: 100%;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .newsfeature_block {
    width: 32%;
  }
}
.newsfeature_block .newsfeature_block-box {
  width: 100%;
  padding: 10px 10px 40px;
  z-index: 1;
}
.newsfeature_block .newsfeature_block-box:hover {
  z-index: 1;
}
.newsfeature_block:nth-of-type(3), .newsfeature_block:nth-of-type(4) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .newsfeature_block:nth-of-type(3), .newsfeature_block:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .newsfeature_block:nth-of-type(4) {
    display: none;
  }
}

.newsfeature_block-txt {
  max-width: 100%;
}

.newsfeature_block a .arrow {
  width: 150px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
}

.newsfeature_block a .arrow::after {
  width: 4vw;
  height: 0.267vw;
  right: 0;
  bottom: 0.933vw;
}
@media screen and (min-width: 769px) {
  .newsfeature_block a .arrow::after {
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 7px;
    right: 0px;
  }
}

.newsfeature_block a .arrow::before {
  width: 20vw;
  height: 0.267vw;
  left: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  .newsfeature_block a .arrow::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
}

.newsfeature_block-txt * {
  letter-spacing: 0.133vw;
  font-size: 1.2rem;
}

.newsfeature_block-txt .arrow:before {
  content: "";
  position: absolute;
  background: #000;
}

.newsfeature_block-txt .arrow:after {
  content: "";
  position: absolute;
  background: #000;
  transform: rotate(25deg);
}

@media screen and (min-width: 769px) {
  .newsfeature_block a:hover .newsfeature_block-txt .arrow::before {
    width: 105%;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (min-width: 769px) {
  .newsfeature_block a:hover .newsfeature_block-txt .arrow::after {
    right: -5%;
    transition: all 0.5s ease-in-out;
  }
}

/* ==============================================
	## RANKING
=================================================*/
.charatora_bestseller {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .charatora_bestseller {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=character_240725.css.map */