@charset "utf-8";

body {
    background-color: #1E1E1E;
}
#all {
    background-image: url(../images/BG.png);
    background-size: 500px;
    background-repeat: repeat;
}
.grobalNavigarion {
    position:fixed;
    width: 100%;
    background-color: #f2f2f2;
    height: 5vw;
    z-index: 3;
}
#LG {
    width: 15vw;
    margin: 1vw;
}
header nav {
    color: #111111;
    font-family: "bigfish", sans-serif;
    font-size: 1.5vw;
}
header nav ul  {
    display: flex;
    position: fixed;
    right: 1vw;
    top: 2.5vw;
    }
header nav ul li {
    padding-left: 2vw;
}
header nav ul li a p {
    transition: .3s;
}
header nav ul li a p:hover {
    transform: scale(120%);
}
#top {
    width: 100%;
    padding-top: 5vw;
    position: relative;
    z-index: 2;
}
main {
    position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #c4c4c4;
    padding-bottom: 300px;
}
.sp_br {
    display: none;
  }
#BGlist img {
    border-radius: 50%;
    transition: .2s;
}
#BGlist img:hover {
    transform: scale(130%);
}
#BGCrem1 {
    position: absolute;
    top: 100px;
    left: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGFlan1 {
    position: absolute;
    top: 2100px;
    right: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGJelly1 {
    position: absolute;
    top: 3750px;
    left: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGCrem2 {
    position: absolute;
    top: 5700px;
    left: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGFlan2 {
    position: absolute;
    top: 4700px;
    right: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGJelly2 {
    position: absolute;
    top: 6400px;
    right: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGCrem3 {
    position: absolute;
    top: 7300px;
    left: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGFlan3 {
    position: absolute;
    top: 8600px;
    right: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#BGJelly3 {
    position: absolute;
    top: 9700px;
    left: 5vw;
    width: 15vw;
    max-width: 700px;
    z-index: 1;
}
#charaBottom {
    bottom: -70px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 4;
}
#charaBottom img {
    width: 100%;
    max-width: 300px;
    transition: .3s;
}
#charaBottom img:hover {
    transform: scale(120%);
}
.innerWrap {
    width: 700px;
    margin: auto;
    text-align: center;
}
.innerWrap section {
    padding-top: 300px;
}
h1 {
    padding-bottom: 150px;
}
h1 img {
    max-width: 70%;
}
#KV {
    width: 100%;
    margin-bottom: 100px;
    border-radius: 1vw;
}
.button {
    transition: .2s;
}
.button:hover {
    letter-spacing: 0.15em;
    transform: scale(120%);
}
#linkButton .button:hover {
    letter-spacing: 0.25em;
}
.button a {
    display: block;
    background-image: linear-gradient(11deg, rgba(156, 156, 156, 1), rgba(217, 217, 217, 1) 41%, rgba(241, 241, 241, 1));
    width: 250px;
    padding-top: 15px;
    padding-bottom: 16px;
    border-radius: 50px;
}
.twoButton {
    display: flex;
    justify-content: space-between;
    font-family: "bigfish", sans-serif;
    font-size: 27px;
    color: #111111;
    padding-top: 200px;
}
.subContents {
    margin: 0 auto;
    width: 85%;
}
#aboutSentence {
    padding-bottom: 70px;
}
.aSen {
    flex-basis: 40%;
}
.aMov {
    flex-basis: 55%;
}
#About ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    align-items: center;
}
#About ul li p {
    width: 100%;
    text-align: left;
}
#About ul li video {
    width: 100%;
    border-radius: 1vw;
}
#epMovie {
    width: 100%;
    margin-bottom: 100px;
    border-radius: 1vw;
}
#Character ul {
    display: flex;
    justify-content: space-between;
} 
#Character ul li img {
    border-radius: 50%;
    width: 180px;
    margin-bottom: 20px;
    transition: .3s;
}
#Character ul li #CremC:hover {
    transform: scale(110%);
    box-shadow: 10px 10px #e0d96d;
}
#Character ul li #FlanC:hover {
    transform: scale(110%);
    box-shadow: 10px 10px #fa91ea;
}
#Character ul li #JellyC:hover {
    transform: scale(110%);
    box-shadow: 10px 10px #b664fd;
}
#Character ul li .name {
    padding-top: 0px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
}
#Character ul li .name:hover{
    text-decoration: underline;
}
.iconSentence {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.iconSentence #gIcon a {
    display: block;
    background-image: url(../images/Crem_pi-su.png);
    background-position: 50% 50%;
    background-size: 100%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #111111;
    transition: .3s;
}
.iconSentence #fIcon a {
    display: block;
    background-image: url(../images/20230922@temiyuri.jpg);
    background-position: 50% 50%;
    background-size: 120%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #111111;
    transition: .3s;
}
.iconSentence span {
    font-family: "bigfish", sans-serif;
    font-size: 40px;
    color: #92faff;
    position: relative;
    bottom: -190px;
    text-shadow: 2px 2px #111111;
}
.iconSentence a:hover {
    border-radius: 50%;
    transform: scale(130%);
    box-shadow: 10px 10px #f2f2f2;
}
#guidGuid {
    padding-bottom: 100px;
}
#guidlineBullet {
    text-align: left;
    padding-bottom: 100px;
}
#guidlineBullet li {
    list-style-type: none;
    counter-increment: cnt;
    margin-left: 3rem;
    text-indent: -3rem;
    padding-bottom: 20px;
}
#guidlineBullet li::before {
    content: "【"counter(cnt)"】";
}
#Link {
    margin-bottom: -100px;
}
#linkButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#linkButton li {
    padding-bottom: 100px;
}
#linkButton li a {
    width: 200px;
    color: #111111;
    font-family: "bigfish", sans-serif;
    font-size: 27px;
}
#linkButton p {
    font-size: 11px;
    padding-top: 20px;
}
#newsList {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
#newsList li a {
    display: flex;
    justify-content: left;
    padding-top: 20px;
    transition: .3s;
}
#newsList li a:hover {
    position: relative;
    transform:scale(105%);
    text-decoration: underline;
}
#newsList li a time {
    text-align: left;
    flex-basis: 30%;
}
#newsList li a p {
    text-align: left;
    flex-basis: 70%;
}
#Contact #mail {
    transition: .2s;
}
#Contact #mail:hover {
    transform: scale(120%);
    text-decoration: underline;
}
footer {
    position: relative;
    text-align: center;
    background-color: #f2f2f2;
    height:70px;
    z-index: 5;
}
footer img {
    width: 200px;
    position: relative;
    bottom: -18px;
}
#grobalNavigarion2 {
    display: none;
}
#zennin {
    margin-top: 100px;
}
#zenninButton img {
    border-radius: 50%;
    transition: .3s;
    width: 150px;
}
#zenninButton img:hover {
    transform: scale(120%);
}
#charaButton img {
    border-radius: 50%;
    transition: .3s;
}
#charaButton img:hover {
    transform: scale(120%);
}
#charaButtonF1 {
    position: absolute;
    top: 1380px;
    left: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
