@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
    font-size: 62.5% ;
}

body {
  background-color: #fff;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea, main {
	display: block;
	line-height: 1.8;
}

.player-profile__info, .profile-list {
	line-height: 1.8;
}

#footer {
    background: #f0f3f5;
    color: #000;
		min-width: 100%;
		padding-top: 0;
}

.header-inner-box {
  width: 100%;
}

.header.inner {
    max-width: 1000px;
}

.ci-buy-btn[class*="--red"]:hover {
    text-decoration: none;
}

.main-container {
    margin-top: 0 !important;
}



img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.pickup__title span, .category-selector__item span {
	font-weight: bold;
}

.nav-contents{
    width: 100%;
    background-color: #f0f2f5 !important;
    padding: 40px 0 40px !important;
}

.header-user-info {
    padding: 27px 8px 34px 0;
}

.child-navi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.child-navi__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
.child-navi__btn{
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    background-color: #fff;
	font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
}

.child-navi__btn a:visited , .child-navi__btn a:link , .child-navi__btn a:hover{
    color: #d4003b;
    text-decoration: none;
}
.header-logo {
	width: 17.040816326%;
}
.header-wrap.fixed .header-logo {
    width: 10.81632653%;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	font-weight: inherit;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
    width: auto;
}

.entry-img-wrap {
	text-align: center;
}

.entry-share__items a {
	width: 100%;
	height: 100%;
}


.header-btn-list >li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0 0 26px;
    font-size:11px;
}

/**/



