@charset "UTF-8";
/*カラーパレット*/
.has-my-color-1-color {
  color: var(--wp--preset--color--my-color-1);
}

.has-my-color-1-background-color {
  background-color: var(--wp--preset--color--my-color-1);
}

.has-my-color-2-color {
  color: var(--wp--preset--color--my-color-2);
}

.has-my-color-2-background-color {
  background-color: var(--wp--preset--color--my-color-2);
}

.has-my-color-3-color {
  color: var(--wp--preset--color--my-color-3);
}

.has-my-color-3-background-color {
  background-color: var(--wp--preset--color--my-color-3);
}

.has-my-color-4-color {
  color: var(--wp--preset--color--my-color-4);
}

.has-my-color-4-background-color {
  background-color: var(--wp--preset--color--my-color-4);
}

.has-my-color-5-color {
  color: var(--wp--preset--color--my-color-5);
}

.has-my-color-5-background-color {
  background-color: var(--wp--preset--color--my-color-5);
}

.has-my-color-6-color {
  color: var(--wp--preset--color--my-color-6);
}

.has-my-color-6-background-color {
  background-color: var(--wp--preset--color--my-color-6);
}

.has-my-color-7-color {
  color: var(--wp--preset--color--my-color-7);
}

.has-my-color-7-background-color {
  background-color: var(--wp--preset--color--my-color-7);
}

.has-my-color-8-color {
  color: var(--wp--preset--color--my-color-8);
}

.has-my-color-8-background-color {
  background-color: var(--wp--preset--color--my-color-8);
}

.has-my-color-9-color {
  color: var(--wp--preset--color--my-color-9);
}

.has-my-color-9-background-color {
  background-color: var(--wp--preset--color--my-color-9);
}

.has-my-color-10-color {
  color: var(--wp--preset--color--my-color-10);
}

.has-my-color-10-background-color {
  background-color: var(--wp--preset--color--my-color-10);
}

.has-my-color-11-color {
  color: var(--wp--preset--color--my-color-11);
}

.has-my-color-11-background-color {
  background-color: var(--wp--preset--color--my-color-11);
}

.has-my-color-12-color {
  color: var(--wp--preset--color--my-color-12);
}

.has-my-color-12-background-color {
  background-color: var(--wp--preset--color--my-color-12);
}

.has-my-color-13-color {
  color: var(--wp--preset--color--my-color-13);
}

.has-my-color-13-background-color {
  background-color: var(--wp--preset--color--my-color-13);
}

.has-my-color-14-color {
  color: var(--wp--preset--color--my-color-14);
}

.has-my-color-14-background-color {
  background-color: var(--wp--preset--color--my-color-14);
}

@font-face {
  src: url("../font/Library-3-am-soft.otf") format("opentype");
  font-family: "Library3 am soft";
}
body {
  margin: 0 auto;
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.fixed {
  position: fixed;
  height: 100%;
  left: 0;
  width: 100%;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgb(72, 72, 72);
  box-shadow: inset 0 0 6px rgb(72, 72, 72);
  background-color: rgb(179, 179, 179);
}

.slide-card img {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.slick-initialized img {
  opacity: 1;
}

.container {
  margin: 0 auto;
}

.wrapper__contents {
  position: relative;
}

@media screen and (min-width: 992px) {
  .wrapper__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.wrapper__contents--space {
  /* margin-bottom: 43px; */
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .wrapper__contents--space {
    margin-top: 28px;
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper__main {
    width: 66.7%;
  }
}
@media screen and (min-width: 992px) {
  .wrapper__aside {
    width: 27.8%;
    margin-right: 0;
    width: 300px;
    margin-left: 60px;
  }
}
.wrapper__main {
  color: #0c0933;
  margin: 0 auto;
}

a:hover {
  opacity: 0.8;
}

.sp-none {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .sp-none {
    display: block !important;
  }
}
.pc-none {
  display: block !important;
}

@media screen and (min-width: 992px) {
  .pc-none {
    display: none !important;
  }
}
.inner {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.inner--right-none {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 992px) {
  .inner--right-none {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .inner-side {
    margin-right: 60px;
    padding-right: initial;
    padding-left: 0;
  }
}
.inner--breadcrumb {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .inner--breadcrumb {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .inner--breadcrumb {
    max-width: 1280px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.wrapper + .under-picup,
.wrapper + .ranking,
.wrapper + .under-arrival {
  margin-top: 40px;
}

/* .under-picup--space { */
/* margin-top: 40px; */
/* } */
/****************************************:

ハンバーガー用

*****************************************:*/
.hamburger {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  border: transparent;
  border-width: initial;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
}

.header__hamburger {
  width: 55px;
  height: inherit;
}

.hamburger span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: 0.4s;
  display: block;
  position: relative;
  left: 50%;
  width: 20px;
  height: 1px;
  transform: translateX(-50%);
  background: #ffffff;
  transition: 0.4s;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 3px;
}

.hamburger span:nth-of-type(3) {
  top: 6px;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(225deg);
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.hamburger.active span:nth-of-type(2) {
  display: none;
}

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-225deg);
  top: 0px;
  transform: translateX(-50%) rotate(-225deg);
}

/****************************************:
search
*****************************************:*/
.search__area {
  position: relative;
  width: 100%;
  height: 36px;
  margin: auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 0;
}

@media screen and (min-width: 992px) {
  .search__area {
    width: 200px;
    width: initial;
  }
}
.search__area .search__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: inherit;
  height: 36px;
  margin: 0;
  padding: 0 12px;
  float: left;
  border-radius: 100px;
  border-color: transparent;
  outline: 0;
  color: #333;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .search__area .search__text {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .show-search {
    z-index: 200;
    position: absolute;
    right: 40px;
  }
}
.search__area .search__button {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  box-sizing: border-box;
  position: absolute;
  top: 52%;
  right: 3px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 8px 8px;
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #27113e;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}

.search__area .search-form {
  display: none;
}

.search__area.open .search__button.active {
  display: none;
}

/* --- 検索ボタン欄にフォーカスか来たとき --- */
.search__area .search__text:focus {
  background: #fff;
  /* フォーカス時の背景色  */
}

/* --- IEの入力エリア右側×消し -------------------------*/
.search__area .search__text::-ms-clear {
  display: none;
  /* ×を消す              */
}

.search__imgbox {
  position: relative;
  width: 100%;
  max-width: 16px;
  height: 100%;
}

.search__imgbox::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.search__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.nav__search.active {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.more {
  display: block;
  position: relative;
  background: #ff1493;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  padding: 12px 40px;
}

@media screen and (min-width: 768px) {
  .more {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .more {
    font-size: 12px;
    padding: 9px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .more {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .more {
    font-size: 12px;
  }
}
.more:hover {
  opacity: 0.8;
}

.more-show__wrap {
  -webkit-transform: translateX(-50%);
  z-index: 50;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.more-show {
  position: relative;
  padding: initial;
  border-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.69;
  cursor: pointer;
}

.more-show::before {
  display: block;
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 130%;
  height: 1px;
  background: #000;
  content: "";
}

.more-show::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 8px;
  right: -16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
}

.more-show.open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  top: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.toc_toggle {
  position: relative;
  padding: initial;
  border-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.69;
  cursor: pointer;
}

.toc_toggle::before {
  display: block;
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 130%;
  height: 1px;
  background: #000;
  content: "";
}

.toc_toggle::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 8px;
  right: -16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
}

.toc_toggle.open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  top: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.more-ac {
  display: inline-block;
  color: #ff1493;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: underline;
}

.section-head {
  text-align: center;
}

.section-head br {
  display: block;
}

@media screen and (min-width: 1200px) {
  .section-head br {
    display: none;
  }
}
/* .section-head-title { */
/* color: #ff1493; */
/* font-family: "Library3 am soft"; */
/* font-size: 32px; */
/* font-weight: 300; */
/* letter-spacing: 0; */
/* line-height: 1.06; */
/* text-shadow: 0 0 15px #ff1493; */
/* text-transform: capitalize; */
/* } */
/*  */
/* @media screen and (max-width: 360px) { */
/* .section-head-title { */
/* font-size: 28px; */
/*  */
/* } */
/*  */
/* } */
.section-head-title {
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.47;
  text-transform: capitalize;
  text-shadow: 0 0 15px #ff1493;
}

.section-head h2 {
  -webkit-text-stroke: 1px #FF1493;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.06;
  text-shadow: 0 0 15px #ff1493;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 360px) {
  .section-head h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .section-head h2 {
    font-size: 40px;
  }
}
.info .section-head-title {
  color: #ff1493;
  font-family: "Library3 am soft";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.06;
  text-shadow: 0 0 15px #ff1493;
  text-transform: capitalize;
}

@media screen and (max-width: 360px) {
  .info .section-head-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .info .section-head-title {
    font-size: 40px;
  }
}
.select-ranking__head .section-head__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-ranking__head .section-head__title::before {
  content: "";
  background: url(../images/svg/rank1.svg) no-repeat center/contain;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .select-ranking__head .section-head__title::before {
    width: 30px;
    height: 25px;
    margin-right: 8px;
  }
}
.select-ranking__head .section-head__title::after {
  content: "";
  background: url(../images/svg/rank1.svg) no-repeat center/contain;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .select-ranking__head .section-head__title::after {
    width: 30px;
    height: 25px;
    margin-left: 8px;
  }
}
/* パンくずリスト */
.breadcrumb {
  width: 100%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    margin-top: 15px;
  }
}
.breadcrumb .inner--breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  /* Firefox 対応 */
}

.breadcrumb .inner--breadcrumb::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-left: 12px;
  font-size: 13px;
  line-height: 1.69;
}

.breadcrumb li:first-child .home span {
  display: none;
}

.breadcrumb li:nth-child(2) {
  margin-left: 12px;
}

.breadcrumb li:first-child {
  margin-left: 0;
  height: 100%;
  margin-right: 6px;
}

.breadcrumb li {
  font-weight: 400;
}

.breadcrumb li a {
  display: inline-block;
  position: relative;
  height: auto;
}

.breadcrumb li a::after {
  position: absolute;
  left: 100%;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 13px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb li:first-child .home {
  position: relative;
  width: initial;
  max-width: 16px;
  height: 100%;
  width: 16px;
  background: url(../images/svg/home_icon.svg);
  top: 2px;
}

.breadcrumb li:first-child .home:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.breadcrumb .home ~ a span {
  display: inline-block;
  position: relative;
  height: auto;
  padding-left: 3px;
}

.breadcrumb .home ~ a span:after {
  position: absolute;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 13px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb li:first-child .home img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.breadcrumb li:first-child a:after {
  content: "";
  display: none;
}

.breadcrumb li:last-child a:last-child::after {
  content: "";
}

.breadcrumb li:first-child ~ a {
  margin-left: 12px;
  margin-right: 6px;
}

.breadcrumb-grad {
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  white-space: nowrap;
  /* Firefox 対応 */
  width: 100%;
  height: 100%;
  z-index: 2;
}

.breadcrumb-grad::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, transparent), color-stop(20%, rgba(18, 15, 60, 0.6)));
  background: linear-gradient(90deg, transparent 90%, rgba(18, 15, 60, 0.6) 20%);
  position: absolute;
  right: -5px;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  z-index: 2;
}

.breadcrumb-grad::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb-grad {
    width: 100%;
  }
  .breadcrumb-grad:before {
    position: static;
    width: 100%;
    content: initial;
  }
}
.inner--breadcrumb::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, transparent), color-stop(20%, rgba(18, 15, 60, 0.6)));
  background: linear-gradient(90deg, transparent 90%, rgba(18, 15, 60, 0.6) 20%);
  position: absolute;
  right: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.inner--breadcrumb::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (min-width: 768px) {
  .inner--breadcrumb {
    width: 100%;
  }
  .inner--breadcrumb:after {
    position: static;
    width: 100%;
    content: initial;
  }
}
/****************************************:
pager
*****************************************:*/
.wp-pagenavi {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.current,
.page {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
}

.current {
  border-bottom: 2px solid #fff;
}

.extend {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  padding: 0;
  border-radius: 10px;
  text-align: center;
}

.nextpostslink,
.previouspostslink {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
}

.nextpostslink::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  background: #0c0923;
  content: "";
}

.nextpostslink::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 24px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #0c0923;
  content: "";
}

.previouspostslink::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 14px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
  -webkit-transform: rotate(180deg);
  top: -3px;
  bottom: -4px;
  left: 5px;
  transform: rotate(180deg);
  border-left: 6px solid #0c0923;
}

.previouspostslink::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  background: #ffffff;
  content: "";
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  background: #0c0923;
}

.first,
.last {
  display: inline-block;
  position: relative;
  padding: 0;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
}

.first span,
.last span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 4px;
}

.first::before {
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: solid 2px #0c0923;
  border-right: solid 2px #0c0923;
  content: "";
  -webkit-transform: rotate(-135deg) translate(6px, -1px);
  transform: rotate(-135deg) translate(6px, -1px);
  top: 50%;
  left: 50%;
}

.first::after {
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: solid 2px #0c0923;
  border-right: solid 2px #0c0923;
  content: "";
  -webkit-transform: rotate(-135deg) translate(2px, 3px);
  transform: rotate(-135deg) translate(2px, 3px);
  top: 50%;
  left: 50%;
}

.last::before {
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #0c0923;
  border-right: solid 2px #0c0923;
  content: "";
  -webkit-transform: rotate(45deg) translate(-4px, -1px);
  transform: rotate(45deg) translate(-4px, -1px);
  top: 50%;
  left: 50%;
}

.last::after {
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #0c0923;
  border-right: solid 2px #0c0923;
  content: "";
  -webkit-transform: rotate(45deg) translate(-8px, 3px);
  transform: rotate(45deg) translate(-8px, 3px);
  top: 50%;
  left: 50%;
}

.back-to-top {
  display: none;
  z-index: 100;
  position: fixed;
  right: 11px;
  /* bottom: 61px; */
  /* width: 35px; */
  /* height: 35px; */
  width: 50px;
  height: 50px;
  bottom: 16.4vw;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #b20dd9;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .back-to-top {
    bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .back-to-top {
    right: 40px;
    width: 60px;
    height: 60px;
  }
}
.back-to-top a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.back-to-top a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg) translate(-17%, -50%);
  transform: rotate(-45deg) translate(-17%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 1200px) {
  .back-to-top a:before {
    -webkit-transform: rotate(-45deg) translate(-18%, -50%);
    transform: rotate(-45deg) translate(-18%, -50%);
    width: 18px;
    height: 18px;
  }
}
/****************************************:

アコーディオンメニュー

*****************************************:*/
.category-contents__menu-items-wrap {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .category-contents__menu-items-wrap {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .category-contents__menu-items-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 40px;
    margin-right: initial;
    margin-left: initial;
  }
}
@media screen and (min-width: 1200px) {
  .category-contents__menu-items-wrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.category-contents__menu-items-wrap .menu-item__text {
  width: 100%;
}

.category-contents .menu-items .menu-item__text {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  margin-bottom: initial;
  padding-bottom: initial;
  position: relative;
  padding: 12px 24px 14px 10px;
}

.category-contents .category-contents__menu-items-wrap .is_toggle .menu-item__text::after {
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/svg/open_white.svg) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  transition: 0.4s;
  pointer-events: none;
}

.category-contents .category-contents__menu-items-wrap .is_toggle .menu-item__text.active::after {
  background: url(../images/svg/close_white.svg) no-repeat;
}

.category-contents .middle-menus__items {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.middle-menus__button {
  display: block;
  width: 100%;
  background: #5a2c4a;
  padding: 15px 38px;
  border-top: 1px solid #fff;
}

.middle-menus__button button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  width: 100%;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  padding: 5px 24px;
  position: relative;
}

