@charset "UTF-8";
/*=====================================
variable
======================================*/
/* position */
/*======================================*/
/* font size mixin */
/*======================================*/
/*=====================================
common
======================================*/
/* common header ※上書き用 */
/*======================================*/
header {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  width: auto;
}
header > div {
  width: auto;
}

a img:hover {
  opacity: 1;
}

/* common footer ※上書き用 */
/*======================================*/
.footerBandaiToys
.footerBandaiToys__inner {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .footerBandaiToys
  .footerBandaiToys__inner {
    width: 92vw;
  }
}
@media only screen and (min-width: 768px) {
  .footerBandaiToys
  .footerBandaiToys__inner {
    width: 98%;
  }
}

#relatedLinks > h2 {
  width: auto;
  max-width: 990px;
}

#relatedLinks > ul,
#relatedLinks > .copy_area {
  width: auto;
  max-width: 990px;
}

/* br 改行 */
/*======================================*/
@media only screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

/*=====================================
layout
======================================*/
body {
  border-top: 0;
}
body::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  body::before {
    background-image: url(/assets/rider/images/henshin_belt_history/common/bg_sp.jpg);
    background-size: cover;
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  body::before {
    background-image: url(/assets/rider/images/henshin_belt_history/common/bg_pc.jpg);
    background-size: auto;
    background-position: top center;
  }
}

.l-wrap {
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 767px) {
  .l-wrap {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-main {
    width: 750px;
    margin: auto;
    padding-bottom: 60px;
  }
}

/* loading */
/*======================================*/
#pg-loader {
  background-color: #fff;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
}
#pg-loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #pg-loader img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 440px) {
  #pg-loader img {
    width: 20%;
  }
}

