@charset "utf-8";
._hidden {
    opacity: 0;
    visibility: hidden;
    animation-delay: .8s;
}


._text_wrap p {
    font-size: var(--sentence);
    margin-bottom: var(--sentence-bottom);
    color: var(--black);
    text-align: justify;
}


._explanation_wrap p,
dd > p {
    font-size: var(--sentence);
    margin-bottom: var(--sentence-bottom);
    color: var(--black);
    text-align: justify;
}

@media screen and (max-width: 980px) {
    ._text_wrap {
        width: var(--def-width)!important;
        margin: 0 auto;
    }
}

span {
    display: inline-block;
}

/* ------------------------------------
        loader
--------------------------------------*/
.loader {
    background-color: var(--bg-color);
}

.loader .loading {
    display: none;
}

.loader .loading img {
    animation: loading 1.6s ease-out infinite;
    height: auto;
    width: 60px;
}

.loader .loading .txt {
    margin-top: -30px;
    margin-bottom: 30px;
    color: var(--black);
    font-family: var(--pickup-font);
}


@keyframes loading {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
    transform: scale(0.85);
    }
}

/* ---------------------------------------------------------
        □レスポンシブ・レイアウト変換□
-----------------------------------------------------------*/
@media screen and (min-width: 1366px) {
    main {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #typeDisplay_container {
        height: calc(100vh - 60px);
        position: sticky;
        top: 60px;
        overflow: auto;
        -ms-overflow-style: none;/*スクロール非表示*/
        scrollbar-width: none;/*スクロール非表示*/
    }
    #typeDisplay_container::-webkit-scrollbar{
        display:none;/*スクロール非表示*/
      }

    #instructions {
        width: 946px!important;
        margin: 0!important;
        padding-top: calc(var(--int3) + 60px);
    }

    .typeDisplay_wrap {
        width: 420px;
    }
}





/* ---------------------------------------------------------
        タイプ表示
-----------------------------------------------------------*/
#typeDisplay_container {
    transition: .2s;
}

.typeDisplay_wrap > figure {
    width: 85%;
    margin: var(--int2) auto 0;
    filter: drop-shadow(0 0 2px rgba(0,0,0,.1));
}

.typeDisplay_wrap > figure img {
    width: 100%; /*仮*/
}

.typeDisplay {
    margin: 0 auto var(--int3);
}

.typeDisplay h2 {
    width: 80%;
    margin: 0 auto var(--int2);
}

.stateBox {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.stateBox li {
    width: calc(100%/4 - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    font-family: var(--pickup-font);
    color: var(--white);
    border-radius: 6px;
    background-color: var(--black);
    padding: 8px 10px;
    /*border: solid 1px var(--black);*/
}

.stateBox li img {
    width: 24px;
    height: auto;
    margin: 0 0 6px 0;
    filter: var(--img-white);
}



@media screen and (min-width: 1366px) {
    #typeDisplay_container {
        background: var(--black);
    }

    #typeDisplay_container::-webkit-scrollbar{
        display:none;
      }

    .stateBox { width: 90%;}

    .stateBox li {
        font-size: 20px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: dotted 1px var(--white);
        padding: 0 0 8px 0;
        border-radius: 0;
        flex-direction: row;
        color: var(--white);
    }

    .stateBox li img {
        margin: 0 4px 0 0;
    }

    .stateBox li { margin: 0;}
}



@media screen and (min-width: 601px) and (max-width: 1365px) {
    #typeDisplay_container {
        margin: calc(var(--int4)) auto var(--int4);
    }
    .typeDisplay_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .typeDisplay_wrap {
    }

    .typeDisplay_wrap > figure {
        width: 360px;
        margin: 0 20px 0 0;
    }

    .typeDisplay {
        width: 380px;
        margin: 0;
    }

    .typeDisplay h2 {
        width: 100%;
    }

    .stateBox {
        width: 100%;
        margin: 0;
    }

    .stateBox li img {
    }

    #instructions {
        margin: 0!important;
    }
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    #typeDisplay_container {
        width: var(--max-width);
        margin: calc(var(--int4)) auto var(--int4);
    }

    .typeDisplay_wrap figure {
        width: 76%;
        max-width: 380px;
    }

    .typeDisplay h2 {
        width: 70%;
        max-width: 300px;
        margin-bottom: var(--int3);
    }

    .stateBox {
        width: var(--def-width);
    }

    .stateBox li {
        width: calc(100%/4 - 10px);
        padding: 8px 0;
        flex-direction: row;
    }

    .stateBox li img {
        width: 24px;
        margin: 0 4px 0 0;
    }
}


/* イラスト・アニメーション */

@keyframes fluffy {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes turn {
    0% {
        transform: rotate(-1deg);
    }

    50% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}

@keyframes inflate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.typeDisplay_wrap figure {
    animation: fluffy 4s infinite alternate, turn 6s infinite alternate;
}

.typeDisplay_wrap figure img {
    animation: inflate 20s infinite alternate;
}



/* ---------------------------------------------------------
        性格特性
-----------------------------------------------------------*/
#instructions {
    width: var(--max-width);
    margin: var(--int5) auto 0;
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    #instructions {
        margin: 0 auto;
    }
}



/* ------------------------------------
        タイプを象徴するキーワード
--------------------------------------*/
.keyWords_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int4);
}

