@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*---------------------------------------------------------
    Theme Name: 姉ageha 公認 TikTok Creator
    Description: 特設サイト用
    Theme URI: https://www.globalgrowth.jp/ggtk/aneageha/
    Author: KAZUTOSHI NISHIJIMA
    Version: 1.0
---------------------------------------------------------*/

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    color: #fff;
    line-height: 2;
    background: #000b15;
    -webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: 600;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/****************************************

    /* 背景

*****************************************/

#video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
}

@media screen and (max-width: 800px) {

#video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: -50%;
    min-height: 100%;
    min-width: 200%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

}

/****************************************

    /* ヘッダー

*****************************************/

header {
    padding: 4%;
}

header h1 {
    width: 25%;
    min-width: 180px;
}

@media screen and (max-width: 800px) {

header {
    padding: 8% 6%;
}

}

/****************************************

    /*

*****************************************/

#list {
    padding: 0 4%;
}

#list ul {
    display: flex;
    flex-flow: wrap;
}

#list ul li {
    width: calc(100% / 3);
    padding: 1%;
}

#list ul li .photo  {
    display: block;
    border: 4px solid;
    background-size: 100% auto;
    background-position: center;
    border-radius: 1em;
    transition-duration: 0.5s;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0,0,0,.8);
}

#list ul li:nth-child(1) .photo  {
    border: 4px solid #f5e989;
}
#list ul li:nth-child(2) .photo  {
    border: 4px solid #d6d6d6;
}
#list ul li:nth-child(3) .photo  {
    border: 4px solid #daad78;
}

#list ul li .photo:hover  {
    background-size: 106% auto;
    box-shadow: 8px 8px 12px rgba(0,0,0,.9);
}

#list ul li .photo .ranking {
    width: 20%;
    position: absolute;
    top: -5%;
    left: -5%;
}

#list ul li .photo .label {
    font-size: 90%;
    color: #fff;
    background: #182f46;
    padding: 0 1em;
    position: absolute;
    bottom: 1em;
    right: -.5em;
}

#list ul li .name {
    text-align: right;
    margin: 1em 0;
}

#list ul li .name h2 {
    font-size: clamp(18px, 1.2vw, 24px);
    font-weight: 400;
    line-height: 1.6;
}

#list ul li .name h2 a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 800px) {

#list {
    padding: 0 5%;
}

#list ul {
    display: flex;
    flex-flow: wrap;
}

#list ul li {
    width: 100%;
    padding: 1%;
}

#list ul li .name p {
    margin: 0 0 2em;
}

}

/****************************************

    /*

*****************************************/

footer {
    padding: 4% 0;
}

footer .sns {
    text-align: center;
    margin: 0 0 30px;
}

footer .sns a {
    display: inline-block;
    width: 50px;
    margin: 0 10px;
}

footer h1 {
    width: 60px;
    margin: 0 auto;
}

footer h1 img {
    display: block;
    width: 60px;
    margin: 0 auto;
}

footer p {
    font-size: 10px;
    text-align: center;
    margin: 1em 0;
}

@media screen and (max-width: 800px) {

footer {
    padding: 8% 0;
}

}


/****************************************

    /*

*****************************************/

#profile {

}

#profile .wrap {
    display: flex;
    padding: 0 2%;
}

#profile .wrap > div {
    flex: 1;
    padding: 2% 4%;
}

#profile .left h2 {
    font-size: clamp(20px, 2vw, 40px);
    font-weight: 400;
}

#profile .left h3 {
    font-weight: 400;
    margin: 2em 0 3em;
}

#profile .private {
    border-top: 1px solid;
    padding: 2em 0;
}

#profile .private ul {
    width: 100%;
    overflow: hidden;
}

#profile .private ul li {
    width: 50px;
    margin: 0 1em 0 0 ;
    float: left;
}

#profile .message {

}

#profile .back {
    margin: 2em 0 0;
}

#profile .back a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #182f46;
    padding: 0 2em 0 3em;
    position: relative;
    border-radius: 5px;
}

#profile .back a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#profile .back a:hover {
    background: #3a5f68
}


#profile .right img {
    border-radius: 1em;
}

@media screen and (max-width: 800px) {

#profile .wrap {
    flex-direction: column-reverse;
}

#profile .wrap > div {
    padding: 4%;
}

#profile .left h3 {
    margin: 1em 0 1.5em;
}

#profile .private ul li {
    width: 40px;
}

#profile .back a {
    padding: .25em 2em .25em 3em;
}

}