/* header */
/*======================================*/
@media only screen and (max-width: 767px) {
  .l-header {
    margin: 0vw 5vw 10.2vw;
    padding-top: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-header {
    width: 750px;
    margin: 0 auto 60px;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .l-header__logo {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-header .l-header__logo {
    width: 700px;
    padding-bottom: 60px;
  }
}
.l-header .l-header__logo a img {
  width: 40%;
}
.l-header h1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-header h1 {
    width: 100%;
  }
}
.l-header h1 img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .l-header h1 img {
    width: 90%;
  }
}

/* title */
/*======================================*/
@media only screen and (max-width: 767px) {
  .l-main .pg-tit {
    overflow: hidden;
  }
}
.l-main .pg-tit .pg-tit__sub {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-main .pg-tit .pg-tit__sub {
    position: relative;
    width: 90%;
    padding: 2vw 0 2.4vw 5vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-main .pg-tit .pg-tit__sub {
    width: 750px;
    margin: auto;
    padding: 8px 0 12px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    border-left: 9px solid #f60100;
    border-right: 9px solid #f60100;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .pg-tit .pg-tit__sub .pg-icon {
    position: absolute;
    display: inline-block;
    width: 6vw;
    height: 6.6vw;
    right: -10vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-main .pg-tit .pg-tit__sub .pg-icon i {
    position: relative;
  }
  .l-main .pg-tit .pg-tit__sub .pg-icon i::before {
    position: absolute;
    content: "";
    transform: rotate(58deg);
    background: #f60100;
    right: -3.8vw;
    top: 1vw;
    width: 28vw;
    height: 28vw;
    display: block;
  }
  .l-main .pg-tit .pg-tit__sub .pg-icon i::after {
    position: absolute;
    content: "";
    transform: rotate(58deg);
    background: #000;
    right: -2.8vw;
    top: 1vw;
    width: 28vw;
    height: 28vw;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .l-main .pg-tit .pg-tit__sub .pg-icon {
    display: none;
  }
}

/*=====================================
    link > henshin_challenge
======================================*/
.pg-link__challenge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #111;
  font-weight: bold;
  text-align: center;
  border: 3px solid #111;
  color: #111;
  background-color: #fff;
  margin: 0 auto min(6vw , 40px);
}
.pg-link__challenge:link, .pg-link__challenge:active, .pg-link__challenge:hover, .pg-link__challenge:visited {
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pg-link__challenge {
    border-width: 2px;
    padding: 0.8em 2em 0.8em 1em;
    line-height: 1.4;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    min-height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link__challenge {
    padding: 1em 2em;
    min-height: 80px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (hover: hover) {
  .pg-link__challenge {
    transition: color 0.3s, background-color 0.3s;
  }
  .pg-link__challenge:hover {
    color: #fff;
    background-color: #111;
  }
  .pg-link__challenge:hover::after {
    background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_white_ri.png);
  }
}
.pg-link__challenge::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_black_ri.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pg-link__challenge::after {
    right: 2vw;
    background-size: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link__challenge::after {
    right: 15px;
  }
}

/*=====================================
sort
======================================*/
.pg-list {
  /* search top ad */
  /*======================================*/
}
.pg-list .pg-list__sort {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort {
    width: 750px;
  }
}
.pg-list .pg-list__sort p {
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 2vw 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__body {
    margin: 5vw 5vw 9vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__body {
    width: 700px;
    margin: 50px auto 60px;
  }
}
.pg-list .pg-list__body .pg-list__body__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__body .pg-list__body__list li {
    width: 100%;
    margin: 0 0 2.4vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__body .pg-list__body__list li {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
}
.pg-list .pg-list__body .pg-list__body__list li:nth-child(odd):last-child {
  margin: 0;
}
.pg-list .pg-list__body .pg-list__body__list li:nth-child(even):last-child {
  margin: 0;
}
.pg-list .pg-list__body .pg-list__body__list li img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__body .pg-list__body__list li img {
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__body .pg-list__body__list li a img:hover {
    transform: scale(1.05);
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio {
    width: 89%;
    margin: auto;
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio input {
    height: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio input {
    height: 58px;
  }
}
.pg-list .pg-list__sort.--ad .search-box .inline-radio input:checked + label {
  background: #f60100;
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio label img {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio ul {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio ul {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio ul li {
    width: 30vw;
    margin-right: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio ul li {
    width: 148px;
    margin: 2px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .inline-radio ul li:last-child {
    margin-right: 0;
  }
}
.pg-list .pg-list__sort.--ad .search-box .inline-radio::-webkit-scrollbar {
  display: none;
}
.pg-list .pg-list__sort.--ad .search-box .pg-btn__search {
  background-color: #000;
}
.pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--left {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--left {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 5.2vw;
    height: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--left::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 6px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--right {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 5.2vw;
    height: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--right {
    display: none;
  }
}
.pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--right::before {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pg-list .pg-list__sort.--ad .search-box .pg-btn__search.--right::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 4px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
  }
}

/* search radio common */
/*======================================*/
.search-box_label {
  font-weight: bold;
}

.is-hide {
  display: none;
}

.pg-list form {
  width: 100%;
  margin: auto;
  min-width: 320px;
  max-width: 1200px;
}

.inline-radio {
  display: flex;
  overflow: hidden;
}
.inline-radio ul {
  display: flex;
  flex-wrap: wrap;
}
.inline-radio ul li {
  position: relative;
  cursor: pointer;
}
.inline-radio ul li:last-child label {
  border-right: 0;
}
.inline-radio ul li::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .inline-radio ul li:hover::before {
    background: #f60100;
    transition: all 0.2s;
  }
}
.inline-radio input {
  margin: 0px;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .inline-radio input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inline-radio input {
    width: 98.8%;
  }
}
.inline-radio input:checked + label {
  font-weight: 500;
  color: #fff;
}
.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .inline-radio label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .inline-radio label {
    font-size: 20px;
    font-size: 2rem;
  }
}

.inline-radio input:checked + label {
  background: #f60100;
}

.ad label {
  background: #f60100 !important;
  font-weight: 500;
  color: #fff;
}

/*=====================================
detail
======================================*/
@media only screen and (max-width: 767px) {
  .pg-detail {
    margin: 0 5vw 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-detail {
    width: 700px;
    margin: auto;
    padding: 0 0 60px;
  }
}
.pg-detail .pg-detail__img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pg-detail .pg-detail__img {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-detail .pg-detail__img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .pg-detail .pg-detail__img img {
    width: 100%;
  }
}
.pg-detail .pg-detail__txt {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pg-detail .pg-detail__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) {
  .pg-detail .pg-detail__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

/* key item */
/*======================================*/
@media only screen and (max-width: 767px) {
  .pg-keyitem .pg-keyitem__body {
    margin: 1vw 5vw 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body {
    width: calc(700px + 4%);
    margin: 30px auto 60px;
  }
}
.pg-keyitem .pg-keyitem__body .pg-keyitem__body__list {
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set p {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4vw 0 3vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set p {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 0 10px;
  }
}
.pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set picture {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #717171, #000);
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set picture {
    height: 50vw;
    padding: 2vw 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 440px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set picture {
    height: 64vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set picture {
    height: 300px;
    padding: 15px 0;
  }
}
.pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set.--one {
    width: 80%;
    padding: 0 2%;
  }
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list li.pg-keyitem__body__list-set.--two {
    width: 50%;
    padding: 0 2%;
  }
}
.pg-keyitem .pg-keyitem__body .pg-keyitem__body__list .pg-keyitem__body__list-non {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list .pg-keyitem__body__list-non {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4vw 0 3vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-keyitem .pg-keyitem__body .pg-keyitem__body__list .pg-keyitem__body__list-non {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0 10px;
  }
}

/*=====================================
link
======================================*/
/*=====================================
button
======================================*/
@media only screen and (max-width: 767px) {
  .pg-link {
    padding: 0 2vw 8vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link {
    width: calc(700px + 28px);
    margin: auto;
    padding: 0 0 60px;
  }
}
.pg-link .pg-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pg-link .pg-link__list li {
    width: 45%;
    margin: 5vw 2vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link .pg-link__list li {
    width: 336px;
    margin: 24px 14px 0;
  }
}
.pg-link .pg-link__list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .pg-link .pg-link__list li a {
    height: 8.8vh;
    padding: 0 6.8vw 0 2.8vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 440px) {
  .pg-link .pg-link__list li a {
    height: 20vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link .pg-link__list li a {
    width: 100%;
    height: 100px;
    padding: 0 45px 0 20px;
  }
}
.pg-link .pg-link__list li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_black_ri.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pg-link .pg-link__list li a::after {
    right: 2vw;
    background-size: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link .pg-link__list li a::after {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pg-link .pg-link__list li a img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .pg-link .pg-link__list li a:hover {
    background: #000;
    transition: all 0.2s;
  }
  .pg-link .pg-link__list li a:hover::after {
    background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_white_ri.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
}

/* back btn */
/*======================================*/
.pg-btn {
  text-align: center;
}
.pg-btn a.pg-btn__back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  margin: auto;
  font-weight: bold;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .pg-btn a.pg-btn__back {
    width: 90%;
    height: 6.2vh;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 440px) {
  .pg-btn a.pg-btn__back {
    height: 12vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-btn a.pg-btn__back {
    width: 553px;
    height: 68px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.pg-btn a.pg-btn__back::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_black_le.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pg-btn a.pg-btn__back::after {
    left: 2vw;
    background-size: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .pg-btn a.pg-btn__back::after {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .pg-btn a.pg-btn__back:hover {
    background: #000;
    color: #fff;
    transition: all 0.2s;
  }
  .pg-btn a.pg-btn__back:hover::after {
    background-image: url(/assets/rider/images/henshin_belt_history/icon/arw_white_le.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .pg-btn a.pg-btn__back.--top {
    width: 300px;
  }
}
.pg-btn a.pg-btn__back.list {
  margin: 0 auto 20px !important;
}
.pg-btn a.pg-btn__back.list::after {
  transform: rotate(180deg);
  left: auto;
}
@media only screen and (max-width: 767px) {
  .pg-btn a.pg-btn__back.list::after {
    right: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  .pg-btn a.pg-btn__back.list::after {
    right: 15px;
  }
}

/*=====================================
animation
======================================*/
.c-animate {
  animation: anime-fadein 1.2s 1 forwards;
  opacity: 0;
}

@keyframes anime-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