.keyWords_container h3 {
    text-align: center;
    font-family: var(--pickup-font);
    font-size: 22px;
    border-bottom: solid 1px var(--black);
    color: var(--black);
    padding-bottom: var(--int1);
}

.keyWords_container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--int2);
}

.keyWords_container ul li {
    font-size: 20px;
    /*border: solid 1px var(--black);*/
    color: var(--white);
    background-color: var(--black);
    border-radius: 50em;
    margin: 0 6px var(--int1);
    padding: 0 20px 1px;
}


@media screen and (max-width: 980px) {
    .keyWords_container {
        width: var(--def-width);
    }
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .keyWords_container h3 { font-size: 24px;}

    .keyWords_container ul {
        justify-content: space-around;
    }
    .keyWords_container ul li {
        font-size: 18px;
    }
}





/* ------------------------------------
        タイプの性格特徴
--------------------------------------*/
/* 見出しのイラスト */
._captionFigure {
    width: max-content;
    margin: 0;
    padding: 0;
}

._captionFigure img {
    width: auto;
    height: 120px;
}


/* 共通h3設定 */
._caption_L {
    width: var(--max-width);
    background: var(--black);
    color: var(--white);
    font-family: var(--pickup-font);
    padding: 2px 20px 6px;
    font-size: 30px;
    margin-bottom: var(--int3);
}

._caption_M {
    display: flex;
    align-items: center;
    width: var(--max-width);
    background: var(--black);
    color: var(--white);
    font-family: var(--design-font);
    padding:6px 14px 2px;
    font-size: 30px;
    margin: 0 auto var(--int3);
    border-top-left-radius: 50em;
    border-bottom-left-radius: 50em;
    border-bottom-right-radius: 50em;
}

._caption_M img {
    max-width: 100%;
    height: 22px;
    margin-right: 6px;
    margin-top: -4px;
}


@media screen and (max-width: 980px) {
    ._caption_L { padding-left: 3%;}
    ._caption_M { width: var(--def-width);}
}


/* 共通h4設定 */
.personality_container > section h4,
.inHeart_container > section h4 {
    font-family: var(--design-font);
    text-align: center;
    font-size: 50px;
    padding: var(--int2) 0 var(--int3);
    color: var(--black);
}

/* ------------------------------------*/

.personality_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int4);
}

.captionFigure {
    width: 100px;
    height: max-content;
    margin: 0;
    padding: 0;
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    ._caption_L { font-size: 26px;}
}



/* ------------------------------------
        心の声
--------------------------------------*/
.inHeart_container {
    width: var(--max-width);
    background-color: var(--black);
    padding: var(--int3) 0;
    margin-bottom: var(--int4);
}

.inHeart_container h3 {
    color: var(--white);
    text-align: center;
    font-family: var(--pickup-font);
    font-size: 22px;
    position: relative;
}

.inHeart_container h3:after {
    content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -10px; /* 下線の上下位置調整 */
	width: 20px; /* 下線の幅 */
	height: 2px; /* 下線の太さ */
	background-color: var(--white); /* 下線の色 */
}

.inHeart_container > section h4 { color: var(--white);}

.inHeart_container > section ._text_wrap {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto;
}

.inHeart_container > section ._text_wrap p {
    color: var(--white);
}


.personality_container > section h4 span {
    display: inline-block;/*改行位置設定*/
}



/* ------------------------------------
        本能型のタイプ
--------------------------------------*/
.instinctType_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int5);
}

.instinctType_container h3 {
    font-size: 30px;
    font-family: var(--pickup-font);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px var(--black);
    padding-bottom: var(--int1);
    margin-bottom: var(--int2);
    color: var(--black);
}

.instinctType_container h3 img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

@media screen and ( min-width:1366px ) {
    .common-header {
        margin-bottom: -60px;
        /*pointer-events: none;*/
    }

    .common-header h1,
    .common-header p {
        pointer-events: auto;
    }

    #instructions > .inHeart_container > section > ._text_wrap,
    ._text_wrap {
        margin: auto;
    }

}

/* --------------------------------------------------------
        共通設定
----------------------------------------------------------*/
.wing_container,
.delta_container,
.mental_container,
.instinctTri_container,
.direction_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int5);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.wing_container dl,
.delta_container > div,
.mental_container > dl,
.instinctTri_container > dl,
.direction_container dl {
    width: 64%;
    margin: 0 auto var(--int3) 0;
}

.wing_container figure:last-of-type,
.delta_container figure:last-of-type,
.rader_container,
.direction_container figure {
    width: 32%;
    height: 100%;
    margin-top: var(--int3);
    /*margin: 0 0 var(--int3) auto;*/
}

.wing_container dl dt,
.delta_container dl dt,
.direction_container dl dt {
    font-family: var(--pickup-font);
    text-align: center;
}


@media screen and (max-width: 980px) {
    .wing_container dl,
    .delta_container > div,
    .mental_container > dl,
    .instinctTri_container > dl,
    .direction_container dl {
        width: 63%;
        margin-left: 3%;
    }

    .wing_container figure:last-of-type,
    .delta_container figure:last-of-type,
    .rader_container,
    .direction_container figure {
        width: 27%;
        margin-right: 3%;
    }
}

