@charset "UTF-8";
html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --color1:#4d4242;
    --color2:#ece8e8;
    --color3:#c7c5a7;
    --color4:#c89e9e;
    --mobile-width:402px;
    --gutter:15px;
}

body{
    margin: 0;
    background: linear-gradient(
    to bottom,
    var(--color1) 0%,
    #756767 45%,
    #b49f9f 70%,
    #ece8e8 100%
);
    font-family: "Dela Gothic One","Rounded Mplus 1c",sans-serif;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: flex-start;
}

.mobile-wrapper{
    margin: 0 auto;
    width: var(--mobile-width);
    background: var(--color1);
    position: relative;
}

header{
    position: relative;
    height: 700px;
}

.logo{
    position: absolute;
    top: 10px;
    right: var(--gutter);
    z-index: 1;
}
.logo img{
    width: 120px;
    height: auto;
}

h1{
    font-family: "Dela Gothic One",sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 2px var(--color2);
    position: absolute;
    top: 300px;
    left: var(--gutter);
    padding: 0;
    z-index: 1;
}
.neko{
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 3px var(--color2);
}

h2{
    font-size: 32px;
    font-family: "Bungee",sans-serif;
}

h3{
    font-size: 30px;
    font-family: "Bungee",sans-serif;
}

h4{
    font-size: 28px;
    font-family: "Rounded Mplus 1c",sans-serif;
}

h5{
    font-size: 20px;
    font-family: "Rounded Mplus 1c",sans-serif;
    font-weight: 900;
}

h6{
    font-size: 12px;
    font-family: "Rounded Mplus 1c",sans-serif;
}

p{
    font-size: 16px;
    font-family: "Rounded Mplus 1c",sans-serif;
}

/*ヘッダー*/
.header-bg{
    width: 100%;
    max-width: var(--mobile-width);
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.header-bg video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    z-index: 1;
}
.header-bg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

/*アバウト*/
.about{
    margin: 40px 0;
    color: var(--color2);
    background: linear-gradient(
        to bottom,
        transparent 100px,
        var(--color4) 100px,
        var(--color4) calc(100% - 100px),
        transparent calc(100% - 100px)
    );
}
.koko-ue{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
}
.koko-st{
    width: 100%;
    height: auto;
    display: block;
}

.frame{
    border: 2px solid var(--color2);
    padding: 1em;
    position: absolute;
    left: var(--gutter);
    overflow: hidden;
}
.frame:before,
.frame:after,
.frame-2:before,
.frame-2:after {
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background-color: var(--color4);
    border: 2px solid var(--color2);
}
.frame:before {
    top: -12px;
    left: -12px;   
}
.frame:after {
    top: -12px;
    right: -12px;
}
.frame-2:before {
    right: -12px;
    bottom: -12px;
}
.frame-2:after {
    left: -12px;
    bottom: -12px;
}
.frame-3 {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid var(--color2);
    z-index: 1;
}

.about h4{
    position: relative;
    font-weight: 800;
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    display: block;
    line-height: 0.9;
}
.about h4 span{
    border-bottom: none;
    display: block;
    border-bottom: 2px solid var(--color2);
}
.about p{
    font-weight: 500;
    max-width: 360px;
    margin: 20px auto 20px;
    text-align: left;
    padding: 20px 15px;
    border: 1px solid var(--color2);
    outline: 3px solid var(--color2);
    outline-offset: -8px;
    line-height: 1.2;
}

/*プロフィール*/
.profile{
    background: var(--color3);
    position: relative;
    border-radius: 50% / 6%;
    margin: 160px 0 100px;
}
.n-koko-ue{
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    height: auto;
    display: block;
}
.n-koko-st{
    position: relative;
    top: 100px;
    margin-top: -100px;
    width: 100%;
    height: auto;
    display: block;
}
.profile-gt{
    padding: 0 var(--gutter);
}
.profile-bg{
    background-color: var(--color1);
}
.profile h2{
    color: var(--color2);
    margin: 5px 40px 60px;
    padding: 10px 0;
}
.koumoku{
    color: var(--color2);
}
.eigo{
    color: var(--color2);
}
.profile p{
    font-weight: 800;
    color: var(--color1);
}
.prf1{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 5px solid var(--color2);
    margin-bottom: 20px;
}
.koko{
    font-size: 30px;
    font-weight: 900;
}
.prf2{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 2px solid var(--color2);
    margin-bottom: 10px;
}
.prf3{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 2px solid var(--color2);
    margin-bottom: 10px;
}
.prf4{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 2px solid var(--color2);
    margin-bottom: 10px;
}
.prf5{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 2px solid var(--color2);
    margin-bottom: 10px;
}
.prf6{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: fit-content;
    border-bottom: 2px solid var(--color2);
    margin-bottom: 10px;
}
.prf7{
    width: 50%;
    margin-left: auto;    
    padding-bottom: 30px;
}
.prf7-1{
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.prf7-1::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid var(--color2);
}
.prf7 p{
    margin: 0;
    width: 100%;
    font-weight: 500;
}
.prf7 p span{
    display: inline-block;
    width: 100%;
    border-bottom: 2px dotted var(--color2);
}