.middle-menus__button button::after {
  content: "";
  background: url(../images/svg/open_default.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middle-menus__button button.active::after {
  background: url(../images/svg/close_default.svg) no-repeat;
}

.menu-items__content:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .menu-items__content:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu-items__wrap {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .menu-items__wrap:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu-items__wrap:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .category-contents__menu-items-wrap .middle-menus .middle-menu__text {
    padding-right: 0;
  }
  .category-contents__menu-items-wrap .middle-menus .middle-menu__text::after {
    display: none;
  }
}
.menu-item--arrow {
  position: relative;
}

.menu-item--arrow::after {
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  background: url(../images/top/arrow.png) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  transition: 0.4s;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .menu-item--arrow::after {
    display: none;
  }
}
.menu-item--arrow.active::after {
  -webkit-transform: rotate(180deg);
  top: 4px;
  right: 7px;
  transform: rotate(180deg);
}

.category-contents .menu-item {
  position: relative;
  z-index: 0;
}

.category-contents .menu-item.active::after {
  -webkit-transform: rotate(180deg);
  top: 4px;
  right: 7px;
  transform: rotate(180deg);
}

.category-contents .menu-items .menu-items__menu-item::before {
  position: absolute;
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.category-contents .menu-item__inner {
  background: #fdeff7;
  margin-top: initial;
  position: relative;
  z-index: 0;
}

.category-contents .middle-menus__items .middle-menu__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  color: #0c0933;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  padding: 15px 24px 15px 10px;
  cursor: pointer;
}

.category-contents .middle-menus__items + .middle-menus__items .middle-menu__text {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 25px;
}

.category-contents__menu-items-wrap .middle-menus .middle-menus__items:nth-child(n+2):before {
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
  z-index: 0;
  left: 13px;
}

.category-contents__menu-items-wrap .middle-menus .middle-menus__items::after {
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/svg/arrow_default.svg) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 10px;
}

.category-contents__menu-items-wrap .middle-menus__items:not(:first-child)::after {
  top: 50%;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.category-contents .menu-items__wrap:not(:first-child) {
  margin-top: 1px;
}

.menu-item__text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 11px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .menu-item__text {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-item__text {
    font-size: 17px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1400px) {
  .menu-item__text {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 360px) {
  .menu-item__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .menu-item__text::before {
    width: 100%;
  }
}
.nav__acbox .menu-item__text::before {
  content: "";
  background: url(../images/svg/icon_roulette.svg) no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
  height: 15px;
  display: inline-block;
  background-size: contain;
}

.nav__acbox .menu-items__menu-item.is_toggle .menu-item__text::after {
  content: "";
  background: url(../images/svg/open_white.svg) no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-position: center;
}

.nav__acbox .menu-items__menu-item.is_toggle.active .menu-item__text::after {
  background: url(../images/svg/close_white.svg) no-repeat;
  background-position: center;
}

.nav__acbox .middle-menus .middle-menus__items:nth-child(n+2) .middle-menu__text::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  display: inline-block;
  left: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__acbox .menu-items__menu-item:last-child {
  border-bottom: 1px solid #fff;
}

.middle-menu__text {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.43;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .middle-menu__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .middle-menu__text {
    font-size: 12px;
  }
}
.nav__acbox .middle-menu__text {
  padding: 15px 38px 15px 38px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  cursor: pointer;
  position: relative;
}

.nav__acbox .middle-menus .middle-menus__items:first-child {
  background: #b30bd7;
}

.nav__acbox .middle-menus .middle-menus__items:first-child .middle-menu__text::before {
  position: absolute;
  content: "";
  background: url(../images/svg/icon_medal.svg) no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  display: inline-block;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-item__inner {
  display: none;
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .menu-item__inner {
    display: block;
  }
}
.middle-menus__more-ac-black {
  text-align: center;
  padding-bottom: 15px;
}

.nav__acbox .menu-item__inner {
  margin-top: 0;
}

.nav__acbox .menu-items__menu-item {
  background: #441433;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 992px) {
  .menu-items__menu-item.is_toggle.active .menu-item__inner {
    padding-bottom: initial;
  }
}
.middle-menus .middle-menus__items:nth-of-type(n+6) {
  display: none;
}

.middle-menus.open .middle-menus__items:nth-of-type(n+6) {
  display: block;
}

.header__nav .middle-menus .middle-menus__items:nth-of-type(n+6) {
  display: block;
}

.middle-menus .menu-item__more-ac {
  background: transparent;
  border-width: initial;
  border-style: initial;
  padding: initial;
  cursor: pointer;
}

.middle-menus__items.middle-menus__items--arrow {
  position: relative;
}

.middle-menus__items.middle-menus__items--arrow::after {
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  background: url(../images/top/arrow.png) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  transition: 0.4s;
}

.middle-menus__items.middle-menus__items--arrow.active::after {
  -webkit-transform: rotate(180deg);
  top: 4px;
  right: 7px;
  transform: rotate(180deg);
}

.small-item__text {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.23;
  cursor: pointer;
}

.middle-menus__inner {
  margin-top: 10px;
  display: none;
}

.small-item__item:not(:first-child) {
  margin-top: 10px;
}

.area {
  display: none;
  padding: 24px 20px 36px;
  border: 3px solid #b20dd9;
  background: #fff;
  opacity: 0;
}

.area.is-active {
  -webkit-animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/****************************************:

header

*****************************************:*/
body.fixed .header {
  background: #120f3c;
}

.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 55px;
  /* background: transparent; */
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .header {
    height: 70px;
  }
}
.header.change-color {
  background: #120f3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#120f3c), color-stop(4%, #27254d), color-stop(90%, #5d1542));
  background: linear-gradient(180deg, #120f3c 0%, #27254d 4%, #5d1542 90%);
  /* position: relative; */
}

/* .header.change-color::before {
  position: absolute;
  content: "";
    background: #120f3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#120f3c), color-stop(4%, #27254d), to(#5d1542));
  background: -webkit-linear-gradient(top, #120f3c 0%, #27254d 4%, #5d1542 100%);
  background: linear-gradient(180deg, #120f3c 0%, #27254d 4%, #5d1542 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;

} */
.header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: inherit;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .header__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.header__headbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
}

.header__in-headbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .header__in-headbox {
    display: block;
    text-align: center;
    max-width: 136px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.header__title {
  width: 100%;
  max-width: 200px;
  height: 100%;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .header__title {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .header__title {
    margin-right: 35px;
  }
}
.header__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__imgbox::before {
  display: block;
  padding-top: 18.5714285714%;
  content: "";
}

@media screen and (min-width: 992px) {
  .header__imgbox::before {
    padding-top: 46.363636%;
  }
}
.header__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.header-title a,
.header__in-headbox a {
  /* width: 100%;
  height: inherit;

  display: flex;
  align-items: center; */
  display: block;
}

/* @media screen and (min-width: 992px) {

  .header-title a,
  .header__in-headbox a {
    display: block;
  }
} */
.header__subtitle {
  width: 100%;
}

.header-subtitle {
  color: #e2c1ff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .header-subtitle {
    font-size: 10px;
    line-height: 1.83;
  }
}
@media screen and (min-width: 992px) {
  .header__nav-wrap {
    margin-right: 76px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    margin-top: 0;
  }
}
/****************************************:

nav

*****************************************:*/
.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
  }
}
.nav__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  transition: 0.6s;
  z-index: 10;
}

.nav__items-layer {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    flex-direction: row;
    height: initial;
    background: transparent;
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) {
  .nav-items__item {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-items__item {
    margin-right: 40px;
  }
}
.nav-items__item:last-child {
  margin-right: 0;
}

.nav-items__item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .nav-items__item:not(:first-child) {
    margin-top: initial;
  }
}
.nav-item {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .nav-item {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.38;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .nav-item {
    font-size: 14px;
  }
}
.nav-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-item a:hover {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .nav-item a:hover {
    opacity: 0.8;
  }
}
.nav.active {
  z-index: 1000;
  top: 10px;
  right: 0;
  width: 100%;
  height: 100%;
}

.nav__items.active {
  -webkit-transition: 0.6s;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.6s;
}

.nav__items.active {
  /* overflow-y: scroll; */
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.nav__items.active::-webkit-scrollbar {
  display: none;
}

.nav__inner {
  width: 100%;
  max-width: 93.1%;
  height: auto;
  margin-top: 55px;
  margin-right: 0;
  margin-left: auto;
  background: #5b1643;
  position: relative;
  /* height: 100vh; */
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 70px;
  height: -webkit-fill-available;
}

.nav__inner {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.nav__inner::-webkit-scrollbar {
  display: none;
}

.color-black {
  background: #27113e;
}

/** プルダウン **/
@media screen and (min-width: 992px) {
  .nav-items__item {
    position: relative;
  }
  .nav-items__item.nav-item--arrow::after {
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .nav-items__item ul {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 100%;
    min-width: 130px;
  }
  .nav-items__item ul li ul {
    top: 50%;
    left: 100%;
    width: 100%;
  }
  .nav-items__item ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .nav-items__item ul li a {
    padding: 13px 20px 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-items__item:hover > ul > li {
    overflow: visible;
    background: #b20dd9;
    height: 48px;
  }
  .nav-items__item:hover > ul > li:not(:first-child) {
    border-top: 1px solid #fff;
  }
  .nav-items__item:hover > ul > li.nav-items-middle__item:hover {
    background: #f4dcfa;
    color: #000;
  }
  .nav-items__item:hover > ul > li > a {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    white-space: nowrap;
  }
  .nav-items__item:hover > ul > li > a::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  /** 中カテゴリ **/
  .nav-items__middle {
    text-align: left;
  }
  .nav-items-middle__item {
    position: relative;
  }
  .nav-item-middle a {
    position: relative;
    white-space: nowrap;
  }
  .nav-item-middle::after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.4px;
    border-color: transparent transparent transparent #FFFFFF;
  }
  .nav-items__item:hover > ul > li.nav-items-middle__item:hover::after {
    border-color: transparent transparent transparent #000;
  }
  .nav-items-small__item a:hover {
    background: #f4dcfa;
    color: #000;
    opacity: initial;
  }
}
.nav__keywords {
  margin-top: 20px;
}

.nav__key-more {
  background: #b30bd7;
}

.nav__key-more::after,
.nav-button-more:after {
  content: "";
  background: url(../images/svg/arrow_white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.nav__content-block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.nav__acbox {
  margin-top: 0;
}

.nav__content-block {
  background: #5a1542;
  padding: 30px 19px;
}

.nav__acbox .menu-item__text {
  margin-bottom: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px 15px 20px;
}

.nav__acbox .menu-items__menu-item:last-child .menu-item__text {
  margin-bottom: 0;
}

.nav__keywords .keywords-items,
.nav__keywords .keywords-items2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav__keywords .keywords__items {
  margin-top: 32px;
}

.nav__key-more {
  margin-top: 10px;
}

.nav-button-more {
  margin-top: 30px;
}

/****************************************:

index.html

*****************************************:*/
@media screen and (min-width: 992px) {
  .black-bg {
    -webkit-transition: all 0.6s;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.6s;
    display: none;
  }
}
.grad-back {
  position: relative;
}

.grad-back::before {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #120f3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#120f3c), color-stop(4%, #5d1542), to(#27254d));
  background: linear-gradient(180deg, #120f3c 0%, #5d1542 4%, #27254d 100%);
  content: "";
}

@media screen and (min-width: 992px) {
  .grad-back::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#120f3c), color-stop(2%, #5d1542), to(#27254d));
    background: linear-gradient(180deg, #120f3c 0%, #5d1542 2%, #27254d 100%);
    background-position-y: initial;
    background-size: cover;
  }
}
.grad-back::after {
  z-index: -1;
  position: absolute;
  top: -317px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33214a;
  background: -webkit-gradient(linear, left top, left bottom, from(#33214a), to(#0c0933));
  background: linear-gradient(180deg, #33214a 0%, #0c0933 100%);
  content: "";
}

.right-float {
  -webkit-box-shadow: 0 0 8px #ff1493;
  z-index: 500;
  position: fixed;
  right: 0;
  /* bottom: 118px; */
  bottom: clamp(136px, 32vw, 230px);
  background: #ff1493;
  box-shadow: 0 0 8px #ff1493;
  width: 100%;
  max-width: 41px;
}

@media screen and (min-width: 992px) {
  .right-float {
    bottom: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .right-float {
    bottom: 180px;
  }
}
.right-float__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 21px;
}

.right-float__imgbox::before {
  padding-top: 114.2857142857%;
  display: block;
  content: "";
}

.right-float__imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.right-float a {
  display: block;
  width: 100%;
  height: 100%;
}

.right-float__inner {
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
}

.right-float__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-top: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.right-float-text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.fv {
  padding-top: 55px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .fv {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .fv__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.fv__slider {
  width: 100%;
  height: 100%;
}

.fv__slider-wrap {
  z-index: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .fv__slider-wrap {
    width: 60.5%;
    max-width: 780px;
    height: 100%;
  }
}
.fv__slider-wrap:hover {
  opacity: 0.9;
}

.fv__slider-wrap:hover::after {
  opacity: 0.6;
}

.fv__slider-wrap::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 102.5%;
  background: #ff1493;
  content: "";
}

@media screen and (min-width: 992px) {
  .fv__slider-wrap::after {
    width: 104%;
    height: 104%;
  }
}
.fv__slider a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.card-head___inner {
  display: block;
}

.fv__slider .card-head___inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv__slider .slide-card__textbox .card-textbox__text {
  margin-top: 4px;
}

.slide-card__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .slide-card__imgbox {
    max-height: 475px;
  }
}
.slide-card__imgbox::before {
  display: block;
  padding-top: 61.0666666667%;
  content: "";
}

@media screen and (min-width: 1200px) {
  .slide-card__imgbox::before {
    padding-top: 60.8974358974%;
  }
}
.slide-card__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.slide-card__badge {
  position: absolute;
}

.slide-card__badge img {
  width: 100%;
}

.slide-card__badge--popular {
  width: 54px;
  bottom: 67px;
  right: -16px;
}

@media screen and (min-width: 992px) {
  .slide-card__badge--popular {
    width: 64px;
    bottom: 96px;
    right: -22px;
  }
}
.slide-card__badge--new {
  width: 50px;
  bottom: 67px;
  right: -12px;
}

@media screen and (min-width: 992px) {
  .slide-card__badge--new {
    width: 60px;
    bottom: 96px;
    right: -18px;
  }
}
.arrow {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.arrow::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  background: #ffffff;
  content: "";
}

.arrow::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 14px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.parts__more .arrow {
  right: 24px;
}

.parts__more .arrow.arrow--bottom {
  right: initial;
}

.parts__more .arrow:before {
  left: 4px;
  width: 14px;
}

.parts__more .arrow.arrow--bottom:before {
  left: -1px;
  width: 1px;
}

.slide-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -22px;
  justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .slide-dots {
    bottom: -48px;
  }
}
.slide-dots li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slide-dots li button {
  -webkit-transition-duration: 0.3s;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.slide-dots li button:hover,
.slide-dots li.slick-active button {
  background: #ff1493;
}

.card-slidebtn__prev,
.card-slidebtn__next {
  z-index: 1;
  width: 50px;
  border: 1px solid #fff;
  background: #b20dd9;
  height: 50px;
  border-radius: 50%;
}

.mv-recommend .card-slidebtn__prev,
.mv-recommend .card-slidebtn__next {
  background: #FF6A00;
  border-color: #ff0;
}

.card-slidebtn__prev {
  -webkit-transform: translateY(50%);
  position: absolute;
  top: calc(50% - 123px);
  left: 0;
  transform: translateY(50%);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .card-slidebtn__prev {
    top: calc(50% - 77px);
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .card-slidebtn__prev {
    top: calc(50% - 77px);
  }
}
.card-slidebtn__next {
  -webkit-transform: translateY(50%);
  position: absolute;
  top: calc(50% - 123px);
  right: 0;
  transform: translateY(50%);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .card-slidebtn__next {
    top: calc(50% - 77px);
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .card-slidebtn__next {
    top: calc(50% - 77px);
  }
}
.arrow-slick {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .arrow-slick:hover {
    opacity: 0.8;
  }
}
.arrow-slick::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}

.card-slidebtn__next.arrow-slick::before {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.card-slidebtn__next.arrow-slick::after {
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.card-slidebtn__prev.arrow-slick::before {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.card-slidebtn__prev.arrow-slick::after {
  -webkit-transform: rotate(180deg);
  top: 1px;
  left: 8px;
  transform: rotate(180deg);
}

.card-slidebtn__next.arrow-slick::after {
  border: transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.mv-recommend .card-slidebtn__next.arrow-slick::after {
  background-color: #ff0;
}

@media screen and (min-width: 992px) {
  .card-slidebtn__next.arrow-slick::after {
    width: 35px;
    height: 35px;
  }
}
.card-slidebtn__prev.arrow-slick::after {
  border: transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.mv-recommend .card-slidebtn__prev.arrow-slick::after {
  background-color: #ff0;
}

@media screen and (min-width: 992px) {
  .card-slidebtn__prev.arrow-slick::after {
    width: 35px;
    height: 35px;
  }
}
.fv__slider > .fv-slide__card:not(:first-child) {
  display: none;
}

.fv__slider.slick-slider {
  -webkit-transition: opacity 0.25s ease;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.fv__slider.slick-initialized {
  display: block;
  opacity: 1;
  /*slick-initializedが付与されたら表示*/
}

.fv__slider .card-slidebtn__next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.75;
}

@media screen and (min-width: 992px) {
  .fv__slider .card-slidebtn__next {
    top: calc(50% - 77px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.fv__slider .card-slidebtn__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .fv__slider .card-slidebtn__prev {
    top: calc(50% - 77px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.category {
  display: inline-block;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.27;
  text-transform: uppercase;
  color: #fff;
  word-break: break-all;
  font-weight: 700;
}

@media screen and (max-width: 360px) {
  .category {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .category {
    font-size: 16px;
    line-height: 1.5;
  }
}
.card-head__category {
  margin-right: 6px;
}

.category--light-purple {
  background: #fa2196;
}

.category--common-purple {
  background: #b20dd9;
}

.category--blue {
  background: #24bcde;
}

.card-textbox {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}

.slide-card__textbox {
  position: relative;
  width: 100%;
  height: 130px;
}

.slide-card__textbox .card-textbox__text {
  margin-top: 0;
}

.card-textbox__inner {
  padding-right: 14px;
  padding-left: 19px;
}

.card__time {
  margin-top: 5px;
}

.card-time {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.card-time--font-weight-normal {
  font-weight: 400;
}

@media screen and (max-width: 360px) {
  .card-time {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .card-time {
    font-size: 12px;
  }
}
.card-textbox__text {
  margin-top: 8px;
}

.card__text {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .card__text {
    margin-top: 15px;
  }
  .card__time {
    margin-top: 10px;
  }
}
.card-text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
}

.fv__news {
  position: relative;
  margin-top: 35px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .fv__news {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .fv__news {
    max-width: 500px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fv__news {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.fv-news {
  padding-top: 23px;
  padding-bottom: 30px;
  background: #ffffff;
}

@media screen and (min-width: 1200px) {
  .fv-news {
    padding-top: 34px;
    padding-bottom: 40px;
  }
}
.fv-news__inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .fv-news__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fv-news__items {
  margin-top: 16px;
}

.fv-news__items .card-textbox__text {
  margin-top: 0;
}

.fv-items__item {
  max-height: 65px;
  margin-top: 20px;
}

.fv-items__item:first-child {
  margin-top: 0;
}

.fv-items__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.fv-items__item a:hover {
  opacity: 0.7;
}

.fv-item__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.fv-item__imgbox {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 100%;
}

@media screen and (max-width: 360px) {
  .fv-item__imgbox {
    max-width: 90px;
  }
}
.fv-item__imgbox::before {
  display: block;
  padding-top: 61.320754717%;
  content: "";
}

.fv-item__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.fv-item__imgbox img {
  height: auto;
  max-height: 100%;
}

.news-head-text {
  color: #ff1493;
  font-family: "Library3 am soft";
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.29;
  text-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .news-head-text {
    font-size: 36px;
    line-height: 1;
  }
}
.card-text--fv-item {
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 360px) {
  .card-text--fv-item {
    font-size: 12px;
  }
}
.category--fv-item {
  font-size: 11px;
}

@media screen and (max-width: 360px) {
  .category--fv-item {
    font-size: 10px;
  }
}
.card-textbox__inner--fv-item {
  padding-right: 0;
  padding-left: 8px;
}

.fv-item__textbox {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 360px) {
  .fv-item__textbox {
    width: 59%;
  }
}
.fv-item__textbox .card-head___inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.new-arrival {
  position: relative;
  padding-top: 41px;
  padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .new-arrival {
    padding-top: 78px;
    padding-bottom: 52px;
  }
}
.cards {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.new-arrival__items {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .new-arrival__items {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .new-arrival__items {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .new-arrival__items {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .new-arrival__items .cards-row__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .new-arrival__items .cards-row__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
.cards-row__item .card__imgbox img {
  height: auto;
  max-height: 100%;
}

.cards__item {
  width: calc(50% - 6px);
  margin-top: 10px;
  margin-right: 11px;
}

@media screen and (min-width: 992px) {
  .cards__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-top: 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__item {
    width: calc(33.3333333333% - 20px);
    margin-top: 30px;
    margin-right: 30px;
  }
}
.cards__item:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .cards__item:nth-of-type(2n) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__item:nth-of-type(2n) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* background: #fff; */
}

/* .card a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background: #fff;
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: -1;
} */
.card__imgbox {
  position: relative;
  width: 100%;
}

.card__imgbox::before {
  display: block;
  /* padding-top: 61.0465116279%; */
  padding-top: 61.2716763006%;
  content: "";
}

@media screen and (min-width: 992px) {
  .card__imgbox::before {
    padding-top: 61.1764705882%;
  }
}
.card__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.card__textbox {
  background: #ffffff;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .card__textbox {
    padding-bottom: 15px;
  }
}
.card__textbox-inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .card__textbox-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.card__head {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.card-text--new-arrival {
  -webkit-line-clamp: none;
  overflow: visible;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.57;
}

@media screen and (min-width: 992px) {
  .card-text--new-arrival {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .card-text--new-arrival {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .card-text--new-arrival {
    font-size: 12px;
  }
}
.new-arrival__more {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .new-arrival__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .new-arrival__more {
    max-width: 320px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .new-arrival__more {
    max-width: 400px;
  }
}
.news {
  position: relative;
  padding-top: 43px;
  /* padding-bottom: 0; */
  /* 追加 */
  padding-bottom: 43px;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .news {
    padding-top: 71px;
    /* 追加 */
    padding-bottom: 71px;
  }
}
.news__items {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .news__items {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .news__items {
    max-width: 1080px;
  }
}
.cards__news-grid {
  width: calc(50% - 5.5px);
  margin-right: 11px;
}

@media screen and (min-width: 768px) {
  .cards__news-grid {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .cards__news-grid {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__news-grid {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
.cards__news-grid:nth-of-type(2) {
  margin-right: 0;
}

/* .cards__news-grid:nth-of-type(3), */
/* .cards__news-grid:nth-of-type(4), */
/* .cards__news-grid:nth-of-type(5) { */
/* width: 100%; */
/* margin-right: 0; */
/* } */
@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(3),
  .cards__news-grid:nth-of-type(4),
  .cards__news-grid:nth-of-type(5) {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__news-grid:nth-of-type(3),
  .cards__news-grid:nth-of-type(4),
  .cards__news-grid:nth-of-type(5) {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(5) {
    margin-right: 0;
  }
}
/* .cards__news-grid:nth-of-type(3) a, */
/* .cards__news-grid:nth-of-type(4) a, */
/* .cards__news-grid:nth-of-type(5) a { */
/* display: -webkit-box; */
/* display: -webkit-flex; */
/* display: -ms-flexbox; */
/* display: flex; */
/*  */
/*  */
/* } */
/*  */
/*  */
/* .cards__news-grid:nth-of-type(3) .card__time, */
/* .cards__news-grid:nth-of-type(4) .card__time, */
/* .cards__news-grid:nth-of-type(5) .card__time { */
/*  */
/*  */
/* margin-top: 6px; */
/* } */
@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(3) a,
  .cards__news-grid:nth-of-type(4) a,
  .cards__news-grid:nth-of-type(5) a {
    /* display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .cards__news-grid:nth-of-type(3) .card__time,
  .cards__news-grid:nth-of-type(4) .card__time,
  .cards__news-grid:nth-of-type(5) .card__time {
    /* margin-top: 10px; */
    margin-top: auto;
  }
  .cards__news-grid:nth-of-type(3) .card-time,
  .cards__news-grid:nth-of-type(4) .card-time,
  .cards__news-grid:nth-of-type(5) .card-time {
    font-size: 12px;
  }
}
.cards__news-grid:nth-of-type(3) .card__imgbox::before,
.cards__news-grid:nth-of-type(4) .card__imgbox::before,
.cards__news-grid:nth-of-type(5) .card__imgbox::before {
  padding-top: 61.5384615385%;
}

@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(1) .card__imgbox::before,
  .cards__news-grid:nth-of-type(2) .card__imgbox::before,
  .cards__news-grid:nth-of-type(5) .card__imgbox::before {
    padding-top: 61.10056926%;
  }
  .cards__news-grid:nth-of-type(3) .card__imgbox::before,
  .cards__news-grid:nth-of-type(4) .card__imgbox::before,
  .cards__news-grid:nth-of-type(5) .card__imgbox::before {
    padding-top: 61.1764705882%;
  }
}
/* .cards__news-grid:nth-of-type(3) .card__imgbox, */
/* .cards__news-grid:nth-of-type(4) .card__imgbox, */
/* .cards__news-grid:nth-of-type(5) .card__imgbox { */
/*  */
/* max-width: 169px; */
/* flex-shrink: 0; */
/* } */
@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(3) .card__imgbox,
  .cards__news-grid:nth-of-type(4) .card__imgbox,
  .cards__news-grid:nth-of-type(5) .card__imgbox {
    max-width: 100%;
  }
}
.cards__news-grid:nth-of-type(3) .card__head,
.cards__news-grid:nth-of-type(4) .card__head,
.cards__news-grid:nth-of-type(5) .card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__news-grid:nth-of-type(3) .card__textbox,
.cards__news-grid:nth-of-type(4) .card__textbox,
.cards__news-grid:nth-of-type(5) .card__textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards__news-grid:nth-of-type(3) .card__textbox-inner,
.cards__news-grid:nth-of-type(4) .card__textbox-inner,
.cards__news-grid:nth-of-type(5) .card__textbox-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards__news-grid:nth-of-type(1) .card-text,
.cards__news-grid:nth-of-type(2) .card-text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(1) .card-text,
  .cards__news-grid:nth-of-type(2) .card-text {
    font-size: 20px;
  }
  .cards__news-grid:nth-of-type(1) .card-time,
  .cards__news-grid:nth-of-type(2) .card-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .cards__news-grid:nth-of-type(1) .card-text,
  .cards__news-grid:nth-of-type(2) .card-text {
    font-size: 14px;
  }
}
.cards__news-grid:nth-of-type(1) a,
.cards__news-grid:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.cards__news-grid:nth-of-type(1) .card__textbox,
.cards__news-grid:nth-of-type(2) .card__textbox {
  height: 100%;
}

.cards__news-grid:nth-of-type(3) .card-text,
.cards__news-grid:nth-of-type(4) .card-text,
.cards__news-grid:nth-of-type(5) .card-text {
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .cards__news-grid:nth-of-type(3) .card-text,
  .cards__news-grid:nth-of-type(4) .card-text,
  .cards__news-grid:nth-of-type(5) .card-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .cards__news-grid:nth-of-type(3) .card-text,
  .cards__news-grid:nth-of-type(4) .card-text,
  .cards__news-grid:nth-of-type(5) .card-text {
    font-size: 12px;
  }
}
.cards__news-grid img {
  height: auto;
  max-height: 100%;
}

.news__more {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .news__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .news__more {
    max-width: 320px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .news__more {
    max-width: 400px;
  }
}
.guide,
.payment,
.rules,
.game {
  position: relative;
  padding-top: 48px;
  padding-bottom: 0;
  background: #0c0933;
}

.game {
  padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .game {
    padding-bottom: 60px;
  }
}
.guide__items,
.payment__items,
.rules__items,
.game__items {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .guide__items,
  .payment__items,
  .rules__items,
  .game__items {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .guide__items,
  .payment__items,
  .rules__items,
  .game__items {
    max-width: 100%;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1200px) {
  .guide__items,
  .payment__items,
  .rules__items,
  .game__items {
    margin-right: auto;
    margin-left: auto;
  }
}
.cards-row__item {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .cards-row__item {
    width: calc(33.3333333333% - 10px);
    margin-top: 0;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cards-row__item {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
.cards-row__item:nth-of-type(2n) {
  margin-right: initial;
}

@media screen and (min-width: 992px) {
  .cards-row__item:nth-of-type(2n) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cards-row__item:nth-of-type(2n) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cards-row__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.cards-row__item:first-child {
  margin-top: 0;
}

.cards-row__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .cards-row__item a {
    /* display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.cards-row__item .card__imgbox {
  max-width: 169px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .cards-row__item .card__imgbox {
    max-width: 100%;
  }
}
.cards-row__item .card__textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-row__item .card__textbox .card__textbox-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-row__item .card-text {
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.5;
}

.cards-row__item .card__time {
  /* margin-top: 6px; */
  margin-top: auto;
}

@media screen and (max-width: 360px) {
  .cards-row__item .card-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .cards-row__item .card-text {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cards-row__item .card__time {
    margin-top: 10px;
  }
  .cards-row__item .card-time {
    font-size: 12px;
  }
}
.recommend .cards-row__item .card__imgbox:before {
  padding-top: 61.1764705882%;
}

@media screen and (min-width: 992px) {
  .recommend .cards-row__item .card__imgbox:before {
    padding-top: 60.8823529412%;
  }
}
.recommend .cards-row__item .card__textbox {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .recommend .cards-row__item .card__textbox {
    padding-bottom: 15px;
  }
}
.recommend .cards-row__item .card__imgbox {
  height: 100%;
  max-width: 170px;
}

@media screen and (min-width: 992px) {
  .recommend .cards-row__item .card__imgbox {
    height: initial;
    max-width: initial;
  }
}
.recommend .cards-row__item .card__text {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .recommend .cards-row__item .card__text {
    margin-top: 15px;
  }
}
.guide__more,
.payment__more,
.rules__more,
.game__more {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .guide__more,
  .payment__more,
  .rules__more,
  .game__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .guide__more,
  .payment__more,
  .rules__more,
  .game__more {
    max-width: 320px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .guide__more,
  .payment__more,
  .rules__more,
  .game__more {
    max-width: 400px;
    margin-top: 35px;
  }
}
.guide__more br,
.payment__more br,
.rules__more br,
.game__more br {
  display: block;
}

@media screen and (min-width: 768px) {
  .guide__more br,
  .payment__more br,
  .rules__more br,
  .game__more br {
    display: none;
  }
}
.info {
  position: relative;
  padding-top: 41px;
  padding-bottom: 48px;
  background: #ffffff;
}

.info__items {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .info__items {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .info__items {
    max-width: 100%;
    max-width: 1080px;
    margin-top: 30px;
  }
}
.info__items .cards__info-grid:first-child .card__imgbox {
  padding-top: 100%;
}

.info__items .card__imgbox::before {
  display: none;
}

.info__items .cards__info-grid:not(:first-child) .card__imgbox {
  padding-top: 61.0465116279%;
}

.info__items .cards__info-grid:not(:first-child) .card__imgbox::before {
  display: block;
  padding-top: initial;
  content: "";
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.info__items .cards__info-grid:first-child .card__imgbox::before {
  display: block;
  padding-top: initial;
  content: "";
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.info__items .card__imgbox img {
  -o-object-fit: contain;
  -o-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-transform: initial;
  transform: initial;
}

@media screen and (min-width: 992px) {
  .cards__items-info-grid {
    grid-column-gap: 1.5%;
    grid-row-gap: 0%;
    display: grid;
    grid-template-columns: 42.3% 27.35% 27.35%;
  }
}
.cards__info-grid:first-child {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .cards__info-grid:first-child {
    grid-row: span 2;
  }
}
.cards__info-grid:first-child .card__imgbox::before {
  padding-top: 100%;
}

.cards__info-grid:first-child .card__imgbox::before {
  padding-top: 100%;
}

@media screen and (min-width: 992px) {
  .cards__info-grid:first-child .card__imgbox::before {
    padding-top: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cards__info-grid:first-child .card__textbox {
    padding-top: 18px;
  }
}
.cards__info-grid .card__imgbox::before {
  padding-top: 61.0465116279%;
}

@media screen and (min-width: 992px) {
  .cards__info-grid .card__imgbox::before {
    padding-top: 60.6896551724%;
  }
}
.cards__info-grid:first-child .card-text {
  -webkit-line-clamp: 1;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 360px) {
  .cards__info-grid:first-child .card-text {
    font-size: 14px;
  }
}
.cards__info-grid:not(:first-child) {
  width: calc(50% - 6px);
  margin-top: 20px;
  margin-right: 12px;
}

@media screen and (min-width: 992px) {
  .cards__info-grid:not(:first-child) {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
.cards__info-grid:nth-of-type(2n+1) {
  margin-right: 0;
}

.cards__info-grid .card-text {
  font-size: 15px;
  line-height: 1.53;
}

@media screen and (min-width: 992px) {
  .cards__info-grid .card-text {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 360px) {
  .cards__info-grid .card-text {
    font-size: 14px;
  }
}
.cards__info-grid .card__textbox-inner {
  padding-right: 0;
  padding-left: 0;
}

.cards__info-grid .card__textbox {
  height: initial;
}

@media screen and (min-width: 992px) {
  .cards__info-grid:nth-of-type(4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__info-grid:nth-of-type(4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cards__info-grid:nth-of-type(5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cards__info-grid:nth-of-type(5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cards__info-grid .card__textbox {
    padding-bottom: 0;
  }
}
.ranking {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 43px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .ranking {
    padding-top: 81px;
    padding-bottom: 71px;
    /* margin-top: 60px; */
  }
}
.ranking:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 221px;
  background: url(../images/top/ranking-back.png) no-repeat;
  background-position: -80px;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 992px) {
  .ranking:before {
    height: 100%;
    background-position: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ranking::after {
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #120f3c;
    background: -webkit-gradient(linear, left top, left bottom, from(#120f3c), color-stop(20%, #5d1542), to(#27254d));
    background: linear-gradient(180deg, #120f3c 0%, #5d1542 20%, #27254d 100%);
    content: "";
  }
}
.ranking__slider-wrap {
  position: relative;
  margin-top: 23px;
}

@media screen and (min-width: 992px) {
  .ranking__slider-wrap {
    margin-top: 26px;
  }
}
.ranking__slider-wrap .card-slidebtn__prev,
.ranking__slider-wrap .card-slidebtn__next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
}

.ranking__slider-wrap .card-slidebtn__next {
  /* right: -5px; */
  right: 0;
}

@media screen and (min-width: 992px) {
  .ranking__slider-wrap .card-slidebtn__next {
    right: 36px;
  }
}
.ranking__slider-wrap .card-slidebtn__prev {
  left: -5px;
}

@media screen and (min-width: 992px) {
  .ranking__slider-wrap .card-slidebtn__prev {
    left: 36px;
  }
}
.ranking__slider .slick-list {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px !important;
}

@media screen and (min-width: 992px) {
  .ranking__slider .slick-list {
    padding-top: 24px !important;
  }
}
.ranking-slide__card {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .ranking-slide__card {
    margin-right: 16px;
    margin-left: 0;
  }
}
.ranking-slide__card .slide-card__imgbox::before {
  padding-top: 61.0465116279%;
}

@media screen and (min-width: 992px) {
  .ranking-slide__card .slide-card__imgbox::before {
    padding-top: 60.8108108108%;
  }
}
.ranking-slide__card .card-text {
  font-size: 14px;
}

.ranking-slide__card .card__text {
  margin-top: 10px;
}

@media screen and (max-width: 360px) {
  .ranking-slide__card .card-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .ranking-slide__card .card__text {
    margin-top: 15px;
  }
  .ranking-slide__card .card-text {
    font-size: 16px;
  }
}
.ranking-slide__card .card__textbox {
  min-height: 100px;
}

.cards__items-category-grid .card__textbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .under-arrival .card__textbox {
    min-height: 100px;
  }
}
.rank-side {
  z-index: 5;
  position: absolute;
  top: -15px;
  left: 0;
  color: #ff1493;
  font-family: "Library3 am soft";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .rank-side {
    top: -25px;
    left: 9px;
    font-size: 50px;
  }
}
.category-contents {
  position: relative;
  padding-top: 43px;
  padding-bottom: 0;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .category-contents {
    padding-top: 62px;
  }
}
.keywords {
  position: relative;
  padding-top: 43px;
  padding-bottom: 35px;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .keywords {
    padding-top: 69px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .keywords__items {
    max-width: 889px;
    margin-right: auto;
    margin-left: auto;
  }
}
.keywords-items,
.keywords-items2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.keywords .keywords__items {
  margin-top: 30px;
}

.keywords-items__item,
.keywords-items2__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.keyword,
.keyword2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#A42877), to(#5F319C));
  background: linear-gradient(to right, #A42877 0%, #5F319C 100%);
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 360px) {
  .keyword {
    font-size: 12px;
  }
}
.keyword2 {
  font-size: 14px;
}

.keyword a,
.keyword2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fdeff7;
  padding: 3px 9px;
  line-height: 1.7;
  border-radius: 4px;
}

.keyword2 a {
  color: #fdeff7;
  background: transparent;
}

.keywords__more {
  margin-top: 15px;
  border: 1px solid #ffffff;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .keywords__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .keywords__more {
    max-width: 400px;
    margin-top: 35px;
    border: transparent;
    background: #ff1493;
  }
}
.about {
  position: relative;
  padding-top: 43px;
  padding-bottom: 35px;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .about {
    padding-top: 81px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .about-block__slider {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .about-block__slider {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about-block .section-head__text-black {
  color: #000;
}

@media screen and (min-width: 992px) {
  .about-block:not(:first-child) {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #5d265b;
  }
}
.about-block__contents {
  /* margin-top: 22px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .about-block__contents {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .about-block:nth-child(even) .about-block__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
  }
}
.about-block__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 22px;
}

@media screen and (min-width: 992px) {
  .about-block__imgbox {
    margin-right: 40px;
    max-width: 480px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .about-block:nth-child(even) .about-block__imgbox {
    margin-right: 0;
  }
}
.about-block__imgbox::before {
  display: block;
  padding-top: 60.5970149254%;
  content: "";
}

@media screen and (min-width: 992px) {
  .about-block__imgbox::before {
    padding-top: 60.8333333333%;
  }
}
.about-block__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.about-block__textbox {
  color: #000;
  display: contents;
}

@media screen and (min-width: 992px) {
  .about-block:nth-child(even) .about-block__textbox {
    margin-right: 40px;
  }
  .about-block__textbox {
    width: 100%;
    display: initial;
  }
}
.about-block__textbox a {
  color: #ff1494;
  border-bottom: 1px solid #ff1493;
}

.about-block__textbox a[target=_blank] {
  position: relative;
  margin-right: 15px;
}

.about-block__textbox a[target=_blank]::after {
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../images/top/line-box.png) no-repeat;
  bottom: 4px;
  background-size: contain;
}

.about-block__head {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 992px) {
  .about-block__head {
    text-align: left;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.about-block___summary {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .about-block___summary {
    margin-top: 10px;
  }
}
.about-bloct__text {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .about-bloct__text {
    margin-top: 10px;
  }
}
.about-summary {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .about-summary {
    font-size: 24px;
    line-height: 1.58;
  }
}
@media screen and (max-width: 360px) {
  .about-summary {
    font-size: 18px;
  }
}
.about-text {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.67;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .about-text {
    font-size: 16px;
    line-height: 1.62;
  }
}
@media screen and (max-width: 360px) {
  .about-text {
    font-size: 13px;
  }
}
.arrow-slick__about {
  top: calc(50% - 117px);
}

@media screen and (min-width: 992px) {
  .arrow-slick__about {
    top: calc(50% - 117px);
  }
}
.card-slidebtn__next.arrow-slick__about {
  right: -10px;
  opacity: 0.75;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.card-slidebtn__prev.arrow-slick__about {
  left: -10px;
  opacity: 0.75;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.content-adblock {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5d265b;
}

.content-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .content-ad {
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content-ad__text {
  margin: auto;
  color: #000;
}

/****************************************:

big-category.html

*****************************************:*/
.under-fv {
  position: relative;
  /* padding-top: 56px; */
}

@media screen and (min-width: 992px) {
  .under-fv {
    padding-top: 70px;
  }
}
.under-fv__headbox {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
}

@media screen and (min-width: 992px) {
  .under-fv__headbox {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.under-fv__headbox.has_image {
  position: relative;
}

.under-fv__headbox.has_image:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.under-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .under-fv__headbox h1,
  .under-fv__title {
    margin-top: 18px;
  }
}
.under-fv-subtitle {
  display: block;
  font-family: "Library3 am soft";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.28;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .under-fv-subtitle {
    font-size: 36px;
    line-height: 1;
  }
}
.under-fv__headbox h1,
.under-fv__title {
  margin-right: auto;
  margin-left: auto;
  max-width: 83%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .under-fv__headbox h1,
  .under-fv__title {
    max-width: 100%;
  }
}
.under-fv__headbox h1,
.under-fv-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.43;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .under-fv__headbox h1,
  .under-fv-title {
    font-size: 34px;
    line-height: 1.2;
  }
}
.under-description-box {
  position: relative;
}

.under-description-box__text {
  max-width: 600px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .under-description-box__text {
    max-width: 80%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .under-description-box__text {
    max-width: 860px;
  }
}
.under-description-text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.63;
}

@media screen and (min-width: 992px) {
  .under-description-text {
    font-size: 16px;
    line-height: 1.67;
  }
}
/****************************************:

下層-大カテゴリー一覧

*****************************************:*/
.category__items {
  max-width: 600px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .category__items {
    max-width: 720px;
    margin-top: 0;
  }
}
.under-category__slider {
  width: 100%;
}

.under-category__slider .cards__category-grid:first-child {
  margin-top: 0;
}

.under-category__slider .cards__category-grid {
  margin-right: 0;
}

.under-category__slider .cards__category-grid .card__textbox {
  height: 100%;
}

.under-category__slider .card-slidebtn__next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0.75;
}

.under-category__slider .card-slidebtn__prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  opacity: 0.75;
}

.under-category__slider .cards__category-grid {
  margin-top: 0;
}

.cards__category-grid {
  width: calc(50% - 5px);
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .cards__category-grid {
    width: 100%;
    max-width: inherit;
    margin-top: 30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid:first-child {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) {
  .under-category__slider .cards__category-grid a {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.under-category .cards__category-grid {
  width: 100%;
  margin-right: 0;
}

.under-category .cards__category-grid + .cards__category-grid {
  margin-top: 10px;
}

.under-category .cards__category-grid + .cards__category-grid .card__textbox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.under-category .cards__category-grid + .cards__category-grid .card-time {
  margin-top: auto;
}

.under-category .cards__category-grid .category {
  font-size: 14px;
}

@media screen and (max-width: 360px) {
  .under-category .cards__category-grid .category {
    font-size: 10px;
  }
  .under-category .cards__category-grid .card-text {
    font-size: 12px;
  }
}
.under-category .under-category__slider .cards__category-grid {
  margin-top: 0;
}

.under-category .under-category__slider .cards__category-grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.under-category .under-category__slider .cards__category-grid .card__imgbox {
  max-width: 100%;
  height: auto;
}

.under-category .under-category__slider .cards__category-grid .card__imgbox::before {
  display: none;
}

.under-category .under-category__slider .cards__category-grid .card__imgbox img {
  position: static;
  -webkit-transform: initial;
  transform: initial;
}

.under-category .cards__category-grid .card__imgbox::before {
  padding-top: 61.1764705882%;
}

@media screen and (min-width: 992px) {
  .under-category .cards__category-grid .card__imgbox::before {
    padding-top: 61.0878661088%;
  }
}
.under-category .cards__category-grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-category .cards__category-grid .card__imgbox {
  max-width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}

.under-category .cards__category-grid .card__imgbox::before {
  display: none;
}

.under-category .cards__category-grid .card__imgbox img {
  position: static;
  -webkit-transform: initial;
  transform: initial;
}

.under-category .cards__category-grid .card__textbox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.under-category .cards__category-grid .card__time {
  margin-top: auto;
}

@media screen and (min-width: 992px) {
  .under-category .cards__category-grid .card__imgbox {
    max-width: 239px;
  }
  .under-category .cards__category-grid .card__head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .under-category .cards__category-grid .card__textbox {
    padding-top: 15px;
  }
  .under-category .cards__category-grid .card__textbox-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.under-category__slider .slide-dots {
  bottom: -18px;
}

@media screen and (min-width: 992px) {
  .under-category__slider .cards__category-grid .card__imgbox {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid .card__imgbox {
    max-width: 244px;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid.card__textbox {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid .card__textbox-inner {
    padding-right: 24px;
    padding-left: 20px;
  }
}
.cards__category-grid:nth-of-type(2n) {
  margin-right: 0;
}

.cards__category-grid .card__imgbox::before {
  padding-top: 61.0465116279%;
}

@media screen and (min-width: 992px) {
  .cards__category-grid .card__imgbox::before {
    padding-top: 61.4754098361%;
  }
}
.cards__category-grid .card__text-summary {
  display: none;
}

@media screen and (min-width: 992px) {
  .cards__category-grid .card__text-summary {
    display: block;
    visibility: hidden;
    margin-top: initial;
  }
}
.cards__category-grid .card-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.57;
}

@media screen and (min-width: 992px) {
  .cards__category-grid .card-text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.5;
  }
}
.under-category__slider .cards__category-grid .card-text {
  -webkit-line-clamp: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .under-category__slider .cards__category-grid .card-text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .card__text-summary {
    margin-top: 13px;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid .text-summary {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .cards__category-grid .text-summary {
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .under-category__slider .cards__category-grid .text-summary {
    display: block;
    visibility: visible;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .under-category__slider .cards__category-grid .card__text-summary {
    margin-top: 13px;
  }
}
@media screen and (min-width: 992px) {
  .under-category .under-category__slider .cards__category-grid .card-text {
    margin-top: 10px;
  }
  .under-category .category__items .card-text {
    margin-top: 10px;
  }
}
.under-category .cards__category-grid .card-text {
  line-height: 1.5;
}

/****************************************:

下層-下部見出し・seo簡易説明

*****************************************:*/
.under-contents-area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .under-contents-area {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}
.under-contents-area::before {
  z-index: -2;
  position: absolute;
  top: -317px;
  left: 0;
  width: 100%;
  height: 317px;
  background: #33214a;
  background: -webkit-gradient(linear, left top, left bottom, from(#33214a), to(#0c0933));
  background: linear-gradient(180deg, #33214a 0%, #0c0933 100%);
  content: "";
}

.under-seobox__textbox {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-right: 16px;
  padding-bottom: 23px;
  padding-left: 16px;
  border: 2px solid #fff;
}

@media screen and (min-width: 992px) {
  .under-seobox__textbox {
    padding-top: 27px;
    padding-right: 30px;
    padding-bottom: 26px;
    padding-left: 30px;
  }
}
.under-seobox__description {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .under-seobox__description {
    margin-top: 12px;
  }
}
.under-seotitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.56;
}

@media screen and (min-width: 992px) {
  .under-seotitle {
    font-size: 20px;
    line-height: 1.5;
  }
}
.under-seodescription {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.67;
}

@media screen and (min-width: 992px) {
  .under-seodescription {
    font-size: 16px;
    line-height: 1.88;
  }
}
/****************************************:

下層-記事の関連カテゴリー

*****************************************:*/
.cat-area--space {
  margin-top: 25px;
  /* margin-top: 40px; */
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .cat-area--space {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.cat-area__head {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #b20dd9;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .cat-area__head {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.cat-area-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.15;
}

@media screen and (min-width: 992px) {
  .cat-area-title {
    font-size: 18px;
    line-height: 1.05;
  }
}
.cat-area__title {
  width: 100%;
  padding-right: 33px;
  padding-left: 33px;
}

.cat-area__content {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  position: relative;
}

@media screen and (min-width: 992px) {
  .cat-area__content {
    max-width: 860px;
  }
}
.cat-area__inner {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .cat-area__inner {
    padding-top: 15px;
    padding-right: 23px;
    padding-bottom: 10px;
    padding-left: 23px;
  }
}
.cat-area__items {
  display: block;
}

@media screen and (min-width: 992px) {
  .cat-area__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.cat-area-items__item:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .cat-area-items__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .cat-area-items__item {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .cat-area-items__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.cat-item-text__head {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.cat-item-text__head-imgbox {
  position: relative;
  width: 100%;
  max-width: 19px;
  margin-right: 8px;
}

.cat-item-text__head-imgbox::before {
  display: block;
  padding-top: 68.4210526316%;
  content: "";
}

.cat-item-text__head-imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.cat-item-text {
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.88;
}

.cat-item-text {
  position: relative;
  margin-right: 6px;
}

/* .cat-item-text-toggle {
  display: block;
  z-index: 0;
  position: relative;
} */
.pin {
  padding-left: 18px;
  position: relative;
}

.pin:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background: center/contain no-repeat url(../images/svg/pin.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* @media screen and (min-width: 992px) {
  .cat-item-text-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%);

    top: 100%;
  }
} */
/* .cat-item-text-toggle::before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 18px;
  padding-top: calc(13/13*100%);
  transform: translateY(-50%);
  background: url(../images/top/toggle-plus.png) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

.cat-item-text-toggle.open:before {
  position: absolute;
  background: url(../images/top/toggle-minus.png) no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
} */
@media screen and (min-width: 992px) {
  .cat-area-items__item {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .cat-area-items__item:nth-of-type(3),
  .cat-area-items__item:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.cat-child__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 8px; */
  padding-top: 8px;
}

.cat-child-items__item {
  margin-right: 6px;
  margin-bottom: 14px;
}

@media screen and (min-width: 992px) {
  .cat-child-items__item {
    margin-bottom: 15px;
  }
}
.cat-child-items {
  line-height: 1.5;
}

.cat-child-text {
  display: inline-block;
  position: relative;
  padding-right: 9px;
  color: #0c0933;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.02;
}

.cat-child-text::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background: #0c0933;
  content: "";
}

.cat-child-text:last-child:after {
  display: none;
}

/****************************************:

下層-ピックアップ

*****************************************:*/
.under-picup {
  position: relative;
  padding-top: 41px;
  padding-bottom: 40px;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .under-picup {
    display: none;
  }
}
.under-picup__head {
  text-align: center;
}

.under-picup-text {
  color: #ff1493;
  font-family: "Library3 am soft";
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
  text-transform: uppercase;
}

.under-picup__items {
  max-width: 600px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.under-picup-items__item {
  margin-top: 10px;
}

.under-picup-items__item:first-child {
  margin-top: 0;
}

.under-picup-items__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.under-picup-item__inner {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.under-picup-item__imgbox {
  position: relative;
  width: 100%;
  max-width: 134px;
  max-width: 170px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.under-picup-item__textbox {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 104px;
}

.card-textbox__inner--under-picup-item {
  /* padding-right: 14px;
  padding-left: 9px; */
  padding-right: 10px;
  padding-left: 10px;
}

.category--under-picup-item {
  font-size: 11px;
}

.card-text--under-picup-item {
  -webkit-line-clamp: 2;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.under-picup-item__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.under-picup-item__imgbox::before {
  display: block;
  /* padding-top: 61.1940298507%; */
  content: "";
  padding-top: 61.1764705882%;
}

.under-picup-item__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.under-picup-item__imgbox img {
  max-height: 100%;
}

.under-picup .card-head___inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under-picup .card-head__category {
  margin-right: 0;
}

.under-picup .card-head__time {
  margin-top: 6px;
}

/****************************************:

下層-最新記事

*****************************************:*/
.under-arrival {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 43px;
  padding-bottom: 30px;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .under-arrival {
    padding-top: 81px;
    padding-bottom: 71px;
  }
}
.under-arrival__slider-wrap {
  position: relative;
  margin-top: 23px;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider-wrap {
    margin-top: 26px;
  }
}
.under-arrival__slider .slick-list {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider .slick-list {
    padding-top: 20px;
  }
}
.under-arrival__slider-wrap .card-slidebtn__prev,
.under-arrival__slider-wrap .card-slidebtn__next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
}

.under-arrival__slider-wrap .card-slidebtn__prev {
  left: -5px;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider-wrap .card-slidebtn__prev {
    left: 36px;
  }
}
.ranking__slider .card-slidebtn__prev.slick-disabled {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider .card-slidebtn__prev.slick-disabled {
    display: none !important;
  }
}
.under-arrival__slider-wrap .card-slidebtn__next {
  /* right: -5px; */
  right: 0;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider-wrap .card-slidebtn__next {
    right: 36px;
  }
}
.under-arrival__card {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .under-arrival__card {
    margin-right: 16px;
    margin-left: 0;
  }
}
.under-arrival__slider .slick-list {
  padding: 0 5% 0 0 !important;
}

@media screen and (min-width: 992px) {
  .under-arrival__slider .slick-list {
    padding: 0 5% 0 5% !important;
  }
}
.ranking__slider .slick-list {
  padding: 20px 5% 0 0 !important;
}

@media screen and (min-width: 992px) {
  .ranking__slider .slick-list {
    padding: 24px 5% 0 5% !important;
  }
}
.under-arrival__card .card-text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .under-arrival__card .card-text {
    font-size: 16px;
  }
}
.slide-dots > li:only-child {
  display: none;
}

.under-arrival__more {
  margin-top: 15px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .under-arrival__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .under-arrival__more {
    max-width: 320px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .under-arrival__more {
    max-width: 400px;
  }
}
/****************************************:

category-archive.html

*****************************************:*/
.wrapper__contents-category {
  margin-top: 0;
}

.wrapper__main-category {
  width: 100%;
  margin-bottom: 140px;
}

.category-archive {
  max-width: 600px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .category-archive {
    max-width: 860px;
    margin-top: 0;
  }
}
.category-archive .menu-items__wrap {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .category-archive .menu-items__menu-item:not(:first-child) {
    margin-top: 60px;
  }
}
.category-archive .menu-items__menu-item.active {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .category-archive .menu-items__menu-item.active {
    margin-bottom: 0;
  }
}
.category-archive .menu-item__text {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

.category-archive .middle-menu__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.category-archive .middle-menu__text p {
  font-size: 20px;
  line-height: 1.45;
  color: #fff;
}

.category-archive .min-menus__text {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}

.category-archive .middle-menus__items:not(:first-child) {
  margin-top: 40px;
}

.category-archive .middle-menu__inner {
  margin-left: 67px;
}

/* .middle-menus__items {
  position: relative;
  padding-bottom: 5px;

} */
.nav__acbox .middle-menus__items:not(:first-child) {
  margin-top: initial;
}

.nav__acbox .middle-menus__items {
  position: relative;
  background: #5a2c4a;
  padding-bottom: initial;
  border-top: 1px solid #fff;
}

/* .middle-menus__items::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  content: "";
} */
/* .nav__acbox .middle-menus__items::after {
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.4s;
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  background: url(../images/top/arrow.png) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  transition: 0.4s;
  pointer-events: none;
} */
.nav__acbox .middle-menus__items::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background: url(../images/svg/arrow_white.svg) no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****************************************:

single2.html

*****************************************:*/
.wrapper--space {
  padding-top: 42px;
}

@media screen and (min-width: 992px) {
  .wrapper--space {
    padding-top: 70px;
  }
}
.recommend {
  position: relative;
  /* padding-top: 46px; */
  padding-top: 26px;
  /* 追記 */
  padding-bottom: 26px;
}

@media screen and (min-width: 992px) {
  .recommend {
    /* padding-top: 109px; */
    padding-top: 50px;
    /* 追記 */
    padding-bottom: 50px;
  }
}
.recommend::before {
  z-index: -1;
  position: absolute;
  top: -317px;
  left: 0;
  width: 100%;
  height: 317px;
  background: #33214a;
  background: -webkit-gradient(linear, left top, left bottom, from(#33214a), to(#0c0933));
  background: linear-gradient(180deg, #33214a 0%, #0c0933 100%);
  content: "";
}

.recommend__items {
  max-width: 600px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .recommend__items {
    max-width: 1080px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .recommend__items .cards-row__item {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-right: 20px;
  }
}
/* @media screen and (min-width: 1200px) {
  .recommend__items .cards-row__item {
    margin-top: 30px;
    margin-right: 30px;
  }
} */
@media screen and (min-width: 992px) {
  .recommend__items .cards-row__item:nth-of-type(2n) {
    margin-right: 20px;
  }
}
/* @media screen and (min-width: 1200px) {
  .recommend__items .cards-row__item:nth-of-type(2n) {
    margin-right: 30px;
  }
} */
@media screen and (min-width: 992px) {
  .recommend__items .cards-row__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.single-content--space {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .single-content--space {
    margin-top: 0;
  }
}
.single-contents__content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .single-contents__content {
    max-width: 720px;
  }
}
.single-contents__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .single-contents__imgbox::before {
  display: block;
  padding-top: 61.1267605634%;
  content: "";
}

@media screen and (min-width: 992px) {
  .single-contents__imgbox::before {
    padding-top: 61.25%;
  }
} */
.single-contents__imgbox img {
  /* -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  /* transform: translate(-50%, -50%); */
}

.single-contents__block {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background: #fff;
}

.single-block__head-wrap {
  position: relative;
  margin-top: -60px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4f2f5;
}

.single-block__inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .single-block__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single-block__head {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-block__head .card-time {
  font-size: 10px;
  width: 100%;
}

@media screen and (min-width: 520px) {
  .single-block__head .card-time {
    width: initial;
  }
}
@media screen and (min-width: 992px) {
  .single-block__head .card-time {
    font-size: 11px;
    width: initial;
  }
}
/* .single-block__head .single-block__category {
  width: 100%;
}


@media screen and (min-width: 520px) {
  .single-block__head .single-block__category {
    width: initial;
  }
} */
.single-block__category {
  margin-right: 10px;
}

.single-block__time {
  margin-right: 12px;
}

.single-block__time:last-child {
  margin-right: 0;
}

.single-block__titlebox {
  margin-top: 8px;
}

.single-block-title {
  color: #0c0933;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.38;
}

@media screen and (min-width: 1200px) {
  .single-block-title {
    font-size: 32px;
    line-height: 1.44;
  }
}
.single-block-subtitle {
  color: #211d55;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.41;
  margin-top: 8px;
  color: #CF2E2E;
}

@media screen and (min-width: 1200px) {
  .single-block-subtitle {
    font-size: 18px;
    line-height: 1.1;
  }
}
.single__items {
  margin-top: 0;
}

.single__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.single__tags {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .single__tags {
    padding-top: 15px;
    padding-bottom: 19px;
  }
}
.tag {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.43;
  color: #27113e;
  opacity: 0.9;
  background: #ffeff7;
}

.tag a {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  color: #fff;
  background: #fdeff7;
  /* padding: 3px 9px; */
  padding: 2px 6px;
  line-height: 1.7;
  border-radius: 4px;
}

.tag {
  /* font-size: 12px; */
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#A42877), to(#5F319C));
  background: linear-gradient(to right, #A42877 0%, #5F319C 100%);
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tag__text {
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tag:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
}

.tag:hover .tag__text {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.single-discription--space {
  margin-top: 30px;
}

.single-discription {
  padding-top: 15px;
  padding-bottom: 24px;
  border: 2px solid #ff1493;
}

@media screen and (min-width: 992px) {
  .single-discription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.single-discription__inner {
  padding-right: 10px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .single-discription__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single-discription-title {
  color: #ff1493;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
}

.single-discription-text {
  color: #222;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
}

@media screen and (min-width: 1200px) {
  .single-discription-text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.single-toc {
  padding-top: 10px;
  padding-bottom: 40px;
  background: #f4f2f5;
}

@media screen and (min-width: 992px) {
  .single-toc {
    padding-top: 15px;
    padding-bottom: 56px;
  }
}
.toc-back {
  position: relative;
}

.toc-back:before {
  display: inline-block;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  pointer-events: none;
}

.toc-back.open::before {
  display: none;
}

.single-toc--space {
  margin-top: 20px;
}

.single-toc__title {
  position: relative;
}

.single-toc__title::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 90%;
  height: 1px;
  transform: translateY(-50%);
  background: #000;
  content: "";
}

.toc-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

.single-toc__inner {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 992px) {
  .single-toc__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.toc-items__item {
  position: relative;
}

.toc-items__item::before {
  display: block;
  position: absolute;
  left: -16px;
  background-size: contain;
  color: #b20dd9;
  content: "・";
}

.toc-item {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.86;
  text-indent: 1em;
}

@media screen and (min-width: 992px) {
  .toc-item {
    font-size: 16px;
  }
}
.toc-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-title2box {
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .single-title2box {
    padding-bottom: 18px;
  }
}
.title2box-title {
  color: #0c0933;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
}

@media screen and (min-width: 992px) {
  .title2box-title {
    font-size: 24px;
    line-height: 1.75;
  }
}
.single-title2box--space {
  margin-top: 30px;
}

.single-title2box__title {
  position: relative;
}

.single-title2box__title::before {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
  content: "";
}

@media screen and (min-width: 992px) {
  .single-title2box__title::before {
    bottom: -18px;
  }
}
.single-titlebox__inner {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 992px) {
  .single-titlebox__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single-title3box--space {
  margin-top: 30px;
}

.single-title3box {
  width: 100%;
  height: 100%;
  padding-top: 13px;
  padding-bottom: 15px;
  background: #feeff7;
}

@media screen and (min-width: 992px) {
  .single-title3box {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.title3box-title {
  color: #ff1493;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .title3box-title {
    letter-spacing: 0.035em;
    line-height: 2.1;
  }
}
.color-puple {
  color: #b20dd0;
}

.color-backpuple {
  background: #f4dcfa;
}

.single-title4box--space {
  margin-top: 30px;
}

.single-title4box {
  padding-bottom: 13px;
}

.title4box-title {
  color: #ff1493;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.67;
}

.single-title4box__title {
  position: relative;
}

.single-title4box__title::before {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff1493;
  content: "";
}

@media screen and (min-width: 992px) {
  .single-title4box__title::before {
    bottom: -10px;
  }
}
.single-textbox--space {
  margin-top: 15px;
}

.single-textbox p {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
}

@media screen and (min-width: 992px) {
  .single-textbox p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.single-textbox a {
  display: inline-block;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
}

.single-textbox a::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 10px;
  right: -6px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #ff1493;
  border-right: 1px solid #ff1493;
  content: "";
}

.single-textbox a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #ff1493;
  content: "";
}

.single-textbox a:hover {
  opacity: 0.7;
}

/****************************************:

parts.html

*****************************************:*/
@media screen and (min-width: 992px) {
  .under-contents-area__parts-space {
    margin-top: 70px;
    padding-top: 0;
  }
}
.parts-content--space {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .parts-content--space {
    margin-top: 0;
  }
}
.parts-contents table {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.parts-contents table::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.parts-contents__content {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .parts-contents__content {
    max-width: 720px;
  }
}
.color-bg-none {
  background: transparent;
}

.parts-block__content {
  position: relative;
}

.parts-block__content::before {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
  content: "";
}

.parts-block__head-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.parts-block__inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .parts-block__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .parts-block__inner.parts-block__inner--change {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.parts-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .parts-block__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.parts-block__head-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .parts-block__head-time {
    margin-top: 0;
  }
}
.parts-block__foot-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8px;
}

.parts-block__category-wrapper {
  margin-top: 20px;
}

.parts-block__category {
  margin-right: 10px;
}

.parts-block__category.category.category--common-purple {
  color: #fff;
}

.parts-block__time {
  margin-right: 12px;
}

.parts-block__time:last-child {
  margin-right: 0;
}

.parts-block__titlebox {
  margin-top: 8px;
}

#widget h1 {
  color: #0c0933;
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (min-width: 1200px) {
  #widget h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
#widget .parts-block__titlebox p {
  color: #211d55;
  /* font-size: 17px; */
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.41;
  margin-top: 8px;
  color: #CF2E2E;
}

@media screen and (min-width: 992px) {
  #widget .parts-block__titlebox p {
    font-size: 18px;
    line-height: 1.1;
  }
}
.parts__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
  padding: 0 10px;
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .parts__tags {
    padding: 0 20px;
  }
}

.parts__items {
  margin-top: 0;
}

.parts-tags__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .parts-tags__items {
    margin-left: 10px;
  }
}
.parts-contents__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .parts-contents__imgbox::before {
  display: block;
  padding-top: 61.1267605634%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-contents__imgbox::before {
    padding-top: 61.25%;
  }
} */
.parts-contents__imgbox img {
  /* -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  /* transform: translate(-50%, -50%); */
}

.parts-contents__block {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background: #fff;
}

.parts-discription--space {
  margin-top: 30px;
}

.parts-discription {
  padding-top: 15px;
  padding-bottom: 24px;
  border: 2px solid #ff1493;
}

@media screen and (min-width: 992px) {
  .parts-discription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.parts-discription__inner {
  padding-right: 10px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .parts-discription__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#widget .parts-discription h4 {
  color: #ff1493;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
}

#widget .parts-discription p {
  color: #222;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
}

@media screen and (min-width: 1200px) {
  #widget .parts-discription p {
    font-size: 16px;
    line-height: 1.75;
  }
}
#toc_container.no_bullets {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
  background: #f4f2f5;
  width: 100% !important;
}

#toc_container.no_bullets::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 38px;
  right: 0;
  width: 80%;
  height: 1px;
  transform: translateY(-50%);
  background: #000;
  content: "";
  left: 56px;
}

@media screen and (min-width: 992px) {
  #toc_container .no_bullets {
    padding-top: 15px;
    padding-bottom: 56px;
  }
}
.no_bullets:before {
  display: inline-block;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  pointer-events: none;
}

.no_bullets.open::before {
  display: none;
}

.no_bullets--space {
  margin-top: 20px;
}

.toc_title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}

.toc_title a:before,
.toc_title a:after {
  display: none;
}

.toc_title .toc_toggle a {
  position: relative;
  padding: initial;
  border-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.69;
  cursor: pointer;
  margin-right: initial;
  border-bottom: initial;
}

.no_bullets {
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .no_bullets {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.toc_list li {
  position: relative;
}

.toc_list li::before {
  display: block;
  position: absolute;
  left: -16px;
  background-size: contain;
  color: #b20dd9;
  content: "・";
}

.toc_list {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.86;
  text-indent: 1em;
  display: block;
  overflow: hidden;
  height: 125px;
}

@media screen and (min-width: 992px) {
  .toc_list {
    font-size: 16px;
    height: 196px;
  }
}
.toc_list.show {
  height: auto;
  overflow: visible;
}

.toc_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.toc_toggle {
  -webkit-transform: translateX(-50%);
  z-index: 50;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

span.toc_toggle a {
  position: relative;
  padding: initial;
  border-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.69;
  cursor: pointer;
}

.parts-post .toc_toggle a::before {
  display: block;
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  top: initial;
  border-top: initial;
  border-right: initial;
}

.parts-post .toc_toggle a::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 8px;
  right: -16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
}

.parts-post .toc_toggle.open {
  bottom: 16px;
}

.parts-post h3 {
  margin-top: 20px;
  padding-bottom: 10px;
  /* margin-bottom: 15px; */
  margin-bottom: 8px;
}

.parts-post h3 + p {
  margin-top: 5px;
}

.parts-post h2 {
  display: block;
  position: relative;
  color: #b20dd0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .parts-post h2 {
    line-height: 1.75;
  }
}
.parts-post h3::before,
.parts-post .parts-bonus .color-puple::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-post h3::before,
  .parts-post .parts-bonus .color-puple::before {
    bottom: -4px;
  }
}
.parts-post h2 {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 992px) {
  .parts-post h2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.parts-post h2 {
  margin-top: 20px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 15px;
  background: #feeff7;
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-post h2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.parts-post h3,
.parts-bonus .color-puple {
  color: #ff1493;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .parts-post h3 {
    letter-spacing: 0.035em;
    line-height: 2.1;
  }
}
figure.wp-block-image {
  margin-top: 32px;
}

.wp-block-image {
  margin: 1em 0 1em !important;
}

.wp-block-image figcaption {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2.153;
  font-weight: 400;
  color: #0c0933;
  text-align: center;
  margin-bottom: 0em !important;
}

.parts-post .wp-block-image ~ figcaption {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2.153;
  font-weight: 400;
  color: #0c0933;
  text-align: center;
}

.color-puple {
  color: #b20dd0;
}

.color-backpuple {
  background: #f4dcfa;
}

.parts-post h4 {
  margin-top: 20px;
  padding-bottom: 8px;
}

.parts-post h4 {
  position: relative;
  color: #0c0933;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.67;
}

.parts-post h4::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff1493;
  content: "";
}

.parts-post h5 {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 18px;
  margin-bottom: -10px;
}

.parts-cap--space {
  margin-top: 32px;
}

.parts-cap__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.parts-cap__imgbox::before {
  display: block;
  padding-top: 68.3582089552%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-cap__imgbox::before {
    padding-top: 60.7352941176%;
  }
}
.parts-cap__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-cap-img span {
  display: block;
  color: #0c0933;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .parts-cap-img span {
    font-size: 13px;
    line-height: 2.15;
  }
}
.parts-textbox--space {
  margin-top: 15px;
}

.parts-post p {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8125;
  letter-spacing: 0;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  /* display: inline-block; */
  word-wrap: break-word;
}

@media screen and (min-width: 992px) {
  .parts-post p {
    font-size: 16px;
    /* line-height: 1.75; */
  }
}
.parts-post ul,
.parts-post ol {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-post ul,
  .parts-post ol {
    font-size: 16px;
    line-height: 1.75;
  }
}
.parts-post .toc_list ul,
.parts-post .toc_list ol {
  margin-left: 12px;
}

.parts-post ul li::marker,
.parts-post ol li::marker {
  color: #fa2196;
}

.parts-post ul li p,
.parts-post ol li p {
  display: block;
}

.parts-box p:not(:first-child) {
  margin-top: 18px;
}

.liquid-speech-balloon-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after {
  color: #0c0933;
}

.liquid-speech-balloon-text p,
.liquid-speech-balloon-text .wp-block-liquid-speech-balloon {
  color: inherit;
}

.parts-imgfloat::after {
  content: "";
  clear: both;
  display: block;
}

.parts-post .parts-imgfloat--space {
  margin-top: 18px;
}

.parts-post .parts-imgfloat p {
  color: #0c0933;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: initial;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-imgfloat p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.parts-post .parts-imgfloat figcaption {
  display: none;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-imgfloat figcaption {
    display: block;
    color: #0c0933;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 2.15;
    text-align: center;
  }
}
.parts-post .parts-imgfloat__imgbox {
  position: relative;
  width: 39%;
  height: 100%;
  margin-right: 15px;
  margin-bottom: 8px;
  float: left;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-imgfloat__imgbox {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.parts-post .parts-imgfloat__imgbox::before {
  display: block;
  padding-top: 60.7692307692%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-post .parts-imgfloat__imgbox::before {
    padding-top: 60.7142857143%;
  }
}
.parts-post .parts-imgfloat__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-post p a {
  position: relative;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  word-wrap: break-word;
}

.parts-post p a:hover {
  opacity: 0.7;
}

.parts-post p a[target=_blank],
.parts-post cite a[target=_blank] {
  position: relative;
  margin-right: 15px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  word-wrap: break-word;
}

.parts-post .color-box__text a[target=_blank] {
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
}

.parts-post .color-box a[target=_blank] {
  margin-right: 12px;
}

.parts-post p a[target=_blank]::after,
.parts-post cite a[target=_blank]::after,
.parts-post .color-box a[target=_blank]:after {
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../images/top/line-box.png) no-repeat;
  bottom: 4px;
  background-size: contain;
}

.parts-post a[target=_blank]:has(img)::after {
  display: none;
}

.parts-post p mark {
  background-color: mark;
  /*color: marktext;*/
}

/* .parts-linksbox-wrapper { */
/* margin-top: 35px; */
/* } */
.parts-linksbox-wrapper__lead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}

.parts-linksbox--space {
  margin-top: 35px;
}

.parts-linksbox {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #FDEFF7;
  border: 2px solid #ff1493;
  display: block;
  margin: 10px 0;
}

.parts-linksbox__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.linksbox-title {
  display: block !important;
  color: #0c0933 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.parts-post .linksbox-title {
  margin-top: 0;
}

.linksbox-title ~ .parts-linksbox__content {
  margin-top: 17px;
}

.parts-linksbox__content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* margin-top: 17px; */
}

.parts-linksbox__content:hover {
  opacity: 0.6;
}

.links-window {
  position: relative;
}

.links-window {
  position: relative;
}

.links-window::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 7px;
  right: -14px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #0c0933;
  border-right: 1px solid #0c0933;
  content: "";
}

.links-window::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #0c0933;
  content: "";
}

.linkB-item__title-wrap {
  width: 100%;
  display: block;
}

.linkB-item__title-wrap.links-window::after {
  top: initial;
  right: -8px;
  bottom: 0;
}

.linkB-item__title-wrap.links-window::before {
  top: initial;
  right: -11px;
  bottom: 8px;
}

.links-title__wrap {
  margin-right: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parts-links__title {
  margin-right: 28px;
}

.parts-links__title.links-window::before {
  bottom: 8px;
  top: initial;
  right: -18px;
}

@media screen and (min-width: 992px) {
  .parts-links__title.links-window::before {
    right: -18px;
  }
}
.parts-links__title.links-window::after {
  bottom: 0;
  top: initial;
  right: -16px;
}

@media screen and (min-width: 992px) {
  .parts-links__title.links-window::after {
    right: -14px;
  }
}
@media screen and (min-width: 992px) {
  .parts-linksbox--space {
    margin-top: 35px;
  }
}
.parts-post .parts-links__title {
  margin-top: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.links-title {
  display: block;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
  text-align: left;
  text-decoration: underline;
}

.parts-linksbox__imgbox {
  position: relative;
  width: 100%;
  max-width: 132px;
  height: 100%;
}

.parts-linksbox__imgbox::before {
  display: block;
  padding-top: 60.6060606061%;
  content: "";
}

.parts-linksbox__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-links__logobox {
  display: block;
  text-align: left;
  max-width: 162px;
}

.parts-linkB-box-wrapper {
  margin-top: 30px;
}

.parts-linkB-box-wrapper__lead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}

.parts-linkB-box--space {
  margin-top: 30px;
}

.parts-linkB-box {
  padding-top: 15px;
  padding-bottom: 23px;
  background: #f4f2f5;
  /* border-top: 2px solid #ff1493; */
  /* border-right: 2px solid #ff1493; */
  border-top: 3px solid #ff1493;
}

.parts-linkB-box__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.linkB-items__item:not(:first-child) {
  margin-top: 23px;
}

@media screen and (min-width: 992px) {
  .linkB-items__item:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .linkB-items__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.parts-linkB__items {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-linkB__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .linkB-items__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .linkB-items__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.parts-post .parts-linkB__content .linkB-title {
  padding-right: initial;
  padding-left: initial;
  position: initial;
  padding-top: initial;
  padding-bottom: initial;
  background: transparent;
  margin-top: initial;
}

.parts-linkB-title {
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #0c0933 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-top: 0px !important;
}

.parts-linkB__content {
  margin-top: 12px;
}

.linkB-items__item a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .linkB-items__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.linkB-items__item .linkB-item__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .linkB-items__item .linkB-item__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.linkB-item__imgbox {
  position: relative;
  width: 100%;
  max-width: 80px;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .linkB-item__imgbox {
    max-width: 92px;
    margin-right: 15px;
  }
}
.linkB-item__imgbox::before {
  display: block;
  padding-top: 60%;
  content: "";
}

@media screen and (min-width: 992px) {
  .linkB-item__imgbox::before {
    padding-top: 60.8695652174%;
  }
}
.linkB-item__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-post .linkB-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
  text-align: left;
  text-decoration: underline;
}

.parts-linkBB-box-wrapper {
  margin-top: 30px;
}

.parts-linkBB-box-wrapper__lead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}

.parts-linkBB-box--space {
  margin-top: 30px;
}

.parts-linkBB-box {
  padding-top: 15px;
  padding-bottom: 23px;
  background: #f4f2f5;
  /* border-top: 2px solid #ff1493; */
  /* border-right: 2px solid #ff1493; */
  border-top: 3px solid #ff1493;
}

.parts-linkBB-box__inner {
  padding-right: 29px;
  padding-left: 29px;
}

.parts-linkBB-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parts-linkBB-box a::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #ff1493;
  border-right: 2px solid #ff1493;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linkBB-items__item:not(:first-child) {
  margin-top: 15px;
}

.parts-post .linkBB-items__item h3 {
  position: initial;
  padding-top: initial;
  padding-bottom: initial;
  background: transparent;
  margin-top: initial;
  padding-right: initial;
  padding-left: initial;
  margin-bottom: initial;
}

.parts-post .linkBB-items__item h3::before {
  display: none;
}

.parts-linkBB-title {
  display: block !important;
  color: #0c0933 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-top: 0px !important;
}

.parts-linkBB__content {
  margin-top: 12px;
}

.linkBB-items__item {
  position: relative;
}

.linkBB-items__item::before {
  display: block;
  z-index: 10;
  position: absolute;
  left: -16px;
  color: #0c0933;
  content: "・";
}

.linkBB-items__item a.links-window {
  display: inline-block;
  position: relative;
}

.linkBB-items__item a.links-window::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: -14px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #0c0933;
  border-right: 1px solid #0c0933;
  content: "";
  bottom: 8px;
  top: initial;
}

@media screen and (min-width: 992px) {
  .linkBB-items__item a.links-window::before {
    right: -18px;
  }
}
.linkBB-items__item a.links-window::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: -11px;
  bottom: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #0c0933;
  content: "";
  top: initial;
}

@media screen and (min-width: 992px) {
  .linkBB-items__item a.links-window::after {
    right: -14px;
  }
}
.parts-post .linkBB-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
  text-align: left;
  text-decoration: underline;
}

.parts-linkC-box-wrapper {
  margin-top: 30px;
}

.parts-linkC-box-wrapper__lead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}

.parts-linkC-box--space {
  margin-top: 30px;
}

.parts-linkC-box {
  padding-top: 15px;
  background: #f4f2f5;
  /* border-top: 2px solid #ff1493; */
  /* border-right: 2px solid #ff1493; */
  border-top: 3px solid #ff1493;
}

.parts-linkC-box__inner {
  padding-right: 29px;
  padding-left: 29px;
}

.parts-linkC-title {
  display: block !important;
  color: #0c0933 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-top: 0px !important;
  padding: 0 20px;
}

.parts-linkC__content {
  margin-top: 18px;
}

@media screen and (min-width: 992px) {
  .parts-linkC__content {
    margin-top: 20px;
  }
}
.parts-linkC-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.parts-linkC-box a::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #ff1493;
  border-right: 2px solid #ff1493;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.parts-linkC__items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.linkC-items__item {
  width: 50%;
}

.linkC-item {
  padding: 20px;
  border-top: 1px solid #dfd9e1;
  border-right: 1px solid #dfd9e1;
  border-bottom: 1px solid #dfd9e1;
}

.linkC-item:nth-of-type(n+3) {
  border-top: transparent;
}

.linkC-item:nth-of-type(2n) {
  border-right: transparent;
}

.linkC-items__item a.links-window {
  position: relative;
}

.linkC-items__item a.links-window::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: initial;
  right: -14px;
  bottom: 7px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #0c0933;
  border-right: 1px solid #0c0933;
  content: "";
}

.linkC-items__item a.links-window::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: initial;
  right: -11px;
  bottom: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #0c0933;
  content: "";
}

.parts-post .linkC-item h3 {
  margin-top: initial;
  position: initial;
  padding-top: initial;
  padding-bottom: initial;
  background: transparent;
  width: initial;
  padding-right: initial;
  padding-left: initial;
}

.parts-post .linkC-item h3::before {
  display: none;
}

.parts-post .linkC-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
  text-align: left;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .linkC-title {
    line-height: 1.75;
  }
}
@media (max-width: 620px) {
  .wp-block-table.is-style-table1.active table,
  .wp-block-table.is-style-table2.active table,
  .wp-block-table.is-style-table3.active table,
  .wp-block-table.is-style-table4.active table,
  .wp-block-table.is-style-table1_fixed.active table,
  .wp-block-table.is-style-table2_fixed.active table,
  .wp-block-table.is-style-table3_fixed.active table,
  .wp-block-table.is-style-table4_fixed.active table {
    min-width: 581px;
  }
}
.wp-block-table table a:not(.no-style) {
  color: #ff1494;
  border-bottom: 1px solid #ff1493;
}

.wp-block-table table a:not(.no-style)[target=_blank] {
  position: relative;
  margin-right: 15px;
}

.wp-block-table table a:not(.no-style)[target=_blank]::after {
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../images/top/line-box.png) no-repeat;
  bottom: 4px;
  background-size: contain;
}

.wp-block-table img {
  max-width: none;
}

.wp-block-table.is-style-table1 table {
  width: initial;
}

.wp-block-table.is-style-table2 table tr td:first-child {
  display: table-cell;
}

.wp-block-table.is-style-table1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wp-block-table.is-style-table3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-table.is-style-table1 tr td img {
  width: 50% !important;
}

.is-style-table1 table {
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table1.active table {
    white-space: nowrap;
  }
}
.is-style-table1 table,
.is-style-table1 td,
.is-style-table1 th {
  border-collapse: collapse;
}

.is-style-table1 td,
.is-style-table1 th {
  border: 1px solid #b20dd9;
}

.is-style-table1 tr td {
  min-width: 120px;
}

.is-style-table1 tr td:first-child {
  display: table-cell;
  padding: 12px;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .is-style-table1 tr td:first-child {
    font-size: 14px;
  }
}
.is-style-table1 th {
  display: table-cell;
  width: 122px;
  padding: 12px;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

.is-style-table1 td {
  display: table-cell;
  padding: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
}

.is-style-table1 td:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .is-style-table1 td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-table1 td {
    padding: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .parts-tableA.parts-tableA--wrap table {
    display: table;
    width: 100%;
    white-space: initial;
  }
}
.parts-tableA--wrap-td-nowrap {
  white-space: nowrap;
}

.parts-tableA.parts-tableA--wrap table td {
  width: auto;
}

.parts-tableA--wrap-td {
  word-wrap: break-word;
  width: auto;
}

.is-style-table1 figcaption {
  display: block;
  color: #0c0933;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.15;
  text-align: center;
}

.wp-block-table.is-style-table2 {
  margin-top: 30px;
}

.is-style-table2 table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table2.active table {
    white-space: nowrap;
  }
}
.is-style-table2 table,
.is-style-table2 td,
.is-style-table2 th {
  border-collapse: collapse;
}

.is-style-table2 td,
.is-style-table2 th {
  border: 1px solid #b20dd9;
}

.is-style-table2 tr:not(:first-child) th {
  border-top: transparent;
}

.is-style-table2 tr:not(:first-child) td {
  border-top: transparent;
}

.is-style-table2 tr td {
  min-width: 120px;
}

.is-style-table2 tr td:first-child {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
  padding: 12px;
}

.is-style-table2 th {
  display: block;
  width: 122px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .is-style-table2 th {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.is-style-table2 td {
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
  padding: 12px;
}

.is-style-table2 td:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .is-style-table2 td {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.is-style-table3 table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table3.active table {
    white-space: nowrap;
  }
}
.is-style-table3 table,
.is-style-table3 td,
.is-style-table3 th {
  border-collapse: collapse;
}

.is-style-table3 td,
.is-style-table3 th {
  border: 1px solid #b20dd9;
}

.is-style-table3 tr td {
  min-width: 120px;
}

.is-style-table3 tr:first-child td {
  background: #f7f7f7;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  padding: 12px;
  vertical-align: middle;
}

.is-style-table3 td:last-child {
  width: 100%;
}

.is-style-table3 tr:first-child td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.is-style-table3 td > img {
  width: 100%;
}

.is-style-table3 th {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .is-style-table3 th {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.is-style-table3 td {
  width: 122px;
  padding-right: 12px;
  padding-left: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
}

.is-style-table3 td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .is-style-table3 td {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wp-block-table:not(.has-fixed-layout) .has-fixed-layout {
  table-layout: initial;
  display: inline-table;
}

.wp-block-table.is-style-table1 table,
.wp-block-table.is-style-table3 table,
.is-style-table2 table {
  width: 100%;
  table-layout: initial;
  display: inline-table;
}

.is-style-table4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 44px;
  position: relative;
}

.is-style-table4 td {
  width: 122px;
  padding-right: 12px;
  padding-left: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
}

.is-style-table4 .wp-element-caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(178, 13, 217, 0.2);
  padding: 11px;
  width: 100%;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  border: 1px solid #0c0933;
  vertical-align: middle;
  border-bottom: transparent;
}

.scroll-hint-icon {
  height: 70px !important;
}

.scroll-hint-icon:before {
  width: 30px !important;
  height: 30px !important;
}

.parts-video--space {
  margin-top: 30px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
}

.parts-video span {
  display: block;
  color: #0c0933;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2.15;
  text-align: center;
}

.youtube {
  position: relative;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.parts-talking {
  /* 吹き出し 全体*/
  /*アイコン*/
  /*アイコンの下の名前*/
  /*吹き出しのセリフ部分*/
  /*---左の吹き出し---*/
  /*左の吹き出し 三角*/
  /*---右の吹き出し---*/
  /*右の吹き出し 三角*/
}

.parts-talking .parts-talking--space {
  margin-top: 30px;
}

.parts-talking .talking {
  position: relative;
  margin-bottom: 2em;
}

.parts-talking .talking:before,
.parts-talking .talking:after {
  display: block;
  clear: both;
  content: "";
}

.parts-talking .talking figure {
  width: 60px;
  /*アイコンの横幅*/
  height: 60px;
  /*アイコンの縦幅*/
}

.parts-talking .talking-left_icon {
  margin-right: 20px;
  float: left;
  /*アイコンの右の余白(左の吹き出し)*/
}

.parts-talking .talking-right_icon {
  margin-left: 20px;
  float: right;
  /*アイコンの左の余白(右の吹き出し)*/
}

.parts-talking .talking figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  /*アイコンの角丸*/
}

.parts-talking .talking-left_icon figcaption,
.parts-talking .talking-right_icon figcaption {
  padding: 2px 0 0;
  color: #0c0933;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.parts-talking .talking-left,
.parts-talking .talking-right {
  position: relative;
  /*セリフを入れる部分の角丸*/
  max-width: calc(100% - 80px);
  padding: 10px;
  border-style: solid;
  /*枠線の線種*/
  border-radius: 10px;
}

.parts-talking .talking p {
  position: relative;
  margin: 0;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.57;
}

.parts-talking .talking p :last-child {
  margin: 0;
}

.parts-talking .talking-left {
  float: left;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #f4dcfa;
  /*枠線の色*/
  background: #f4dcfa;
  /*背景色*/
}

.parts-talking .talking-left.color-backpuple {
  padding: 10px;
  background: #f4dcfa;
}

.parts-talking .talking-left:before {
  z-index: 0;
  position: absolute;
  /*三角の線になる部分*/
  top: 15px;
  left: -16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-width: 0 35px 20px 0;
  border-style: solid;
  border-color: transparent #f4dcfa transparent transparent;
  content: "";
}

.parts-talking .talking-right {
  float: right;
  border-width: 2px;
  /*枠線の太さ*/
  border-color: #f0efef;
  /*枠線の色*/
  background: #f0efef;
  /*背景色*/
}

.parts-talking .talking-right:before {
  position: absolute;
  /*三角の線になる部分*/
  top: 15px;
  right: -16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #f0efef;
  border-width: 35px 30px 0 0;
  border-style: solid;
  border-color: #f0efef transparent transparent transparent;
  content: "";
}

.parts-cardsbox__items {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-cardsbox__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.parts-cardsbox__item {
  width: 100%;
  padding: 10px;
  background: #f0efef;
}

@media screen and (min-width: 992px) {
  .parts-cardsbox__item {
    padding: 20px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .parts-cardsbox__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.parts-cardsbox__item:not(:first-child) {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .parts-cardsbox__item:not(:first-child) {
    margin-top: 0;
  }
}
.parts-cardsbox__imgbox {
  position: relative;
  width: 100%;
}

.parts-cardsbox__imgbox::before {
  display: block;
  padding-top: 59.7222222222%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-cardsbox__imgbox::before {
    padding-top: 60.3448275862%;
  }
}
.parts-cardsbox__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-post .parts-cardsbox__textbox h3 {
  position: initial;
  padding-top: initial;
  padding-bottom: initial;
  background: transparent;
  margin-top: initial;
  padding-left: initial;
  padding-right: initial;
}

.parts-post .parts-cardsbox__textbox h3:before {
  display: none;
}

.parts-post .parts-card__textbox h3:before {
  display: none;
}

.parts-post .linkB-item__title-wrap h3:before {
  display: none;
}

.parts-cardsbox__textbox {
  margin-top: 15px;
}

.parts-cardsbox__textbox h3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.63;
}

.parts-cardsbox__textbox p {
  margin-top: 8px;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
}

@media screen and (min-width: 992px) {
  .parts-cardsbox__textbox p {
    margin-top: 10px;
  }
}
.parts-card--space {
  margin-top: 30px;
}

.parts-card {
  display: block;
  width: 100%;
  padding: 10px;
  background: #f0efef;
}

@media screen and (min-width: 992px) {
  .parts-card {
    padding: 20px;
  }
}
.parts-card__block {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-card__block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
.parts-card__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .parts-card__imgbox {
    margin-right: 19px;
  }
}
.parts-card__imgbox::before {
  display: block;
  padding-top: 60%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-card__imgbox::before {
    padding-top: 60%;
  }
}
.parts-card__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-post .parts-card__textbox h3 {
  position: initial;
  padding-top: initial;
  padding-bottom: initial;
  margin-top: initial;
  background: transparent;
  padding-right: initial;
  padding-left: initial;
}

.parts-card__textbox {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-card__textbox {
    margin-top: 0;
  }
}
.parts-card__textbox h3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.63;
}

@media screen and (min-width: 992px) {
  .parts-card__textbox h3 {
    -webkit-line-clamp: 2;
  }
}
.parts-card__textbox p {
  margin-top: 8px;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.63;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.wp-block-embed figcaption {
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 400;
  color: #0c0933;
  text-align: center;
  line-height: 2.15;
  font-size: 13px;
}

.parts-more {
  display: block;
  position: relative;
  padding: 9px;
  background: #ff1493;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 9px 48px;
}

@media screen and (min-width: 992px) {
  .parts-more {
    font-size: 24px;
    line-height: 1.12;
  }
}
.parts__more {
  max-width: 430px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.parts-post .parts__more-share p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .parts-post .parts__more-share p {
    font-size: 24px;
    line-height: 1.12;
  }
}
.parts__more:hover {
  opacity: 0.8;
}

.color-grad {
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
}

.parts-more.color-black {
  background: #27113e;
}

.parts-link-wrap {
  width: 100%;
  margin-top: 18px;
}

@media screen and (min-width: 992px) {
  .parts-link-wrap {
    margin-top: 10px;
  }
}
.parts-link {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
}

@media screen and (min-width: 992px) {
  .parts-link {
    font-size: 16px;
    line-height: 1.75;
  }
}
.parts-link::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 10px;
  right: -14px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #ff1493;
  border-right: 1px solid #ff1493;
  content: "";
}

.parts-link::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #ff1493;
  content: "";
}

.parts-link--box-none {
  position: static;
}

.parts-link--box-none::after {
  display: none;
}

.parts-link--box-none::before {
  display: none;
}

.parts-post .parts-list--space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.parts-post .parts-list li {
  list-style: none;
}

.parts-post .parts-list li {
  position: relative;
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.86;
  margin-left: 1em;
}

.parts-post .parts-list li p:first-child:before {
  position: absolute;
  left: -16px;
  color: #ff1493;
  content: "・";
}

.parts-list__link-box {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  text-indent: 0;
}

.parts-post .parts-list li a,
.parts-post .parts-list li a[target=_blank] {
  position: relative;
  margin-right: 18px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  text-indent: 0;
}

@media screen and (min-width: 992px) {
  .parts-list__link-box {
    font-size: 16px;
    line-height: 1.75;
  }
  .parts-post .parts-list li a,
  .parts-post .parts-list li a[target=_blank] {
    font-size: 16px;
    line-height: 1.75;
  }
}
.parts-list__link-box::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 10px;
  right: -14px;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 1px solid #ff1493;
  border-right: 1px solid #ff1493;
  content: "";
}

.parts-list__link-box::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #ff1493;
  content: "";
}

.parts-list__link-box--none {
  position: static;
}

.parts-list__link-box--none::after {
  display: none;
}

.parts-list__link-box--none::before {
  display: none;
}

.parts-post .parts-checklist {
  margin-top: 4px;
}

.parts-post .parts-checklist li {
  position: relative;
  margin-left: 1.3em;
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.86;
}

.parts-post .parts-checklist li:not(:first-child) {
  margin-top: 4px;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-checklist li:not(:first-child) {
    margin-top: 0;
  }
}
.parts-post .parts-checklist li p:first-child:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  /* top: 1em; */
  top: 0.5em;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #ff1493;
  border-left: 3px solid #ff1493;
  content: "";
}

.parts-post .parts-checklist li a,
.parts-post .parts-checklist li a[target=_blank] {
  position: relative;
  margin-right: 18px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  text-indent: 0;
}

.parts-post .parts-listnum {
  counter-reset: number 0;
}

.parts-post .parts-listnum span {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.86;
}

.parts-post .parts-listnum li {
  margin-left: 20px;
  color: #fa2196;
  position: relative;
}

.parts-post .parts-listnum li::before {
  width: 12px;
  line-height: 1.8125;
  text-align: center;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -17px;
}

.parts-post .parts-listnum li a,
.parts-post .parts-listnum li a[target=_blank] {
  position: relative;
  margin-right: 18px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86;
  text-indent: 0;
}

.question-box .question-box__content-head:not(:first-child) {
  margin-top: 18px;
}

.question-box--space {
  margin-top: 28px;
}

.question-box ul {
  margin-top: 0px;
}

.question-box__block {
  padding: 1px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#fa2093), to(#b20dd9));
  background: linear-gradient(to right, #fa2093 0%, #b20dd9 100%);
}

.question-box__block + .question-box__block {
  margin-top: 20px;
}

.question-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #feeff7;
  padding: 13px 16px;
}

.question-box__content-head {
  position: relative;
  border-radius: 4px 4px 0 0;
}

.question-box__content-head::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fa2093;
  background: linear-gradient(120deg, #fa2093 0%, #b20dd9 100%);
  content: "";
}

.question-box__content-head span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #b20dd9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.87;
  text-align: center;
}

.question-box__content-body {
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.question-box__content-body span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ff1493;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.87;
  text-align: center;
}

.question-head-text {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  width: 100%;
}

.question-head-text p {
  margin-top: 0;
}

.question-box__body-text {
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
}

.question-box__body-text li {
  position: relative;
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.86;
  text-indent: 1em;
}

.question-box__body-text ul li::before {
  position: absolute;
  left: -16px;
  color: #ff1493;
  content: "・";
}

.question-box__body-text ol li {
  position: relative;
  margin-left: 1.2em;
  list-style-type: decimal;
  text-indent: initial;
}

.question-box__body-text ol li::marker {
  color: #fa2196;
}

.question-box__content-body ul + p,
.question-box__content-body ul + ul,
.question-box__content-body ul + ol,
.question-box__content-body ol + p,
.question-box__content-body ol + ul,
.question-box__content-body ol + ol,
.question-box__content-body p + ul,
.question-box__content-body p + ol .question-box__content-body p + p {
  margin-top: 10px;
}

.question-box__content-body p {
  margin-top: 4px;
}

.color-box--space {
  margin-top: 40px;
}

.color-box {
  position: relative;
  padding-top: 32px;
  padding-bottom: 10px;
  border: 1px solid #ff1493;
  background: #ffeff7;
}

.color-box--grayscale {
  border: none;
  background: #f4f2f5;
}

.color-box--grayscale .color-box__title {
  color: #0c0933;
}

.point-box {
  padding-top: 0;
}

.parts-post .color-box ul li {
  position: relative;
  margin-left: 1.3em;
}

.parts-post .color-box ul li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 6px;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  left: -30px;
  color: #ff1493;
  content: "・";
  border-bottom: transparent;
  border-left: transparent;
}

.parts-post .color-box ol li {
  list-style-type: decimal;
  margin-left: 20px;
  font-size: 16px;
}

.parts-post .color-box ol li::marker {
  color: #fa2196;
}

.color-box__point {
  display: inline-block;
  padding: 6px 16px;
  background: #ff1493;
}

.parts-post .color-box ul li {
  list-style: none;
}

.parts-post .color-box .parts-checklist li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0.5em;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #ff1493;
  border-left: 3px solid #ff1493;
  content: "";
}

.point-box .color-box__inner {
  margin-top: -18px;
}

.point-box .color-box__point {
  margin-left: -16px;
  margin-right: -16px;
  color: #fff;
}

.point-box .color-box__inner .color-box__text {
  margin-top: 10px;
}

.parts-post .color-box.point-box ul,
.parts-post .color-box.point-box ol {
  margin-top: 8px;
}

.parts-post .color-box.point-box ul li {
  position: relative;
  margin-left: 1.3em;
}

.parts-post .color-box.point-box ul li:before {
  position: absolute;
  left: -16px;
  color: #ff1493;
  content: "・";
}

.parts-post .color-box.point-box ol li {
  position: relative;
  list-style-type: decimal;
  margin-left: 20px;
  font-size: 16px;
}

.parts-post .color-box.point-box ol li::marker {
  color: #fa2196;
}

.parts-post .color-box.point-box ul:not(.list-dot) li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0.5em;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #ff1493;
  border-left: 3px solid #ff1493;
  content: "";
}

.color-box__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.color-box__inner ul,
.color-box__inner ol {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 0px;
}

.color-box__text {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.8;
}

.color-box__text p {
  margin-top: 0px !important;
}

@media screen and (min-width: 992px) {
  .color-box__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.color-box__text .list {
  margin-top: 0px;
}

.color-box__title {
  color: #ff1493;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}

.color-box--pd {
  padding-top: 13px;
  margin-top: 15px;
}

.color-box__caution {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.color-box .parts-checklist li {
  position: relative;
}

.color-box .parts-checklist li::before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 6px;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  left: -30px;
  color: #ff1493;
  content: "・";
}

.caution {
  position: relative;
}

.color-box__caution-imgbox {
  position: relative;
  width: 100%;
  max-width: 24px;
  height: 100%;
  margin-right: 10px;
}

.color-box__caution-imgbox::before {
  display: block;
  padding-top: 87.5%;
  content: "";
}

.color-box__caution-imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6d3ef));
  background: linear-gradient(transparent 60%, #f6d3ef 60%);
}

.color-box a {
  position: relative;
  /* margin-right: 12px; */
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
}

.parts-slide__wrap {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .parts-slide__wrap {
    margin-top: 40px;
  }
}
.parts-slide__wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: initial;
  margin-left: initial;
}

.parts-slide__wrap .slick-track .parts-slider__items {
  height: auto;
}

.under-arrival__slider .slick-track,
.ranking__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under-arrival__slider .slick-slide,
.ranking__slider .slick-slide {
  height: auto !important;
}

.recommendation-slider .slick-slide,
.outer-slider .slick-slide,
.news-slider .slick-slide {
  height: auto !important;
}

.recommendation-slider .slick-track,
.outer-slider .slick-track,
.news-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parts-slider__inner {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .parts-slider__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .parts-slider .slick-list {
    margin-left: 10px;
    padding-left: 22px;
  }
}
.parts-slider__items {
  margin-right: 3px;
  padding-top: 15px;
  padding-bottom: 27px;
  background: #feeff7;
}

@media screen and (min-width: 992px) {
  .parts-slider__items {
    margin-right: 4px;
    padding-top: 20px;
    padding-bottom: 26px;
  }
}
.parts-slider .card-slidebtn__next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0.75;
}

@media screen and (min-width: 992px) {
  .parts-slider .card-slidebtn__next {
    right: -20px;
    width: 75px;
    height: 75px;
  }
}
.parts-slider .card-slidebtn__prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  opacity: 0.75;
}

@media screen and (min-width: 992px) {
  .parts-slider .card-slidebtn__prev {
    left: -20px;
    width: 75px;
    height: 75px;
  }
}
.parts-slider__icon img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #ff1493;
  border-radius: 50%;
}

.parts-slider__imgbox {
  position: relative;
  width: 100%;
  max-width: 110px;
  max-height: 110px;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .parts-slider__imgbox {
    margin-right: 20px;
    margin-left: 0;
  }
}
.parts-slider__imgbox::before {
  display: block;
  padding-top: 100%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-slider__imgbox::before {
    padding-top: 100%;
  }
}
.parts-slider__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-slider__head {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  .parts-slider__head {
    max-width: 100%;
  }
}
.parts-slider__name {
  margin-top: 10px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .parts-slider__name {
    margin-top: 0;
  }
}
.parts-slider-name {
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.63;
}

@media screen and (min-width: 992px) {
  .parts-slider-name {
    font-size: 16px;
    line-height: 1.63;
  }
}
/* .parts-slider__textbox {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-slider__textbox {
    margin-top: 20px;
  }
} */
.parts-post .parts-slider__textbox p {
  color: #0c0933;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.71;
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-slider__textbox p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
  }
}
.parts-writer--space {
  margin-top: 30px;
}

.parts-writer {
  padding-top: 15px;
  padding-bottom: 20px;
  background: #feeff7;
}

.parts-writer__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .parts-writer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.parts-writer__head {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-writer__head {
    display: block;
    width: 100%;
    max-width: 128px;
    margin-right: 40px;
    text-align: center;
  }
}
.parts-writer__imgbox {
  position: relative;
  width: 100%;
  max-width: 110px;
  max-height: 110px;
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .parts-writer__imgbox {
    margin-right: auto;
    margin-left: auto;
  }
}
.parts-writer__imgbox::before {
  display: block;
  padding-top: 100%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-writer__imgbox::before {
    padding-top: 100%;
  }
}
.parts-writer__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-writer__icon img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #ff1493;
  border-radius: 50%;
}

.parts-writer__title {
  color: #0c0933;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .parts-writer__title {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .parts-writer__name {
    margin-top: 12px;
  }
}
.parts-writer-name {
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.63;
}

.parts-writer__textbox {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-writer__textbox {
    width: 100%;
    max-width: 431px;
    text-align: left;
  }
}
.parts-writer-text {
  color: #0c0933;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.71;
}

@media screen and (min-width: 992px) {
  .parts-writer-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .parts-writer__text {
    margin-top: 13px;
  }
}
.parts-pagenation--space {
  margin-top: 30px;
}

.parts-pagenation__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .parts-pagenation__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    align-items: center;
  }
}
.parts-pagenation__block-wrap {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.parts-pagenation__block-wrap .parts-pagenation__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  width: 100%;
  height: 100%;
}

.parts-pagenation__block-wrap:hover {
  opacity: 0.8;
}

.parts-pagenation__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  background: #f4f2f5;
}

.parts-pagenation__imgbox {
  position: relative;
  width: 100%;
  max-width: 100px;
  height: 100%;
}

.parts-pagenation__imgbox::before {
  display: block;
  padding-top: 60%;
  content: "";
}

.parts-pagenation__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-pagenation__textbox {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.parts-pagenation__textbox-inner {
  padding-right: 20px;
  padding-left: 11px;
}

.parts-pagenation h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.62;
}

.part-pagenation__block-wrap--pre,
.part-pagenation__block-wrap--next {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .part-pagenation__block-wrap--pre {
    margin-right: 10px;
  }
}
.part-pagenation__block-wrap--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .part-pagenation__block-wrap--next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.parts-pagenation .pre,
.parts-pagenation .next {
  position: relative;
}

.parts-pagenation .pre .arrow::after {
  -webkit-transform: rotate(180deg);
  top: -3px;
  bottom: -4px;
  left: 7px;
  transform: rotate(180deg);
  border-left: 6px solid #fff;
}

.parts-pagenation .pre .arrow::before {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  left: 18px;
}

.parts-pagenation .next .arrow::after {
  border-left: 6px solid #fff;
  left: 24px;
}

.parts-pagenation .next .arrow::before {
  background: #fff;
  left: 10px;
}

.parts-pagenation.pager .pre,
.parts-pagenation.pager .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0c0933;
}

.parts-pagenation.pager .pre {
  margin-right: 16px;
}

.parts-pagenation.pager .next {
  margin-left: 16px;
}

.parts-pagenation.pager .pre a,
.parts-pagenation.pager .next a {
  display: block;
  height: 100%;
  width: inherit;
}

.parts-pagenation .pre .arrow {
  right: 34px;
}

.parts-pagenation .next .arrow {
  right: 36px;
}

.button_animation {
  -webkit-animation: button_animation 1s ease-in-out infinite;
  animation: button_animation 1s ease-in-out infinite;
}

@-webkit-keyframes button_animation {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.99, 0.95) translate(0, 3px);
    transform: scale(0.99, 0.95) translate(0, 3px);
  }
  30% {
    -webkit-transform: scale(1.01, 1) translate(0, 5px);
    transform: scale(1.01, 1) translate(0, 5px);
  }
  50% {
    -webkit-transform: scale(0.99, 1.03) translate(0, -5px);
    transform: scale(0.99, 1.03) translate(0, -5px);
  }
  70% {
    -webkit-transform: scale(1, 0.95) translate(0, 3px);
    transform: scale(1, 0.95) translate(0, 3px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes button_animation {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.99, 0.95) translate(0, 3px);
    transform: scale(0.99, 0.95) translate(0, 3px);
  }
  30% {
    -webkit-transform: scale(1.01, 1) translate(0, 5px);
    transform: scale(1.01, 1) translate(0, 5px);
  }
  50% {
    -webkit-transform: scale(0.99, 1.03) translate(0, -5px);
    transform: scale(0.99, 1.03) translate(0, -5px);
  }
  70% {
    -webkit-transform: scale(1, 0.95) translate(0, 3px);
    transform: scale(1, 0.95) translate(0, 3px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
}
/****************************************:

single-betrnk.html

*****************************************:*/
.parts-block__readbox {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .parts-block__readbox {
    margin-top: 15px;
  }
}
.parts-block__readbox p {
  color: #0c0933;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6666666667;
}

.parts-block__readbox p:not(:first-child) {
  margin-top: 10px;
}

.parts-block__readbox span {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .parts-block__readbox span {
    font-size: 16px;
  }
}
.parts-post h2 {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}

.parts-post h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: #b20dd9;
  content: "";
}

.parts-title4box--space {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .parts-title4box--space {
    margin-top: 19px;
  }
}
.parts-title3-puplebox .color-puple {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .parts-title3-puplebox .color-puple {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-title3-puplebox .color-puple {
    font-size: 20px;
    line-height: 1.5;
  }
}
.color-backpuple-shin {
  background: #feeff7;
}

.parts-moneybox__contents {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .parts-moneybox__contents {
    margin-top: 14px;
  }
}
.parts-moneybox__inner {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 992px) {
  .parts-moneybox__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.parts-moneybox__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  width: calc(33.3333333333% - 9.3333333333px);
  margin-right: 14px;
}

@media screen and (min-width: 992px) {
  .parts-moneybox__block {
    width: calc(16.6666666667% - 11.6666666667px);
  }
}
.parts-moneybox__block:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .parts-moneybox__block:nth-of-type(3n) {
    margin-right: 14px;
  }
}
@media screen and (min-width: 992px) {
  .parts-moneybox__block:nth-of-type(6n) {
    margin-right: 0;
  }
}
.parts-moneybox__block:nth-child(4),
.parts-moneybox__block:nth-child(5),
.parts-moneybox__block:nth-child(6),
.parts-moneybox__block:nth-child(7),
.parts-moneybox__block:nth-child(8),
.parts-moneybox__block:nth-child(9),
.parts-moneybox__block:nth-child(10),
.parts-moneybox__block:nth-child(11),
.parts-moneybox__block:nth-child(12) {
  margin-top: 17px;
}

@media screen and (min-width: 992px) {
  .parts-moneybox__block:nth-child(4),
  .parts-moneybox__block:nth-child(5),
  .parts-moneybox__block:nth-child(6) {
    margin-top: 0;
  }
}
.parts-moneybox__imgbox {
  position: relative;
  width: 100%;
  max-width: 93px;
}

.parts-moneybox__imgbox::before {
  display: block;
  padding-top: 47.731183%;
  content: "";
}

.parts-moneybox__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: contain;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-moneybox__minbox {
  width: 100%;
  max-width: 65px;
  color: #fffcfc;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}

.parts-moneybox__minbox:not(:first-child) {
  margin-top: 4px;
}

.parts-moneybox__minbox:before {
  content: "〇";
}

.parts-moneybox__minbox.color-gray:before {
  content: "✕";
}

.color-gray {
  background: #dfd9e1;
  color: #000;
}

.color-gray-shin {
  background: #f4f2f5;
}

/* .parts-bonus { */
/* margin-top: 30px; */
/* } */
.parts-bonus__contents {
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 992px) {
  .parts-bonus__contents {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
}
.parts-bonus__block {
  width: 100%;
  background: #f4f2f5;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .parts-bonus__block {
    margin-right: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .parts-bonus__block:last-child {
    margin-right: 0;
  }
}
.parts-bonus__block ul li {
  position: relative;
  margin-left: 16px;
}

.parts-bonus__block ul li::before {
  position: absolute;
  left: -16px;
  color: #ff1493;
  content: "・";
}

.parts-bonus__block .color-puple {
  margin-top: 0;
}

.parts-bonus__block .parts-title4box--space {
  margin-top: 0;
}

.parts-bonus__block p {
  margin-left: 16px;
  margin-right: 16px;
}

@media screen and (min-width: 992px) {
  .parts-bonus__block p {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.parts-bonus__block ul li,
.parts-bonus__block ol li {
  margin-left: 32px;
  margin-right: 16px;
}

@media screen and (min-width: 992px) {
  .parts-bonus__block ul li,
  .parts-bonus__block ol li,
  .parts-bonus__block p {
    margin-right: 20px;
  }
}
.parts-bonus__block p {
  width: initial;
}

.parts-bonus__block + .parts-bonus__block {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .parts-bonus__block + .parts-bonus__block {
    margin-top: 0;
  }
}
.parts-bonus .color-puple {
  font-size: 20px;
  line-height: 1.5;
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .parts-bonus .color-puple {
    font-size: 18px;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1400px) {
  .parts-bonus .color-puple {
    font-size: 20px;
  }
}
.parts-bonus__textbox {
  margin-top: 15px;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 2.2105263158;
}

@media screen and (min-width: 992px) {
  .parts-bonus__textbox {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-bonus__textbox {
    font-size: 19px;
  }
}
.parts-bonus__textbox p {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 2.2105263158;
  margin-top: 0px;
}

@media screen and (min-width: 992px) {
  .parts-bonus__textbox p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-bonus__textbox p {
    font-size: 19px;
  }
}
.parts-bonus__textbox span {
  color: #e50a0a;
  font-size: 29px;
  line-height: 1.4482758621;
}

@media screen and (min-width: 992px) {
  .parts-bonus__textbox span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-bonus__textbox span {
    font-size: 29px;
  }
}
.parts-bonus__min-text p {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6666666667;
}

@media screen and (min-width: 992px) {
  .parts-bonus__min-text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-bonus__min-text p {
    font-size: 15px;
  }
}
.parts-bonus__min-text ul li {
  position: relative;
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6666666667;
  text-indent: 1em;
}

@media screen and (min-width: 992px) {
  .parts-bonus__min-text ul li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-bonus__min-text ul li {
    font-size: 15px;
  }
}
.parts-bonus__min-text ul li::before {
  display: block;
  position: absolute;
  left: -18px;
  content: "・";
}

.parts-talking .talking-left--change {
  width: 100%;
  padding: 10px 13px;
  border-color: #b20dd9;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .parts-talking .talking-left--change {
    padding: 30px;
  }
}
.parts-talking .talking-right--change {
  padding: 10px 13px;
  border-color: #b20dd9;
}

@media screen and (min-width: 992px) {
  .parts-talking .talking-right--change {
    padding: 30px;
  }
}
.parts-talking .talking-left--change:before {
  display: block;
  position: absolute;
  top: 15px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 17px solid #b20dd9;
  border-bottom: 12px solid transparent;
  content: "";
}

.parts-talking .talking-left--change:after {
  display: block;
  position: absolute;
  top: 15px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 17px solid #fff;
  border-bottom: 12px solid transparent;
  content: "";
}

.parts-talking .talking-left--change.color-backpuple:after {
  border-right: 17px solid #f4dcfa;
}

.parts-talking .talking-right--change:before {
  display: block;
  position: absolute;
  top: 15px;
  right: -45px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #b20dd9;
  content: "";
}

.parts-talking .talking-right--change:after {
  display: block;
  position: absolute;
  top: 15px;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #f0efef;
  content: "";
}

.parts-more__orange {
  z-index: 0;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

.parts-post .parts-tableD .parts-more-orange {
  max-width: 314px;
}

.parts-more-orange {
  z-index: 0;
  position: relative;
}

.color-grad-orange {
  background: #fd0e0e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd0e0e), to(#f28d08));
  background: linear-gradient(180deg, #fd0e0e 0%, #f28d08 100%);
}

.color-grad-orange .more-text {
  font-size: 14px;
}

.color-grad-green {
  background: #53D052;
  background: -webkit-gradient(linear, left top, left bottom, from(#53D052), to(#2C7716));
  background: linear-gradient(180deg, #53D052 0%, #2C7716 100%);
}

.parts-more-orange .parts__more {
  z-index: 1;
  position: relative;
  max-width: 335px;
  padding: 4px;
}

@media screen and (min-width: 992px) {
  .parts-more-orange .parts__more {
    max-width: 430px;
    text-align: center;
  }
}
.parts-more-orange::before {
  -webkit-transform: translateX(-49%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  left: 50%;
  width: 100%;
  max-width: 335px;
  height: 100%;
  transform: translateX(-49%);
  background: #f50a0a;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-more-orange::before {
    max-width: 430px;
  }
}
.parts-more.shiny {
  position: relative;
  overflow: hidden;
}

.parts-more.shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.more-text {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .more-text {
    font-size: 24px;
    line-height: 1.125;
  }
}
.parts-thumbnail-long--space {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .parts-thumbnail-long--space {
    margin-top: 23px;
  }
}
.parts-thumbnail-long__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.parts-thumbnail-long__imgbox::before {
  display: block;
  padding-top: 26.4788732394%;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-thumbnail-long__imgbox::before {
    padding-top: 26.5395894428%;
  }
}
.parts-thumbnail-long__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-talking--space {
  margin-top: 28px;
}

@media screen and (min-width: 992px) {
  .parts-talking--space {
    margin-top: 17px;
  }
}
.parts-title--fz h3 {
  font-size: 20px;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.parts-thumbnail--space {
  margin-top: 12px;
}

.parts-thumbnail__imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .parts-thumbnail__imgbox--width {
    max-width: 455px;
    margin-right: auto;
    margin-left: auto;
  }
}
.parts-thumbnail__imgbox::before {
  display: block;
  padding-top: 46.8656716418%;
  content: "";
}

.parts-thumbnail__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-list--space8 {
  margin-top: 8px;
}

.parts-links__logobox-space {
  margin-top: auto;
}

/* @media screen and (min-width: 992px) {
  .parts-links__logobox-space {
    margin-top: 0;
  }
} */
.parts-tableA table {
  empty-cells: inherit;
}

.parts-tableA td span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 3.3333333333;
}

.parts-tableA td .bg-pulple {
  position: relative;
}

@media screen and (min-width: 992px) {
  .parts-tableA td .bg-pulple {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-tableA td .bg-pulple {
    font-size: 16px;
  }
}
.parts-tableA td .bg-pulple::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120%;
  height: 80%;
  transform: translateY(-50%);
  background-color: #fa2196;
  content: "";
  opacity: 50%;
}

.parts-tableA-imgbox table {
  width: 615px;
}

@media screen and (min-width: 992px) {
  .parts-tableA-imgbox table {
    width: 100%;
  }
}
.parts-tableA-imgbox table th {
  width: 167px;
}

@media screen and (min-width: 992px) {
  .parts-tableA-imgbox table th {
    width: 172px;
  }
}
.parts-tableA-imgbox table td {
  width: 150px;
}

@media screen and (min-width: 992px) {
  .parts-tableA-imgbox table td {
    width: 188px;
  }
}
.parts-table__imgbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.parts-table__imgbox {
  position: relative;
  width: 50%;
  max-width: 70px;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .parts-table__imgbox {
    width: 71px;
  }
}
.parts-table__imgbox::before {
  display: block;
  padding-top: 60%;
  content: "";
}

.parts-table__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.question-box .parts-list--space {
  margin-top: 0;
  margin-left: 37px;
}

@media screen and (min-width: 992px) {
  .question-box .parts-list--space {
    margin-top: 0;
    margin-left: 39px;
  }
}
.parts-message--space {
  margin-top: 55px;
}

@media screen and (min-width: 992px) {
  .parts-message--space {
    margin-top: 47px;
  }
}
.parts-message {
  width: 100%;
  border: 1px solid #000;
  background: #f4f2f5;
}

.parts-message .parts-message__textbox {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8;
}

.parts-message ul li {
  position: relative;
  margin-left: 1.3em;
}

.parts-message ul li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 6px;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  left: -30px;
  color: #ff1493;
  content: "・";
  border-bottom: transparent;
  border-left: transparent;
}

.parts-message ol li {
  position: relative;
  margin-left: 1.3em;
  list-style-type: decimal;
}

.parts-message ol li::marker {
  color: #fa2196;
}

.block-baloon-bottom {
  display: table;
  position: relative;
  margin-bottom: 1em;
  padding: 4px;
  border: 2px solid #5c0204;
  border-radius: 50px 50px;
  background-color: #fff;
}

.block-baloon-bottom__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-baloon-bottom__imgbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 4px;
  border: 1px solid #707070;
  border-radius: 50%;
}

.block-baloon-bottom__imgbox {
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.block-baloon-bottom__imgbox::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.block-baloon-bottom__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.block-baloon-bottom:before,
.block-baloon-bottom:after {
  position: absolute;
  content: "";
}

.block-baloon-bottom {
  top: -30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.block-baloon-bottom:before,
.block-baloon-bottom:after {
  -webkit-transform: translateX(-50%);
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.5em solid #5c0204;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.block-baloon-bottom:after {
  bottom: calc(4px - 1.5em);
  border-top: solid 1.5em #fff;
}

.block-baloon-bottom span {
  width: calc(100% - 64px);
  color: #5c0204;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5555555556;
}

@media screen and (min-width: 1200px) {
  .block-baloon-bottom span {
    font-size: 16px;
  }
}
.parts-message__contents {
  margin-top: -19px;
  padding-bottom: 19px;
}

.parts-message__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.parts-message p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8;
}

.arrow--bottom:before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #ffffff;
  content: "";
}

.arrow--bottom::after {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: -4px;
  bottom: -18px;
  left: -3px;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(90deg);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.parts-share__inner {
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 992px) {
  .parts-share__inner {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.parts-share__contents {
  display: block;
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .parts-share__contents {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.parts-share__block {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .parts-share__block {
    width: calc(50% - 12.5px);
    margin-right: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .parts-share__block:nth-of-type(2n) {
    margin-right: 0;
  }
}
.parts-share__block:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .parts-share__block:not(:first-child) {
    margin-top: 0;
  }
}
.parts-share .card-slidebtn__next {
  top: calc(50% - 58px);
  right: -16px;
}

@media screen and (min-width: 992px) {
  .parts-share .card-slidebtn__next {
    right: -10px;
  }
}
.parts-share .card-slidebtn__prev {
  top: calc(50% - 58px);
  left: -22px;
}

@media screen and (min-width: 992px) {
  .parts-share .card-slidebtn__prev {
    left: -31px;
  }
}
.parts__more-share {
  width: 100%;
}

.parts-share__box {
  width: 100%;
  height: 339px;
  border: 1px solid #707070;
  overflow: scroll;
}

.parts-share__contents .parts-share__block:nth-child(n+3) {
  display: none;
}

.parts-share__contents.open .parts-share__block:nth-child(n+3) {
  display: block;
}

.parts__more-share.up .arrow--bottom::after {
  -webkit-transform: rotate(-90deg);
  top: -14px;
  bottom: initial;
  transform: rotate(-90deg);
}

.parts-writer__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .parts-writer__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
  }
}
.parts-writer__content .parts-writer__textbox {
  margin-top: 36px;
}

@media screen and (min-width: 992px) {
  .parts-writer__content .parts-writer__textbox {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .parts-writer__content .parts-writer__text {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .parts-writer__content .parts-writer-text {
    color: #2c2c2c;
  }
}
.parts-writer__content .parts-writer__imgbox {
  max-width: 79px;
  max-height: 79px;
}

.parts-border {
  border-bottom: 1px solid #707070;
}

.parts-writer__title.parts-border {
  padding-bottom: 6px;
  text-align: center;
}

.parts-writer__inner--gray-shin {
  padding-right: 7px;
  padding-left: 7px;
}

@media screen and (min-width: 992px) {
  .parts-writer__inner--gray-shin {
    padding-right: 17px;
    padding-left: 17px;
  }
}
.border-none img {
  border: transparent;
}

.parts-writer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parts-writer__sns a {
  position: relative;
  width: 100%;
  max-width: 24px;
  display: block;
  margin-right: 8px;
  margin-top: 8px;
  border: 1px solid #0c0933;
  border-bottom: 2px solid #0c0933;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.parts-writer__sns a:last-child {
  margin-right: 0;
}

.parts-writer__sns a::before {
  padding-top: 100%;
  display: block;
  content: "";
}

.parts-writer__sns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  padding: 2px;
}

.parts-writer__sns a:hover {
  background: #b20dd9;
}

/****************************************:

single-berajon.html

*****************************************:*/
.parts-paper-content--space {
  margin-top: 19px;
}

@media screen and (min-width: 992px) {
  .parts-paper-content--space {
    margin-top: 44px;
  }
}
.parts-paper-content {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-paper-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
.parts-paper {
  display: block;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #f4f2f5;
}

@media screen and (min-width: 992px) {
  .parts-paper {
    margin-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .parts-paper:last-child {
    margin-right: 0;
  }
}
.parts-paper:not(:first-child) {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .parts-paper:not(:first-child) {
    margin-top: 0;
  }
}
.parts-paper__inner {
  padding-right: 17px;
  padding-left: 17px;
}

.parts-paper h3 {
  color: #b20dd9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 2.1;
  background: transparent;
  margin-top: initial;
  position: initial;
  padding-right: initial;
  padding-left: initial;
  padding-top: initial;
  padding-bottom: initial;
}

.parts-paper h3 span {
  color: #b20dd9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 2.1;
}

.parts-paper h3::before {
  position: initial;
}

.parts-paper span {
  color: #0c0933;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625;
}

.parts-paper p {
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.625;
}

.parts-writer__imgbox.parts-writer__imgbox--big {
  max-width: 110px;
  max-height: 110px;
}

@media screen and (min-width: 992px) {
  .parts-writer__imgbox.parts-writer__imgbox--big {
    max-width: 79px;
    max-height: 79px;
  }
}
.parts-writer__textbox.parts-writer__textbox--space {
  margin-top: 10px;
}

.parts-writer__inner--change {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .parts-writer__inner--change {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/****************************************:

single-ranking.html

*****************************************:*/
.parts-leftlinebox--space {
  margin-top: 14px;
}

.parts-leftlinebox {
  position: relative;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #f4dcfa;
}

.parts-leftlinebox::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background: #b20dd9;
  content: "";
}

.parts-leftlinebox__inner {
  padding-right: 18px;
  padding-left: 32px;
}

.parts-leftlinebox__title {
  color: #b20dd9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625;
}

.parts-leftlinebox__text {
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
}

.parts-leftlinebox p {
  margin-top: 0px;
}

@media screen and (min-width: 992px) {
  .parts-leftlinebox__text {
    font-size: 16px;
  }
}
.parts-leftlinebox__text span {
  margin-right: 14px;
}

.parts-leftlinebox__text time {
  margin-right: 6px;
}

.parts-post .parts-tableD.parts-tableB--space {
  margin-top: 30px;
}

.parts-post .parts-tableD.parts-tableD--contents table {
  width: 680px;
}

.parts-post .parts-tableD table {
  border: 1px solid #b20dd9;
  white-space: nowrap;
  table-layout: fixed;
}

.parts-post .parts-tableD table,
.parts-post .parts-tableD td,
.parts-post .parts-tableD th {
  border-collapse: collapse;
}

.parts-post .parts-tableD th {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #b20dd9;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
}

.parts-post .parts-tableD td {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  white-space: initial;
  vertical-align: middle;
}

.parts-post .parts-tableD__inhead {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 20px;
  margin-left: 8px;
  width: 100%;
}

.parts-post .parts-tableD__imgbox-king-wrap {
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  max-width: 26px;
}

.parts-post .parts-tableD__imgbox-king {
  position: relative;
  width: 100%;
  background: url(../images/top/king.png) no-repeat;
  width: 25px;
  height: 21px;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.19;
  font-weight: bold;
  padding-top: 8px;
  text-align: center;
  display: block;
}

.parts-post .parts-tableD__imgbox {
  position: relative;
  width: 100%;
  max-width: 36px;
  margin-right: 7px;
}

.parts-post .parts-tableD__imgbox::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.parts-post .parts-tableD__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.parts-post .parts-tableD__inhead-text {
  color: #0c0933;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 0;
}

.parts-post .parts-tableD__inhead-mintext {
  color: #0c0933;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4285714286;
}

.parts-post .parts-tableD__infooter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 21px;
}

.parts-post .parts-tableD__infooter-text {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7647058824;
  white-space: nowrap;
  margin-top: 0;
  width: initial;
}

.parts-post .parts-tableD__infooter span {
  color: #e50a0a;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}

.parts-post .parts-tableD__starbox {
  position: relative;
  width: 100%;
  max-width: 70px;
  margin-right: 12px;
  width: 80px;
  color: #f5a928;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  z-index: 0;
}

.parts-post .parts-tableD__starbox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #a7a8a9;
  z-index: -1;
}

.parts-post .parts-tableD__textbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parts-tableD__textbox p {
  margin-top: 0px;
  line-height: 1.4;
}

.parts-post .parts-tableD__text-bold {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
}

.parts-post .parts-tableD__textbox p span mark {
  display: block;
  z-index: 0;
  position: relative;
  width: 52%;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1818181818;
  text-align: center;
  margin: auto;
}

.parts-post .parts-tableD__textbox p span mark::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b20dd9;
  content: "";
  opacity: 0.56;
}

.parts-post .parts-tableD__textbox mark {
  display: inline-block;
  z-index: 0;
  position: relative;
  width: auto;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1818181818;
  text-align: center;
  margin: auto;
}

.parts-post .parts-tableD__textbox mark::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: #b20dd9;
  content: "";
  opacity: 0.56;
  z-index: -1;
}

.parts-post .parts-tableD__num {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 0;
}

.parts-post .parts-tableD__spin {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 0;
}

.parts-post .parts-tableD__purple {
  display: block;
  z-index: 0;
  position: relative;
  width: 52%;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1818181818;
  text-align: center;
  margin-top: 0;
}

.parts-post .parts-tableD__purple::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b20dd9;
  content: "";
  opacity: 0.56;
}

.parts-post .parts-tableD .parts__more {
  max-width: 314px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 40px;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-tableD .parts-more-black {
    max-width: 314px;
  }
}
.parts-post .parts-more__black {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

.parts-post .parts-more-black {
  z-index: 0;
  position: relative;
}

.parts-post .parts-more__black .parts__more {
  max-width: 335px;
  padding: 4px;
}

@media screen and (min-width: 992px) {
  .parts-post .parts-more__black .parts__more {
    max-width: 430px;
    text-align: center;
  }
}
.parts-post .parts-more-black::before {
  -webkit-transform: translateX(-49%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  left: 50%;
  width: 100%;
  max-width: 335px;
  height: 100%;
  transform: translateX(-49%);
  background: #b228d9;
  content: "";
}

@media screen and (min-width: 992px) {
  .parts-post .parts-more-black::before {
    max-width: 430px;
  }
}
.parts-post .parts-tableD table tr:nth-child(4) {
  border-bottom: 1px solid #b20dd9;
}

.parts-berajon__contents {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-berajon__contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.parts-berajon__imgbox {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .parts-berajon__imgbox {
    max-width: 287px;
    margin-top: 0;
    margin-right: 20px;
  }
}
.parts-berajon__imgbox::before {
  display: block;
  padding-top: 61.6724738676%;
  content: "";
}

.parts-berajon__imgbox img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .parts-berajon__imgbox ~ .parts-tableA {
    width: 100%;
  }
}
.parts-berajon .parts-berajon__contents table th {
  text-align: initial;
}

.parts-berajon .parts-berajon__contents table td {
  width: 100%;
  line-height: initial;
}

.parts-berajon .parts-berajon__contents .parts-tableA table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.parts-berajon .parts-berajon__contents .parts-tableA {
  margin-top: 30px;
}

.parts-berajon .parts-berajon__contents .parts-tableA th {
  display: table-cell;
  width: 122px;
  padding: 12px;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

.parts-berajon .parts-berajon__contents .parts-tableA td {
  display: table-cell;
  width: 100%;
  padding: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .parts-berajon .parts-berajon__contents .parts-tableA td {
    width: 248px;
  }
}
.parts-berajon .parts-berajon__contents .parts-tableA td,
.parts-berajon .parts-berajon__contents .parts-tableA th {
  border: 1px solid #b20dd9;
}

@media screen and (min-width: 992px) {
  .parts-berajon__contents .parts-berajon table td {
    width: 248px;
  }
}
.parts-berajon .parts-berajon__contents .parts-tableA th {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .parts-berajon .parts-berajon__contents .parts-tableA th {
    width: 100%;
  }
}
.parts-berajon__starbox {
  position: relative;
  width: 100%;
  max-width: 70px;
  width: 80px;
  color: #f5a928;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  z-index: 0;
}

.parts-berajon__starbox::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "★★★★★";
  color: #a7a8a9;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parts-berajon__text {
  margin-top: 14px;
  color: #0c0933;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4814814815;
}

@media screen and (min-width: 992px) {
  .parts-berajon__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .parts-berajon__text {
    font-size: 20px;
  }
}
.parts-berajon__text-wrap {
  margin-left: 10px;
}

.parts-berajon__text-bold {
  margin-right: 83px;
  color: #0c0933;
  font-size: 27px;
}

@media screen and (min-width: 992px) {
  .parts-berajon__text-bold {
    margin-right: 36px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .parts-berajon__text-bold {
    margin-right: 63px;
  }
}
@media screen and (min-width: 1400px) {
  .parts-berajon__text-bold {
    margin-right: 83px;
  }
}
.parts-berajon__text-red {
  color: #e50a0a;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .parts-berajon__text-red {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .parts-berajon__text-red {
    font-size: 30px;
  }
}
.parts-berajon__text .parts-berajon__text-red {
  margin-right: 8px;
}

.parts-button-area {
  margin-top: 15px;
  margin-bottom: 30px;
}

.parts-button-area__contents {
  display: block;
}

@media screen and (min-width: 992px) {
  .parts-button-area__contents {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
.parts-button-area__block {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .parts-button-area__block {
    margin-right: 12px;
  }
}
.parts-button-area__block:not(:first-child) {
  margin-top: 18px;
}

@media screen and (min-width: 992px) {
  .parts-button-area__block:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .parts-button-area__block:last-child {
    margin-right: 0;
  }
}
.parts-button-area__block .parts__more {
  max-width: 335px;
  padding: 9px 48px;
}

@media screen and (min-width: 992px) {
  .parts-button-area__block .parts__more {
    max-width: initial;
  }
}
.parts-button-area__block .more-text {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .parts-button-area__block .more-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .parts-button-area__block .more-text {
    font-size: 18px;
  }
}
.parts-button-area__block .block-baloon-bottom__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parts-button-area__block .block-baloon-bottom {
  z-index: 1;
  top: 10px;
  max-width: 260px;
  padding: 3px 9px;
}

.parts-button-area__block .block-baloon-bottom span {
  font-size: 16px;
  line-height: 1.375;
}

.parts-button-area__block .block-baloon-bottom:before,
.parts-button-area__block .block-baloon-bottom:after {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.color-box p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
}

.color-box .color-box__text ul:not(.list-dot) li {
  position: relative;
  margin-left: 1.3em;
  font-size: 16px;
}

.color-box .color-box__text ul:not(.list-dot) li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0.5em;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #ff1493;
  border-left: 3px solid #ff1493;
  content: "";
}

.parts-post .color-box .color-box__text ul li:before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 6px;
  left: -18px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  left: -30px;
  color: #ff1493;
  content: "・";
  border-bottom: transparent;
  border-left: transparent;
}

.parts-post .color-box .color-box__text ol li {
  list-style-type: decimal;
  margin-left: 20px;
  font-size: 16px;
}

.parts-post .color-box .color-box__text ol li::marker {
  color: #fa2196;
}

.gray-box {
  padding-top: 20px;
  padding-bottom: 24.5px;
  background: #f4f2f5;
}

.gray-box__inner {
  padding-right: 22px;
  padding-left: 22px;
}

.gray-box__title {
  color: #0c0933;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.1;
}

.gray-box--space {
  margin-top: 19px;
}

.parts-button-area--space {
  margin-top: 33px;
}

.border-nonbox {
  position: relative;
  padding-top: 25px;
  padding-bottom: 13px;
  background: #feeff7;
}

.border-nonbox__inner {
  padding-right: 21px;
  padding-left: 21px;
}

.border-nonbox p {
  color: #000;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 0px;
}

.border-nonbox--space {
  margin-top: 22px;
}

.color-blue {
  background: #eef7ff;
}

.mark-wrap {
  position: absolute;
  right: 8px;
  bottom: 13px;
  width: 100%;
  max-width: 19px;
}

.mark {
  position: relative;
  width: 100%;
}

.mark::before {
  display: block;
  padding-top: 142.1052631579%;
  content: "";
}

.mark img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .area .parts-button-area__contents .parts-button-area__block {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .area .parts-button-area__contents .parts-button-area__block:last-child {
    margin-right: 0;
  }
}
/****************************************:

aside

*****************************************:*/
.aside {
  display: none;
}

@media screen and (min-width: 992px) {
  .aside {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .aside__block:not(:first-child) {
    position: relative;
    margin-top: 5px;
    padding-top: 38px;
  }
}
@media screen and (min-width: 992px) {
  .aside__block:not(:first-child)::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    opacity: 0.3;
  }
}
@media screen and (min-width: 992px) {
  .aside-head-text {
    color: #ff1493;
    font-family: "Library3 am soft";
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .aside__items {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .aside-items__item {
    margin-top: 20px;
    /* background: #ffffff; */
  }
}
@media screen and (min-width: 992px) {
  .aside-items__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .aside-items__item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.aside-items__item a:hover {
  opacity: initial;
}

@media screen and (min-width: 992px) {
  .aside-items__item:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 992px) {
  .aside-item__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .aside-item__imgbox {
    position: relative;
    width: 100%;
    max-width: 134px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .aside-item__textbox {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 159px;
    min-height: 82px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aside-item__textbox .card-time {
    font-size: 10px;
  }
  .aside-item__textbox .card-head__time {
    margin-top: auto;
  }
}
@media screen and (min-width: 992px) {
  .card-textbox__inner--aside-item {
    padding-right: 14px;
    padding-left: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 992px) {
  .category--aside-item {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .card-text--aside-item {
    -webkit-line-clamp: 2;
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
  }
}
@media screen and (min-width: 992px) {
  .aside-item__imgbox {
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 992px) {
  .aside-item__imgbox::before {
    display: block;
    padding-top: 61.1940298507%;
    content: "";
  }
}
@media screen and (min-width: 992px) {
  .aside-item__imgbox img {
    -webkit-transform: translate(-50%, -50%);
    -o-object-fit: cover;
    -o-object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
}
/* @media screen and (min-width: 992px) {
  .category--aside-item {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
} */
@media screen and (min-width: 992px) {
  .rank-side--aside {
    top: -14px;
    left: 0;
    font-size: 28px;
  }
}
/****************************************:

footer

*****************************************:*/
.footer {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 125px;
  background: #0c0933;
}

.footer__contents-wrap {
  background: #0c0933;
}

.footer__contents {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .footer__contents {
    padding-top: 60px;
    padding-bottom: 69px;
  }
}
.footer__block {
  display: block;
}

.footer__logobox {
  max-width: 288px;
  margin-top: 20px;
}

.footer__logo-min {
  max-width: 136px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 29px;
  display: block;
}

@media screen and (min-width: 992px) {
  .footer__block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 94%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer__textbox {
    margin-right: 40px;
  }
}
.footer__sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 222px;
  margin-top: 40px;
  background: #c3c3c3;
}

@media screen and (min-width: 992px) {
  .footer__sharebox {
    height: 245px;
    margin-top: 0;
    margin-right: 0;
  }
}
.footer__share {
  margin: auto;
}

.footer__title {
  margin-top: 20px;
}

/*@media screen and (min-width: 992px) {
  .footer__title {
    margin-top: 0;
  }
}*/
.footer-title {
  color: #ff1493;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.9;
}

.footer__copy {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .footer__copy {
    margin-top: 24px;
  }
}
.footer-copy {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .footer-copy {
    font-size: 24px;
    line-height: 1.58;
  }
}
@media screen and (max-width: 360px) {
  .footer-copy {
    font-size: 18px;
  }
}
.footer__text {
  margin-top: 10px;
}

/*@media screen and (min-width: 992px) {
  .footer__text {
    margin-top: 20px;
  }
}*/
.footer-text {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.67;
}

.footer-text a {
  text-decoration: underline;
}

.footer-text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .footer-text {
    font-size: 16px;
    line-height: 1.63;
  }
}
@media screen and (max-width: 360px) {
  .footer-text {
    font-size: 13px;
  }
}
.footer__nav {
  margin-top: 29px;
}

@media screen and (min-width: 992px) {
  .footer__nav {
    margin-top: 43px;
  }
}
.footer-items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-items__item {
  margin-right: 7px;
  margin-top: 11px;
  padding-right: 7px;
  border-right: 1px solid #ffffff;
}

@media screen and (min-width: 992px) {
  .footer-items__item {
    margin-bottom: 0;
  }
}
.footer-items__item:last-child {
  border-right: none;
}

.footer-item {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.footer-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__copyright {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .footer__copyright {
    margin-top: 12px;
  }
}
.copyright {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
}

.fotter__banner-wrap {
  display: none;
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer__banner {
  width: 100%;
  height: 100%;
  background: rgba(12, 9, 51, 0.8);
}

.footer__bannaer-inbox {
  position: relative;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}

/* @media screen and (min-width: 576px) {
  .footer__bannaer-inbox {
    max-width: 450px;
  }
} */
@media screen and (min-width: 992px) {
  .footer__bannaer-inbox {
    max-width: 728px;
  }
}
.footer__banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-min-area {
  display: block;
  z-index: 500;
  position: fixed;
  bottom: clamp(132px, 32vw, 230px);
  left: 10px;
  width: 100%;
  max-width: 100px;
  transform: translateX(calc(-100% + 44px));
  transition: transform 0.5s ease;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .banner-min-area {
    bottom: 190px;
  }
}
@media screen and (min-width: 992px) {
  .banner-min-area {
    bottom: 110px;
    max-width: 250px;
  }
}
.banner-min-area.active {
  transform: translateX(0);
}

.fotter__banner-wrap.active {
  display: block;
}

.banner-min-area a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-min-area:not(.active) a {
  pointer-events: none;
}

.banner-min-area:not(.active) .banner-min-area__button {
  display: none;
}

.banner-min-area__inner {
  position: relative;
}

.banner-min-area__button {
  z-index: 10;
  position: absolute;
  top: -15px;
  right: -15px;
}

.footer__button {
  z-index: 10;
  position: absolute;
  top: -15px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .footer__button {
    right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .footer__button {
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__button {
    right: -15px;
  }
}
.close {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #0c0933;
  cursor: pointer;
}

.close span {
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #ffffff;
}

.close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* .footer__button.close { */
/* display: none; */
/* } */
/*  */
/* @media screen and (min-width: 992px) { */
/* .footer__button.close { */
/* display: block; */
/* } */
/* } */
.toc_list ul,
.toc_list ol {
  color: #0c0933;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 0px;
}

.keywords-items__wrap {
  background: #ffeff7;
  padding-top: 16px;
  padding-bottom: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .keywords-items__wrap {
    padding-bottom: 24px;
  }
}
.keywords-items__wrap .keywords-items,
.keywords-items__wrap .keywords-items2 {
  margin-top: 10px;
}

.keywords-items__wrap .keywords-items__inner {
  padding-right: 18px;
  padding-left: 18px;
}

/* .keywords-items__wrap .keywords-items__title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;

  color: #0c0933;

} */
.keywords-items__wrap .keywords-items,
.keywords-items__wrap .keywords-items2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* .keywords-items__wrap .keyword {
  border: 1px solid #0c0933;
  padding: 2px 7px;
  color: #0c0933;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
}

.keywords-items__wrap .keyword a {
  color: #0c0933;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: 300;
} */
@media screen and (min-width: 992px) {
  .keywords-items__wrap .keyword a,
  .keywords-items__wrap .keyword2 a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.keyword:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
}

.keyword2:hover a {
  background: #fdeff7;
}

.keyword a:hover {
  opacity: initial;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.keyword2 a:hover {
  opacity: initial;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.keyword__text {
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.keyword:hover .keyword__text {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.keyword2__text {
  color: #fdeff7;
}

.keyword2:hover .keyword2__text {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/****************************************:

singe-ad

*****************************************:*/
.single-adblock {
  position: relative;
  width: 100%;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-adblock__title {
  width: 100%;
  font-size: 15px;
  line-height: 1.67;
  margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
  .single-adblock__title {
    max-width: 728px;
    font-size: 16px;
    line-height: 1.88;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .single-ad {
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-ad a:hover {
  opacity: initial;
}

@media screen and (min-width: 992px) {
  .single-ad:hover {
    opacity: 0.8;
  }
}
/****************************************:

404

*****************************************:*/
.page404 {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page404 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.page404-head__title {
  font-size: 80px;
  color: #ff1493;
  font-family: "Library3 am soft";
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.06;
  text-shadow: 0 0 15px #ff1493;
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .page404-head__title {
    font-size: 100px;
    font-weight: 300;
  }
}
.page404-head span {
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.47;
  color: #ff1493;
}

.page404-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 27px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page404-title {
    font-size: 28px;
  }
}
.page404-text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 33px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page404-text {
    font-size: 15px;
  }
}
.page404 .more {
  margin-top: 74px;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

/****************************************:

カテゴリー用広告 / タグ用広告

*****************************************:*/
.advertisement {
  padding: 20px 0 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .advertisement {
    padding: 40px 0 20px;
  }
}
.advertisement__inner {
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  .advertisement__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 100px;
  }
}
.advertisement__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .advertisement__title {
    font-size: 20px;
  }
}
.advertisement__image {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .advertisement__image {
    margin-top: 20px;
  }
}
.search-no__text {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #ff1493;
  text-shadow: 0 0 15px #ff1493;
}

@media screen and (min-width: 992px) {
  .search-no__text {
    max-width: 1280px;
  }
}
/****************************************:

記事詳細ページ

*****************************************:*/
#colorbox.advgb_lightbox #cboxTitle {
  display: none !important;
}

/****************************************:

リキャプチャ

*****************************************:*/
.grecaptcha-badge {
  z-index: 500;
}

/****************************************:

シェアボタン

*****************************************:*/
.share {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  /* margin-top: 5px; */
  margin-top: 30px;
  padding: 0 5px;
}

.share__item a,
.share__item button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#000));
  background: linear-gradient(to bottom, #606060, #000);
}

.share__item button {
  border: none;
  cursor: pointer;
}

.share__item a img,
.share__item button img {
  width: 24px;
  height: 24px;
}

.share__item:nth-of-type(2n) a,
.share__item:nth-of-type(2n) button {
  background: -webkit-gradient(linear, left top, left bottom, from(#B20DD9), to(#7A0097));
  background: linear-gradient(to bottom, #B20DD9, #7A0097);
}

@media (max-width: 767px) {
  .share__item a,
  .share__item button {
    padding: 5px 0;
  }
}
.copied {
  text-align: right;
  margin-top: 5px;
}

.share__item button:hover {
  opacity: 0.8;
}

/****************************************:

フッターSNS

*****************************************:*/
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 30px auto 0;
}

.footer__twitter {
  width: calc(50% - 10px);
  padding-top: calc(1.1916376307 * (50% - 10px) + 4px);
  overflow: scroll;
  position: relative;
  min-height: 100%;
}

.footer__twitter iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

@media (max-width: 767px) {
  .footer__twitter {
    width: 100%;
    padding-top: 131.8309859155%;
  }
}
.footer__instagram {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .footer__instagram {
    width: 100%;
    margin-top: 15px;
  }
}
/****************************************:

早見表

*****************************************:*/
.quick_reference__lists {
  margin-top: 15px;
}

.quick_reference__lists:not(:first-of-type) {
  margin-top: 20px;
}

.quick_reference__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fdeff7;
  padding: 34px 31px 17px;
  border: 1px solid #b30bd7;
}

.quick_reference__list:not(:first-of-type) {
  margin-top: 20px;
}

.quick_reference__pr {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 0 0 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.quick_reference__pr::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff1493 transparent transparent transparent;
  border-width: 48px 48px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .quick_reference__pr {
    font-size: 11px;
  }
  .quick_reference__pr::after {
    border-width: 36px 36px 0px 0px;
  }
}
.quick_reference__list:nth-of-type(1) .quick_reference__rank {
  background: center/contain no-repeat url(../images/svg/rank1.svg);
}

.quick_reference__list:nth-of-type(2) .quick_reference__rank {
  background: center/contain no-repeat url(../images/svg/rank2.svg);
}

.quick_reference__list:nth-of-type(3) .quick_reference__rank {
  background: center/contain no-repeat url(../images/svg/rank3.svg);
}

@media (max-width: 1199px) {
  .quick_reference__list {
    display: block;
    padding: 21px 9px 8px;
  }
}
.quick_reference__images {
  width: 197px;
}

@media (max-width: 1199px) {
  .quick_reference__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.quick_reference__image {
  padding-top: 60.9137055838%;
  position: relative;
}

.quick_reference__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .quick_reference__image {
    width: 25.7142857143%;
    padding-top: 15.663524293%;
    margin-left: 12px;
  }
}
.quick_reference__rank {
  display: block;
  width: 25px;
  height: 20px;
  background: center/contain no-repeat url(../images/svg/rank4.svg);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  top: -15px;
  left: -12px;
}

.quick_reference__score_wrapper {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .quick_reference__score_wrapper {
    width: 74.2857142857%;
    padding-left: 10px;
    margin-top: 0;
  }
}
.quick_reference__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.quick_reference__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .quick_reference__score {
    display: none;
  }
}
.quick_reference__star_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick_reference__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-right: 6px;
}

.quick_reference__star {
  width: 60px;
  color: #f5a91e;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 6px;
  position: relative;
  z-index: 0;
}

.quick_reference__star:before {
  content: "★★★★★";
  color: #a7a8a9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.quick_reference__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}

.quick_reference__numer {
  color: #b30bd7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
  white-space: nowrap;
  margin-right: 4px;
}

.quick_reference__numer .large {
  font-size: 24px;
  line-height: 1;
}

.quick_reference__denom {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
}

.quick_reference__contents {
  width: calc(100% - 216px);
}

@media (max-width: 1199px) {
  .quick_reference__contents {
    width: 100%;
  }
}
.quick_reference__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 11px;
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .quick_reference__items {
    display: none;
  }
}
.quick_reference__item {
  background-color: #fff;
  border: 1px solid #b30bd7;
}

.quick_reference__heading {
  background-color: #b30bd7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
}

.quick_reference__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 56px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: center;
}

.quick_reference__content .colored {
  color: #b30bd7;
}

.quick_reference__content .large {
  font-size: 20px;
  line-height: 1.1;
}

.quick_reference__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .quick_reference__text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.quick_reference__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .quick_reference__buttons {
    gap: 0 9px;
  }
}
.quick_reference__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#27103e), color-stop(30.21%, #6f2bb3), to(#170528));
  background: linear-gradient(180deg, #27103e 0%, #6f2bb3 30.21%, #170528 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  border: 2px solid #0c0933;
  border-radius: 4px;
}

.quick_reference__button.quick_reference__button--pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#f10083), color-stop(27.08%, #ff59b3), to(#f10083));
  background: linear-gradient(180deg, #f10083 0%, #ff59b3 27.08%, #f10083 100%);
  border: 2px solid #db0579;
}

.quick_reference__button.quick_reference__button--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), color-stop(27.08%, #F9F9F9), to(#BBBBBB));
  background: linear-gradient(180deg, #D3D3D3 0%, #F9F9F9 27.08%, #BBBBBB 100%);
  border: 2px solid #A1A1A1;
  color: #5C5C5C;
}

/****************************************:

ステータス

*****************************************:*/
.status {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .status {
    margin-top: 20px;
  }
}
.status__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 575px) {
  .status__wrapper {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}
.status__image {
  position: relative;
  padding-top: 68.7323943662%;
}

@media (min-width: 992px) {
  .status__image {
    padding-top: 73.9393939394%;
    /* padding-top: initial; */
  }
}
.status__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.status__list {
  position: relative;
  border: 1px solid #b211cb;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-border-image: linear-gradient(to right, #b211cb 0%, #f10083 100%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#b211cb), to(#f10083)) 1;
  border-image: linear-gradient(to right, #b211cb 0%, #f10083 100%) 1; */
  padding-top: 8.9552238806%;
  height: auto;
}

.status__list--score {
  padding-top: 17.9104477612%;
}

@media (min-width: 992px) {
  .status__list {
    padding-top: 9.0909090909%;
  }
  .status__list--score {
    padding-top: 18.1818181818%;
  }
}
.status__list:not(:first-of-type) {
  margin-top: 4px;
}

.status__list-inner {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-border-image: linear-gradient(to right, #b211cb 0%, #f10083 100%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#b211cb), to(#f10083)) 1;
  border-image: linear-gradient(to right, #b211cb 0%, #f10083 100%) 1;
}

.status__title {
  width: 150px;
  background: linear-gradient(92.61deg, #b211cb 0%, #f10083 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status__star_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 150px);
  color: #f5a91e;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  text-indent: 2px;
}

.status__star {
  width: 60px;
  position: relative;
  z-index: 0;
}

.status__star:before {
  content: "★★★★★";
  color: #a7a8a9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.status__score_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  /* height: 60px; */
  background: linear-gradient(92.61deg, #b211cb 0%, #f10083 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 5px 10px;
  padding: 20px 10px;
}

.status__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* height: 60px; */
  width: calc(100% - 150px);
}

.status__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.status__numer {
  color: #b211cb;
  background: linear-gradient(92.61deg, #b211cb 0%, #f10083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .status__numer {
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
@media (min-width: 1280px) {
  .status__numer {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.status__numer .large {
  font-size: 24px;
  line-height: 1;
}

.status__denom {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
}

@media (min-width: 992px) {
  .status__denom {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7692307692;
  }
}
@media (min-width: 1280px) {
  .status__denom {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857143;
  }
}
/****************************************:

フリーテキストボタン

*****************************************:*/
.free_text {
  margin-top: 64px;
}

@media (max-width: 575px) {
  .free_text {
    margin-top: 54px;
  }
}
.free_text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .free_text__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.free_text__button {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#27103e), color-stop(30.21%, #6f2bb3), to(#170528));
  background: linear-gradient(180deg, #27103e 0%, #6f2bb3 30.21%, #170528 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #0c0933;
  border-radius: 4px;
  position: relative;
}

.free_text__button:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: center/contain url(../images/svg/arrow.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.free_text__button .large {
  font-size: 18px;
  line-height: 1.2222222222;
}

.free_text__button--pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#f10083), color-stop(27.08%, #ff59b3), to(#f10083));
  background: linear-gradient(180deg, #f10083 0%, #ff59b3 27.08%, #f10083 100%);
  border: 2px solid #db0579;
}

.free_text__button--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), color-stop(27.08%, #F9F9F9), to(#BBBBBB));
  background: linear-gradient(180deg, #D3D3D3 0%, #F9F9F9 27.08%, #BBBBBB 100%);
  border: 2px solid #A1A1A1;
  color: #5C5C5C;
}

.free_text__button--gray:after {
  background-image: url(../images/svg/arrow_gray.svg);
}

.free_text__speech_baloon_wrapper {
  position: relative;
}

@media (min-width: 576px) {
  .free_text__speech_baloon_wrapper {
    width: calc(50% - 12px);
  }
}
.free_text__speech_baloon {
  min-width: 260px;
  background-color: #fff;
  color: #b30bd7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875;
  text-align: center;
  border: 2px solid #b30bd7;
  border-radius: 16px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.free_text__speech_baloon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b30bd7 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.free_text__speech_baloon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* 吹き出しありなし余白調整 */
  .free_text__wrapper {
    gap: 54px 20px;
  }
}
.free_text__speech_baloon_wrapper + .free_text__speech_baloon_wrapper {
  margin-top: 54px;
}

@media (min-width: 576px) {
  .free_text__speech_baloon_wrapper + .free_text__speech_baloon_wrapper {
    margin-top: 0;
  }
}
.free_text__button:has(.free_text__speech_baloon) + .free_text__button:has(.free_text__speech_baloon) {
  margin-top: 54px;
}

@media (min-width: 576px) {
  .free_text__button:has(.free_text__speech_baloon) + .free_text__button:has(.free_text__speech_baloon) {
    margin-top: 0;
  }
}
.free_text__button + .free_text__button {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .free_text__button + .free_text__button {
    margin-top: 0;
  }
}
.free_text:not(:has(.free_text__speech_baloon)) {
  margin-top: 16px;
}

.free_text__icon:not(.is-copied) {
  padding-right: 24px;
  cursor: pointer;
  position: relative;
}

.free_text__icon:not(.is-copied)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url(../images/icons/icon_copy_code_purple.svg);
  margin-left: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****************************************:

ボーナス情報

*****************************************:*/
.bonus {
  margin-top: 26px;
}

@media (max-width: 575px) {
  .bonus {
    margin-top: 20px;
  }
}
.bonus__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 575px) {
  .bonus__wrapper {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}
.bonus__list {
  border: 1px solid #b30bd7;
  padding-top: 20.8955223881%;
  position: relative;
  height: auto;
}

.bonus__list-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus__title {
  width: 140px;
  background-color: #b30bd7;
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 22px 12px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus__text {
  width: calc(100% - 140px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
}

@media (min-width: 992px) {
  .bonus__text {
    font-size: 15px;
    line-height: 1.1333333333;
  }
}
@media (min-width: 1280px) {
  .bonus__text {
    font-size: 16px;
    line-height: 1.125;
  }
}
.bonus__text .colored {
  color: #b30bd7;
}

.bonus__text .small {
  font-size: 12px;
  line-height: 1.1666666667;
}

.bonus__text .large {
  font-size: 24px;
  line-height: 1.0833333333;
}

/****************************************:

入出金

*****************************************:*/
.money__lists {
  margin-top: 0 !important;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.money__lists::-webkit-scrollbar {
  display: none;
}

.money__list {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .money__list {
    margin-top: 20px;
  }
}
.money__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.money__item {
  width: 85px;
}

.money__item:not(:last-of-type) {
  margin-right: 8px;
}

.money__image {
  background-color: #fdeff7;
  padding-top: 47.0588235294%;
  position: relative;
}

.money__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.money__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4px;
  margin-top: 4px;
}

.money__content {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #dfd8e0;
  padding: 5px 0;
}

.money__content--purple {
  background-color: #b30bd7;
  color: #fff;
}

.money__content--pink {
  background-color: #ff1493;
  color: #fff;
}

.scroll-hint-icon {
  /*top: calc(1% - -20px) !important;*/
  top: calc(50% - 40px) !important;
}

.scroll-text {
  color: #FF1493;
  font-size: 14px;
  line-height: 2;
  text-align: right;
  -webkit-animation: text-slide 2s infinite;
  animation: text-slide 2s infinite;
  padding-right: 2em;
  position: relative;
}

.scroll-text::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: center/contain url(../images/svg/icon_finger.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@-webkit-keyframes text-slide {
  0%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes text-slide {
  0%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/****************************************:

タブ

*****************************************:*/
.wrapper__main .advgb-tab {
  border-radius: 0px 8px 0px 0px !important;
}

.wrapper__main .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background-color: #b30bd7 !important;
}

.wrapper__main ul.advgb-tabs-panel li.advgb-tab,
.wrapper__main ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
  text-align: center;
  background-color: #f2d2f8 !important;
  border: none !important;
  margin: 0;
  float: none;
}

.wrapper__main ul.advgb-tabs-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2px;
  border-bottom: 2px solid #b30bd7;
}

.wrapper__main ul.advgb-tabs-panel li.advgb-tab > a,
.wrapper__main li.advgb-add-tab > span {
  color: #0c0933 !important;
  padding: 16px 0 14px;
}

.wrapper__main .advgb-tab-body-wrapper {
  background-color: #fffafd;
  border: none !important;
  border-radius: 0 !important;
}

.wrapper__main div.advgb-tab-body {
  padding: 20px 20px 24px;
}

.wrapper__main .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
  background-color: #b30bd7 !important;
}

@media (max-width: 1199px) {
  .wrapper__main .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    margin: 0 -20px;
  }
}
@media (max-width: 1023px) {
  .wrapper__main .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    display: block;
  }
  .wrapper__main .advgb-tabs-wrapper.advgb-tab-vert-tablet ul.advgb-tabs-panel {
    display: -ms-grid;
    display: grid;
    max-width: none;
  }
  .wrapper__main .advgb-tabs-wrapper.advgb-tab-vert-tablet .advgb-tab-body-wrapper {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .wrapper__main .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .wrapper__main .advgb-tab-body-wrapper .advgb-tab-body-header {
    font-weight: 700;
    padding: 12px 32px 12px 10px;
    position: relative;
    display: none !important;
  }
  .wrapper__main .advgb-tab-body-wrapper .advgb-tab-body-header:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: center/contain no-repeat url(../images/svg/close.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrapper__main .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
    position: relative;
  }
  .wrapper__main .advgb-tabs-wrapper .advgb-tab-body-header.header-active:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: center/contain no-repeat url(../images/svg/open.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  /* .advgb-tab-body-header:not(.header-active)+div.advgb-tab-body {
    display: block !important;
    height: 182px;
    overflow-y: hidden;
    position: relative;
  }

  .advgb-tab-body-header:not(.header-active)+div.advgb-tab-body:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .advgb-tab-body-header:not(.header-active) {
    position: relative;
  }

  .advgb-tab-body-header:not(.header-active):before {
    content: "";
    width: 140px;
    height: 36px;
    display: inline-block;
    background: url(../images/svg/button_more.svg);
    position: absolute;
    bottom: -162px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
  } */
  .header-active + div.advgb-tab-body {
    display: block;
    height: auto;
  }
  .advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-wrapper .advgb-tab-body-container {
    margin-bottom: 0 !important;
  }
  .wrapper__main .advgb-tabs-wrapper .advgb-tab-body-header {
    background-color: #b30bd7 !important;
    color: #fff !important;
  }
  .wrapper__main .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
    background-color: #f2d2f8 !important;
    color: #0c0933 !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper__main .advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tabs-panel {
    display: grid !important;
  }
}
/****************************************:

カテゴリー

*****************************************:*/
/* カテゴリー内ボタン */
.more-ac.more-ac--black {
  color: #fdeff7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  background: #0c0933;
  text-decoration: none;
  min-width: 260px;
  padding: 5px 24px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.more-ac.more-ac--black::after {
  content: "";
  background: url(../images/svg/open_white.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more-ac.more-ac--black:hover {
  opacity: 0.8;
}

.category-contents .middle-menus.open .menu-item__more-ac.more-ac--black:after {
  background: url(../images/svg/close_white.svg) no-repeat;
}

@media screen and (min-width: 992px) {
  .category-contents .category-contents__menu-items-wrap .menu-items__menu-item .menu-item__text:hover {
    opacity: initial;
  }
  .category-contents .middle-menus__items {
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .category-contents .menu-items__wrap {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .category-contents .menu-items__wrap:not(:first-child) {
    margin-top: initial;
  }
  .category-contents .menu-items__wrap:not(:first-child) {
    margin-top: initial;
  }
  .category-contents .menu-items__wrap:nth-child(n+4) {
    margin-top: 20px;
  }
  .category-contents .menu-items__wrap:nth-child(3n) {
    margin-right: 0;
  }
  .category-contents .menu-items .menu-item__link {
    padding: 12px 10px 14px 10px;
    display: block;
    position: relative;
    z-index: 0;
  }
  .category-contents .middle-menus__items .middle-menu__text {
    padding: 15px 24px 15px 24px;
  }
  .category-contents .menu-items .menu-item__link:hover {
    opacity: initial;
  }
  .category-contents .middle-menus .middle-menus__items:nth-child(n+1):before {
    display: inline-block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
  }
  .category-contents .middle-menus .middle-menus__items:nth-child(n+2):before {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .category-contents .category-contents__menu-items-wrap .is_toggle .menu-item__text::after {
    width: 8px;
    height: 12px;
    background: url(../images/svg/arrow_white.svg) no-repeat;
    pointer-events: none;
    position: absolute;
    content: "";
    right: 0;
  }
  .category-contents .middle-menus .middle-menus__items:nth-of-type(n+6) {
    display: none;
  }
  .category-contents .menu-items .menu-items__menu-item::before {
    display: none;
  }
  .category-contents .menu-items .menu-item__text {
    padding: initial;
    padding-right: 14px;
  }
  .category-contents .middle-menus .middle-menus__more-ac-black {
    margin-top: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .category-contents .middle-menus .middle-menus__more-ac-black .more-ac.more-ac--black {
    width: 100%;
  }
  .category-contents .middle-menus.open .middle-menus__items:nth-of-type(n+6) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu-item__more-ac.more-ac--black {
    margin-top: initial;
  }
  .category-contents .menu-items .menu-item__link::before {
    background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .category-contents .menu-items .menu-item__link::after {
    background: linear-gradient(92.61deg, #B211CB 0%, #F10083 100%);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -2;
  }
  .category-contents .middle-menus .middle-menus__items:hover::before {
    background: linear-gradient(92.61deg, #B211CB 0%, #F10083 100%);
    pointer-events: none;
  }
  .category-contents .menu-items .menu-item__link:hover::before {
    opacity: 0;
  }
  .category-contents .middle-menus .middle-menus__items:hover::after {
    background: url(../images/svg/arrow_hover.svg) no-repeat;
  }
  .category-contents .menu-items .middle-menu__text:hover {
    background: linear-gradient(92.61deg, #B211CB 0%, #F10083 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.parts-master .has-large-font-size {
  font-size: 21px !important;
}

@media screen and (min-width: 992px) {
  .parts-master .has-large-font-size {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1280px) {
  .parts-master .has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
  }
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover span {
  color: rgb(209, 64, 199);
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover svg {
  color: rgb(209, 64, 199);
}

/* pickup sp広告 */
.under-picup__ad-image {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.under-picup__ad-image a {
  display: block;
}

.under-picup__ad-image + .under-picup__head {
  margin-top: 41px;
}

.wrapper mark {
  background-color: mark;
  /*color: marktext;*/
  /*background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);*/
}

.under-description-box a {
  position: relative;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  word-wrap: break-word;
}

.under-description-box a[target=_blank] {
  position: relative;
  margin-right: 15px;
  border-bottom: 1px solid #ff1493;
  color: #ff1493;
  word-wrap: break-word;
}

.under-description-box a[target=_blank]::after {
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../images/top/line-box.png) no-repeat;
  bottom: 4px;
  background-size: contain;
}

/* テーブルパーツ 「もっと見る」ボタン */
.table-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  padding: 12px 36px;
  border-radius: 48px;
  background: #4E4E4E;
  border: none;
  cursor: pointer;
}

@media (hover: hover) {
  .table-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .table-button:hover {
    opacity: 0.6;
  }
}
.table-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: center/contain no-repeat url(../images/svg/arrow-down-white.svg);
  position: absolute;
  top: 17px;
  right: 12px;
}

.table-button.active::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 14px;
}

.table-fadeout {
  position: relative;
}

.table-fadeout::after {
  content: "";
  width: 100%;
  height: 50%;
  max-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* ブロックボタン */
.block-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  padding: 12px 36px;
  border-radius: 48px;
  background: #4E4E4E;
  border: none;
  cursor: pointer;
}

@media (hover: hover) {
  .block-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .block-button:hover {
    opacity: 0.6;
  }
}
.block-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: center/contain no-repeat url(../images/svg/arrow-down-white.svg);
  position: absolute;
  top: 17px;
  right: 12px;
}

.block-button.active::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 14px;
}

.block-fadeout {
  position: relative;
}

.block-fadeout::after {
  content: "";
  width: 100%;
  height: 50%;
  max-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

/****************************************:

サイドバーランキング1~5

*****************************************:*/
.select-ranking + .ranking {
  margin-top: 0;
}

.select-ranking .inner {
  padding-right: 0;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .select-ranking .inner {
    padding-left: 0;
  }
}
.inner--right-none {
  padding-right: 0;
}

.select-ranking__add {
  padding-right: 10px;
}

.ranking-panel__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.ranking-panel__image-wrap {
  max-width: 110px;
  margin-right: 10px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .ranking-panel__image-wrap {
    max-width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-panel__image-wrap {
    max-width: 110px;
  }
}
.ranking-panel__image-wrap a {
  position: relative;
}

.ranking-panel__image {
  padding-top: 62.7272727273%;
  position: relative;
  width: 100%;
}

.ranking-panel__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside__ranking-items {
  margin-top: 24px;
  min-width: 300px;
}

.aside__ranking-items .ranking-panel__list {
  margin-right: 0;
  position: relative;
}

.ranking-panel__list {
  background: #fdeff7;
  border: 6px solid yellow;
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .ranking-panel__list {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-panel__list {
    padding: 10px;
  }
}
.ranking-panel__score-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ranking-panel__name {
  color: #0c0933;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .ranking-panel__name {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-panel__name {
    font-size: 16px;
  }
}
.ranking-panel__rank {
  display: block;
  width: 30px;
  height: 25px;
  background: center/contain no-repeat url(../images/svg/rank4.svg);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 12px;
  margin-right: 4px;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 0px;
}

.ranking-panel__pr {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 0 0 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ranking-panel__pr::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff1493 transparent transparent transparent;
  border-width: 36px 36px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ranking-panel__rank--1 {
  background: center/contain no-repeat url(../images/svg/rank1.svg);
}

.ranking-panel__rank--2 {
  background: center/contain no-repeat url(../images/svg/rank2.svg);
}

.ranking-panel__rank--3 {
  background: center/contain no-repeat url(../images/svg/rank3.svg);
}

.ranking-panel__rank--4 {
  background: center/contain no-repeat url(../images/svg/rank4.svg);
}

.ranking-panel__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  margin-top: 10px;
}

.ranking-panel__item {
  border: 1px solid #b30bd7;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ranking-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
}

.ranking-panel__heading {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #b30bd7;
  padding: 6px;
  text-align: center;
}

.ranking-panel__content-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0c0933;
}

.ranking-panel__content-text--purple {
  color: #b30bd7;
}

.ranking-panel__content-text.ranking-panel__content-text-mini {
  font-size: 11px;
  line-height: 1.8181818182;
  color: #b30bd7;
}

.ranking-panel__content-text-mini {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #0c0933;
}

.ranking-panel__content-inner {
  text-align: center;
}

.ranking-panel__content-inner {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0c0933;
}

.ranking-panel__content-inner span {
  color: #0c0933;
}

.ranking-panel__button-wrap {
  margin-top: 10px;
}

.ranking-panel__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#27103e), color-stop(30.21%, #6f2bb3), to(#170528));
  background: linear-gradient(180deg, #27103e 0%, #6f2bb3 30.21%, #170528 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  border: 2px solid #0c0933;
  border-radius: 4px;
  display: block;
}

@media screen and (min-width: 992px) {
  .ranking-panel__button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking-panel__button {
    font-size: 16px;
  }
}
.ranking-panel__button.ranking-panel__button__button--pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#f10083), color-stop(27.08%, #ff59b3), to(#f10083));
  background: linear-gradient(180deg, #f10083 0%, #ff59b3 27.08%, #f10083 100%);
  border: 2px solid #db0579;
}

.ranking-panel__list + .ranking-panel__list {
  margin-top: 11px;
}

/****************************************:

おすすめオンラインカジノランキング

*****************************************:*/
.select-ranking {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

/* @media screen and (min-width: 992px) { */
/* .select-ranking { */
/*  */
/* margin-top: 60px; */
/* } */
/* } */
.select-ranking:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/select-ranking-layer.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  content: "";
}

.ranking-panel__list {
  margin-right: 20px;
  margin-left: -10px;
}

.select-ranking__slider.ranking-panel .ranking-panel__list + .ranking-panel__list {
  margin-top: 0;
}

.select-ranking__slider-wrap {
  margin-top: 40px;
  margin-bottom: 84px;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider-wrap {
    margin-bottom: 100px;
  }
}
.select-ranking__slider-wrap .ranking-panel__button-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
  margin-top: 10px;
}

/* .select-ranking__slider-wrap [data-slick-index="0"] .ranking-panel__rank {
  background: center/contain no-repeat url(../images/svg/rank1.svg);
}

.select-ranking__slider-wrap [data-slick-index="1"] .ranking-panel__rank {
  background: center/contain no-repeat url(../images/svg/rank2.svg);
}

.select-ranking__slider-wrap [data-slick-index="2"] .ranking-panel__rank {
  background: center/contain no-repeat url(../images/svg/rank3.svg);
}

.select-ranking__slider-wrap [data-slick-index="3"] .ranking-panel__rank {
  background: center/contain no-repeat url(../images/svg/rank4.svg);
} */
.select-ranking__slider-wrap .ranking-panel__heading {
  font-size: 11px;
  padding: 4px;
}

.ranking-panel__text {
  margin-top: 10px;
  color: #0c0933;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.select-ranking__slider-wrap .ranking-panel__content-text {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider-wrap .ranking-panel__content-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .select-ranking__slider-wrap .ranking-panel__content-text {
    font-size: 18px;
  }
}
.select-ranking__slider-wrap .ranking-panel__content-text-mini {
  font-size: 11px;
}

.select-ranking__slider-wrap .ranking-panel__content-text.ranking-panel__content-text-mini {
  font-size: 11px;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider-wrap .ranking-panel__content-text.ranking-panel__content-text-mini {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .select-ranking__slider-wrap .ranking-panel__content-text.ranking-panel__content-text-mini {
    font-size: 11px;
  }
}
.select-ranking__slider .card-slidebtn__prev,
.select-ranking__slider .card-slidebtn__next {
  z-index: 1;
  width: 40px;
  border: 1px solid #fff;
  background: #ff1493;
  height: 40px;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider .card-slidebtn__prev,
  .select-ranking__slider .card-slidebtn__next {
    width: 56px;
    height: 56px;
  }
}
.select-ranking__slider .arrow-slick::after {
  position: absolute;
  width: 10px;
  height: 12px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-bottom: transparent;
  border-left: transparent;
  border-top: transparent;
  background: url(../images/svg/arrow-white2.svg) no-repeat center/cover;
  margin: initial;
  /* mask-image: initial; */
  /* mask-position: initial; */
  /* mask-repeat: no-repeat; */
  /* mask-size: initial; */
  /* mask-position: initial; */
  -webkit-clip-path: initial;
  clip-path: initial;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider .arrow-slick::after {
    width: 12px;
    height: 18px;
  }
}
.select-ranking__slider .card-slidebtn__next.arrow-slick::after {
  -webkit-transform: scale(-1, 1) translate(-50%, -50%);
  transform: scale(-1, 1) translate(-50%, -50%);
  left: initial;
  right: 50%;
}

.select-ranking__slider .card-slidebtn__prev {
  cursor: pointer;
  bottom: -55px;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  left: 38px;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider .card-slidebtn__prev {
    left: 50%;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
    bottom: -74px;
  }
}
.select-ranking__slider .card-slidebtn__next {
  right: 38px;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  cursor: pointer;
  bottom: -55px;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider .card-slidebtn__next {
    right: 50%;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
    bottom: -74px;
  }
}
.select-ranking__slider .slide-dots {
  bottom: -40px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .select-ranking__slider .slide-dots {
    max-width: 235px;
    margin-right: auto;
    margin-left: auto;
    bottom: -50px;
  }
}
.select-ranking__slider .slide-dots li button:hover,
.select-ranking__slider .slide-dots li.slick-active button {
  background: #ff1493;
}

.select-ranking__slider .slide-dots li button:hover,
.select-ranking__slider .slide-dots li.slick-active button::before {
  border: 1px solid #ff1493;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/****************************************:

話題のオンラインカジノサイト

*****************************************:*/
.casino-list {
  padding-top: 48px;
  padding-bottom: 40px;
  background: #0c0a32;
  position: relative;
}

.casino-list__contents {
  margin-top: 40px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .casino-list__contents {
    margin-top: 40px;
    max-width: 1035px;
  }
}
.casino-panel-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 10px;
}

@media screen and (min-width: 992px) {
  .casino-panel-items {
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
}
.panel-card__img {
  position: relative;
}

.panel-card__img img {
  aspect-ratio: 102/84;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .panel-card__img img {
    aspect-ratio: 152/124;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.panel-card {
  position: relative;
  display: block;
  padding: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  .panel-card:hover {
    opacity: initial;
  }
}
.panel-card::before {
  position: absolute;
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}

@media screen and (min-width: 992px) {
  .panel-card:hover::before {
    opacity: 0;
  }
}
.panel-card::after {
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -2;
}

@media screen and (min-width: 992px) {
  .panel-card::after {
    background: linear-gradient(92.61deg, #B211CB 0%, #F10083 100%);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -2;
  }
}
.panel-card__textbox {
  margin-top: 5px;
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (min-width: 992px) {
  .panel-card__textbox {
    margin-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.panel-card__text {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .panel-card__text {
    font-size: 12px;
  }
}
.panel-card__text::after {
  position: absolute;
  content: "";
  background: url(../images/svg/arrow.svg) no-repeat center/contain;
  width: 4px;
  height: 6px;
  display: inline-block;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .panel-card__text::after {
    width: 6px;
    height: 9px;
    right: -10px;
  }
}
/****************************************:

関連カテゴリー

*****************************************:*/
.related-categories {
  background: #0c0a32;
  display: block;
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
}

@media screen and (min-width: 992px) {
  .related-categories {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.related-categories__contents {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .related-categories__contents {
    max-width: 790px;
    margin-top: 40px;
  }
}
.connection-categories {
  position: relative;
  background: #fff;
  border: 4px solid #dfd8e0;
  display: block;
  padding: 25px 25px;
}

@media screen and (min-width: 992px) {
  .connection-categories {
    border: 5px solid #dfd8e0;
    padding: 24px 20px;
  }
}
.connection-title-large {
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #0c0933;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .connection-title-large {
    font-size: 18px;
  }
}
.connection-title-large.is-select,
.connection-title-middle.is-select,
.connection-title-small.is-select {
  background: linear-gradient(92.61deg, #A42877 0%, #5F319C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.connection-title-large::before {
  content: "";
  background: url(../images/svg/arrow-circle.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

@media screen and (min-width: 992px) {
  .connection-title-large::before {
    margin-right: 10px;
  }
}
.connection-title-large.is-select::before,
.connection-title-middle.is-select::before,
.connection-title-small.is-select::before {
  background: url(../images/svg/arrow-grad.svg) no-repeat center/contain;
}

.connection-title-middle {
  color: #0c0933;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfd8e0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.connection-title-middle::before {
  content: "";
  background: url(../images/svg/arrow-circle.svg) no-repeat center/contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.connection-title-small {
  color: #0c0933;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.connection-title-small::before {
  content: "";
  background: url(../images/svg/arrow-circle.svg) no-repeat center/contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.connection-categories__middle-list {
  margin-top: 27px;
  display: block;
}

@media screen and (min-width: 992px) {
  .connection-categories__middle-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
}
.connection-categories__middle-item + .connection-categories__middle-item {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .connection-categories__middle-item + .connection-categories__middle-item {
    margin-top: 0;
  }
}
.connection-categories__small-list {
  margin-left: 24px;
  margin-top: 20px;
  display: block;
}

@media screen and (min-width: 992px) {
  .connection-categories__small-list {
    margin-top: 15px;
  }
}
.connection-categories__small-item + .connection-categories__small-item {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .connection-categories__small-item + .connection-categories__small-item {
    margin-top: 15px;
  }
}
/* 20230827追記 */
.contact-form input[type=text],
.contact-form textarea {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .contact-form input[type=text],
  .contact-form textarea {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .aside__casino-panel.casino-panel-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
}
.footer__title-wrap {
  text-align: center;
}

.grad-back2 {
  position: relative;
  background-color: #0C0933;
}

.grad-back2::before {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(18, 15, 60);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 15, 60)), color-stop(19%, rgb(93, 21, 66)), to(rgb(39, 37, 77)));
  background: linear-gradient(180deg, rgb(18, 15, 60) 0%, rgb(93, 21, 66) 19%, rgb(39, 37, 77) 100%);
  top: 0;
  left: 0;
  content: "";
  max-height: 1930px;
}

.grad-back2::after {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(51, 33, 74);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 33, 74)), to(rgb(12, 9, 51)));
  background: linear-gradient(180deg, rgb(51, 33, 74) 0%, rgb(12, 9, 51) 100%);
  left: 0;
  content: "";
  max-height: 317px;
  top: 1630px;
}

.plain-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.44;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  display: inline;
}

.border-title {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.44;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-stroke: 1px #FF1493;
  text-stroke: 1px #FF1493;
  color: transparent;
  display: inline;
}

.border-title.border-title--underLine {
  position: relative;
  padding-bottom: 12px;
  display: block;
}

.border-title.border-title--underLine::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF1493;
  bottom: 0;
  left: 0;
}

.border-title.border-title--small {
  font-size: 22px;
  line-height: 1.4545454545;
}

.border-title__sub {
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2307692308;
  text-shadow: 0 0 15px #ff1493;
  margin-top: 10px;
  display: inline-block;
}

.border-title__sub.border-title__sub--ja {
  text-shadow: initial;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0;
}

.keyword-arrowItems {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 11px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.keyword-arrow {
  position: relative;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#A42877), to(#5F319C));
  background: linear-gradient(to right, #A42877 0%, #5F319C 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.keyword-arrow a {
  width: 100%;
  height: 100%;
  background: #fdeff7;
  padding: 14px 16px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.keyword-arrow a::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 9px;
  background: url(../images/svg/arrow_white.svg) no-repeat;
  pointer-events: none;
  position: absolute;
  content: "";
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.keyword-arrow:hover a {
  background: #fdeff7;
}

.keyword-arrow a:hover {
  opacity: initial;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.keyword-arrow:hover .keyword-arrow__text {
  background: -webkit-gradient(linear, left top, right top, from(#B211CB), to(#F10083));
  background: linear-gradient(to right, #B211CB 0%, #F10083 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.parts-contents + .parts-contents {
  margin-top: 32px;
}

.headTitle h2 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 21px;
  line-height: 1.4285714286;
  color: #000;
}

.headTitle h3 {
  font-size: 18px;
}

.parts-contents__content.parts-contents__content--bgPPurple,
.parts-contents__block.parts-contents__block--bgPurple {
  background-color: #faeff7;
}

.parts-block__inner2 {
  padding: 15px 15px 30px;
}

.parts-post .parts-arrow-list {
  margin-top: 20px;
}

.parts-post .parts-arrow-list li {
  position: relative;
  margin-left: 1em;
}

.parts-post .parts-arrow-list li a {
  color: #ff1493;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7333333333;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.parts-post .parts-arrow-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.parts-post .parts-arrow-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 9.5px;
  left: -20px;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.liquid-speech-balloon-avatar.liquid-speech-balloon-avatar--bg-purple {
  background-color: #f4dcfa;
  border-radius: 50%;
}

.liquid-speech-balloon-avatar.liquid-speech-balloon-avatar--bg-white {
  background-color: #fff;
  border-radius: 50%;
}

.liquid-speech-balloon-avatar__name {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #0c0933;
}

.liquid-speech-balloon-text.liquid-speech-balloon-text--mini-space {
  padding: 15px;
  border-radius: 10px;
  margin-left: 15px;
}

.liquid-speech-balloon-right .liquid-speech-balloon-text.liquid-speech-balloon-text--mini-space {
  margin-right: 15px;
}

.page__singele-ad {
  margin-top: 40px;
}

.aside__bnr a {
  display: block;
  margin-top: 18px;
}

.cards__2col.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.cards__2col-item .card__textbox {
  height: initial;
}

.cards__outer {
  margin-top: 14px;
}

.cards__outer .card a {
  background-color: #fff;
}

.cards__2col.outer-slider,
.cards__2col.news-slider {
  display: block;
  overflow: hidden;
}

.cards__2col.outer-slider .cards__2col-item,
.cards__2col.news-slider .cards__2col-item {
  margin-right: 12px;
}

.cards__2col.outer-slider .slick-list,
.cards__2col.news-slider .slick-list {
  margin-right: -12px;
}

.cards__items-grid.recommendation-slider {
  display: block;
  overflow: hidden;
}

.cards__items-grid.recommendation-slider .cards__news-grid {
  margin-right: 12px;
}

.cards__items-grid.recommendation-slider .slick-list {
  margin-right: -12px;
}

@media screen and (min-width: 992px) {
  .cards__2col.outer-slider,
  .cards__2col.news-slider {
    display: grid;
  }
  .cards__2col.outer-slider .cards__2col-item,
  .cards__2col.news-slider .cards__2col-item {
    max-width: initial;
    margin-right: initial;
  }
  .cards__items-grid.recommendation-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cards__items-grid.recommendation-slider .cards__news-grid {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .cards__items-grid.recommendation-slider .cards__news-grid:nth-of-type(3),
  .cards__items-grid.recommendation-slider .cards__news-grid:nth-of-type(4),
  .cards__items-grid.recommendation-slider .cards__news-grid:nth-of-type(5) {
    margin-right: 15px;
    width: calc(33.3333333333% - 10px);
  }
  .cards__items-grid.recommendation-slider .cards__news-grid:nth-of-type(2) {
    margin-right: 0;
  }
  .cards__items-grid.recommendation-slider .cards__news-grid:nth-of-type(5) {
    margin-right: 0;
  }
}
.wrapper__aside.wrapper__aside--block {
  display: block;
  position: relative;
  z-index: 1;
}

.aside__inner.aside__inner--block {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.underSection {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 1;
}

.underNews__more {
  margin-top: 20px;
}

.underSection__more {
  font-size: 16px;
  line-height: 1.125;
  padding: 7px 40px;
}

.underRanking__more {
  margin-top: 20px;
}

.underSection__arrowItems {
  margin-top: 22px;
}

.aside__block2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sectionBnr {
  display: block;
  width: 100%;
  height: auto;
  /* 追記 */
  position: relative;
}

.underSection__bnr {
  margin-top: 22px;
}

.underSection__contents {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.sectionRecommend {
  overflow: hidden;
}

.sectionRecommend__contents {
  padding-right: 10px;
  padding-left: 10px;
}

.sectionRecommend + .wrapper__contents {
  margin-top: 0;
}

.sectionRecommend__slidesWrap {
  width: 100vw;
  margin-top: 21px;
}

.sectionRecommend__slides .slick-list {
  margin-left: -16px;
  padding-left: 16px;
}

.sectionRecommend__slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: initial;
  margin-left: initial;
}

.sectionRecommend__slideItem {
  margin-right: 15px;
  width: 100%;
  max-width: 230px;
}

.sectionRecommend__slideItem a {
  display: block;
}

.sectionRecommend__slideItem img {
  display: block;
  width: 100%;
  height: auto;
}

.single-ad2 {
  position: relative;
}

.wrapper.wrapper--banner .wrapper__contents.fixed {
  position: sticky;
  left: 0;
  z-index: 500;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 0;
  top: 55px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .wrapper.wrapper--banner .wrapper__contents.fixed {
    position: static;
  }
}
.wrapper.wrapper--banner {
  position: static;
  z-index: 500;
}

@media screen and (min-width: 992px) {
  .wrapper.wrapper--banner.fixed {
    position: sticky;
    top: 0;
  }
  .wrapper.wrapper--banner.fixed .wrapper__contents {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.single-ad2 a {
  width: 100%;
  display: block;
}

.single-ad2 .inner {
  padding-right: 10px;
  padding-left: 10px;
}

.wrapper__singleAd2 {
  margin-top: 10px;
}

.wrapper__contents.wrapper__contents--space2 {
  margin-top: 14px;
}

.wrapper__contents.wrapper__contents--column {
  display: block;
}

.casino-panel-items.casino-panel-items--aside {
  margin-top: 20px;
}

.aside__keywords {
  margin-top: 20px;
}

.aside__more {
  background: #ff1493;
  border: transparent;
}

.underSection__bnr2 {
  margin-top: 40px;
  /* 追記 */
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 40px;
}

.quick_reference__list.quick_reference__list--sp {
  padding: 14px 15px 19px;
}

.quick_reference__list.quick_reference__list--pr {
  background: #FFCCE9;
  border: 4px solid #ff1493;
  position: relative;
}

.quick_reference__contents.quick_reference__contents--block {
  margin-top: 12px;
}

.quick_reference__items.quick_reference__items--sp {
  display: -ms-grid;
  display: grid;
}

.quick_reference__items.quick_reference__items--sp .quick_reference__heading {
  font-size: 11px;
}

.quick_reference__items.quick_reference__items--sp .quick_reference__content .large {
  font-size: 18px;
}

.quick_reference__name.quick_reference__name--middle {
  font-size: 18px;
  line-height: 1.3333333333;
}

.quick_reference__image.quick_reference__image--middle {
  width: 100%;
  max-width: 120px;
  margin-right: 12px;
  margin-left: 0;
  padding-top: initial;
}

.quick_reference__image.quick_reference__image--middle img {
  position: static;
  aspect-ratio: 120/74;
}

.quick_reference__image.quick_reference__image--middle .quick_reference__rank {
  width: 34px;
  height: 29px;
  top: -24px;
  left: -15px;
  padding-top: 15px;
}

.underSection__block {
  margin-top: 22px;
}

.underSection__block + .underSection__block {
  margin-top: 32px;
}

.liquid-speech-balloon-08 .liquid-speech-balloon-avatar {
  background-image: url(../images/icons/cherry.png);
}

.liquid-speech-balloon-09 .liquid-speech-balloon-avatar {
  background-image: url(../images/icons/apple.png);
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow.liquid-speech-balloon-arrow--sharp {
  border-top: 0px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 17px solid rgba(0, 0, 0, 0.2);
  top: 14px;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow.liquid-speech-balloon-arrow--sharp {
  top: 14px;
  border-right: initial;
  border-left: 17px solid rgba(0, 0, 0, 0.2);
  border-top: 0px solid transparent;
  border-bottom: 17px solid transparent;
  right: -9px;
}

.codeCopy {
  background-color: #FEEED4;
  /* padding: 8px 20px; */
  padding: 5px 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.codeCopy__miniText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-right: 6px;
}

.codeCopy__bodyCode {
  font-size: 18px;
  word-wrap: break-word;
  max-width: 180px;
}

.footer__bannaer-inbox.footer__inbox-large {
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}

.footer__bannaer-inbox-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.footer__bannaer-inbox-bnr::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .floating-banner__contents-wrapper {
    display: block;
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(8) rotate(45deg);
    transform: scale(8) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(64) rotate(45deg);
    transform: scale(64) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(8) rotate(45deg);
    transform: scale(8) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(64) rotate(45deg);
    transform: scale(64) rotate(45deg);
    opacity: 0;
  }
}
.codeCopy__bodyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.codeCopy__text {
  color: white;
  /* padding: 8px; */
  padding: 3px 18px 3px;
  min-width: 120px;
  border-radius: 20px;
  background-color: #C60D12;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  border: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  line-height: 21px;
}

.footer__button.close {
  display: none;
}

.footer__banner a {
  height: auto;
}

.footer__banner-imgbox {
  height: 100%;
}

.footer__banner-imgbox img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .footer__bannaer-inbox.footer__inbox-large {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .grad-back2::before {
    max-height: 1661px;
  }
  .grad-back2::after {
    top: 1361px;
  }
  .plain-title {
    font-size: 28px;
    line-height: 1.4411764706;
    display: block;
  }
  .border-title {
    font-size: 34px;
    line-height: 1.4411764706;
    display: block;
  }
  .plain-title {
    margin-right: 15px;
  }
  .border-title.border-title--right {
    margin-right: 15px;
  }
  .border-title.border-title--small {
    font-size: 24px;
    line-height: 1.4583333333;
  }
  .border-title__sub {
    font-size: 18px;
    line-height: 1.2222222222;
    margin-right: 36px;
  }
  .border-titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .keyword-arrowItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 21px 1fr 21px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  .keyword-arrow a {
    padding: 11px 24px;
    line-height: 1.4444444444;
    font-size: 18px;
  }
  .keyword-arrow a::after {
    right: 12px;
  }
  .parts-contents + .parts-contents {
    margin-top: 44px;
  }
  .parts-block__inner2 {
    padding: 30px 20px 34px;
  }
  .underSection {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .underSection__block {
    margin-top: 17px;
  }
  .underSection__block + .underSection__block {
    margin-top: 44px;
  }
  .underSection__contents {
    max-width: initial;
  }
  .sectionRecommend {
    padding-top: 10px;
    padding-bottom: 22px;
  }
  .sectionRecommend__contents {
    padding-right: 0;
    padding-left: 0;
  }
  .headTitle h2 {
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .cards__2col.cards {
    gap: 24px;
  }
  .wrapper__contents + .wrapper__contents {
    margin-top: 0;
  }
  .single-ad2 a {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sectionRecommend__contents {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .sectionRecommend__slidesWrap {
    margin-top: 18px;
  }
  .sectionRecommend__slideItem {
    margin-right: 20px;
    max-width: 255px;
  }
  .underSection__more {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .underNews__more {
    margin-top: 30px;
  }
  .underRanking__more {
    margin-top: 30px;
  }
  .underSection__arrowItems {
    margin-top: 17px;
  }
  .underSection__bnr {
    margin-top: 17px;
  }
  .wrapper__contents.wrapper__contents--space2 {
    margin-top: 0;
  }
  .liquid-speech-balloon-text.liquid-speech-balloon-text--mini-space {
    padding: 30px;
    margin-left: 40px;
  }
  .liquid-speech-balloon-right .liquid-speech-balloon-text.liquid-speech-balloon-text--mini-space {
    margin-right: 40px;
  }
  .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow.liquid-speech-balloon-arrow--sharp {
    border-bottom: 37px solid transparent;
    border-right: 37px solid rgba(0, 0, 0, 0.2);
    top: 30px;
    left: -17px;
  }
  .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow.liquid-speech-balloon-arrow--sharp {
    top: 30px;
    border-left: 37px solid rgba(0, 0, 0, 0.2);
    border-bottom: 37px solid transparent;
    right: -17px;
    left: initial;
    border-right: initial;
  }
  .quick_reference__image.quick_reference__image--middle img {
    aspect-ratio: 210/126;
  }
  .quick_reference__image.quick_reference__image--middle {
    max-width: 210px;
  }
  .quick_reference__list.quick_reference__list--sp {
    padding: 39px 36px 18px;
  }
  .underSection__bnr2 {
    margin-top: 50px;
  }
  .page__singele-ad {
    margin-top: 50px;
  }
  .parts-post .parts-arrow-list li a {
    font-size: 16px;
    line-height: 1.5;
  }
  .aside__bnr a {
    margin-top: 16px;
  }
  .aside__block2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .casino-panel-items.casino-panel-items--aside {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 16px;
  }
  .cards__outer {
    margin-top: 18px;
  }
  .aside__inner.aside__inner--block {
    padding-left: 0;
    padding-right: 0;
    max-width: initial;
  }
  .aside__block2:first-child {
    margin-top: 37px;
    padding-top: 0;
  }
  .aside__keywords {
    margin-top: 16px;
  }
  .aside__more.keywords__more {
    max-width: 260px;
    margin-top: 16px;
  }
  .parts-post .parts-arrow-list li {
    margin-left: 23px;
  }
  .footer__bannaer-inbox.footer__inbox-large {
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__code {
    min-width: 340px;
  }
  .codeCopy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
  .footer__bannaer-inbox-bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .codeCopy__text:hover {
    opacity: 0.5;
  }
  .codeCopy__text {
    min-width: 120px;
    font-size: 10px;
  }
  .codeCopy__miniText {
    display: block;
    font-size: 14px;
    margin-right: 14px;
    text-align: center;
  }
  .codeCopy__bodyCode {
    max-width: none;
    font-size: 32px;
  }
  .footer__banner-imgbox {
    height: 107px;
  }
  .footer__banner-imgbox img {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .quick_reference__contents.quick_reference__contents--block {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .keyword-arrow a {
    padding: 22px 24px;
  }
}
/* 追記 */
.cards-row-items__item {
  width: 100%;
}

.cards-row-items__item + .cards-row-items__item {
  margin-top: 16px;
}

.cards-row-items__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-row-items__item .card__imgbox {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 134px;
}

.cards-row-items__item .category {
  width: 100%;
  font-size: 10px;
}

.cards-row-items__item .card__textbox-inner {
  padding-left: 9px;
  padding-right: 14px;
}

.cards-row-items__item .card-text--new-arrival {
  font-size: 13px;
  margin-top: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;   
}

.cards-row-items__item .card__textbox {
  padding-bottom: 0;
}

.cards-row-items__item .card__time {
  font-size: 10px;
  margin-top: auto;
}

/* 追加 */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  padding-top: 57px;
}

@media screen and (min-width: 992px) {
  .container {
    padding-left: initial;
    padding-right: initial;
    display: block;
    padding-top: initial;
  }
}
.wrapper {
  display: contents;
}

.wrapper__contents {
  /* display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
   */
  display: contents;
}

.wrapper__main {
  display: contents;
}

.wrapper__aside.wrapper__aside--block {
  display: contents;
}

.aside__inner.aside__inner--block {
  display: contents;
}

.parts-contents {
  position: relative;
  z-index: 1;
  /*  */
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}

@media screen and (min-width: 992px) {
  .wrapper {
    display: block;
  }
  .wrapper__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
  }
  .wrapper__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 100px;
    padding-left: 100px;
  }
  .wrapper__main {
    display: block;
  }
  .wrapper__aside.wrapper__aside--block {
    display: block;
  }
  .aside__inner.aside__inner--block {
    display: block;
  }
}
.wrapper__contents.wrapper__contents--column + .wrapper__contents .underRanking {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .underPicup {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .aside__bnr {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .playGuide {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .introduction {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .underCampaign {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .underNews {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .newsBlock {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .attentionBlock {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .sectionWhat {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .news {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .snsBlock {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents .sectionBnr {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents + .news {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.wrapper__contents.wrapper__contents--column + .wrapper__contents ~ .ranking {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

.notification ~ .wrapper__contents.wrapper__contents--space .parts-contents__content.parts-content--space {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .notification ~ .wrapper__contents.wrapper__contents--space .parts-contents__content.parts-content--space {
    margin-top: 0;
  }
  .notification ~ .wrapper__contents.wrapper__contents--space {
    margin-top: 10px;
  }
}
/* 下層 */
.under-fv {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.breadcrumb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.under-description-box {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.single-contents {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.under-category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 48px;
}

@media screen and (min-width: 992px) {
  .under-category {
    padding-bottom: 0;
  }
}
.parts-contents {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}

.wp-pagenavi {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 80px;
}

.yarpp-related {
  display: contents;
}

@media screen and (min-width: 992px) {
  .yarpp-related {
    display: block;
  }
}
.recommend {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.related-categories {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.select-ranking {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.asideSlideBlock {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.pickupBlock {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.under-picup {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.aside__bnr {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.under-arrival {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.attentionBlock {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.news {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.ranking {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.single-adblock {
  /* order: 2; */
  display: contents;
}

@media screen and (min-width: 992px) {
  .single-adblock {
    display: block;
  }
}
.single-adblock > .inner {
  display: contents;
}

.single-adblock__title {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.single-block__single-ad.single-ad {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

.newsBlock {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.asideBnr {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

.underSection__bnr2 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.bnrBlock {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}

.category-contents {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21;
}

.keywords {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}

.content-adblock {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23;
}

.footer {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}

.underSection:last-child {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .underSection:last-child {
    padding-bottom: 0;
  }
}
.grad-back::before {
  top: 0;
  left: 0;
}

.aside__block2 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .aside__block2 {
    padding-left: initial;
    padding-right: initial;
    max-width: initial;
  }
}
.aside__block2.asideSlideBlock {
  margin-top: 0;
}

.aside__slides {
  margin-top: 14px;
}

@media screen and (min-width: 992px) {
  .aside__slides {
    margin-top: 18px;
  }
}
.aside__slides .card-slidebtn__next,
.aside__slides .card-slidebtn__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 992px) {
  .aside__slides .card-slidebtn__next::after,
  .aside__slides .card-slidebtn__prev::after {
    width: 18px;
    height: 18px;
  }
}
.aside__slides .card-slidebtn__next::after {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

.sectionRecommend__slides .card-slidebtn__next,
.sectionRecommend__slides .card-slidebtn__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sectionRecommend__slides .card-slidebtn__next {
  right: 16px;
}

.cards__outer .card-slidebtn__next,
.cards__outer .card-slidebtn__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recommendation-slider .card-slidebtn__next,
.recommendation-slider .card-slidebtn__prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-ranking__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-ranking__slider.ranking-panel .ranking-panel__list + .ranking-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.select-ranking__slider-wrap .ranking-panel__button-wrap {
  margin-top: auto;
}

.ranking-panel__text {
  margin-bottom: 10px;
}

.ranking-panel__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

/****************************************:

サイドバーSNS

*****************************************:*/
.aside__sns {
  display: block;
  margin: 30px auto 0;
}

.aside__twitter {
  width: 100%;
  padding-top: calc(1.1916376307 * (50% - 10px) + 4px);
  overflow: scroll;
  position: relative;
  min-height: 100%;
}

.aside__twitter iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

@media (max-width: 767px) {
  .aside__twitter {
    width: 100%;
    padding-top: 131.8309859155%;
  }
}
.aside__instagram {
  width: 100%;
  margin-top: 15px;
}

.footer__register {
  width: 100%;
}

@media (min-width: 992px) {
  .footer__register {
    width: 100%;
    max-width: 220px;
  }
}
.footer__banner .registerButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registerButton {
  background: #C60D12;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  padding: 5px;
  position: relative;
}

@media (min-width: 992px) {
  .registerButton {
    font-size: 16px;
    line-height: 26px;
    padding: 0 25px 0 15px;
  }
}
.registerButton::after {
  width: 10px;
  height: 12px;
  content: "";
  background: url(../images/svg/arrow-white2.svg) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 8px;
}

/****************************************:

フッター GPWAの認証シール

*****************************************:*/
.gpwa {
  margin-top: 16px;
}

.gpwa__link {
  width: 158px;
  display: block;
  margin: 0 auto;
}

.gpwa__image {
  width: 100%;
}

.gpwa__text {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  margin-top: 14px;
}

@media (min-width: 768px) {
  .gpwa__text {
    margin-top: 12px;
  }
}
/****************************************:

注意書き

*****************************************:*/
.notification {
  width: 100%;
  max-width: 1080px;
  padding: 0 10px;
  margin: 10px auto 0;
  position: relative;
}

.footer-notification {
  width: 100%;
  max-width: 1060px;
  margin: 20px auto 0;
}

.post-notification {
  margin: 20px 0 0;
}

.post-notification__term {
  position: relative;
  aspect-ratio: 650/36;
}

@media (max-width: 991px) {
  .post-notification__term {
    aspect-ratio: 305/30;
  }
}
.post-notification__term img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-notification__title {
  cursor: pointer;
}

.post-notification__title.active .post-notification__title-image img:last-of-type {
  display: none;
}

.post-notification__description img {
  width: 100%;
}

/****************************************:

下層-最新記事

*****************************************:*/
@media screen and (min-width: 992px) {
  .mv-recommend .card__textbox {
    min-height: 100px;
  }
}
.mv-recommend {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  background: #0c0933;
}

@media screen and (min-width: 992px) {
  .mv-recommend {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.mv-recommend__slider-wrap {
  position: relative;
  margin-top: 23px;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider-wrap {
    margin-top: 26px;
  }
}
.mv-recommend__slider .slick-list {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider .slick-list {
    padding-top: 20px;
  }
}
.mv-recommend__slider-wrap .card-slidebtn__prev,
.mv-recommend__slider-wrap .card-slidebtn__next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider-wrap .card-slidebtn__prev,
  .mv-recommend__slider-wrap .card-slidebtn__next {
    width: 75px;
    height: 75px;
  }
}
.mv-recommend__slider-wrap .card-slidebtn__prev {
  left: -5px;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider-wrap .card-slidebtn__prev {
    left: 36px;
  }
}
@media screen and (min-width: 992px) {
  .mv-recommend__slider .card-slidebtn__prev.slick-disabled {
    display: none !important;
  }
}
.mv-recommend__slider-wrap .card-slidebtn__next {
  right: 0;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider-wrap .card-slidebtn__next {
    right: 36px;
  }
}
.mv-recommend__slider-wrap .arrow-slick::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  inset: 0;
}

@media screen and (min-width: 992px) {
  .mv-recommend__slider-wrap .arrow-slick::after {
    width: 35px;
    height: 35px;
  }
}
.mv-recommend__slider-wrap .card-slidebtn__prev.arrow-slick::after {
  left: 0;
}

.mv-recommend__slider-wrap .card-slidebtn__next.arrow-slick::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv-recommend__card {
  width: 303px;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .mv-recommend__card {
    width: auto;
    margin-right: 16px;
    margin-left: 0;
  }
}
.mv-recommend__slider .slick-list {
  padding: 0 5% 0 5% !important;
}

.mv-recommend__card .card-text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .mv-recommend__card .card-text {
    font-size: 16px;
  }
}
.mv-recommend__more {
  margin-top: 15px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .mv-recommend__more {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .mv-recommend__more {
    max-width: 320px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .mv-recommend__more {
    max-width: 400px;
  }
}
.mv-recommend__slider .slick-track,
.ranking__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-recommend__slider .slick-slide,
.ranking__slider .slick-slide {
  height: auto !important;
}

@media screen and (min-width: 992px) {
  .wrapper.wrapper--top {
    padding-top: 20px;
  }
}
/* -----------------------------------------------
* カスタムブロック リンクベタ書きパーツ 追記
-------------------------------------------------- */
.linkA1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.linkA1 a {
  display: block;
  padding: 30px 20px 20px;
  border: 1px solid #ff1493;
}

@media (max-width: 767px) {
  .linkA1 a {
    padding: 30px 16px 16px;
  }
}
.linkA1__lead {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.linkA1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.linkA1__title {
  width: calc(70% - 30px);
  background-color: #FDEFF7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #ff1493;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .linkA1__title {
    width: 80%;
  }
}
.linkA1__wrapper {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .linkA1__wrapper {
    gap: 16px;
  }
}
.linkA1__wrapper--image-right {
  grid-template-columns: auto 30%;
}

@media (max-width: 767px) {
  .linkA1__wrapper--image-right {
    grid-template-columns: auto 40%;
  }
}
.linkA1__wrapper--image-left {
  grid-template-columns: 30% auto;
}

@media (max-width: 767px) {
  .linkA1__wrapper--image-left {
    grid-template-columns: 40% auto;
  }
}
.linkA1__text {
  font-size: 16px;
  line-height: 1.4666666667;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.linkA1__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 10px;
  position: relative;
}

.linkA1__image img {
  width: 100%;
}

/* -----------------------------------------------
* SPモーダルメニュー 追記
-------------------------------------------------- */
.nav__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background-color: #ff1493;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-left: 34px;
  border-radius: 19px;
  position: relative;
}

.nav__button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__button--ranking::before {
  width: 16px;
  height: 16px;
  background: center/contain no-repeat url(../images/svg/icon-ranking.svg);
}

.nav__button--event::before {
  background: center/contain no-repeat url(../images/svg/icon-event.svg);
}

/* -----------------------------------------------
* slider-parts
-------------------------------------------------- */
.slider-parts {
  margin: 20px 0;
}

.slider-parts table {
  width: 100% !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

.slider-parts table td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.slider-parts__item {
  width: 200px;
  margin: 0 10px;
}

.slider-parts__image {
  display: block;
  padding-top: 59.6825396825%;
  position: relative;
}

.slider-parts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-parts__content {
  padding: 10px 0 0;
}

.slider-parts__text {
  margin-top: 6px;
}

.slider-parts__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #b20dd9;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 63px;
  z-index: 1;
  cursor: pointer;
}

@media (hover: hover) {
  .slider-parts__arrow:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .slider-parts__arrow {
    top: 39px;
  }
}
.slider-parts__arrow--prev {
  left: -15px;
}

.slider-parts__arrow--prev::before {
  border: transparent;
  width: 18px;
  height: 18px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.slider-parts__arrow--next {
  right: -15px;
}

.slider-parts__arrow--next::after {
  border: transparent;
  width: 18px;
  height: 18px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.slider-parts__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff1493;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 15px;
  border: 1px dashed #ff1493;
  margin-top: 12px;
  cursor: pointer;
}

.slider-parts__code.is-copied {
  font-size: 18px;
}

.slider-parts__code:not(.is-copied)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../images/icons/icon_copy_code.svg);
  margin-left: 8px;
}

.slider-parts__buttons {
  margin-top: 12px;
}

.slider-parts__code + .slider-parts__buttons {
  margin-top: 6px;
}

.slider-parts__button {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 25px 12px 15px;
  border-radius: 6px;
  position: relative;
}

.slider-parts__button::after {
  content: "" !important;
  display: inline-block;
  width: 8px !important;
  height: 14px !important;
  background: center/contain no-repeat url(../images/svg/arrow_white.svg);
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-parts__button:not(:first-of-type) {
  margin-top: 6px;
}

.slider-parts__button--purple {
  background: #b20dd9;
}

.slider-parts__button--pink {
  background: #ff1493;
}

.slider-parts__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff1493;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  padding-right: 15px;
  margin: 12px auto 0;
  position: relative;
}

.slider-parts__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: center/contain no-repeat url(../images/top/line-box.png);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------
* フェードアウト段落パーツ
-------------------------------------------------- */
.fadeout-paragraph {
  position: relative;
}

.fadeout-paragraph:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 50%;
  max-height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 100%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .fadeout-paragraph:after {
    max-height: 54px;
  }
}
/* -----------------------------------------------
* 仮想見出しパーツ
-------------------------------------------------- */
.parts-post .fake-heading2 {
  background-color: #b20dd0;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 20px;
}

.parts-post .fake-heading2--bold {
  font-weight: 700;
}

.parts-post .fake-heading3 {
  background-color: #feeff7;
  font-size: 18px;
  line-height: 1.5;
  padding: 4px 8px;
  border-left: 4px solid #b20dd0;
  margin-top: 20px;
}

.parts-post .fake-heading3--bold {
  font-weight: 700;
}

.parts-post .fake-heading3 + p {
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .parts-post .fake-heading3 {
    letter-spacing: 0.035em;
    line-height: 2.1;
  }
}
.parts-post .fake-heading4 {
  margin-top: 20px;
  padding-bottom: 7px;
  color: #0c0933;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.67;
  border-bottom: 1px solid #ff1493;
}

.parts-post .fake-heading4--bold {
  font-weight: bold;
}

.parts-post .fake-heading5 {
  position: relative;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.67;
  margin-top: 18px;
  margin-bottom: -10px;
}

.parts-post .fake-heading5--bold {
  font-weight: bold;
}

/* -----------------------------------------------
* テーブル（固定）
-------------------------------------------------- */
.wp-block-table.is-style-table1_fixed {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wp-block-table.is-style-table1_fixed table {
  width: initial;
}

.wp-block-table.is-style-table1_fixed tr td img {
  width: 50% !important;
}

.is-style-table1_fixed table {
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table1_fixed.active table {
    white-space: nowrap;
  }
}
.is-style-table1_fixed table,
.is-style-table1_fixed td,
.is-style-table1_fixed th {
  border-collapse: collapse;
}

.is-style-table1_fixed td,
.is-style-table1_fixed th {
  border: 1px solid #b20dd9;
}

.is-style-table1_fixed tr td {
  min-width: 120px;
}

.is-style-table1_fixed tr td:first-child {
  display: table-cell;
  padding: 12px;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .is-style-table1_fixed tr td:first-child {
    font-size: 14px;
  }
}
.is-style-table1_fixed th {
  display: table-cell;
  width: 122px;
  padding: 12px;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

.is-style-table1_fixed td {
  display: table-cell;
  padding: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
}

.is-style-table1_fixed td:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .is-style-table1_fixed td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-table1_fixed td {
    padding: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.is-style-table1_fixed figcaption {
  display: block;
  color: #0c0933;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.15;
  text-align: center;
}

.wp-block-table.is-style-table1_fixed table {
  width: 100%;
  table-layout: initial;
  display: inline-table;
}

.wp-block-table.is-style-table1_fixed table td:first-of-type {
  background: #F0CFF7;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.wp-block-table.is-style-table2_fixed table tr td:first-child {
  display: table-cell;
}

.wp-block-table.is-style-table2_fixed {
  margin-top: 30px;
}

.is-style-table2_fixed table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table2_fixed.active table {
    white-space: nowrap;
  }
}
.is-style-table2_fixed table,
.is-style-table2_fixed td,
.is-style-table2_fixed th {
  border-collapse: collapse;
}

.is-style-table2_fixed td,
.is-style-table2_fixed th {
  border: 1px solid #b20dd9;
}

.is-style-table2_fixed tr:not(:first-child) th {
  border-top: transparent;
}

.is-style-table2_fixed tr:not(:first-child) td {
  border-top: transparent;
}

.is-style-table2_fixed tr td {
  min-width: 120px;
}

.is-style-table2_fixed tr td:first-child {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
  padding: 12px;
}

.is-style-table2_fixed th {
  display: block;
  width: 122px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .is-style-table2_fixed th {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.is-style-table2_fixed td {
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
  padding: 12px;
}

.is-style-table2_fixed td:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .is-style-table2_fixed td {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.is-style-table2_fixed table {
  width: 100%;
  table-layout: initial;
  display: inline-table;
}

.wp-block-table.is-style-table2_fixed table td:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.wp-block-table.is-style-table3_fixed {
  margin-top: 30px;
  margin-bottom: 30px;
}

.is-style-table3_fixed table {
  display: block;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
  .is-style-table3_fixed.active table {
    white-space: nowrap;
  }
}
.is-style-table3_fixed table,
.is-style-table3_fixed td,
.is-style-table3_fixed th {
  border-collapse: collapse;
}

.is-style-table3_fixed td,
.is-style-table3_fixed th {
  border: 1px solid #b20dd9;
}

.is-style-table3_fixed tr td {
  min-width: 120px;
}

.is-style-table3_fixed tr:first-child td {
  background: #F0CFF7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: left;
  padding: 12px;
  vertical-align: middle;
}

.is-style-table3_fixed td:last-child {
  width: 100%;
}

.is-style-table3_fixed tr:first-child td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.is-style-table3_fixed td > img {
  width: 100%;
}

.is-style-table3_fixed th {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  background: rgba(178, 13, 217, 0.2);
  color: #0c0933;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.75;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .is-style-table3_fixed th {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.is-style-table3_fixed td {
  width: 122px;
  padding-right: 12px;
  padding-left: 12px;
  background: #f7f7f7;
  color: #0c0933;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  vertical-align: middle;
}

.is-style-table3_fixed td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .is-style-table3_fixed td {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wp-block-table.is-style-table3_fixed table {
  width: 100%;
  table-layout: initial;
  display: inline-table;
}

.wp-block-table.is-style-table3_fixed table td:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

/* -----------------------------------------------
* ヘッダー モーダル
-------------------------------------------------- */
.nav-items__modal {
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .nav-items__modal {
    font-size: 10px;
    margin-right: 30px;
  }
  .nav-items__modal::after {
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
  }
}
@media screen and (min-width: 1200px) {
  .nav-items__modal {
    font-size: 14px;
    margin-right: 40px;
  }
}
@media (hover: hover) {
  .nav-items__modal:hover .nav-modal__wrapper {
    height: auto;
    padding: 13px 20px;
  }
}
.nav-modal__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  height: 0;
  background: #b20dd9;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  overflow-y: hidden;
  -webkit-transition: padding-top 0.1s, padding-bottom 0.1s;
  transition: padding-top 0.1s, padding-bottom 0.1s;
  text-align: left;
}

.nav-modal__item {
  padding-right: 20px;
  position: relative;
}

.nav-modal__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.4px;
  border-color: transparent transparent transparent #FFFFFF;
}

.nav-modal__item:not(:first-of-type) {
  margin-top: 8px;
}

/* -----------------------------------------------
* サイドバー目次
-------------------------------------------------- */
.toc-icon {
  display: none;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  padding: 0;
}

.toc-icon.hide {
  opacity: 0;
  visibility: hidden;
}

.toc-icon img {
  width: 100%;
}

.toc-background {
  display: none;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .toc-icon {
    background: #b30bd7;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: fixed;
    top: 162px;
    right: 8px;
    z-index: 100;
  }
  .toc-background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .toc-background::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: center/contain no-repeat url(../images/svg/close_modal.svg);
    position: absolute;
    top: 170px;
    right: 15px;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .toc-icon {
    top: 112px;
  }
  .toc-background::before {
    top: 120px;
  }
}
.aside div:has(.toc_widget_list) {
  color: #000;
  max-height: calc(100vh - 92px);
  overflow-y: scroll;
  background: #f4f2f5;
  padding: 20px 20px 30px;
  position: sticky;
  top: 92px;
}

@media (max-width: 1199px) {
  .aside div:has(.toc_widget_list) {
    display: none;
    width: calc(100% - 30px);
    max-height: none;
    height: calc(100% - 400px);
    position: fixed;
    top: calc(50% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .aside div:has(.toc_widget_list) {
    height: calc(100% - 320px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.aside div:has(.toc_widget_list) > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  font-size: 14px;
  line-height: 1.448125;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .aside div:has(.toc_widget_list) > h3 {
    font-size: 16px;
  }
}
.aside div:has(.toc_widget_list) > h3::before {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-right: 20px;
}

.aside div:has(.toc_widget_list) > h3::after {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-left: 20px;
}

.aside .no_bullets {
  padding: 0;
  margin-bottom: 0;
}

.aside .no_bullets:before {
  display: none;
}

.aside .toc_widget_list {
  font-size: 14px;
  line-height: 1.448125;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .aside .toc_widget_list {
    font-size: 16px;
  }
}
.aside .toc_widget_list li:not(:first-of-type) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .aside .toc_widget_list li:not(:first-of-type) {
    margin-top: 8px;
  }
}
.aside .toc_widget_list li ul li {
  font-size: 13px;
  line-height: 1.4666666667;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .aside .toc_widget_list li ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .aside .toc_widget_list li ul li {
    margin-top: 8px;
  }
}
.aside .toc_widget_list li ul li a {
  padding-left: 1em;
}

.aside .toc_widget_list li ul li a::before {
  content: "・";
  margin-left: -1em;
}

.aside .toc_widget_list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.aside .toc_widget_list > li:before {
  content: "・";
}

.aside .toc_widget_list li ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .aside .toc_widget_list li ul li {
    font-size: 15px;
  }
}
/* -----------------------------------------------
* 自動スライダー
-------------------------------------------------- */
.auto-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

.auto-slider__item {
  background: #fff;
  margin: 0 8px;
}

.auto-slider__item.slick-current {
  scale: 1.2;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  border: 1px solid #B30BD7;
  position: relative;
  z-index: 1;
}

.auto-slider__image {
  padding-top: 60.8108108108%;
  position: relative;
}

.auto-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.auto-slider__content {
  padding: 0 8px 8px;
}

.auto-slider__category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #b20dd9;
  color: #fff;
  /* font-size: 13px; */
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  padding: 2px 4px;
  margin: 0 -8px;
}

.auto-slider__title {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.auto-slider__date {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 4px;
}

.auto-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #b20dd9;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  cursor: pointer;
}

@media (hover: hover) {
  .auto-slider__arrow:hover {
    opacity: 0.8;
  }
}
.auto-slider__arrow--prev::before {
  border: transparent;
  width: 18px;
  height: 18px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.auto-slider__arrow--prev {
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.auto-slider__arrow--next {
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.auto-slider__arrow--next::after {
  border: transparent;
  width: 18px;
  height: 18px;
  content: "";
  inset: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #ff0;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

/* -----------------------------------------------
* 自動再生スライダーパーツ
-------------------------------------------------- */
.thumbnail-slider {
  margin-top: 40px;
}

.thumbnail-slider__parents {
  max-width: 375px;
  margin: 0 auto;
}

.thumbnail-slider__parent {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
}

.thumbnail-slider__parent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnail-slider__wrapper {
  max-width: 375px;
  margin: 16px auto 0;
}

.thumbnail-slider__children {
  margin: 0 -8px;
}

.thumbnail-slider__child {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}

.thumbnail-slider__child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -----------------------------------------------
* サイドバー注目カジノ
-------------------------------------------------- */
.aside-casino {
  margin-top: 24px;
}

.aside-casino__item {
  background: #fdeff7;
  padding: 20px 15px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.aside-casino__item::after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #b20dd9;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.aside-casino__item:not(:first-of-type) {
  margin-top: 16px;
}

.aside-casino__wrapper {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 8px 12px;
}

.aside-casino__image {
  grid-row: 1/3;
  aspect-ratio: 1/1;
  position: relative;
}

.aside-casino__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #b20dd9;
  border-radius: 50%;
}

.aside-casino__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.aside-casino__text {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.aside-casino__button {
  width: 100%;
  background: #FF1493;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 4px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 16px;
  position: relative;
}

.aside-casino__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(../images/svg/arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

@media (hover: hover) {
  .aside-casino__button:hover {
    opacity: 0.7;
  }
}
.aside-casino__pr {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../images/svg/shape-black.svg);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  padding: 6px 8px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* -----------------------------------------------
* サイドバー注目カジノ　ポップアップ
-------------------------------------------------- */
.popup-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.popup-modal img {
  width: 100%;
}

.popup-modal__background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.popup-modal__inner {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .popup-modal__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.popup-modal__wrapper {
  max-height: 475px;
  overflow-y: scroll;
  background: #fff;
  color: #000;
  padding: 32px;
  border: 2px solid #ff1493;
}

@media (max-width: 767px) {
  .popup-modal__wrapper {
    padding: 24px 16px;
  }
}
.popup-modal__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .popup-modal__name {
    font-size: 20px;
  }
}
.popup-modal__image {
  margin-top: 16px;
}

.popup-modal__image img {
  width: 100%;
}

.popup-modal__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .popup-modal__title {
    font-size: 24px;
  }
}
.popup-modal__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  color: #C60D12;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 15px;
  border: 1px dashed #C60D12;
  margin: 16px auto 0;
}

.popup-modal__code--has-icon {
  cursor: pointer;
}

.popup-modal__code--has-icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../images/svg/icon-copy-code.svg);
  margin-left: 8px;
}

@media (max-width: 767px) {
  .popup-modal__code {
    width: 100%;
  }
}
.popup-modal__title + .popup-modal__code {
  margin-top: 24px;
}

.popup-modal__text {
  text-align: center;
  margin-top: 16px;
}

.popup-modal__button {
  display: block;
  width: 50%;
  background: #C60D12;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 25px;
  border-radius: 6px;
  position: relative;
  margin: 16px auto 0;
}

.popup-modal__button::after {
  content: "";
  display: inline-block;
  width: 8px !important;
  height: 14px !important;
  background: center/contain no-repeat url(../img/arrow-round-white.svg);
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .popup-modal__button {
    width: 100%;
  }
}
.popup-modal__close {
  display: inline-block;
  z-index: 200;
  position: absolute;
  top: -24px;
  right: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .popup-modal__close {
    right: 16px;
  }
}

.age-gate {
  max-width: 720px !important;
  line-height: 1.8 !important;
}
.age-gate__subheadline {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .age-gate__subheadline {
    font-size: 16px !important;
  }
}
.age-gate__challenge {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .age-gate__challenge {
    font-size: 14px !important;
  }
}