/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .wing_container,
    .delta_container,
    .mental_container,
    .instinctTri_container,
    .direction_container {
        display: block;
        margin: 0 auto var(--int5);
    }

    .wing_container dl,
    .delta_container > div,
    .mental_container > dl,
    .instinctTri_container > dl,
    .direction_container dl {
        width: var(--def-width);
        margin: 0 auto;
    }

    .wing_container figure:last-of-type,
    .delta_container figure:last-of-type,
    .direction_container figure {
        width: 54%;
        max-width: 250px;
        margin: 0 auto var(--int4);
    }
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .personality_container > section h4,
    .inHeart_container > section h4 {
        font-size: 46px;
        text-align: left;
        padding-left: 3%;
        letter-spacing: 2px;
        line-height: 1;
    }

    .inHeart_container h3 {
        text-align: left;
        margin-bottom: 10px;
        margin-left: 3%;
    }

    .inHeart_container h3:after {
        left: 2%;
    }


    .instinctType_container h3 {
        font-size: 24px;
        text-align: left;
        justify-content: left;
        padding-left: 3%;
    }
    .instinctType_container h3 img { width: 36px;}
}



/* ------------------------------------
        ウィング
--------------------------------------*/
.wing_container {
}

.wing_container dl {
    display: flex;
}

.wing_container dl dt {
    width: var(--max-width);
    border-bottom: solid 4px var(--black);
    padding-bottom: var(--int1);
    margin-bottom: var(--int2);
    font-size: 58px;
}

.wingLeft {
    background: url(../img/result/wingLeft_Icon.svg) no-repeat center right / 14%;
}
.wingRight {
    background: url(../img/result/wingRight_Icon.svg) no-repeat center left / 14%;
}

.wing_container dl > div {
    width: 50%;
}

.wing_container figure {
    width: 30%;
}

.wing_wrap._select .wing_dt {
    opacity: 1;
}

.wing_wrap._select .wing_dd{
    opacity: 1;
    visibility: visible;
}

.wing_wrap .wing_dd {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.wing_wrap:nth-child(1)>.wing_dd {
    margin-right: -100%;
}

.wing_wrap:nth-child(2)>.wing_dd {
    margin-left: -100%;
}

.wing_bird {
    margin-bottom: -0.2vh;
}

._fly-away {
    position: relative;
    animation: flyAway 1.5s forwards;
    animation-timing-function: ease-out;
}

@keyframes flyAway {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(50px) translateY(-80px) scale(0.5);
    }
}

/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .wing_container dl dt {
        font-size: 50px;
    }
}



/* ------------------------------------
        タイプデルタ
--------------------------------------*/
.delta_container {
    margin-bottom: var(--int4);
}

.delta_container dl:first-of-type {
    margin-bottom: var(--int3);
}
.delta_container div dl:first-of-type dt {
    font-size: 52px;
    border-bottom: solid 4px var(--black);
    margin-bottom: var(--int2);
}

.delta_container div dl ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--int2);
}

.delta_container div dl ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3 - 10px);
    padding: 6px 0;
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
}

.triCenter {
    width: var(--max-width);
    display: flex;
    margin-bottom: var(--int3);
}

