/* ---------------------------------------
    全体
--------------------------------------- */
body {
    margin: 50px;
    overflow: hidden;
	background: radial-gradient(#cccccc 5%, transparent 5%) 0 0 / 30px 30px #ffffff;
}

.mainContent {
    display: flex;
}

.textRed {
    color: #DB1328;
}

/* ---------------------------------------
    ヘッダー
--------------------------------------- */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #DB1328;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 999;
}

header::-webkit-scrollbar {
    display: none;
}

.headerItem a{
    border: 1px solid #ffffff;
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 4px 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.headerItemBody{
    display: flex;
    align-items: center;
}

.headerItem img{
    width: auto;
    height: 20px;
    margin-right: 5px;
}

/* ---------------------------------------
    ヘッダーエリア
--------------------------------------- */
.blockHeader {
    width: 40%;
    overflow: hidden;
}

.blockHeader h1 {
    margin: 0;
    font-size: 2.8rem;
    line-height: 4.0rem;
}

.hashTag{
    font-size: 0.7rem;
    font-weight: bold;
}

.siteDescription {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 3px solid #DB1328;
    width: fit-content;
}

.siteDescription i{
    font-size: 2.0rem;
    margin-left: 10px;
    margin-right: 10px;
    transform: rotate(-30deg);
}

.siteDescriptionText{
    font-weight: bold;
    font-size: 0.9rem;
}


/* タイトル
--------------------------------------- */
.listTilte {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    overflow: auto;
    left: 50px;
    bottom: 40px;
    height: 40%;
    padding: 20px;
    background-color: #f0f0f098;
}

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


.groupTitle {
    margin-bottom: 40px;
}

.groupTitleHeader {
    font-size: 0.9rem;
    font-weight: bold;
}

.btnGroupTitleHeaderWrapper {
    display: none;
}

.itemTitle {
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px;
    transition: 0.25s;
    color: #ffffff;
    font-size: 0.9rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.listTilte .itemTitle:hover {
    background-color: #ffffff;
    transform: scale(1.1);
}

/* 第1世代
------------------- */
.itemTitleRed {
    background-color: #E61223;
}

.listTilte .itemTitleRed:hover {
    color: #E61223;
}

.itemTitleGreen {
    background-color: #04A644;
}

.listTilte .itemTitleGreen:hover {
    color: #04A644;
}

.itemTitleBlue {
    background-color: #256EEB;
}

.listTilte .itemTitleBlue:hover {
    color: #256EEB;
}

.itemTitleYellow {
    background-color: #FED00D;
    color: #333333;
}

.listTilte .itemTitleYellow:hover {
    color: #FED00D;
    background-color: #333333;
}

.itemTitleEevee {
    background-color: #895B3A;
}

.listTilte .itemTitleEevee:hover {
    color: #895B3A;
}

/* 第2世代
------------------- */
.itemTitleGold {
    background-color: #BEAB53;
}

.listTilte .itemTitleGold:hover {
    color: #BEAB53;
}

.itemTitleSilver {
    background-color: #6797AC;
}

.listTilte .itemTitleSilver:hover {
    color: #6797AC;
}

.itemTitleCrystal {
    background-color: #725C77;
}

.listTilte .itemTitleCrystal:hover {
    color: #725C77;
}

/* 第3世代
------------------- */
.itemTitleRuby {
    background-color: #B83533;
}

.listTilte .itemTitleRuby:hover {
    color: #B83533;
}

.itemTitleSapphire {
    background-color: #43519E;
}

.listTilte .itemTitleSapphire:hover {
    color: #43519E;
}

.itemTitleEmerald {
    background-color: #58A589;
}

.listTilte .itemTitleEmerald:hover {
    color: #58A589;
}

/* 第4世代
------------------- */
.itemTitleDiamond {
    background-color: #4DBEA5;
}

.listTilte .itemTitleDiamond:hover {
    color: #4DBEA5;
}

.itemTitlePearl {
    background-color: #CA63C4;
}

.listTilte .itemTitlePearl:hover {
    color: #CA63C4;
}

.itemTitlePlatinum {
    background-color: #CEBC6D;
}

.listTilte .itemTitlePlatinum:hover {
    color: #CEBC6D;
}

/* 第5世代
------------------- */
.itemTitleBlack {
    background-color: #000000;
}

.listTilte .itemTitleBlack:hover {
    color: #000000;
}

.itemTitleWhite {
    color: #000000;
    background-color: #eeeeee;
}

.listTilte .itemTitleWhite:hover {
    color: #eeeeee;
    background-color: #000000;
}

/* 第6世代
------------------- */
.itemTitleX {
    background-color: #085393;
}

.listTilte .itemTitleX:hover {
    color: #085393;
}

.itemTitleY {
    background-color: #AA2634;
}

.listTilte .itemTitleY:hover {
    color: #AA2634;
}

/* 第7世代
------------------- */
.itemTitleSun {
    background-color: #F59B00;
}

.listTilte .itemTitleSun:hover {
    color: #F59B00;
}

.itemTitleMoon {
    background-color: #0991CF;
}

.listTilte .itemTitleMoon:hover {
    color: #0991CF;
}

/* 第8世代
------------------- */
.itemTitleSword {
    background-color: #00A2EA;
}

.listTilte .itemTitleSword:hover {
    color: #00A2EA;
}

.itemTitleShield {
    background-color: #E60059;
}

.listTilte .itemTitleShield:hover {
    color: #E60059;
}

/* 第9世代
------------------- */
.itemTitleScarlet {
    background-color: #D73748;
}

.listTilte .itemTitleScarlet:hover {
    color: #D73748;
}

.itemTitleViolet {
    background-color: #9B35A1;
}

.listTilte .itemTitleViolet:hover {
    color: #9B35A1;
}


/* ---------------------------------------
    詳細エリア
--------------------------------------- */
.blockDetail {
    width: 60%;
}

.blockDetailHeader{
    display: flex;
    justify-content: space-between;
}

.blockDetailTitleGroup{
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockDetailTitleGroup img{
    height: 30px;
    width: 30px;
}

.blockDetail h2 {
    margin: 0 20px;
    font-size: 1.8rem;
}

.titleSummaryWrapper{
    position: relative;
    background-color: #f0f0f098;
    height: 10vh;
    padding-top: 1.5vh;
    padding-bottom: 3.5vh;
    padding-left: 2vh;
    padding-right: 2vh;
}

.titleSummary{
    font-size: 0.8rem;
    font-weight: bold;
    border-left: 5px solid #cccccc;
    padding-left: 20px;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.titleSummaryFootnote{
    position: absolute;
    bottom: 3px;
    right: 2.5vh;
    font-size: 0.7rem;
}

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

.monsterListWrapper{
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    overflow: auto;
    right: 50px;
    bottom: 40px;
    height: 65vh;
    width: 60%;
}

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

.monsterList {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
}

.monsterItem {
    background-color: #f0f0f098;
    width: 18%;
    margin: 1%;
    /* padding: 1%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}

.monsterItem:hover {
    opacity: 0.5;
}

.disabledMonsterItem{
    background-color: #63626298;
    opacity: 0.75;
}

.disabledMonsterItem:hover {
    opacity: 0.75;
}

.monsterItemFooter {
    color: #555555;
    display: flex;
    font-size: 0.8rem;
    font-weight: bold;
}

.monsterItemNo {
    margin-right: 5px;
}


/* ---------------------------------------
    モーダル
--------------------------------------- */
/* 全体
--------------------------------------- */
.detailModal {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    border: 5px solid rgba(0, 0, 0, 0.4);
    top: 5vh;
    bottom: 5vh;
    left: 3vw;
    right: 3vw;
    width: 94vw;
    height: 90vh;
    border-radius: 10px;
}


/* ヘッダー
--------------------------------------- */
.detailModalHeader {}

.btnCloseDetailModal {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2.0rem;
    color: #ffffff;
    transition: 0.25s;
}

.btnCloseDetailModal:hover {
    opacity: 0.75;
}

/* 本体
--------------------------------------- */
.detailModalBody {
    display: flex;
    color: #ffffff;
    margin: 0 20px;
}

.btnArrowSelectMonster {
    font-size: 3.0rem;
    position: absolute;
    top: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.25s;
}

.btnArrowSelectMonster.fa-circle-xmark {
    left: 10px;
}

.btnArrowSelectMonster.fa-circle-right {
    right: 20px;
}

.btnArrowSelectMonster:hover {
    opacity: 0.75;
}

/* 本体左側
------------------- */
.monsterDetailHeader {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.monsterDetailImg {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.monsterDetailFooter {
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
}

.monsterDetailNo {
    margin-right: 10px;
}


/* 本体右側
------------------- */
.monsterDetailBody {
    width: 55%;
}

.monsterDetailInfoGroup {
    display: flex;
    align-items: center;
}

.monsterDetailInfoGroup>div {
    width: 46%;
    margin: 2%;
}

.monsterDetailItemGroup {
    display: flex;
}

.monsterDetailItemGroup>div {
    border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.monsterDetailItem {
    padding: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.monsterDetailGenera {
    margin-bottom: 20px;
}

.monsterDetailItemGroup .monsterDetailItem {
    width: 50%;
}

.monsterDetailValue {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000000;
    font-size: 1.0rem;
}

/* タイプ
------------------- */
.monsterDetailType {
    margin-right: 10px;
    font-size: 0.7rem;
    padding: 2px 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* むし */
.monsterDetailTypeBug {
    background-color: #93C32D;
}

/* くさ */
.monsterDetailTypeGrass {
    background-color: #5FC855;
}

/* どく */
.monsterDetailTypePoison {
    background-color: #A66EC5;
}

/* ノーマル */
.monsterDetailTypeNormal {
    background-color: #969B9F;
}

/* ひこう */
.monsterDetailTypeFlying {
    background-color: #7CA7DD;
}

/* でんき */
.monsterDetailTypeElectric {
    background-color: #F7D139;
}

/* じめん */
.monsterDetailTypeGround {
    background-color: #b65b2e;
}

/* フェアリー */
.monsterDetailTypeFairy {
    background-color: #ED85DC;
}

/* ほのお */
.monsterDetailTypeFire {
    background-color: #F59E5F;
}

/* みず */
.monsterDetailTypeWater {
    background-color: #4E90D7;
}

/* かくとう */
.monsterDetailTypeFighting {
    background-color: #D0436B;
}

/* エスパー */
.monsterDetailTypePsychic {
    background-color: #F47780;
}

/* いわ */
.monsterDetailTypeRock {
    background-color: #C7B58A;
}

/* はがね */
.monsterDetailTypeSteel {
    background-color: #598EA1;
}

/* こおり */
.monsterDetailTypeIce {
    background-color: #71D1BC;
}

/* ゴースト */
.monsterDetailTypeGhost {
    background-color: #57639C;
}

/* ドラゴン */
.monsterDetailTypeDragon {
    background-color: #0C6AC6;
}

/* あく */
.monsterDetailTypeDark {
    background-color: #595465;
}

/* フレーバー
------------------- */
.flavorTextList {
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    bottom: 70px;
    height: 55vh;
    padding: 5px 20px;
}

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

.flavorTextItem {
    margin-top: 10px;
    margin-bottom: 20px;
}

.monsterDetailTitle {
    font-size: 0.9rem;
    font-weight: bold;
}

.monsterDetailFlavorText {
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px;
    color: #000000;
}

.appearTitleHeader {
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 5px;
}

.appearTitleHeader p {
    font-size: 0.5rem;
    margin: 0;
}

.monsterDetailInfoGroup .itemTitle {
    font-size: 0.6rem;
    padding: 5px 15px;
}

.appearTitleList {
    height: 35vh;
}


/* ---------------------------------------
    ローディング
--------------------------------------- */
.loading {
    width: 100%;
    height: 100%;
}

.animoSpinStretchWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.animoSpinStretch {
    width: 3.5em;
    height: 3.5em;
    border: 3px solid transparent;
    border-top-color: #DB1328;
    border-bottom-color: #DB1328;
    border-radius: 50%;
    animation: spin-stretch 2s ease infinite
}

@keyframes spin-stretch {
    50% {
        transform: rotate(360deg) scale(.4, .33);
        border-width: 8px
    }

    100% {
        transform: rotate(720deg) scale(1, 1);
        border-width: 3px
    }
}

/* ---------------------------------------
    トップボタン
--------------------------------------- */
.btnTop{
    display: none;
}

/* ---------------------------------------
    フッター
--------------------------------------- */
footer{
    position: fixed;
    font-size: 0.8rem;
    right: 15px;
    bottom: 5px;
}