@charset "UTF-8";

/* base */
* {
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li {
  list-style: none;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 10;
}

#pagetop img {
  width: min(18vw, 144px);
}

.overlay {
  position: fixed;
  background: #f2f3fa;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 1000;
}

/* layout */

nav {
  position: sticky;
  top: 0px;
  background: #298f91;
  z-index: 10;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  padding: min(5vw, 25px) 0;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

nav li {
  width: min(33vw, 230px);
  display: flex;
  justify-content: center;
}

nav li:first-child {
  border-right: 2px solid #cfc584;
}

nav li:last-child {
  border-left: 2px solid #cfc584;
}

nav li a {
  display: block;
  width: 80%;
  margin: 0 auto;
}

nav li img {
  vertical-align: middle;
}

header {
  position: relative;
}

#head_chara {
  margin: 0 auto;
  display: block;
}

#list_chara {
  /* background: url(../img/gurade.png) no-repeat fixed top center / 100% auto, #fff; */
}
#list_chara::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(../img/gurade.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

#list_chara_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10vw 0 20px;
  text-align: center;
}

#list_chara .kinds {
  max-width: 640px;
  margin: 0 auto 0px;
  padding: 0 10px;
}

#list_chara .kinds p {
  font-size: 140%;
  font-weight: bold;
  margin-top: 5px;
}

#list_chara .kinds p a {
  color: #395454;
}

#list_chara h2 {
  max-width: 878px;
  margin: 30px auto 0px;
  padding: 0 10px;
}


#list_chara .tap_text {
  color: #395454;
  margin: min(4vw, 30px) auto .5em;
  font-size: 100%;
  padding: 0 15px;
}

#list_chara .chara_btn {
  max-width: 1300px;
  margin: 4% auto 0;
  box-sizing: border-box;
}

#list_chara .chara_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#list_chara .chara_btn ul li {
  max-width: 500px;
  padding: 0 20px;
  box-sizing: border-box;
}

.notice_text {
  padding: 0 10px;
  margin-top: 3%;
  color: #395454;
}

#list_gacha {
  background: #fff;
  box-sizing: border-box;
  padding: 8vw 0;
}

#list_gacha_inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#list_dungeon {
  /*background: url(../img/gurade.png) no-repeat fixed top center / 100% auto, #000; */
  background: #000;
}

#list_dungeon_inner {
  padding: 12vw 0;
  text-align: center;
  overflow: hidden;
}

#list_dungeon h2 {
  max-width: 878px;
  margin: 0px auto 30px;
  padding: 0 10px;
}


#list_dungeon #dungeon_img_1 {
  max-width: 1200px;
  margin: 0px auto 35%;
  box-sizing: border-box;
  position: relative;
  padding: 0 10px;
}

#list_dungeon #dungeon_img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* 3: 背景 (一番下のレイヤー) */
#list_dungeon #dungeon_img_1 img:nth-child(3) {
  position: relative;
  max-width: 1200px;
  z-index: 1;
}

/* 2: キャラ (真ん中のレイヤー) */
#list_dungeon #dungeon_img_1 img:nth-child(2) {
  top: 24%;
  z-index: 2;
  margin: 0 auto;
  transform: scale(1.3) translate(0.6%, 8%);
}

/* 1: タイトル (一番上のレイヤー) */
#list_dungeon #dungeon_img_1 img:nth-child(1) {
  max-width: 564px;
  width: 60%;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 3;
}

#list_dungeon #dungeon_img_2 {
  max-width: 1200px;
  margin: 0px auto 0%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 0 10px;
}

#list_dungeon #dungeon_img_2 img:nth-child(1) {
  position: relative;
  max-width: 983px;

}

#list_dungeon #dungeon_img_2 img:nth-child(2) {
  max-width: 1112px;
}

#list_dungeon #dungeon_img_3 {
  max-width: 1200px;
  margin: 0px auto 0;
  padding: 0 10px;
}

#list_dungeon #dungeon_img_4 {
    max-width: 1200px;
    /* margin: 1% auto 45%; */
    /* position: relative; */
    /* overflow: visible; */
    padding: 0 10px;
}

#list_dungeon #dungeon_img_4 img {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
}

/* 3: 背景 (一番下のレイヤー) */
#list_dungeon #dungeon_img_4 img:nth-child(3) {
  /*max-width: 1200px;
  position: relative;
  z-index: 1;
  opacity: 0;*/
}