.triCenter > div {
    width: calc(100%/3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.triCenter > div dt,
.triCenter > div dd {
    opacity: 0.3;
}

.triCenter > div dt._delta,
.triCenter > div dd._delta {
    opacity: 1;
}

/*
.triCenter:is([data-pf="8"], [data-pf="9"], [data-pf="1"]) .instinct,
.triCenter:is([data-pf="2"], [data-pf="3"], [data-pf="4"]) .feeling,
.triCenter:is([data-pf="5"], [data-pf="6"], [data-pf="7"]) .thinking {
    opacity: 1;
}
*/

.triCenter > div dt {
    width: var(--max-width);
    font-size: 24px;
    border-bottom: solid 6px var(--black);
    padding-bottom: var(--int1);
}

.triCenter > div dd {
    font-size: 28px;
    font-family: var(--pickup-font);
    padding: 0 4px;
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .delta_container div dl:first-of-type dt {
        font-size: 36px;
        background-size: 28%;
        margin-bottom: var(--int3);
    }

    .triCenter div dt {
        font-size: 16px;
        border-bottom: solid 4px var(--black);
    }

    .delta_container div dl ul li {
        width: calc(100%/3 - 10px);
        font-size: 16px;
        padding: 6px 6px;
    }
}


/* 背景の三角形 */
._deltaBack {
    position: relative;
    padding: var(--int1);
}

._deltaBack span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

._deltaBack img {
    width: 120px;
    height: auto;
}

/* スマホレイアウト */
@media screen and (max-width: 600px) {
    ._deltaBack img {
        width: 100px;
        height: auto;
    }
}



/* ------------------------------------
        心理状態
--------------------------------------*/
.mental_container dl {
    display: flex;
}

.mental_container dl > div {
    width: 50%;
}

.mental_container dl dt {
    width: var(--max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--max-width);
    padding: var(--int1);
    margin-bottom: var(--int2);
    font-size: 28px;
    text-align: center;
    font-family: var(--pickup-font);
    color: var(--black);
    border-bottom: solid 3px var(--black);
}

.mental_wrap._select .mental_dt {
    opacity: 1;
}

.mental_wrap._select .mental_dd{
    opacity: 1;
    visibility: visible;
}

.mental_wrap .mental_dd {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.mental_wrap:nth-child(1)>.mental_dd {
    margin-right: -100%;
}

.mental_wrap:nth-child(2)>.mental_dd {
    margin-left: -100%;
}

.mental_container dl dt img {
    width: 40px;
    padding: 6px 0 0 10px;
}

.mental_container figure {
    width: 30%;
}
.per-box {
    --circle-r: 816;    /* 直径(r)×3.14 */
    position: relative;
    width: 280px;
    height: 280px;
    margin: auto;
}

.per-box svg {
    width: 280px;
    height: 280px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.per-box svg circle {
    fill: none;
    stroke-width: 10;
    stroke: #ddd;
    stroke-dasharray: var(--circle-r);
    stroke-dashoffset: 0;
    stroke-linecap: round;
}

.per-box .per-line {
    stroke-dashoffset: calc(var(--circle-r) - (var(--circle-r) * var(--pie-percent)) / 100);
    stroke: var(--black);
}

.per-box .pie-text {
    font-size: 50px;
    font-family: var(--design-font);
    color: var(--black);
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .mental_container dl dt {
        font-size: 28px;
    }

    .mental_container dl dt img {
        width: 38px;
    }
}



/* ------------------------------------
    本能デルタ
--------------------------------------*/
.instinctTri_container > ._deltaBack {
    width: 64%;
    font-size: 26px;
    font-family: var(--pickup-font);
    text-align: center;
    margin-bottom: var(--int2);
}
.instinctTri_container > dl {
    margin-bottom: var(--int3);
}
.instinctTri_container > dl > p {
    width: 100%;
    font-size: 26px;
    font-family: var(--pickup-font);
    text-align: center;
    margin-bottom: var(--int2);
}

.instinctTri_container > dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.instinctTri_container > dl > div {
    width: calc(100%/3);
}

.instinctTri_container > dl > div dt {
    text-align: center;
    border-bottom: solid 5px var(--black);
    padding-bottom: var(--int1);
    font-family: var(--pickup-font);
    font-size: 18px;
    margin-bottom: var(--int2)
}

.instinctTri_container > dl > div > dt::after { padding-left: 10px;}
.instinctTri_container > dl > div:nth-of-type(1) > dt::after { content:'sp';}
.instinctTri_container > dl > div:nth-of-type(2) > dt::after { content:'so';}
.instinctTri_container > dl > div:nth-of-type(3) > dt::after { content:'sx';}

@media screen and (max-width: 980px) {
    .instinctTri_container > dl > div > dt::after {
        white-space: pre-wrap;
        padding: 0;
    }
    .instinctTri_container > dl > div:nth-of-type(1) > dt::after { content:'\Asp';}
    .instinctTri_container > dl > div:nth-of-type(2) > dt::after { content:'\Aso';}
    .instinctTri_container > dl > div:nth-of-type(3) > dt::after { content:'\Asx';}
}

.instinctTri_wrap._select .instinctTri_dt {
    opacity: 1;
}

.instinctTri_wrap._select .instinctTri_dd{
    opacity: 1;
    visibility: visible;
}

.instinctTri_wrap .instinctTri_dd {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.instinctTri_wrap:nth-child(1)>.instinctTri_dd {
    margin-right: -200%;
}

.instinctTri_wrap:nth-child(2)>.instinctTri_dd {
    margin-right: -100%;
    margin-left: -100%;
}

.instinctTri_wrap:nth-child(3)>.instinctTri_dd {
    margin-left: -200%;
}


/* レーダーチャート */
.rader_container {
    margin-top: var(--int3);
}
.rader_container .graph {
    position: relative;
    width: 94%;
    margin: auto;
}
.rader_container .graph .parameters dt {
    position: absolute;
    font-family: var(--design-font);
    font-size: 40px;
    line-height: 1;
}
.rader_container .graph .parameters .sp dt {
    bottom: 100%;
    left: 0;
    right: 0;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 4px;
}
.rader_container .graph .parameters .so dt {
    left: -8px;
    top: 100%;
    margin-top: -8px;
}
.rader_container .graph .parameters .sx dt {
    right: -8px;
    top: 100%;
    margin-top: -8px;
}
.rader_container .graph .triangle svg {
    vertical-align: top;
}

/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .rader_container {
        width: 54%;
        max-width: 250px;
        margin: 0 auto var(--int5);
    }

    .instinctTri_container > ._deltaBack {
        width: 100%;
    }
    .instinctTri_container > dl > div dt {

    }

    .instinctTri_container > dl > div dt {
        font-size: 16px;
    }

    .instinctTri_container > dl > div dt span {
        display: block;
    }


    .instinctTri_container > dl > div dt::after {
        font-size: 1.1em;
    }
}



/* ------------------------------------
        統合・分裂
--------------------------------------*/
.direction_container {
}

.direction_container dl {
    display: flex;
}

.direction_container dl dt {
    width: var(--max-width);
    border-bottom: solid 4px var(--black);
    padding-bottom: var(--int1);
    margin-bottom: var(--int2);
    font-size: 58px;
}

.direction_wrap._select .direction_dt {
    opacity: 1;
}

.direction_wrap._select .direction_dd{
    opacity: 1;
    visibility: visible;
}

.direction_wrap .direction_dd {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.direction_wrap:nth-child(1)>.direction_dd {
    margin-right: -100%;
}

.direction_wrap:nth-child(2)>.direction_dd {
    margin-left: -100%;
}

 /*チェック*/
.wingLeft {
    background: url(../img/result/wingLeft_Icon.svg) no-repeat center right / 14%;
}
.wingRight {
    background: url(../img/result/wingRight_Icon.svg) no-repeat center left / 14%;
}

.direction_container dl > div {
    width: 50%;
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .direction_container dl dt {
        font-size: 50px;
    }
}


/* ------------------------------------
        9タイプ・バランス
--------------------------------------*/
.state_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int5);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.score, .feature {
    width: 48%;
}

.typeList {
    width: var(--max-width);
    display: flex;
    justify-content: space-between;
}

.typeList .di {
    display: flex;
    flex-flow: column;
}

.typeList dt {
    order: 2;
    margin-top: 10px;
    color: var(--black);
    line-height: 1;
    font-family: var(--pickup-font);
    font-size: 22px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.typeList dt span {
    margin-bottom: 4px;
    text-combine-upright: all;
}

.typeList dd {
    order: 1;
    display: flex;
    align-items: flex-end;
    width: 22px;
    height: 220px;
}

.typeList dd span.meter {
    display: block;
    width: 100%;
    height: var(--typeList-percent);
    background-color: var(--black);
}

.feature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.feature li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    font-size: 18px;
    border: solid 1px var(--black);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: var(--int2);
    color: var(--black);
}


@media screen and (max-width: 980px) {
    .score, .feature { width: 45%;}
    .score { margin-left: 3%;}
    .feature { margin-right: 3%;}
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .state_container {
        display: block;
        margin-bottom: var(--int5);
    }
    .score, .feature {
        width: var(--def-width);
        margin: 0 auto;
    }

    .score {
        width: 90%;
        margin-bottom: var(--int3);
    }
    .parameter { height: 200px;}
    .parameter li { width: 16px;}
    .typeList li { font-size: 18px;}
    .feature li { font-size: 16px;}
}


/* ---------------------------------------------------------
        9タイプリンク
-----------------------------------------------------------*/
#allTypeLink_container {
    width: var(--def-width);
    margin: 0 auto var(--int5);
}

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

.typeLink_cell {
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-bottom: var(--int3);
}

.typeLink_cell h3 {
}

.typeLink_cell > a {
    width: 180px;
}

.typeLink_cell > a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.typeLink_cell section {
    width: calc(100% - 200px);
    margin-left: 20px;
}

.typeLink_cell section h4 {
    display: block;
    font-family: var(--design-font);
    font-size: 38px;
    border-bottom: solid 3px var(--black);
    line-height: 44px;
    margin-bottom: 12px;
    color: var(--black);
}

.typeLink_cell section dl {
    margin-bottom: var(--int2);
}

.typeLink_cell section dl dt {
    opacity: .7;
    margin-bottom: 4px;
    font-size: 14px;
}

.typeLink_cell section dl dd {
    font-size: 18px;
    margin-bottom: 12px;
}

.typeLink_cell section > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: var(--max-width);
    border: solid 1px var(--black);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 16px;
    color: var(--black);
}

.typeLink_cell section > a:hover {
    opacity: 1;
    background-color: var(--black);
    color: var(--white);
}

.typeLink_cell section > a::after {
    content: '▶';
}

@media screen and (max-width: 980px) {
    #allTypeLink_container {
        width: var(--max-width);
    }

    .typeLink_cell {
        width: 29%;
        margin: 0 2% var(--int3);
    }

    .typeLink_cell h3 {
    }

    .typeLink_cell > a {
        width: 100%;
        max-width: 220px;
        margin: 0 auto var(--int2);
    }

    .typeLink_cell section {
        width: 100%;
        margin-left: 0;
    }

    .typeLink_cell section h4 {
        text-align: center;
        font-size: 32px;
    }

    .typeLink_cell section dl {
        margin-bottom: var(--int2);
    }

    .typeLink_cell section dl dt {
        font-size: 12px;
    }

    .typeLink_cell section dl dd {
        font-size: 16px;
    }

    .typeLink_cell section > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .typeLink_cell {
        width: 43%;
        margin: 0 3% var(--int3);
    }
}



/* ------------------------------------
        OGP
--------------------------------------*/
.shareThumb {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int3);
}