#charaButton1,
#charaButtonJ1 {
    position: absolute;
    top: 1380px;
    left: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
#charaButtonC1 {
    position: absolute;
    top: 1420px;
    left: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
#charaButtonF2 {
    position: absolute;
    top: 1380px;
    right: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
#charaButton2,
#charaButtonJ2 {
    position: absolute;
    top: 1380px;
    right: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
#charaButtonC2 {
    position: absolute;
    top: 1420px;
    right: 20px;
    width: 15vw;
    max-width: 300px;
    z-index: 1;
}
.charaName {
    padding-bottom: 150px;
    padding-top: 200px;
}
.katakana {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}
.romaji {
    font-size: 14px;
    letter-spacing: 0.1em;
}
#charaul1,
#charaul2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    align-items: center;
    padding-bottom: 100px;
}
#charaulSen1,
#charaulSen2 {
    width: 450px;
    text-align: left;
    width: 60%
}
#charaulSen1 {
    padding-left: 30px;
}
#charaulSen2 {
    padding-left: 30px;
}
.charaulImg1 {
    width: 35%;
}
.charaulImg {
    width: 100%;
    border-radius: 10px;
}
#charaulSen2-1 {
    padding-bottom: 1.5em;
}
#hitokoto {
    width: 220px;
    padding-bottom: 40px;
}
#hitokotoTitle {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 70px;
    letter-spacing: 0.1em;
}
#imgGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#imgGallery li {
    padding-bottom: 25px;
}
#imgGallery li img {
    object-fit:cover;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    transition: .3s;
}
#imgGallery li img:hover {
    transform: scale(120%);
}
#imgGallery2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#imgGallery2 li {
    padding-bottom: 50px;
}
#imgGallery2 li img {
    object-fit:cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    transition: .3s;
}
#imgGallery2 li img:hover {
    transform: scale(120%);
}
.myArt img {
    width: 100%;
    margin-bottom: 100px;
    transition: .3s;
}
.myArt img:hover {
    transform: scale(110%);
    box-shadow: 0 0 50px 20px;
}
.myVideo video {
    width: 100%;
    margin-bottom: 100px;
    transition: .3s;
}
.myVideo video:hover {
    transform: scale(110%);
    box-shadow: 0 0 50px 20px;
}
.mediaExplanation {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}
#toGallery {
    font-family: "bigfish", sans-serif;
    font-size: 27px;
    color: #111111;
    padding-top: 200px;
    align-items: center;
}
#toGallery a {
    display: block;
    background-image: linear-gradient(11deg, rgba(156, 156, 156, 1), rgba(217, 217, 217, 1) 41%, rgba(241, 241, 241, 1));
    width: 300px;
    padding-top: 12px;
    padding-bottom: 13px;
    border-radius: 50px;
    margin: 0 auto;
}
#toLink {
    font-family: "bigfish", sans-serif;
    font-size: 18px;
    color: #111111;
    padding-top: 100px;
    align-items: center;
}
#toLink a {
    display: block;
    background-image: linear-gradient(11deg, rgba(156, 156, 156, 1), rgba(217, 217, 217, 1) 41%, rgba(241, 241, 241, 1));
    width: 250px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 20px;
    margin: 0 auto;
}
#seisakuTwitter {
    transform: translateY(20px);
}
#seisaku {
    font-size: 18px;
    font-weight: 600;
    padding-top: 100px;
    letter-spacing: 0.1em;
}
#seisakuName {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-top: 20px;
    transition: .3s;
}
#seisakuName:hover {
    transform: scale(120%);
    text-decoration: underline;
}
#seisakuNone {
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
    letter-spacing: 0.1em;
}
#nNewsList {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
#nNewsList li a {
    display: flex;
    justify-content: left;
    padding-top: 20px;
    transition: .3s;
}
#nNewsList li a:hover {
    position: relative;
    transform:scale(105%);
    text-decoration: underline;
}
#nNewsList li a time {
    text-align: left;
    flex-basis: 30%;
}
#nNewsList li a p {
    text-align: left;
    flex-basis: 70%;
}
#newsTitle {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
#mainSentence {
    padding-top: 100px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.newsMedia {
    width: 100%;
}
.YouTube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.YouTube iframe {
    width: 100%;
    height: 100%;
}
.twoButton p {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #f2f2f2;
    padding-top: 20px;
}
#iconButton {
    text-align: center;
    width: 200px;
    border-radius: 50%;
    transition: .2s;
}
#iconButton:hover {
    transform: scale(120%);
}
.twoButtonNews {
    display: flex;
    justify-content: space-around;
    font-family: "bigfish", sans-serif;
    font-size: 27px;
    color: #111111;
}
.singleButton {
    display: flex;
    justify-content: space-around;
    font-family: "bigfish", sans-serif;
    font-size: 27px;
    color: #111111;
}
#mojiLink {
    color: rgb(125, 236, 236);
    transition: .3s;
}
#mojiLink:hover {
    text-decoration: underline;
}
@media screen and (max-width: 699px) {
    .grobalNavigarion {
        height: 70px;
        text-align: center;
    }
    .grobalNavigarion nav {
        display: none;
    }
    #LG {
        width: 200PX;
        margin: 15PX auto 0;
    }
    #top {
        padding-top: 70PX;
    }
    main {
        position: relative;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.5em;
        color: #c4c4c4;
        padding-bottom: 350px;
    }
    .sp_br {
        display: block;
    }
    .sp2_br {
        display: none;
    }
    #BGlist img {
        display: none;
    }
    #charaBottom {
        bottom: 14vw;
        position: fixed;
    }
    .innerWrap {
        width: 80%;
    }
    .innerWrap section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1 {
        padding-bottom: 80px;
    }
    .button a {
        width: 30vw;
    }
    .twoButton {
        padding-top: 100px;
        font-size: 18px;
    }
    #KV {
        margin-bottom: 50px;
    }
    #aboutSentence {
        padding-bottom: 40px;
    }
    #movieSentence1 {
        flex-direction: column-reverse;
        padding-bottom: 40px;
    }
    #movieSentence2 {
        flex-direction: column;
        padding-bottom: 40px;
    }
    #About ul li p {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    #About ul li video {
        width: 80%;
    }
    #maisyuu {
        padding-left: 0;
    }
    #kyara {
        padding-left: 0;
    }
    #epMovie {
        width: 100%;
        margin-bottom: 50px;
        border-radius: 40px;
    }
    #Character ul li img {
        border-radius: 50%;
        width: 20vw;
        margin-bottom: 20px;
        transition: .3s;
    }
    #Character ul li .name {
        font-size: 2vw;
    }
    .iconSentence {
        display: block;
        text-align: center;
    }
    .iSen {
        padding-bottom: 40px;
    }
    .iconSentence #gIcon a {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }
    .iconSentence #fIcon a {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }
    .iconSentence span {
        font-family: "bigfish", sans-serif;
        font-size: 25px;
        color: #92faff;
        position: relative;
        bottom: -100px;
        text-shadow: 2px 2px #111111;
    }
    #guidlineBullet li {
        margin-left: 3rem;
        text-indent: -2.5rem;
    }
    #Link {
        margin-bottom: -30px;
    }
    #linkButton li {
        padding-bottom: 30px;
        flex-basis: 50%;
    }
    #linkButton li a {
        width: 35vw;
        margin: 0 auto;
        font-size: 18px;
    }
    #linkButton p {
        font-size: 8px;
        padding-top: 10px;
        line-height: 1.5em;
    }
    #linkButton {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #mainSentence {
        padding-top: 100px;
    }
    #newsList {
        width: 80%;
        margin: 0 auto;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.5em;
    }
    #newsList li a {
        display: flex;
        justify-content: left;
        padding-top: 20px;
        transition: .3s;
    }
    #newsList li a time {
        text-align: left;
        flex-basis: 50%;
    }
    #newsList li a p {
        text-align: left;
        flex-basis: 50%;
    }
    #charaButton {
        display: none;
    }
    h2 {
        padding-bottom: 50px;
        padding-top: 80px;
    }
    .katakana {
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 5px;
        letter-spacing: 0.1em;
    }
    .romaji {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    #charaul1,
    #charaul2 {
        padding-bottom: 70px;
        align-items: center;
        padding-bottom: 40px;
    }
    #charaul1 {
        flex-direction: column-reverse;
    }
    #charaul2 {
        flex-direction: column;
    }
    #charaulSen1,
    #charaulSen2 {
        width: 450px;
        text-align: center;
        width: 100%
    }
    #charaulSen1 {
        padding-left: 0px;
    }
    #charaulSen2 {
        padding-left: 0px;
    }
    .charaulImg1 {
        width: 100%;
        padding-bottom: 20px;
    }
    .charaulImg {
        width: 100%;
        border: 0px;
        border-radius: 10px;
        box-shadow: 0px 0px;
    }
    #charaulSen2-1 {
        padding-bottom: 1.5em;
    }
    #hitokoto {
        width: 150px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    #hitokotoTitle {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 40px;
        letter-spacing: 0.1em;
    }
    .myArt img {
        width: 100%;
        margin-bottom: 40px;
        transition: .3s;
    }
    .myVideo {
        width: 100%;
        margin-bottom: 40px;
        transition: .3s;
    }
    #nNewsList {
        width: 100%;
        margin: 0 auto;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.5em;
    }
    #nNewsList li a {
        padding-top: 20px;
    }
    #nNewsList li a time {
        text-align: left;
        flex-basis: 30%;
    }
    #nNewsList li a p {
        text-align: left;
        flex-basis: 70%;
    }
    #newsTitle {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 1px;
        line-height: 1.5em;
    }
    .charaName {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .charaName time {
        font-size: 8px;
    }
    #mainSentence {
        padding-top: 50px;
    }
    #toLink a {
        width: 50%;
        padding-top: 8px;
        margin: 0 auto;
    }
    #toGallery {
        padding-top: 100px;
    }
    #toGallery a {
        width: 80%;
        padding-top: 12px;
        padding-bottom: 13px;
        border-radius: 50px;
        margin: 0 auto;
    }
    #imgGallery li {
        padding-bottom: 3vw;
        flex-basis: 45%;
    }
    #imgGallery li img {
        object-fit:cover;
        width: 36vw;
        height: 36vw;
        border-radius: 10px;
        transition: .3s;
    }
    #imgGallery2 li {
        padding-bottom: 3vw;
        flex-basis: 45%;
    }
    #imgGallery2 li img {
        object-fit:cover;
        width: 36vw;
        height: 36vw;
        border-radius: 10px;
        transition: .3s;
    }
    .twoButton p {
        font-size: 8px;
        letter-spacing: 0.1em;
        padding-top: 10px;
    }
    #seisakuTwitter {
        transform: translateY(10px);
        font-size: 8px;
    }
    #seisaku {
        font-size: 18px;
        font-weight: 600;
        padding-top: 50px;
        letter-spacing: 0.1em;
    }
    #seisakuName {
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.1em;
        padding-top: 20px;
        transition: .3s;
    }
    #seisakuName:hover {
        transform: scale(120%);
        text-decoration: underline;
    }
    #seisakuNone {
        font-size: 25px;
        font-weight: 600;
        padding-top: 20px;
        letter-spacing: 0.1em;
    }
    footer {
        width: 100%;
        position: fixed;
        bottom: 0px;
        text-align: center;
        height:17vw;

    }
    footer img {
        display: none;
    }
    #grobalNavigarion2 {
        position: fixed;
        display: flex;
        justify-content: space-around;
        bottom: 2vw;
        width: 100%;
        z-index: 6;
        text-align: center;
    }
    #grobalNavigarion2 li img {
        width: 12vw;
        border-radius: 500px;
        transition: .2s;
    }
    #grobalNavigarion2 li img:hover {
        transform: scale(120%);
    }
    .twoButtonNews {
        font-size: 18px;
    }
    .singleButton {
        font-size: 18px;
    }
}