/* 2: キャラ (真ん中のレイヤー) */
#list_dungeon #dungeon_img_4 img:nth-child(2) {
  /*max-width: 876px;
  top: 28%;
  z-index: 2;
  transform: scale(1.1) translate(3%, 5%);
  transform-origin: bottom center;*/
}

/* 1: タイトル (一番上のレイヤー) */
#list_dungeon #dungeon_img_4 img:nth-child(1) {
  
  /*max-width: 784px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;*/
}

#list_dungeon #dungeon_conts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* スマホで折り返すように追加 */
  max-width: 1200px;
  padding: 0 10px;
  margin: 20px auto 0;
}

#list_dungeon #dungeon_conts li {
  width: 100%;
  /* スマホは1カラム（幅いっぱい） */
  margin-bottom: 20px;
}

#list_dungeon #dungeon_conts li:last-child {
  margin-bottom: 0;
}

#list_dungeon #dungeon_btn {
  max-width: 630px;
  margin: 0px auto 0;
  padding: 30px 10vw 0;
  box-sizing: border-box;
}

#list_others_inner {
  background: #fff;
  padding: 12vw 0;
}

#list_others_inner h2 {
  max-width: 878px;
  margin: auto;
  padding: 0 10px
}

#list_others_inner ul {
  max-width: 1300px;
  margin: 1vw auto 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 12%;
  justify-content: center;
}

#list_others_inner ul li {
  max-width: 550px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
}

#list_others_inner ul li .btn_other {
  max-width: 230px;
  width: 60%;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  position: absolute;
}

#list_cp {
  background-image: url(../img/cp_bg.jpg);
  background-size: cover;
  padding: 12vw 10px;
}

#list_cp_inner h2 {
  max-width: 622px;
  margin: auto;
  padding: 0 15px;
}

#list_cp_inner h3 {
  max-width: 800px;
  margin: auto;
  padding: 0;
}

#list_cp_inner .list_cp_box {
  max-width: 980px;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 30px 20px;
  border: solid 1px #cfc584;
  box-sizing: border-box;
}

#list_cp .list_cp_img {
  padding: 30px 10px 0;
  margin: auto;
  position: relative;
}

#list_cp .border_cp {
  max-width: 620px;
  margin: 20px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: block;
}

#list_cp .bnr_cp {
  max-width: 640px;
  margin: 20px auto 0;
  box-sizing: border-box;
  display: block;
}

#list_cp .btn_cp {
  max-width: 366px;
  margin: 30px auto 0;
  padding: 0 50px;
  box-sizing: border-box;
  display: block;
}


footer {
  color: #000;
  padding: 30px 10px;
  background: #fff;
}

footer dt {
  font-size: 130%;
  font-weight: bold;
}

footer .download_box {
  margin: 15px 0;
}

footer .download_box ul {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  justify-content: center;
}

footer .download_box ul li {
  list-style: none;
  margin-right: 5px;
  max-width: 160px;
}

footer .social {
  max-width: 80px;
  margin: 30px auto 0;
}

footer .back-to-top {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

footer .back-to-top a {
  text-decoration: none;
  color: #000;
}

#copyright {
  font-size: 10px;
  text-align: center;
  background: #000;
  padding: 5px 0;
}

#copyright p {
  color: #ffffff;
  font-size: 10px;
}

/* utility */
.tac {
  text-align: center;
}

.fs80per {
  font-size: 80%;
}

.fs120per {
  font-size: 120%;
}

/* component */
.c-modal-close {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 36px;
  /* clamp非対応対策 */
  width: clamp(20px, 9vw, 54px);
  height: 36px;
  /* clamp非対応対策 */
  height: clamp(20px, 9vw, 54px);
  background: #cfc584;
  text-align: center;
  color: #fff;
  font-size: 26px;
  /* clamp非対応対策 */
  font-size: clamp(10px, 6vw, 38px);
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.c-modal-close span {
  display: block;
  font-weight: bold;
  pointer-events: none;
}

.c-modal-close>img {
  pointer-events: none;
}

.c-kakusei-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-kakusei-list dd ul {
  display: flex;
  gap: 4px;
}

.c-kakusei-list dd li {
  width: 20px;
  /* clamp非対応対策 */
  width: clamp(16px, 5.5vw, 24px);
}



.c-leader-skill-txt {
  display: flex;
  gap: 10px;
}

.c-leader-skill-txt .per {
  color: #ff6600;
}

.c-evo-btn-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 0 10px;
  gap: 2px;
  /* clamp非対応対策 */
  gap: clamp(2px, 1.6vw, 8px);
  pointer-events: auto;
}