/* ---------------------------------------------------------
        企画
-----------------------------------------------------------*/
#planner_container {
    width: var(--def-width);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}


/* メンタズル*/.mentuzzleLink {
    width: var(--max-width);
    margin: 0 auto var(--int4);
}

.mentuzzleLink h4 {
    width: var(--max-width);
    padding: var(--int3) 0;
    border-bottom: solid 1px var(--black);
}

.mentuzzleLink h4 img {
    display: block;
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
}

.mentuzzleLink .mentuzzle_text {
    padding-top: var(--int2);
}

.mentuzzleLink .mentuzzle_text p {
    font-size: var(--sub-word);
    margin-bottom: var(--sub-word-bottom);
    text-align: justify;
}

.mentuzzleLink .mentuzzle_text ul {
    width: var(--max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--int3);
}

.mentuzzleLink .mentuzzle_text ul li {
    margin-right: 10px;
}



/* 各個人 */
.creatorProfile {
    width: 48%;
    margin-bottom: var(--int4)
}

.followCatch {
    width: var(--max-width);
    font-size: 18px;
    padding: 4px 0 4px 10px;
    background-color: var(--black);
    color: var(--white);
    font-family: var(--design-font);
}

.headerItems {
    width: var(--max-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: var(--int2) 0;
}

.profileIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.creatorName {
    margin: 0 auto 0 10px;
}

.creatorName > h4 {
    font-family: var(--design-font);
    font-size: 34px;
    margin-top: 4px;
    margin-bottom: -10px;
    color: var(--black);
}

.creatorName > h4 span {
    font-family: var(--text-font);
    font-size: 14px;
}

.creatorName a {
    font-size: 11px;
}

.jobText {
    font-size: 14px;
    margin-bottom: var(--int1);
}

.profileText_box h5 {
    font-family: var(--design-font);
    border-bottom: solid 1px var(--black);
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    color: var(--black);
}

.profileText_box div,
.profileText_box div p:last-of-type {
    margin-bottom: var(--int2);
}

.profileText_box div p {
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width: 980px) {
    .mentuzzleLink {
        width: var(--def-width);
    }

    .creatorProfile {
        width: 44%;
        margin: 0 3% var(--int4)
    }

}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    #planner_container {
        width: var(--max-width);
        display: block;}
    .mentuzzleSite { font-size: 18px;}
    .creatorProfile {
        width: var(--def-width);
        margin: 0 auto var(--int4);
    }
    .profileText_box h5 { font-size: 20px;}
    .creatorName > h4 { font-size: 30px;}
    .profileText_box div p {
        font-size: 13px;
        margin-bottom: 6px;
    }
}