/*チャームポイント*/
.charm-point{
    display: grid;
    margin: 160px 0;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.cmp-bg{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
}
.cmp-bg img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.charm-point h2{
    width: fit-content;
    text-align: center;
    color: var(--color2);
    border-top: 2px solid var(--color2);
    border-bottom: 2px solid var(--color2);
    margin: 0 auto 40px;
}
.midasi{
    font-size: 30px;
    color: var(--color2);
    -webkit-text-stroke: 9px var(--color1);
    paint-order: stroke fill;
    width: 150px;
    border-bottom: 3px solid var(--color1);
    display: flex;
    justify-content: center;
    padding-bottom: 2px;
}
.charm-point p{
    padding: 10px 0;
    font-weight: 500;
    width: 100%;
    line-height: 1.2;
}

.cmp1{
    display: flex;
    background: var(--color3);
}
.cmp1-tx{
    padding: 20px var(--gutter);
    color: var(--color1);
    text-align: center;
}
.koko-cmp1{
    overflow: hidden;
    border-radius: 100px 0 0 100px;
}
.koko-cmp1 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cmp2{
    display: flex;
    background: var(--color2);
}
.cmp2-tx{
    padding: 20px var(--gutter);
    color: var(--color1);
    text-align: center;
}
.koko-cmp2{
    overflow: hidden;
    border-radius: 0 100px 100px 0;
}
.koko-cmp2 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cmp3{
    display: flex;
    background: var(--color3);
}
.cmp3-tx{
    padding: 20px var(--gutter);
    color: var(--color1);
    text-align: center;
}
.koko-cmp3{
    overflow: hidden;
    border-radius: 100px 0 0 100px;
}
.koko-cmp3 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cmp4{
    display: flex;
    background: var(--color2);
}
.cmp4-tx{
    padding: 20px var(--gutter);
    color: var(--color1);
    text-align: center;
}
.koko-cmp4{
    overflow: hidden;
    border-radius: 0 100px 100px 0;
}
.koko-cmp4 img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/*エピソード*/
.funny-episode{
    background: var(--color3);
    border-radius: 100vw 0 0 100vw;
    margin: 130px 0 0;
    padding: 40px 0;
}
.funny-episode h2{
    text-align: right;
    margin: var(--gutter);
    color: var(--color1);
    margin-bottom: 20px;
}
.fe-h2-bg{
    width: 80%;
    margin-left: auto;
    background: var(--color4);
    border-radius: 100vw 0 0 100vw;
}
.fe-niyou{
    display: flex;
    align-items: center;
    gap: 2px;
}
.fe-mov{
    width: 45%;
    overflow: hidden;
    border-radius: 0 100vw 100vw 0;
    position: relative;
}
.fe-mov video{
    width: 100%;
    display: block;
}
#videoBtn{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    
    background: var(--color4);
    color: var(--color1);
    font-size: 30px;
    font-family: "Rounded Mplus 1c",sans-serif;
    cursor: pointer;
    padding-left: 4px;

    transition: 0.3s;
}
#videoBtn:hover{
    background: var(--color3);
    color: var(--color2);
}
.fe-tx{
    width: 55%;
    padding: 0 var(--gutter);
    text-align: center;
}
.funny-episode h4{
    color: var(--color1);
    border-bottom: 3px dotted var(--color1);
    width: fit-content;
    margin-right: var(--gutter);
    white-space: nowrap;
}
.funny-episode h6{
    color: var(--color1);
    margin-bottom: 20px;
}
.funny-episode p{
    width: fit-content;
    max-width: 32em;
    margin: 0 auto;
    color: var(--color1);
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}

/*topへ*/
.tophe{
    text-align: center;
    margin: 50px;
}
#gototop{
    width: 130px;
    height: 45px;
    border: none;
    border-radius: 15px;

    background: var(--color4);
    color: var(--color1);
    font-size: 20px;
    font-weight: 600;
    font-family: "Rounded Mplus 1c",sans-serif;
    cursor: pointer;

    transition: 0.3s;
}
#gototop:hover{
    background: var(--color3);
    color: var(--color2);
}

/*フッター*/
footer{
    position: relative;
}
.footer-bg img{
    display: block;
    width: 100%;
    height: auto;
}
.footer-logo{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 10;
}
.footer-logo img{
    width: 200px;
    height: auto;
}
small{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--color1);
    font-family: "Bungee",sans-serif;
}

/*ジャンプメニュー*/
.jump-menu{
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;

    z-index: 3;
}
.jump-menu a{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px ;
    color: var(--color1);
    background: var(--color3);
    border-radius: 100vw 0 0 100vw;
    text-decoration: none;
    font-size: 25px;
    font-family: "Bungee",sans-serif;
    letter-spacing: 0.1em;

    transform: translateX(0);
    transition: 0.3s;
}
.jump-menu a::after{
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 62px;
    height: 100%;
    background: inherit;
}
.jump-menu a:hover{
    transform: translateX(-20%);
    color: var(--color2);
    background: var(--color4);
}

@media screen and (max-width:768px) {
    .jump-menu{
        display: none !important;
    }
}