/******************************/
/* SLIDER */
/******************************/
@media screen and (min-width: 1031px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    margin:0 auto;
    max-width:768px;
  }
}
@media screen and (max-width: 1030px) {
  .slider {

    position: relative;
    margin:0 auto;
    max-width:768px;
  }
}
@media screen and (max-width: 768px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    max-width:768px;
  }
  .slider {
    /*    margin-left: -0px;
        margin-right: -0px;*/
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
  /*  bottom: -40px !important;*/
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666 !important;
  background: #efefef !important;
  background: transparent !important;
  text-indent: -9999px !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
  outline: 0 !important;
  border:2px solid #333 !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 !important;
  background: #333 !important;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}
.bx-wrapper {
  margin-bottom: 30px;
}

/******************************/
/* NEWS */
/******************************/
.info_belt {
  margin-top: 45px;
  margin-top: 72px;
  width: 100%;
}
.info_belt p{
  text-align:center;
  padding:0.6em 0
}
.info_belt p span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .info_belt {
    width: 100%;
  }
  .info_belt p span{
    display: block;
  }
}

.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/******************************/
/* FEATURES */
/******************************/
.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}
.p-features-list__in:before {
  content: none;
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -100;
  background: transparent;
  transform: none;
  transform-origin: bottom;
  transition: none;
}
@media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    content: none;
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: none;
  }
}
.p-features-list__in:hover:before {
  content: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 30px 20px;
    width: 300px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
}
.p-features-list__body {
  color: #909090;
}
@media screen and (max-width: 1030px) {
  .p-features-list__body {
    white-space: initial;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    position:relative;
  }
  .p-concept-list__link {
    position:absolute;
    top:-32px;
    right:-3px;
    width: 64px;
  }
  .p-concept-list__link a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border:2px solid #333;
    border-radius: 50%;
    background:#fff;
    font-size:20px;
    font-weight:bold;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-concept-list__link a:hover{
    background:#000;
    color:#fff;
  }

}
@media screen and (min-width: 768px) {
  .p-concept-list__link {
    top:0;
    top:auto;
    right:0;
    bottom:0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1031px) {
  .p-concept-list__link a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border:2px solid #333;
    border-radius: 50%;
    background:#fff;
    font-size:20px;
    font-weight:bold;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-concept-list__link a:hover{
    background:#000;
    color:#fff;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  margin-right:40px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
  content: none;
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: none;
  transform-origin: bottom;
  transition: none;
  box-shadow:none;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
}
.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-left: 40px;
  margin-right: 100px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .p-concept
  {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p--concept
  {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
}
.p-concept-list__body {
  color: #909090;
}

.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
  font-weight:600;
  margin:0 0 0.5em;
}
.p-concept-list__body {
  color: #333;
}
/******************************/
/* coordinate */
/******************************/
.p-coordinate__img {
  margin:0 auto;
  margin-bottom:2em;
  width: 80%;
  max-width:960px;
}
@media screen and (max-width: 767px) {
  .p-coordinate__img {
    width: 100%;
  }
}
/******************************/
/* GIFT */
/******************************/
.p-gift {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-gift {
    margin-top: 0px;
  }
}

.p-gift__txt
{
  text-align:center;
  line-height:1.6;
  font-size:16px;
  margin-bottom: 2em;
}
.p-gift-box
{
  width:100%;
  max-width:480px;
  margin:0 auto;
  padding:0em 0 0;
  position:relative;
}
.p-gift__img
{
  width:84%;
  margin:0 auto;
  border-radius: 50%;
  overflow:hidden;
}
.p-gift__img img
{
  width:100%;
  height:auto;
}
.p-gift__link {
  position:absolute;
  bottom:-0px;
  right:-3px;
  width: 100px;
}
.p-gift__link a{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border:2px solid #333;
  border-radius: 50%;
  background:#fff;
  font-size:20px;
  font-weight:bold;
}
.p-gift__link span{
  font-size:12px;
  line-height:1.6;
}
.p-gift__link em{
  font-style:normal;
  line-height:1.1;
}

/******************************/
/* GIFT_Wrapping */
/******************************/

.p-giftpage__img {
  margin: 0 auto;
  margin-bottom: 2em;
  width: 80%;
  max-width: 960px;
}
.links_giftpage li {
  width: 23%;
  min-width: 220px;
  /* margin: 0; */
  margin-bottom: 24px;
  padding: 0 1%;
}
.links_giftpage.button_circle{
  padding: 24px 0 24px;
  padding:32px 0 24px;
  max-width: 400px;
  max-width: 315px;
  justify-content: space-between;
}
.links_giftpage.button_circle li {
  width: 24%;
  width: 30%;
  min-width: 80px;
  /* margin: 0; */
  margin-bottom: 0px;
  padding: 0;
}
.links_giftpage.button_circle li a {
  padding: 0;
  border: 2px solid #000;
  border-radius:50%;
  font-size: 13px;
  position:relative;
}
.links_giftpage.button_circle li a::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.links_giftpage.button_circle li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display:block;
  width:100%;
}
.txt_top_gift{
  font-size: 14px;
}
.p-giftpage .p-gift__txt {
  margin-top: -1em;
  margin-top:2em;
  margin-bottom: 0;
}

.p-gift__link {
  right:3%;
  width:24%;
  right:8%;
  bottom:-24px;
  width:26%;
  box-sizing: border-box;
}
.p-gift__link .p-gift__link-cell{
  display: block;
  width: 100%;
  height: auto;
  position:relative;
  box-sizing: border-box;
  transition: .3s background-color;
}
.p-gift__link .p-gift__link-cell:hover{
  background-color:#000;
}
.p-gift__link .p-gift__link-cell::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-gift__link .p-gift__link-cell span,
.p-gift__link .p-gift__link-cell em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display:block;
  width:100%;
  text-align: center;
}
.p-gift__link .p-gift__link-cell span{
  margin-top:-0.5em;
  font-size: 14px;
}
.p-gift__link .p-gift__link-cell em{
  margin-top:0.99em;
  font-size: 14px;
}
.p-gift__link .p-gift__link-cell:hover span,
.p-gift__link .p-gift__link-cell:hover em
{
  color:#fff;
}
@media screen and (min-width: 767px) {
  .links_giftpage.button_circle{
    max-width: 400px;
  }
  .links_giftpage.button_circle li {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .p-giftpage__img {
    width: 100%;
  }

  .links_giftpage {
    padding: 10px 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .links_giftpage li {
    width:31%;
    min-width: 100px;
    /* margin: 0; */
    margin-bottom: 10px;
    padding: 0 1%;
  }
  .links_giftpage li a{
    font-size:13px
  }
  .txt_top_gift{
    font-size: 13px;
    text-align:left;
  }
  .p-giftpage .p-gift__txt {
    margin-top: 0;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-bottom: 0;
    font-size: 15px;
  }
  .p-gift__link {
    bottom:-20px;
    right:9%;
    width:24%;
  }
  .links_giftpage.button_circle{
    width: 84%;
    width: 100%;
    padding: 24px 0 24px;
  }
  .links_giftpage.button_circle li a {
    font-size: 11px;
  }
  .p-gift__link .p-gift__link-cell{
    font-size: 12px;
  }
  .p-gift__link span {
    font-size: 12px;
  }
  .p-gift__link .p-gift__link-cell span{
    margin-top:-0.5em;
    font-size: 12px;
  }
  .p-gift__link .p-gift__link-cell em{
    margin-top:0.99em;
    font-size: 18px;
  }
  .p-gift-box-wrap{
    position:relative;
    width:100%;
    width:calc(100% + 40px);
    max-height:400px;
    margin:32px -20px 0;
  }
  .p-gift-box-wrap::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    padding-bottom:calc(100% + 40px);
  }
  .p-gift-box {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:130%;
    max-width:480px;
  }

  .p-gift__img2{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
}

/******************************/
/* CIRCLE LINK */
/******************************/
.box-circle__link
{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  padding-bottom:45px;
}
.cell-circle__link
{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
.cell-circle__link:before { content:""; display: block; padding-top: 100%; }
.circle__link {
  width: 120px;
  margin:0;
  position:relative;
}
.circle__link a{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border:2px solid #333;
  border-radius: 50%;
  background:#fff;
  font-size:20px;
  font-weight:bold;
  box-sizing: border-box;
  position:relative;
}
.circle__link span{
  font-size:13px;
  line-height:1.9;
}
.circle__link em{
  font-style:normal;
  line-height:1.1;
}
.circle__link img{
  width:24px;
  margin-bottom:4px;
}
.circle__anime.circle__link:before
{
  display: block;
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #666;
  border-radius: 100%;
}
.circle__anime.circle__link:before
{
  background-color:#c3e5fe;
  background-color:#999;
  /*	z-index:-1;*/
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0%   { transform: scale(0.9, 0.9); }
  50%  { opacity: 0.8; }
  100% { transform: scale(1.2,1.2 ); opacity: 0.1; }
}
@media screen and (max-width: 767px) {
  .box-circle__link
  {
    margin-bottom:45px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
  background: none;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: calc(50% - 50px);
    top: calc(50% - 15px);
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
.p-ranking-list__img ul
{
  padding:0.8em 0 0.4em;
  text-align:center;
}
.p-ranking-list__img li
{
  padding:0 1em 0.2em;
  padding:0 0.5em 0.2em;
  line-height:1.6;
}
.p-ranking-list__img li.item_name
{
  font-weight:bold;
  font-weight:normal;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 0px;
  }
}
.p-ranking-list__img {
  margin-bottom: 35px;
}
.p-ranking-list__img a {
  position:relative;
  display:block;
}
.fan_new:after{
  content:"";
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 50%;
  width: 60px; height: 60px;
  display:block;
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_new.png);
  background-size: contain;
  vertical-align: middle;
  box-sizing: border-box;
}
.fan_re:after{
  content:"";
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 50%;
  width: 60px; height: 60px;
  display:block;
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_re.png);
  background-size: contain;
  vertical-align: middle;
  box-sizing: border-box;
}
.fan_rank_01:after,
.fan_rank_02:after,
.fan_rank_03:after,
.fan_rank_04:after,
.fan_rank_05:after{
  content:"";
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 50%;
  width: 60px; height: 60px;
  display:block;
  background-size: contain;
  vertical-align: middle;
  box-sizing: border-box;
}
.fan_rank_01:after{
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_rank_01.png);
}
.fan_rank_02:after{
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_rank_02.png);
}
.fan_rank_03:after{
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_rank_03.png);
}
.fan_rank_04:after{
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_rank_04.png);
}
.fan_rank_05:after{
  background-image: url(https://img13.shop-pro.jp/PA01069/420/etc/fan_rank_05.png);
}
@media screen and (min-width: 768px) {
  .fan_new:after{
    width:48px; height: 48px;
  }
  .fan_re:after{
    width: 48px; height: 48px;
  }
  .fan_rank_01:after,
  .fan_rank_02:after,
  .fan_rank_03:after,
  .fan_rank_04:after,
  .fan_rank_05:after{
    width: 48px; height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
    position:relative;
    overflow:hidden;
  }
  .p-ranking-list__img:hover {
    opacity:1;
  }
  .link_ontouch{
    display:none;
    display:block;
    position:absolute;
    top:110%;
    left:0;
    height:0;
    width:100%;
    opacity:0;
  }
  .p-ranking-list__img:hover .link_ontouch{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
    transition: all 0.1s 0s ease;
  }
  .p-ranking-list__img .link_ontouch dl{
    opacity:0;
    display:none;
  }
  .p-ranking-list__img .link_ontouch dt,
  .p-ranking-list__img .link_ontouch dd{
    margin:0;
  }

  .p-ranking-list__img:hover .link_ontouch dl{
    display:block;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position:absolute;
    bottom:0;
    left:0;
    width:110%;
    height:40%;
    margin:0 -5%;
    background-color: rgba(255,255,255,0.6);
    border-top:2px solid #000;
    border-top-right-radius: 100% 100%;
    border-top-left-radius: 100% 100%;
    opacity:1;
  }
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.p-styling-list__item img {
  width: 100%;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* NEWS */
/******************************/
.box_news {
  max-width:960px;
  padding-top:64px;
}
.box_news .c-ttl-main{
  margin-bottom:32px;
}
.box_news {
  margin-bottom:24px;
}
.box_news dd{
  max-width:800px;
  margin:0 auto;
}
.box_news dd li{
  padding:0.8em 2em;
  border-bottom:1px solid #ddd;
  color:#aaa;
  font-size:14px;
}
.box_news dd li a{
  padding:0.4em 0 0 0;
  color:#000;
  text-decoration:none;
  transition: all 0.3s ease;
  display:block;
}
.box_news dd li.news_l-r>a{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap:20px 20px;
}
.box_news dd li.news_l-r>a div{
  display: block;
  width:fit-content;
}
.box_news dd li.news_l-r>a div img{
  width:100%;
  max-width:100px;
}
.box_news dd li a:hover{
  opacity:0.5;
}
@media screen and (max-width: 1030px) {
  .box_news {
    max-width:100%;
    width:100%;
    padding-left:0;
    padding-right:0;
    padding-top:32px;
  }
  .box_news .c-ttl-main{
    margin-bottom:16px;
  }
  .box_news dd li{
    padding:0.8em 1.6em;
    font-size:13px;
  }
}
/********** title **********/
.c-ttl-main {
  position:relative;
  line-height:1.2;
}
.c-ttl-main span{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  font-weight:400;
  font-size: 16px;
  display:block;
  padding-top:0.4em;
  color:#111;
}
.c-ttl-pop {
}
.c-ttl-noto {
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
  }
  .c-ttl-main span{
    font-size: 12px;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/******************************/
/* CATEGORY LIST */
/******************************/
.p-category-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:30px 30px;
  max-width:800px;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .p-category-list {
    margin: 0 -20px;
    gap:10px 10px;
  }
}
.p-category-list__item {
  margin:0;
  padding:0;
  width: 30%;
  max-width:240px;
}
@media screen and (max-width: 768px) {
  .p-category-list__item {
    width: 31%;
  }
}

/******************************/
/* slider adjust */
/******************************/
#slider div img{
  display: none;
}
#slider div:first-child img{
  display: block;
  opacity: 0;
}
.bx-viewport #slider div img{
  display: block;
}
.bx-viewport #slider div:first-child img{
  animation: 0.2s fade-in forwards;
}
.p-ranking-list__img img
{
  opacity: 0;
}
.slick-slide .p-ranking-list__img img
{
  opacity: 1;
  animation: 0.6s fade-in forwards;
}
.donot-slide .p-ranking-list__img img
{
  opacity: 1;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list.js-ranking-slider
  {
    margin-left:-20px;
    margin-right:-20px;
  }

  .donot-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }

  .donot-slide .p-ranking-list__item
  {
    width: 49%;
    margin-left:0;
    margin-right:0;
  }
  .donot-slide .p-ranking-list__item.circle__box
  {
    margin:0 auto;
  }
  .donot-slide .p-ranking-list__img li
  {
    font-size:12px;
  }
  .donot-slide .fan_new:after,
  .donot-slide .fan_re:after,
  .donot-slide .fan_rank_01:after,
  .donot-slide .fan_rank_02:after,
  .donot-slide .fan_rank_03:after,
  .donot-slide .fan_rank_04:after,
  .donot-slide .fan_rank_05:after{
    width: 36px; height: 36px;
  }
}

