@font-face {
    font-family: 'YUGOTHR';
    src: url(../font/YUGOTHRSubsetFont.TTC);
}

body {
    font-family: "YUGOTHR", "MS Pゴシック";
    margin: 0px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}


/*menu*/

.menu {
    position: fixed;
    right: 50px;
    z-index: 10;
}

.top {
    top: 50px;
}

.bottom {
    bottom: 50px;
}

@media (max-width: 1399px) {
    .top {
        top: 10px;
        right: 10px;
    }
    .bottom {
        bottom: 25px;
        right: 10px;
    }
}

@media (min-width: 1400px) {
    .bottom {
        top: 230px;
        bottom: auto;
    }
}

.menu p {
    text-align: right;
    font-size: 16px;
    transition: all 300ms 0s ease;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
}

.menu .view {
    letter-spacing: 5px;
    color: red;
}

.menu .boder {
    height: 1px;
    background-color: #000000;
    position: absolute;
    right: 0px;
}


/*top*/

.header {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.header #icon {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.header #icon img {
    border-radius: 50%;
    width: 20%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header #icon p {
    position: relative;
    font-size: 1.8vw;
    text-align: center;
    margin: 10px 0px;
}

@media (max-width: 1024px) {
    .header #icon p {
        font-size: 4vw;
    }
    .header #icon img {
        width: 40%;
    }
}

@media (min-width: 1920px) {
    .header #icon img {
        width: 192px;
    }
    .header #icon p {
        font-size: 35px;
    }
}


/*sns*/

.sns-feed {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.sns-feed p {
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 0px;
}

.sns-feed svg {
    position: relative;
    top: 0.3vw;
    width: 1.8vw;
    height: 1.8vw;
}

.sns-feed>div {
    position: relative;
    cursor: pointer;
}

@media (min-width: 1920px) {
    .sns-feed p {
        font-size: 35px;
    }
    .sns-feed svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1024px) {
    .sns-feed p {
        font-size: 4vw;
    }
    .sns-feed svg {
        width: 4vw;
        height: 4vw;
    }
}

.sns-feed div a {
    text-decoration: none;
    color: #000000;
}

.sns-feed .boder {
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


/*2*/

.container {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow-y: scroll;
}

.container.container-1 {
    justify-content: center;
}

@media (min-width: 780px) {
    .container.container-2 {
        justify-content: center;
    }
}

@media (min-width: 1100px) {
    .container.container-3 {
        justify-content: center;
    }
}

.item {
    margin: 0px 50px;
    height: 350px;
}

.item p {
    font-size: 16px;
    margin: 0px;
    color: #888888;
}

.item .title {
    font-size: 22px;
    line-height: 1.3;
    color: black;
}

.item .badge {
    max-height: 27px;
}

.item .badge>img {
    padding: 0px 2px 0px 0px;
}

.item .img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 200px;
}

.item .img img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    position: relative;
}

.item p {
    max-width: 300px;
}

.alert {
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    background-color: #000000;
    width: 100vw;
}

.alert p {
    margin: 0px;
}