@charset "UTF-8";


/* =========================================================
     2026/07/15　ド情ちゃんプロフィール
========================================================= */

.sp_only_480 {
    display: none;
}
.pc_only_480 {
    display: inline;
}
#dojyo_profile {
    margin: 0 15px 40px;
}
#dojyo_profile_box {
    background: #eaeef1;
}
#dojyo_ttl {
    background: #fabe00;
    padding: 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#dojyo_ttl::before {
    content: "";
    background: url(../pb/img/dojyo/pattern_do.png) repeat;
    width: 100%;
    height: 0;
    padding-top: 100%;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    opacity: 0.2;
    pointer-events: none;
}
#dojyo_ttl img {
    position: relative;
    z-index: 10;
}

#dojyo_profile_box .text_box_inner {
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}
#dojyo_profile_box .text_box_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
#dojyo_profile_box .text_box_inner::before {
    content: "";
    display: block;
    background: url(../pb/img/dojyo/bg_big_slash.png) no-repeat left center / cover;
    width: 160%;
    height: 0;
    padding-top: 160%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55%;
    margin: auto;
    opacity: 0.5;
    pointer-events: none;
}

.description_text {
    padding-bottom: 40px;
}
.description_text p {
    font-weight: bold;
    margin-bottom: 0.5em;
}
#dojyo_character {
    width: 50%;
    text-align: center;
    margin-left: -20px;
}
.dojyo_character_pc {
    display: block;
}
.dojyo_character_sp {
    display: none;
}
#dojyo_description {
    width: 50%;
}


#dojyo_description dl.dl_box_character {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
}
#dojyo_description dl.dl_box_character dt {
    width: 180px;
    background: #231815;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
}
#dojyo_description dl.dl_box_character dd {
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}


ul.character_img_list {
    position: relative;
    width: 100%;
    padding-top: 100%;
    z-index: 10;
}
ul.character_img_list li {
    font-size: 0;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.character_img_list img {
    width: 100%;
    height: auto;
}
#picChange,
#picChange {
    max-width: auto;
    max-height: auto;
    width: 100%;
}
@media only screen and (max-width: 1600px) {

    #dojyo_character {
        width: 45%;
        text-align: center;
        margin-left: -20px;
    }
    #dojyo_description {
        width: 55%;
    }
    
    #dojyo_profile_box .text_box_inner {
        padding: 60px 30px;
    }
    #dojyo_ttl {
        padding: 30px 50px;
    }
    .description_text {
        padding-bottom: 20px;
    }
    #dojyo_description dl.dl_box_character dt {
        width: 160px;
        padding: 10px;
        font-size: 14px;
    }
    #dojyo_description dl.dl_box_character dd {
        width: calc(100% - 160px);
        padding-left: 20px;
        font-size: 16px;
    }

    ul.character_img_list li {
        width: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    #dojyo_profile_box .text_box_inner {
        padding: 40px;
    }
    #dojyo_description {
        width: 100%;
    }
    
    .dojyo_character {
    }
    .dojyo_character_inner {
        width: 100%;
        max-width: 300px;
        margin: 55px auto 50px;
    }
    ul.character_img_list li {
        width: 100%;
    }
    .dojyo_character_pc {
        display: none;
    }
    .dojyo_character_sp {
        display: block;
    }
    .description_text {
        padding-bottom: 0px;
        text-align: center;
    }
    #dojyo_description .dl_box{
        background: rgba( 255,255,255,0.7 );
        padding: 20px 30px 30px;
        border-radius: 10px;
    }
    
    ul.character_img_list {
        padding-top: 112%;
    }
    ul.character_img_list img {
        width: 100%;
    }
    #dojyo_profile_box .text_box_inner::before {
        background-position: center;
        width: 100%;
        padding-top: 300%;
        top: -20%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    #dojyo_profile {
        margin-top: 40px;
    }
    #dojyo_ttl {
        padding: 30px 20px;
    }
    #dojyo_profile_box .text_box_inner {
        padding: 20px;
    }
    .description_text {
        padding-bottom: 0px;
        text-align: center;
    }
    #dojyo_profile_box .text_box_inner {
        padding: 40px 30px 30px;
    }
    .dojyo_character_inner {
        max-width: 250px;
        margin: 55px auto 50px;
    }
    
    #dojyo_description .dl_box {
        padding: 15px 25px 25px;
    }
    #dojyo_description dl.dl_box_character dt {
        width: 130px;
        padding: 8px 0;
        font-size: 13px;
    }
    #dojyo_description dl.dl_box_character dd {
        width: calc(100% - 130px);
        padding-left: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    #dojyo_ttl {
        padding: 20px 30px;
    }
    .sp_only_480 {
        display: inline;
    }
    .pc_only_480 {
        display: none;
    }
    #dojyo_description .dl_box {
        margin: 0px -20px -20px;
    }
    #dojyo_description .dl_box {
        padding: 10px 20px 20px;
        border-radius: 8px;
    }
    #dojyo_description dl.dl_box_character dt {
        width: 120px;
        padding: 8px 0;
        font-size: 12px;
    }
    #dojyo_description dl.dl_box_character dd {
        width: calc(100% - 120px);
        padding-left: 15px;
        font-size: 14px;
    }
    .dojyo_character_inner {
        max-width: 200px;
        margin: 45px auto 40px;
    }
}


