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:#171C61;
}
a{
    color:#171C61;
    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;
    position: relative;
    height:45px;
}
header > p{
    padding:0px;
    position:absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width:80%;
    max-width:560px;
}
.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; }
}

.header-button{
    display: block;
    margin:15px auto 20px auto;
}
.service{
    background-color:#F4EFD8;
}
.service > .title{
    width:95%;
    max-width:543px;
    margin:0px auto;
    padding:10px 0px;
}
.service > h1{
    color:#000000;
    font-size:0.9em;
    font-weight:500;
    text-align:center;
    margin:0px;
    padding:17px 0px 40px 0px;
}
.gojokai{
    display:table;
    width:98%;
    max-width:1000px;
    margin:auto;
    padding-bottom:15px;
}
.gojokai-detail{
    display:table-cell;
    position:relative;
    background:#FFFFFF;
    padding:20px 20px 0px 20px;
    text-align:center;
    border:2px solid #FBD480;
    color:#231814;
    font-size:1.1em;
    font-weight:500;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    width:60%;
    vertical-align:middle;
}
.gojokai-detail:after,.gojokai-detail:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:30%;
}
.gojokai-detail:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:19px;
    border-right-width:19px;
    margin-top: -7px;
    border-left-color:#FFFFFF;
}
.gojokai-detail:before{
    border-color: rgba(251, 212, 128, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -9px;
    margin-left: 2px;
    border-left-color:#FBD480;
}
.gojokai-detail > .gojokai-text{
    width:70%;
    margin:auto;
    text-align:left;
}
.gojokai-detail > .gojokai-text > p > strong{color:#F38201;}
.gojokai-detail > .gojokai-link{
    border-radius:37px;
    background-color:#FFEFD1;
    padding:13px 0px;
    text-align:center;
    color:#8C623A;
    margin:10px 0px;
}
.gojokai-detail > .gojokai-link > a{
    color:#0D80FD;
    text-decoration:underline;
    font-weight:800;
}
.gojokai-img{
    display:table-cell;
    position:relative;
}
.gojokai-img > img{
    position:absolute;
    bottom:-15px;
    left:20px;
    width:90%;
    max-width:334px;
}
.view{
    display:table;
    width:95%;
    max-width:900px;
    margin:auto;
    padding:40px 0px;
}
.view > .view-img{
    display:table-cell;
    width:60%;
    max-width:537px;
    vertical-align:middle;
    padding-right:30px;
}
.view > .view-text{
    display:table-cell;
    vertical-align:top;
}
.view > .view-text > h2{
    color:#8C6239;
    font-size:1em;
    font-weight:500;
    text-align:center;
    background-color:#FFFFFF;
    border-radius: 50%;
    padding: 20px 0px;
}
.view > .view-text > .img-box{
    width:100%;
    max-width:257px;
    margin:auto;
}
.middle-button{
    display: block;
    margin-top:-15px;
}
.character{
    width:95%;
    max-width:1000px;
    margin:auto;
}
.character > h2{
    margin:0px auto;
    padding:15px 0px;
    width:80%;
    max-width:247px;
}
.profile-link{
    position: relative;
}
.character-link_pc{
    width:80%;
    max-width:520px;
    display:block;
    margin:auto;
}
.character-link_sp{display:none;}
.profile-link > p{
    width:60%;
    max-width:150px;
    position:absolute;
    bottom:0;
    left: 23%;
    transform: translate(-50%, 0%);
}
.bottom-link{
    width:80%;
    max-width:520px;
    display:block;
    margin:10px auto;
    background-color: #17194C;
    padding:15px 0px;
    border-radius:10px;
}
.bottom-link img{
    display:block;
    width:35%;
    margin:auto;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width: 768px){
    body{
        font-size:15px;
    }
    .pc-br{display:none;}
    .sp-br{display: block;}
    .pc-img{display:none;}
    .sp-img{display:block;}
    header{
        height:auto;
        background-color: transparent;
    }
    header > p{
        position:static;
        width:100%;
    }
    .header-button{
        margin-top:-12px;
    }
    .service > h1{
        width:95%;
        text-align:left;
        margin:0px auto;
        padding:0px 0px 10px 0px;
        line-height:1.85;
    }
    .gojokai-detail{
        width:70%;
        padding:0px 5px;
    }
    .gojokai-detail > .gojokai-text{
        width:100%;
        font-size:0.85em;
        line-height:1.65;
        padding:0px;
    }
    .gojokai-detail > .gojokai-text > p{
        padding:0px 10px;
    }
    .gojokai-detail > .gojokai-link{
        border-radius:0px;
        font-size:0.7em;
        line-height:1.6;
    }
    .gojokai-img > img{
        left:auto;
        right:0px;
        width: 115%;
        max-width: 137px;
    }
    .view{padding-bottom:0px;}
    .view > .view-img{
        width:40%;
        padding-right:10px;
    }
    .middle-button{display:none;}
    .view > .view-text > h2{
        text-align:left;
        font-weight:800;
        background-color:transparent;
        border-radius:0px;
        padding:0px;
    
    }
    .view > .view-text > .img-box{
        width:85%;
    }
    .character{
        padding-bottom:15px;
    }
    .character > h2{
        padding-left:80px;
        width:auto;
    }
    .character-link_pc{display:none;}
    .character-link_sp{
        display:block;
        width: 90%;
        margin: auto;
    }
    .profile-link > p{
        transform:none;
        left:-10px;
        top:-95px;
    }
    .profile-link > p > img{
        width:100px;
    }
    .bottom-link{
        position: sticky;
        width:100%;
        max-width:none;
        bottom: 0;
        left: 0;
        border-end-end-radius:0px;
        border-end-start-radius:0px;
        margin:0px;
    }
    a:hover{
        opacity:1;
    }
}