.nav-contents {
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 0;
  z-index: 0;
  visibility: hidden;
  padding: 20px 0 45px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.header-wrap.fixed .nav-contents {
  top: 70px;
}

.nav-contents.open {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

.nav-contents-list {
  margin: 0 -1.020408163%;
}

.nav-contents-list >li {
  float: left;
  margin: 0 1.0%;
}

.nav-contents-list a:hover,
.nav-contents-list a:hover span {
  text-decoration: underline;
}

.nav-contents-list.col-2 >li {
  width: 48.0%;
}

.nav-contents-list.col-3 >li {
  width: 31.3%;
}

.nav-contents-list.col-4 >li {
  width: 23.0%;
}

.nav-contents-list.col-5 >li {
  width: 18.0%;
}

  .nav-contents-list.col-5 >li:nth-child(3) {
    width: 15.0%;
  }
  .nav-contents-list.col-5 >li:nth-child(4) {
    width: 21.0%;
  }

.nav-contents-list dt .img {
  display: block;
  overflow: hidden;
  height: 74px;
}

.nav-contents-list dt .ttl {
  display: block;
  margin: 12px 0 15px;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.75;
}

.nav-contents-list dt strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.nav-inner-menu li {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.75;
}

.online .nav-inner-menu li {
  line-height: 2.5;
}

.child-navi__col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.child-navi__col__inner .child-navi__col {
  margin-top: 0;
}

.child-navi__col + .child-navi__col {
  border-top: 1px solid #d2d4d6;
}

  .child-navi__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .child-navi__col + .child-navi__col {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 20px;
    border-top: none;
  }

.child-navi__btn {
  background-color: #fff;
  color: #d4003b;
	font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.child-navi__btn a {
  display: block;
  padding: 20px 5%;
}

  .child-navi__btn {
    border-radius: 25px;
    font-size: 1.4rem;
    text-align: center;
  }
  .child-navi__btn a {
    padding: 10px 20px;
  }
.footer-brand-info-btn a {
    font-size: 10px;
    color: #1f2736!important;
    border: 1px solid #58606e;
}
.footer-brand-info-btn a:hover.arrow::after {
    border-color: #1f2736;
}
.footer-brand-info-btn a.arrow:after {
    border-top: solid 1px #1f2736;
    border-right: solid 1px #1f2736;
}
.child-navi__title {
  position: relative;
  background-color: transparent;
  color: #d4003b;
  font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.child-navi__title a {
  color: inherit;
}

.child-navi__title + .child-navi__title {
  margin-top: 10px;
  border-top: none;
}

.child-navi__items {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
}

.ci-bdl-df--tb-delete {
  border-left: 1px solid #dfdfdf;
}

.child-navi__item a {
  color: #333 !important;
}

.header-btn-list-item > a:before {
    background-color: #d4003b;
}

.footer_wrap {
    width: 940px;
    min-width: 1000px;
    margin: 0 auto;
    border-top: none;
/*    margin-top: -33px;*/
}

.page__footer {
    background-size: 968px 200px;
    background-image: url(/static/full/andperse/assets/img/common/bg-ptn-001.jpg);
    background-position: center center;
    background-repeat: repeat;
}

.footer-navi {
    padding-top: 45px;
    padding-bottom: 55px;
}

.ci-inner[class*="--980"] {
/*
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
    width: 100%;
*/
}

.footer-navi__flex {
    display: flex;
    justify-content: space-between;
}

.footer-navi__col {
    max-width: 20%;
    padding-top: 5px;
    padding-bottom: 15px;
}

.footer-navi__item > span {
    padding: 0;
    color: #d4003b;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    position: relative;
}

.footer-navi__item > span > a{
  color: inherit !important;
}

.footer-child-navi {
    display: block;
    margin-top: 15px;
}

.footer-child-navi__item > span {
    margin-left: 0;
    font-size: 1.3rem;
}


.footer-child-navi__item + .footer-child-navi__item {
    margin-top: 5px;
}

.footer-navi__col + .footer-navi__col {
    border-top: none;
}

.footer-navi__item + .footer-navi__item {
    margin-top: 10px;
    border-top: none;
}

.footer-navi__col[class*="ci-bdl"] {
    padding-left: 30px;
}

.ci-bdl-df, .ci-bdl-df--tb-delete {
    border-left: 1px solid #dfdfdf;
}

.footer-sns {
    padding-top: 40px;
    padding-bottom: 0;
    border-top: none;
}

.ci-inner[class*="--784"] {
    margin-right: auto;
    margin-left: auto;
    max-width: 784px;
    width: 100%;
}

.footer-sns__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-sns__item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    padding: 15px;
    border-radius: 50px;
    background-color: #fff;
}

.footer-sns__item__icon {
    margin-right: 10px;
}

.footer-sns__item__text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.29;
}

.footer-sns__item__text a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.footer-sns__item__text a:hover {
  text-decoration: none;
}

.footer-sns__item + .footer-sns__item {
    margin-top: 0;
    margin-left: 20px;
}

.footer-sns__item__icon .svg {
/*    fill: #d4003b;*/
    width: 18px;
    height: 18px;
}
footer.footer .footer-inner .footer-brand-info {
    margin-top: 100px;
}

.ci-buttons__row + .ci-buttons__row {
  margin-top: 15px;
}


/* ================================================== */
/* MEGAMENU ここから */
@-webkit-keyframes accordion-open {
  0% {
    height: 0;
  }
  99% {
    height: var(--accordion-h);
  }
  100% {
    height: auto;
  }
}
@keyframes accordion-open {
  0% {
    height: 0;
  }
  99% {
    height: var(--accordion-h);
  }
  100% {
    height: auto;
  }
}
@-webkit-keyframes accordion-close {
  0% {
    height: var(--accordion-h);
  }
  100% {
    height: 0;
  }
}
@keyframes accordion-close {
  0% {
    height: var(--accordion-h);
  }
  100% {
    height: 0;
  }
}
.page.is-development .header-wrap .c-megamenu {
  background-color: #f1f2f5;
}

.c-megamenu {
  color: #333;
}
.header-btn-list-item > .c-megamenu {
  position: fixed;
  top: var(--active-header-height);
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header-btn-list-item > .c-megamenu .c-megamenu__container {
  width: calc(100% - max(0px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .header-btn-list-item > .c-megamenu {
    padding-bottom: 24px;
  }
}
@media (min-width: 48.0625em) {
  .header-btn-list-item > .c-megamenu {
    padding: 44px 0;
  }
}
@media (max-width: 48em) {
  .footer-navi .c-megamenu .c-megamenu__container {
    width: calc(100% - max(0px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.open + .c-megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .c-megamenu__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
  }
}
.c-megamenu__cell {
  position: relative;
}
@media (max-width: 48em) {
  .c-megamenu__cell + .c-megamenu__cell {
    border-top: 1px solid #fff;
  }
  .c-megamenu__cell.is-active .c-megamenu__title::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
}
@media (min-width: 48.0625em) {
  .c-megamenu__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 164px;
            flex: 1 1 164px;
    max-width: 164px;
  }
  .c-megamenu__cell > * + * {
    margin-top: var(--stack-space, 24px);
  }
  .c-megamenu__cell.has-separator::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #dfdfdf;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.c-megamenu__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.14;
}
.c-megamenu__title span {
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}
.c-megamenu__title a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.c-megamenu__title a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 48em) {
  .c-megamenu__title {
    padding: 20px 0;
  }
  .c-megamenu__title.js-accordion-trigger::after {
    content: "";
    --size: 8px;
    --clr: #333;
    --bdrw: 1px;
    display: block;
    width: var(--size, 8px);
    height: var(--size, 8px);
    border-top: var(--bdrw, 1px) solid var(--clr, #333);
    border-right: var(--bdrw, 1px) solid var(--clr, #333);
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
  }
  .c-megamenu__title a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-megamenu__items {
  line-height: 1.14;
}
@media (max-width: 48em) {
  .c-megamenu__items {
    -webkit-animation: accordion-close 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
            animation: accordion-close 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
    overflow: hidden;
  }
  .is-active .c-megamenu__items {
    -webkit-animation: accordion-open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
            animation: accordion-open 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
  }
}
@media (min-width: 48.0625em) {
  .c-megamenu__title + .c-megamenu__items {
    margin-top: 24px;
  }
}
.c-megamenu__item {
  font-size: 1.3rem;
}
.c-megamenu__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.c-megamenu__item a:hover {
  opacity: 0.7;
}
@media (max-width: 48em) {
  .c-megamenu__item {
    padding: 12px 0 12px 12px;
  }
  .c-megamenu__item:last-child {
    padding-bottom: 24px;
  }
}
@media (min-width: 48.0625em) {
  .c-megamenu__item + .c-megamenu__item {
    margin-top: 1.2em;
  }
}

/* MEGAMENU ここまで */
/* ================================================== */