.c-evo-btn-list__item {
  width: min(calc(100% / 4), 140px);
  font-size: 0;
}

.c-evo-btn-list__item>a {
  display: inline-block
}

.c-evo-btn-list__item img {
  height: auto;
}

.c-evo-btn-list__item.is-active a {
  cursor: default;
}

.c-es-btn {
  display: block;
  width: min(8.5vw, 68px);
}

.c-es-btn>img {
  pointer-events: none;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/gurade.png) no-repeat fixed top center / 100% auto, #fff;*/
  background-image: url(../img/gurade.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
  z-index: 100;
}

.p-chara-list,
.p-chara-list * {
  box-sizing: border-box;
}

.p-chara-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: calc(calc(285px * 2) + calc(14px * 1) + calc(16px * 2));
  margin: 40px auto 0;
  /* clamp非対応対策 */
  margin: clamp(20px, 5vw, 60px) auto 0;
  padding: 0 16px;
  gap: 30px 14px;
  /* clamp非対応対策 */
  gap: clamp(30px, 8vw, 48px) 14px;
}

.p-chara-list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: calc(calc(100% - 14px) / 2);
  max-width: 362px;
}

.p-chara-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-chara-details-btn {
  width: min(80%, 270px);
  margin-top: 10px;
  /* clamp非対応対策 */
  margin-top: clamp(8px, 2vw, 20px);
}

.p-chara-details-btn>a {
  display: inline-block;
}

.p-modal-illust,
.p-modal-ability,
.p-modal-illust *,
.p-modal-ability * {
  box-sizing: border-box;
}

.p-modal-illust,
.p-modal-ability {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 101;
}

.p-modal-illust-box__img,
.p-modal-ability-box__img,
.p-modal-ability-box__others {
  pointer-events: auto;
}

.p-modal-illust img,
.p-modal-ability img {
  height: auto;
  max-width: 100%;
  box-sizing: content-box;
}

.p-modal-illust-box {
  position: relative;
  width: min(100vw, 960px);
  margin: 0 auto;
}

.p-modal-illust-box__img {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  text-align: center;
}

.p-modal-illust-box__img>img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.p-modal-illust-cover {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: calc(calc(690 / 960) * 100%);
  pointer-events: none;
}

.p-modal-illust-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -25%);
}

.p-modal-ability-box {
  position: relative;
  width: min(100vw, 600px);
  margin: 0 auto;
}

.p-modal-ability-box__img {
  position: relative;
  width: min(85%, 600px);
  max-width: 47vh;
  margin: 0 auto;
}

.p-modal-ability-cover {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: calc(calc(955 / 640) * 100%);
  pointer-events: none;
}

.p-modal-ability-box__img>img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #928160;
}

.p-modal-ability-box__img.is-darken>img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.p-modal-ability-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
}

.p-modal-ability-box__others {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-top: 10px;
  padding: 0 10px;
  color: #395454;
  font-size: 12px;
  /* clamp非対応対策 */
  font-size: clamp(10px, 2.66vw, 16px);
  font-weight: bold;
  line-height: 1.3;
}

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

.p-es__img {
  display: block;
  padding: 0 10px;
}

.p-es__img>img {
  border: 1px solid #b4c03a;
}

.p-es .c-es-btn {
  position: absolute;
  top: 50%;
  left: -3vw;
  transform: translate(0, -50%);
}

.p-modal-notice {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
  /* clamp非対応対策 */
  font-size: clamp(10px, 1.4vw, 14px);
  color: #fff;
  pointer-events: auto;
}

.p-modal-notice p {
  margin-top: 0;
}

/* transition */
.opacity-enter {
  opacity: 0;
}

.opacity-enter-active {
  transition: opacity .2s ease-in;
}

.opacity-enter-to {
  opacity: 1;
}

.opacity-leave {
  opacity: 1;
}

.opacity-leave-active {
  transition: opacity 0s ease-in;
}

.opacity-leave-to {
  opacity: 0;
}

.c-overlay.opacity-leave-active {
  transition-duration: .15s;
}

/* flexbox gap 対策 */
.no-flexbox-gap .c-kakusei-list>* {
  margin-right: 10px;
}

.no-flexbox-gap .c-kakusei-list>*:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-kakusei-list dd ul>* {
  margin-right: 4px;
}

.no-flexbox-gap .c-kakusei-list dd ul>*:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-leader-skill-txt>* {
  margin-right: 10px;
}