/* ------------------------------------
        中間プロフィール
--------------------------------------*/
.profileCard {
    width: var(--def-width);
    max-width: 340px;
    margin: 0 auto var(--int5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 10;
}

@media ( min-width : 650px ) {
    .profileCard[name="profileCard1"]._fade-up-slow{
        transition: unset;
        animation-name: unset;
        animation-duration: unset;
    }
}

.profileCard::before {
    width: var(--max-width);
    text-align: center;
    content: '⋱ イラスト担当はこのひと ⋰';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--pickup-font);
    color: var(--black);
    font-size: 24px;
}

.profileCard > .followCatch {
    background: var(--black);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.profileCard > .headerItems {
    width: var(--max-width);
    padding: 10px;
    background: var(--white);
    margin: 0;
}

.profileCard > .jobText {
    padding: 2px 0 2px 10px;
    margin: 0;
    background: var(--black);
    color: var(--white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media screen and (min-width: 1600px) {
    .profileCard {
        position: fixed;
        bottom: 60px;
        right: 20px;
        max-width: 280px;
        margin: 0;
    }

    .profileCard::before {
        font-size: 20px;
        top: -34px;
    }

    .followMe.cardFixed {
        transition: all .3s;
        width: 320px;
        position: fixed;
        right: 10px;
        top: calc(100% - 200px);
        margin: 0;
        user-drag: auto;
        -webkit-user-drag:auto;
        -khtml-user-drag:auto;
    }

    .followCatch > .followMe-close::after {
        cursor: pointer;
        content: '✕';
        font-size: 1em;
        position: absolute;
        top: 6px;
        right: 8%;
    }

    .profileCard:hover {
        opacity: 1;
    }

    .profileCard .followCatch {
        font-size: 14px;
    }

    .profileCard .creatorName h4 {
        font-size: 24px;
    }

    .profileCard._hide {
        display: flex;
    display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        transition: all .3s;
        width: 90px;
        border-radius: 10px 0 0 10px;
        right: 0;
    }

    .profileCard._hide .headerItems {
        flex-direction: column;
        align-items: center;
    }

    .profileCard._hide .profileIcon {
        margin: 5px 0 0;
    }

    .profileCard._hide .creatorName {
        margin : 0;
    }

    .profileCard._hide .followMe-close,
    .profileCard._hide::before,
    .profileCard._hide .creatorName > h4,
    .profileCard._hide > .jobText,
    .profileCard._hide .followButton,
    .profileCard._hide .creatorText {
        display: none;
    }

    .followMe-open::after {
        content: '◀';
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: -12px;
        color: var(--black);
    }
}



/* ------------------------------------
        フォントリンク
--------------------------------------*/
.fontSiteLink {
    width: var(--max-width);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto var(--int3);
}

.fontSiteLink a {
    width: calc(100%/3 - 20px);
    color: var(--black);
    border-radius: 4px;
    background: var(--black);
    color: var(--white);
    padding: 2px 0;
    text-align: center;
}

.fontSiteLink a:nth-of-type(1) { font-family: var(--design-font);}
.fontSiteLink a:nth-of-type(2) { font-family: var(--cardinal);}
.fontSiteLink a:nth-of-type(3) { font-family: var(--pickup-font);}


@media screen and (max-width: 980px) {
    .fontSiteLink {
        width: var(--def-width);
    }
}


/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .fontSiteLink a {
        width: 48%;
        margin-bottom: var(--int1);
        padding: 4px 0;
    }
}


/* ------------------------------------
        モーダル・個別設定
--------------------------------------*/
.modal_btn._defBtn {
    font-family: var(--design-font);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    letter-spacing: 2px;
    padding: var(--int1) 20px;
    font-size: 26px;
    transition: .2s;
    border-radius: 30px 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.modal_btn._defBtn::after {
    content: '？';
    font-family: var(--pickup-font);
    font-size: .8em;
    transform: rotate(10deg);
    padding-bottom: 4px;
}


.modal_text :is(p, ul) {
    font-size: var(--sentence);
    margin-bottom: var(--sentence-bottom);
}
/*
@media screen and (max-width: 980px) {
    .modal_wrap {
        width: var(--def-width);
        margin: 0 auto;
    }
}
*/
/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .modal_btn._defBtn {
        width: var(--def-width);
        margin: 0 auto;
        justify-content: space-between;
        background-color: var(--white);
        color: var(--black);
    }
}


/* ---------------------------------------------------------
        上部・画面追尾
-----------------------------------------------------------*/
.followingBar {
    width: var(--max-width);
    position: fixed;
    top: 60px;
    padding: 8px 3%;
    z-index: 100;
}

.stateBox_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stateBox_top li {
    font-size: 16px;
    font-family: var(--pickup-font);
}

.stateBox_top li img {
    width: 24px;
}

@media screen and (min-width: 600px) {
    .followingBar { display: none;}
}


/* ---------------------------------------------------------
        バナー
-----------------------------------------------------------*/
.storeLink_container {
    width: var(--max-width);
    max-width: var(--result-width);
    margin: 0 auto var(--int5);
}

.storeLink > ul {
    display: flex;
    justify-content: space-around;
    margin-top:var(--int2);
}

.storeLink > ul li {
    width: calc(100%/3);
    color: var(--white);
    font-family: var(--pickup-font);
    text-align: center;
    background: var(--black);
    padding: var(--int1) var(--int2);
    font-size: 30px;
    transition: .2s;
    border-radius: 30px 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

@media screen and (max-width: 600px) {
    .storeLink > ul li {
        zoom: 80%;
    }
}


/* ---------------------------------------------------------
        シェアボタン
-----------------------------------------------------------*/
.share_container {
}

.shareButton_container {
    margin-bottom: var(--int5);
}

.shareButton_container p {
    font-family: var(--text-font)!important;
}

/* スマホレイアウト */
@media screen and (max-width: 600px) {
    .shareButton_container {
        margin-bottom: var(--int5);
    }

}

@media screen and (min-width: 1366px) {
/*    #instructions .shareButton_container {
        display: none;
    }*/

    .shareThumb { margin-bottom: var(--int3);}
}



/* ------------------------------------
        画像保存・バー
--------------------------------------*/
.keepButton_Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: calc((100% - 1366px) / 2);
    width: 420px;
    background-color: var(--black);
    padding: 10px;
    z-index: 100;
}

.keepButton_Container p {
    color: var(--white);
    font-size: 10px;
}

.resultDlBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    color: var(--black);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
}

.resultDlBtn img {
    width: 20px;
    margin-left: 10px
}

@media screen and (max-width: 1366px) {
    .keepButton_Container {
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: none;
    }
}

@media screen and (min-width: 650px) and (max-width: 1366px) {
    .keepButton_Container { position: sticky};
}


/* ---------------------------------------------------------
        上部・画面追尾
-----------------------------------------------------------*/
.restart_container {
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.restart_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    padding: 10px;
    background-color: var(--white);
    color: var(--black);
    font-family: var(--pickup-font);
    box-sizing: border-box;
    border: solid 4px var(--black);
    font-size: 20px;
}

.restart_container a:hover {
    opacity: 1;
    background-color: var(--black);
    color: var(--white);
}

@media screen and (min-width: 1366px) {
    .restart_container {
        width: 100%;
        bottom: 0;
        left: calc(((100% - 1366px) / 2) + 420px);
    }
}


/* ---------------------------------------------------------
        仕切り線
-----------------------------------------------------------*/
.partitionLine {
    max-width: 980px;
}

@media screen and (min-width: 1366px) {
    .partitionLine { max-width: var(--result-width);}
}

.resultDL {
    /*    position: absolute;
        bottom: 100%;
        right: 100%;*/
        width: var(--max-width);
        max-width: 480px;
        height: max-content;
        background: url(../img/result/png/back_Rhombus_wh.png);
        background-color: var(--bg-color);
        background-attachment: fixed;
        background-size: 25%;
        background-position: center;
        margin: auto;
}

.resultDL .dl_head {
    margin-bottom: var(--int2);
}

.resultDL .dl-container {
    width: 94%;
    margin: auto;
}

.resultDL .dl-container ul.dl-stateBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultDL .dl-container ul.dl-stateBox li {
    width: calc(100% / 4);
    margin: 0 var(--int1);
    text-align: center;
}

.resultDL .dl-container ul.dl-stateBox li p {
    white-space:nowrap;
    letter-spacing: 2px;
}

.resultDL .dl-container ul.dl-stateBox li p:first-of-type {
    font-family: var(--design-font);
    font-size: 120%;
    border-bottom: 1px solid var(--black);
}

.resultDL .dl-container ul.dl-stateBox li p:nth-child(2) {
    font-family: var(--pickup-font);
    margin: calc(var(--int1) / 2) auto;
}

.resultDL > div.dl-container > ul.dl-stateBox > li > p > img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-left: -4px;
}

