body{
	font-size:15px;
	margin:0px auto;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
    font-weight: 700;
    font-style: normal;
    background-color:#FAF7EB;
    color:#000000;
}
a{
    color:#000000;
    text-decoration:none;
}
a:hover{
    opacity:0.6;
    transition: .4s
}
img{
    width:100%;
    display:inline-block;
}
.pc-br{display: block;}
.sp-br{display: none;}
.pc-img{display: block;}
.sp-img{display: none;}
header{
    background-color:#F38201;
    font-size:1.2em;
    line-height:1.15;
    color:#FFFFFF;
    text-align:center;
    padding:10px 0px;
    font-weight:800;
    margin-bottom:5px;
}
.character{
    width:85%;
    max-width:900px;
    margin:0px auto;
    display:flex;
    justify-content:space-between;
}
.character .next,.character .prev{
    padding:20px 0px 0px 0px;
    position:relative;
}
.character .next .next-link,.character .prev .prev-link{
    width: 48px;
    height:48px;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.character .prev .prev-link{
    left:-50px;
}
.character .next .next-link{
    right:-50px;
}
.character .main{
    position: relative;
    padding:0px 70px;
}
.character .main::after{
    content:"";
    z-index:-1;
    width:100%;
    height:75%;
    background-image: url(./images/character/semicircle.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}

.character .main img{
    width:100%;
    max-width:141px;
    margin:auto;
    display:block;
}
.character h1{
    color:#F38201;
    font-size:1.4em;
    font-weight:800;
    line-height:1.25;
    margin:0px;
    padding:10px 0px;
    text-align:center;
}
.profile{
    background-color:#FFFFFF;
    border-radius:5px;
    width:95%;
    max-width:900px;
    margin:0px auto 50px auto;
    padding:5px 0px 15px 0px;
}
.profile h2{
    color:#F38201;
    font-weight:500;
    text-align:center;
    margin:0px;
    padding:0px;
    font-size:0.9em;
    line-height:1.9;
    width:auto;
}
.profile h2 > span{
    display:inline-block;
    padding:0px 15px 5px 15px;
    background-image: url(./images/character/line.svg);
    background-repeat: repeat-x;
    background-position: bottom center;
}
.type1{
    width:90%;
    max-width:560px;
    margin:auto;
    padding:30px 0px;
    font-size:0.85em;
    line-height:2;
}
.type1 dt{
    color:#F38201;
    border-left:3px solid #F38201;
    padding-left:10px;
    display:inline-block;
    font-weight:800;
}
.type1 dd{
    display:inline-block;
    padding:0px 20px 0px 6px;
    margin:0px;
    font-weight:500;
}
.profile-detail{
    display:flex;
    justify-content:space-between;
    padding:0px 80px 0px 80px;
}
.type2{
    font-size:0.85em;
    line-height:2;
    width:40%;
}
.type2 dt{
    color:#F38201;
    line-height:2;
    border-bottom:1px solid #E1E1E1;
    position: relative;
    padding-bottom:7px;
}
.type2 dt::after{
    content:"";
    border-bottom:3px solid #F38201;
    width:46px;
    display:inline-block;
    position:absolute;
    bottom:-2px;
    left:0;
}
.type2 dd{
    font-weight:500;
    padding:10px 0px 15px 0px;
    margin:0px;
}
.family{
    background-color:#FFE8A3;
    padding:1px 0px;
}
.family h2{
    color:#FFFFFF;
    text-align:center;
    font-size:1.25em;
    font-weight:800;
    line-height:1.4;
    border-radius:60px;
    background-color:#F38201;
    width:90%;
    max-width:506px;
    margin:-20px auto 0px auto;
    padding:5px 0px;
}
.family-box{
    width:95%;
    max-width:900px;
    margin:auto;
    border:2px solid #F38202;
    background-color:#F9F7EB;
    border-radius:10px;
}
.family-icon{
    padding:25px 90px 15px 90px;
    display:flex;
    justify-content:space-between;
}


.start._shiny {
    position: relative;
    background-color: #17194C;
    box-shadow: 0px 3px 12px #00000088;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    max-width:350px;
    height:66px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
}
.start._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 30000ms;
    animation: shinyshiny 3s ease-in-out infinite;
}
.start img{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.gpt-link{
    display: block;
    margin: 15px auto 20px auto;
}
.bottom-link{display:none;}
@media screen and (max-width:1000px){
}
@media screen and (max-width: 768px){
    .pc-br{display: none;}
    .sp-br{display: block;}
    .pc-img{display: none;}
    .sp-img{display: block;}
    header{
        font-size:1.4em;
        margin-bottom:5px;
    }
    .character{
        width:95%;
    }
    .character .next,.character .prev{
        padding:10px 0px 0px 0px;
    }
    .character .next .next-link,.character .prev .prev-link{
        width: 48px;
        height:48px;
        position:absolute;
        bottom: -50px;
    }
    .character .prev .prev-link{
        left:0px;
    }
    .character .next .next-link{
        right:0px;
    }
    .character .main{
        padding:0px;
        width:320px;
    }
    .character .main::after{
        background-image: url(./images/character/semicircle_sp.svg);
    }
    .type1{
        padding-bottom:20px;
    }
    .type1 dt,.type1 dd{
        margin-bottom:12px;
    }
    .profile-detail{
        display: block;
        width:90%;
        margin:auto;
        padding:0px;
    }
    .type2{
        width:100%;
        margin:0px;
        padding:0px;
    }
    .type2 dd{
        padding:5px 0px 10px 0px;
    }
    .family{
        background-color:#FAF7EB;
    }
    .family h2{
        border-radius:0px;
        width:100%;
    }
    .family-box{
        width:100%;
        border:none;
    }
    .family-icon{
        padding:0px;
        flex-wrap: wrap;
        width:95%;
        margin:auto;
    }
    .family-icon div{
        width:28%;
        padding:15px 0px;
    }
    .gpt-link{display:none;}
    .bottom-link {
        display: block;
        background-color: #17194C;
        padding: 15px 0px;
        width:100%;
        max-width:none;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        border-end-end-radius:0px;
        border-end-start-radius:0px;
        margin:0px;
    }
    .bottom-link img {
        display: block;
        width: 35%;
        margin: auto;
    }
}