/******************************/
/* loading */
/******************************/
.loading {
  position: fixed;
  top:0;
  left:0;
  z-index:100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
  background-color:#fff;
}
.loading::after {
  position: fixed;
  top:0;
  left:0;
  z-index:110;
  content:'';
  width:100%;
  height:100%;
  background-color:#fff;
  opacity:0;
}
.loading span {
  display: inline-block;
  margin: 0 -0.05em;
  margin: 0 0.05em;
  margin: 0 0.8em;
  margin: 0 1.6vw;
}
.loading02 span {
  position:relative;
}
.loading02 span {
  height:8vw;
  height:13vw;
  width:auto;
}
.loading02 span img{
  vertical-align:bottom;
  height:100%;
  width:auto;
  max-width:none;
}

.loading02 span:nth-child(2) {
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.loading02 span:nth-child(5) {
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.loading02 span:nth-child(6) {
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.loading02 span:nth-child(1) {
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.loading02 span .before{
}
.loading02 span .after{
  position:absolute;
  top:0;
  left:0;
}

.loading02 span:nth-child(3) .before{
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.loading02 span:nth-child(4) .before{
  animation: loading02 1.2s ;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.loading02 span:nth-child(3) .after{
  animation: loading12 1.8s ;
  animation-fill-mode: forwards;
}
.loading02 span:nth-child(4) .after{
  animation: loading12 1.8s ;
  animation-fill-mode: forwards;
}

.loading02 span.leftside{
  transform:translateX(-16vw);
  transition-property: transform;
  transition-duration:0.8s;
  transition-timing-function:ease-in-out;
  transition-delay:0.6s;
}
.loading02 span .online{
  opacity:0;
  position:absolute;
  left:6.4vw;
  left:7.2vw;
  left:10.4vw;
  bottom:0;
  height:56%;
}
.loading02 span .online.active{
  opacity: 1;
  transition:opacity 0.8s;
}

.loading .fadeoooout span{
  opacity:0;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}
.loading.fadeout::after {
  opacity:1;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.6s;
}
.loader .loading {
  /*  z-index:-100;*/
  opacity:0;
  transition: opacity cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
.loadest .loading {
  z-index:-100;
}
.visited .loading {
  display:none;
}
.visited .loading::after {
  opacity:1;
}
@keyframes loading02 {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: 0.2;
    filter: blur(9px);
    opacity: 0;
  }
}
@keyframes loading12 {
  0% {
    filter: blur(5px);
    opacity: 0.2;
    filter: blur(9px);
    opacity: 0;
  }
  30% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .loading span {
    margin: 0 0.8vw;
  }
  .loading02 span {
    height:6.5vw;
  }
  .loading02 span.leftside{
    transform:translateX(-8vw);
  }
  .loading02 span .online{
    left:5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .loading {
    height:140vh;
    top:-25vh;
  }
}