/*
.resultDL .dl-container ul.dl-stateBox li p:nth-child(2):before {
    content: '';
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: calc(var(--int1) / 2);
    vertical-align: middle;
    margin-bottom: 4px;
}

.resultDL .dl-container ul.dl-stateBox li p.primary:before {
    background-image: url(../img/result/png/wingS_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.typeDelta:before {
    background-image: url(../img/result/png/deltaS_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.instinctive-so:before {
    background-image: url(../img/result/png/so_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.instinctive-sp:before {
    background-image: url(../img/result/png/sp_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.instinctive-sx:before {
    background-image: url(../img/result/png/sx_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.mental-holy:before {
    background-image: url(../img/result/png/holy_Icon_bk.png);
}

.resultDL .dl-container ul.dl-stateBox li p.mental-dark:before {
    background-image: url(../img/result/png/dark_Icon_bk.png);
}
*/

.resultDL .dl-container ul.dl-tdCmbBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--int1);
}

.resultDL .dl-container ul.dl-tdCmbBox li {
    color: var(--white);
    text-align: center;
    width: calc((100% / 3) - var(--int1));
    border-radius: 2px;
    padding: var(--int1);
    margin:calc(var(--int1) / 2);
    background-color: var(--black);
}

.resultDL .dl-container ul.dl-instBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultDL .dl-container ul.dl-instBox > li {
    width: calc(100% / 3);
    margin: calc(var(--int1) / 2);
}