.no-flexbox-gap .c-leader-skill-txt>*:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-evo-btn-list>* {
  margin-right: 4px;
  /* clamp非対応対策 */
  margin-right: clamp(2px, 1.6vw, 8px);
}

.no-flexbox-gap .c-evo-btn-list>*:last-child {
  margin-right: 0;
}

.no-flexbox-gap .p-chara-list>* {
  margin-right: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
  /* clamp非対応対策 */
  margin-bottom: clamp(30px, 8vw, 48px);
}

.no-flexbox-gap .p-chara-list>*:nth-child(2n) {
  margin-right: 0;
}

.no-flexbox-gap .p-modal-ability-box__others>* {
  margin-right: 20px;
  margin-bottom: 5px;
}

.no-flexbox-gap .p-modal-ability-box__others>*:last-child {
  margin-right: 0;
}

@media (any-hover: hover) {}

/*-------------- tablet size --------------------*/
@media screen and (min-width: 641px) {
  /* base */
  /* layout */

  #list_chara_inner {
    padding: 8vw 0;
  }

  #list_chara #ttl_2 {
    margin: 4vw auto 0;
    padding: 0;
  }

  #list_chara ul li {
    max-width: 390px;
  }

  #list_gacha {
    padding: 4vw 0;
  }
/*
  #list_gacha_inner {
    padding: 80px 100px;
  }
*/
  #list_dungeon_inner {
    padding: 10vw 0;
  }

  #list_dungeon h2 {
    padding: 0 40px;
    margin: 0px auto 60px;
  }

  #list_dungeon #dungeon_img_1 {
    margin: 30px auto 10%;
    transform: scale(1) translate(0, 0%);
  }

  #list_dungeon #dungeon_img_1 img:nth-child(2) {
    width: 100%;
    max-width: 1176px;
    top: 12%;
    left: 50%;
    transform: translateX(-50%) translate(0%, 8%);
  }

  #list_dungeon #dungeon_btn {
    padding: 40px 10vw 0;
  }

  /* タブレット以上で2カラムにする設定を追加 */
  #list_dungeon #dungeon_conts li {
    width: calc(50% - 10px);
    /* 2カラム */
    margin-bottom: 0;
  }

  #list_dungeon #dungeon_conts li:nth-child(2n-1) {
    margin-right: 10px;
  }

  #list_dungeon #dungeon_conts li:nth-child(2n) {
    margin-left: 10px;
  }

  #list_others_inner {
    padding: 10vw 0;
  }

  #list_others_inner h2 {
    padding: 0 30px;
  }

  #list_others_inner ul {
    margin: 4vw auto 0;
  }

  #list_others_inner ul li {
    margin: 0 10px 10px;
  }

  #list_cp {
    padding: 10vw 0;
  }

  #list_cp_inner {
    padding: 0 10px;
  }

  #list_cp_inner .list_cp_box {
    border: solid 2px #cfc584;
  }

  /* components */
  /* projects */
  .p-chara-list {
    max-width: calc(calc(285px * 3) + calc(14px * 2) + calc(32px * 2));
    padding: 0 32px;
  }

  .p-chara-list__item {
    width: calc(calc(100% - calc(14px * 2)) / 3);
  }

  .p-modal-illust-box {
    width: min(calc(100vw - 17px), 960px);
  }

  .p-modal-ability-box {
    width: min(70vw, 600px);
  }

  .p-es .c-es-btn {
    left: -10px;
    transform: translate(-50%, -50%);
  }

  /* flexbox gap 対策 */
  .no-flexbox-gap .p-chara-list>*:nth-child(2n) {
    margin-right: 14px;
  }

  .no-flexbox-gap .p-chara-list>*:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (orientation: landscape) {
  .c-kakusei-list dd li {
    width: 16px;
    /* clamp非対応対策 */
    width: clamp(16px, 5.5vw, 18px);
  }

  .p-modal-illust-box__img {
    max-width: 110vh;
  }

  .p-modal-ability-box__others {
    font-size: 12px;
    /* clamp非対応対策 */
    font-size: clamp(10px, 1.4vw, 16px);
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px) and (orientation: landscape) {
  .c-modal-close {
    width: 40px;
    /* clamp非対応対策 */
    width: clamp(40px, 5vw, 54px);
    height: 40px;
    /* clamp非対応対策 */
    height: clamp(40px, 5vw, 54px);
    font-size: 24px;
    /* clamp非対応対策 */
    font-size: clamp(24px, 4vw, 40px);
  }

  .c-evo-btn-list__item {
    width: min(10vw, 140px);
  }

  .p-modal-ability-box__others {
    justify-content: center;
  }
}


/*--------------　PC size --------------------*/
@media screen and (min-width: 1024px) {

  /* base */
  /* layout */
  header {
    background-image: url(../img/main_pc_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  #head_chara img {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
  }

  #pagetop {
    right: 20px;
  }

  #list_chara_inner {
    padding: min(80px, 100px) 0
  }

  #list_chara .kinds {
    padding: 0;
  }

  #list_chara h2 {
    padding: 0;
    margin: 3vw auto 0;
  }


  #list_chara .tap_text {
    font-size: 1.2em;
  }

  #list_chara .chara_btn ul li:first-child {
    margin-bottom: 0;
  }

  #list_chara .notice {
    font-size: 1.2em;
  }

  #list_dungeon_inner {
    background-size: 2%;
    padding: 6vw 0;
  }

  #list_dungeon h2 {
    padding: 0;
  }

  #list_dungeon #dungeon_img_1 {
    margin: 30px auto 5%;
  }

  #list_dungeon #dungeon_img_1 img:nth-child(2) {
    top: 8%;
  }

  #list_dungeon #dungeon_img_3 {
    padding: 0;
  }

  #list_dungeon #dungeon_img_4 {
    margin: 1% auto 5%;
    padding: 0;
  }

  #list_dungeon #dungeon_img_4 img:nth-child(1) {
    /*width: 60%;
    top: 2%;*/
  }

  #list_dungeon #dungeon_img_4 img:nth-child(2) {
    /*width: 80%;
    top: 20%;
    left: 52%;
    transform: scale(1) translateX(-50%);*/
  }

  #list_dungeon #dungeon_img_4 img:nth-child(3) {
    opacity: 1;
  }

  #list_dungeon #dungeon_conts {
    padding: 0 00px;
    margin: 30px auto 0;
  }

  #list_dungeon #dungeon_btn {
    padding: 4vw 2vw 0;
  }

  #list_others_inner {
    padding: 5vw 0;
  }

  #list_others_inner h2 {
    padding: 0px;
  }

  #list_others_inner ul {
    padding: 0;
    margin: 3vw auto 0;
  }

  #list_others_inner ul li {
    max-width: 410px;
    padding: 0;
  }

  #list_others_inner ul li .btn_other {
    width: 75%;
    bottom: 6.5%;
  }

  #list_cp {
    padding: 5vw 0;
  }

  #list_cp_inner h2 {
    padding: 0;
  }

  #list_cp_inner .list_cp_box {
    border: solid 2px #cfc584;
    padding: 60px 20px;
    margin: 50px auto 0;
  }

  #list_cp_inner h3 {
    padding: 10px 50px;
  }

  #list_cp .border_cp {
    margin: 30px auto 0;
    padding: 0;
  }

  #list_cp .bnr_cp {
    margin: 30px auto 0;
  }

  #list_cp .btn_cp {
    padding: 10px 0;
    margin: 40px auto 0;
  }



  footer {
    font-size: 1.3em;
  }

  /* components */
  .c-kakusei-list dd li {
    width: 24px;
    /* clamp非対応対策 */
    width: clamp(16px, 5.5vw, 24px);
  }

  .c-evo-btn-list {
    padding: 0;
  }

  .c-modal-close {
    width: 54px;
    /* clamp非対応対策 */
    width: clamp(40px, 5vw, 54px);
    height: 54px;
    /* clamp非対応対策 */
    height: clamp(40px, 5vw, 54px);
    font-size: 40px;
    /* clamp非対応対策 */
    font-size: clamp(24px, 4vw, 40px);
  }

  .p-chara-list {
    max-width: calc(calc(285px * 4) + calc(14px * 3) + calc(32px * 2));
  }

  .p-chara-list__item {
    width: min(calc(calc(100% - calc(14px * 3)) / 4), 285px);
  }

  .p-modal-illust-box__img .c-modal-close {
    transform: translate(25%, -25%);
  }

  .p-modal-ability-box__others,
  .p-modal-notice {
    padding: 0;
  }


  /* flexbox gap 対策 */
  .no-flexbox-gap .p-chara-list>*:nth-child(3n) {
    margin-right: 14px;
  }

  .no-flexbox-gap .p-chara-list>*:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1367px) and (orientation: landscape) {
  .p-modal-ability-box__img {
    width: min(100%, 600px);
    max-width: 52vh;
  }
}