/* 周りのきらきら
--------------------------------------------------------- */
#dojyo_description ,
.dojyo_character {
    position: relative;
}

#kirakira_description_aria img ,
.kirakira_img_aria img {
    position: absolute;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
}


.img_kirakira_1 {
    width: 10%;
    left: 0%;
    top: 8%;
    animation: kira_1;
    animation-duration: 1.5s;
}
.img_kirakira_2 {
    width: 6%;
    left: -3%;
    top: 18%;
    animation: kira_2;
    animation-duration: 1s;
}
.img_kirakira_3 {
    width: 12%;
    left: 0;
    top: -8%;
    right: 0;
    margin: auto;
    animation: kira_2;
    animation-duration: 3s;
}
.img_kirakira_4 {
    width: 10%;
    right: 2%;
    top: 4%;
    animation: kira_2;
    animation-duration: 2s;
}
.img_kirakira_5 {
    width: 4%;
    right: 9%;
    top: 15%;
    animation: kira_1;
    animation-duration: 1.2s;
}
.img_kirakira_6 {
    width: 4%;
    right: 5%;
    top: 25%;
    animation: kira_2;
    animation-duration: 1s;
}

.img_kirakira_7 {
    width: 12%;
    left: -3%;
    top: 33%;
    bottom: 0;
    margin: auto;
    animation: kira_2;
    animation-duration: 1.5s;
}
.img_kirakira_8 {
    width: 4%;
    left: 10%;
    bottom: 23%;
    margin: auto;
    animation: kira_1;
    animation-duration: 1s;
}
.img_kirakira_9 {
    width: 5%;
    left: 5%;
    bottom: 5%;
    margin: auto;
    animation: kira_2;
    animation-duration: 0.8s;
}

.img_kirakira_10 {
    width: 4%;
    left: 0;
    bottom: -4%;
    right: 30%;
    margin: auto;
    animation: kira_1;
    animation-duration: 0.8s;
}
.img_kirakira_11 {
    width: 12%;
    bottom: 10%;
    right: 17%;
    animation: kira_1;
    animation-duration: 1.5s;
}
.img_kirakira_12 {
    width: 5%;
    bottom: 23%;
    right: 10%;
    animation: kira_1;
    animation-duration: 0.8s;
}
.img_kirakira_13 {
    width: 3%;
    bottom: 9.5%;
    right: 7%;
    animation: kira_2;
    animation-duration: 1s;
}
.img_kirakira_14 {
    width: 3%;
    bottom: 0%;
    right: 16%;
    animation: kira_2;
    animation-duration: 1.2s;
}



#description_kirakira_1 {
    width: 10%;
    right: 0%;
    top: -40%;
    bottom: 0;
    margin: auto;
    animation: kira_1;
    animation-duration: 2s;
}
#description_kirakira_2 {
    width: 4%;
    right: 7%;
    top: -30%;
    bottom:0;
    margin: auto;
    animation: kira_1;
    animation-duration: 1.2s;
}


#description_kirakira_3 {
    width: 8%;
    right: 25%;
    top: 0;
    bottom:0;
    margin: auto;
    animation: kira_2;
    animation-duration: 2s;
}
#description_kirakira_4 {
    width: 3%;
    right: 20%;
    top: 0;
    bottom: -11%;
    margin: auto;
    animation: kira_1;
    animation-duration: 1.2s;
}
#description_kirakira_5 {
    width: 12%;
    right: 9%;
    bottom: -4%;
    animation: kira_1;
    animation-duration: 2.2s;
}
#description_kirakira_6 {
    width: 6%;
    right: 2%;
    bottom: 10%;
    animation: kira_2;
    animation-duration: 1.5s;
}

@keyframes kira_1 {

    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes kira_2 {
    0% {
    transform: scale(1.1);
    }
    100% {
        transform: scale(0.5);
    }
}
@media only screen and (max-width: 1200px) {
    #kirakira_description_aria {
        display: none;
    }
}



/* ド情ちゃんアニメーション
--------------------------------------------------------- */
ul.character_img_list li.patapata {
    animation-name: anim_patapata;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 4s;
}

@keyframes anim_patapata {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

ul.character_img_list li.target_animChange {
    transition: 1s;
    transform: scale(1,1);
    transform-origin: center bottom 15px;
}
ul.character_img_list li.target_animChange.kurun {
   transform: scale(0,1);
    animation-name: anim_kurun1;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
}

@keyframes anim_kurun1 {
    0% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(1,1);
    }
}
ul.character_img_list li.target_animChange.kurun2 {
    transform: scale(1,1);
    animation-name: anim_kurun2;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
}

@keyframes anim_kurun2 {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0,1);
    }
}