.resultDL .dl-container ul.dl-instBox li h3 {
    color: var(--black);
    text-align: center;
    white-space:nowrap;
    font-family: var(--design-font);
    font-size: 160%;
    border-bottom: 1px solid var(--black);
    margin-bottom: var(--int1);
}

.resultDL .dl-container ul.dl-instBox li li {
    opacity: .3;
}

.resultDL .dl-container ul.dl-instBox li li p {
    display: inline-block;
    font-family: var(--pickup-font);
}

.resultDL .dl-container ul.dl-instBox li li p:first-of-type {
    text-align: center;
    padding-left: var(--int2);
}

.resultDL .dl-container ul.dl-instBox li li._dl-main_delta { opacity: 1;}

.resultDL .dl-container section.dl-scoreBox {
    margin: auto;
    margin-bottom: var(--int2);
}

.resultDL .dl-container section.dl-scoreBox .dl-meterBox {
    margin-bottom: var(--int2);
}

.resultDL .dl-container section.dl-scoreBox .dl-meterBox .typeList {
    width: 90%;
/*    height: 200px;*/
    margin: auto;
}

.resultDL .dl-container section.dl-scoreBox .dl-meterBox .typeList .di { opacity: .3; }

.resultDL .dl-container section.dl-scoreBox .dl-meterBox .typeList ._dl-main_delta { opacity: 1; }

.resultDL .dl-container section.dl-scoreBox ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.resultDL .dl-container section.dl-scoreBox ul li {
    color: var(--black);
    font-size: 70%;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 4px;
    padding: calc(var(--int2) - (var(--int1)/2) ) var(--int1);
    margin: calc(var(--int1)/2);
}

.resultDL .dl-container .dl-mental {
    display: flex;
    width: 100%;
    height: 30px;
    border: 1px solid var(--black);
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: var(--int1);
}
/*
.resultDL .dl-container .dl-mental img {
    width: 100%;
    height: 100%;
}
*/
.resultDL .dl-container .dl-mental img {
    width: 20px;
    height: 20px;
}

.resultDL .dl-container .dl-mental p {
    height: 100%;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.resultDL .dl-container .dl-mental p::after {
    content: '';
    display: block;
    width: 100%;
    height: 28px;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.resultDL .dl-container .dl-mental .dl-holy::after {
    background-image: url(../img/result/png/holy_Icon_dark.png);
}

.resultDL .dl-container .dl-mental .dl-dark::after {
    background-image: url(../img/result/png/dark_Icon_dark.png);
}
*/
.resultDL .dl-container .dl-mental p[data-mental="none"] {
    background-color: transparent;
}

.resultDL .dl_data {
    font-size: 12px;
    text-align: end;
    margin: 0 0 var(--int2);
}

.resultDL .dl_foot {
    background-color: var(--black);
    padding: var(--int1);
    display: flex;
    justify-content: space-between;
}

.resultDL .dl_foot .dl_foot_text {
    font-size: 10px;
}

.resultDL .dl_foot .dl_foot_logo {
    width: 120px;
}

.resultDL .dl_foot p {
    color:var(--white);
}

    .resultDL[data-style="reverse"] {
        background: url(../img/result/png/back_Rhombus_bk.png);
        background-color: var(--bg-color);
        background-attachment: fixed;
        background-size: 3.3%;
        background-position: center;
    }
/*
    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p:nth-child(2):before {
        content: '';
        background-size: 100%;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: calc(var(--int1) / 2);
        vertical-align: middle;
        margin-bottom: 4px;
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.primary:before {
        background-image: url(../img/result/png/wingS_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.typeDelta:before {
        background-image: url(../img/result/png/deltaS_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.instinctive-so:before {
        background-image: url(../img/result/png/so_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.instinctive-sp:before {
        background-image: url(../img/result/png/sp_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.instinctive-sx:before {
        background-image: url(../img/result/png/sx_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.mental-holy:before {
        background-image: url(../img/result/png/holy_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container ul.dl-stateBox li p.mental-dark:before {
        background-image: url(../img/result/png/dark_Icon_wh.png);
    }

    .resultDL[data-style="reverse"] .dl-container .dl-mental .dl-holy::after {
        background-image: url(../img/result/png/holy_Icon_bk.png);
    }

    .resultDL[data-style="reverse"] .dl-container .dl-mental .dl-dark::after {
        background-image: url(../img/result/png/dark_Icon_wh.png);
    }
*/
/* ---------------------------------------------------------
        フッター
-----------------------------------------------------------*/
footer p, footer li, footer a, footer span {
    color: var(--white)!important;
}

@media screen and (min-width: 1366px) {
    footer {
        width: 946px;
    }
}
