.pc-menu,
.banabox {
    display: none !important;
}

body {
    padding-bottom: 0;
}

footer {
    padding: 0;
}

section {
    padding: 0 0 4em;
}

#o-header {
    position: inherit;
}

.now {
    margin-top: 0;
}

.bggray {
    background: #F6F6F6;
}

.w800 {
    max-width: 800px !important;
}

/**ファーストビュー**/
.fv {
    width: 100%;
    padding: 2em;
    background: #F6F6F6;
}

.fv .fvwarp {
    position: relative;
    max-width: 1000px;
    margin: auto;
    width: 90%;
}

.fv .img,
.fv .title {
    text-align: center;
}

.fv .img {
    margin-bottom: 0.5em;
}

.fv .title {
    font-size: 40px;
}

.fv .box {
    max-width: 600px;
    margin: 2em auto;
    width: 100%;
    border: 1px solid #000000;
    padding: 2em 1em 1em;
    position: relative;
}

.fv .box .subtitle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.fv .box .bgyellow {
    position: relative;
    padding: 0 1em;
}

.fv .box .bgyellow::before,
.fv .box .bgyellow::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
}

.fv .box .bgyellow::after {
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -2;
}

.fv .box .bgyellow::before {
    background: #F8EE58;
    width: calc(100% - 2em);
    left: 1em;
    height: 10px;
    z-index: -1;
}

.fv .imgwarp .imgbox {
    position: absolute;
    z-index: 2;
}

.fv .imgwarp .imgbox:nth-child(1) {
    top: 0;
    left: 10%;
    animation: 3s fuwafuwa infinite;
}

.fv .imgwarp .imgbox:nth-child(2) {
    top: 30%;
    left: 0;
    animation: 3s 0.5s fuwafuwa infinite;
}

.fv .imgwarp .imgbox:nth-child(3) {
    bottom: -10%;
    left: 8%;
    animation: 3s 1s fuwafuwa infinite;
}

.fv .imgwarp .imgbox:nth-child(4) {
    bottom: -10%;
    right: 10%;
    animation: 3s fuwafuwa infinite;
}

.fv .imgwarp .imgbox:nth-child(5) {
    bottom: 20%;
    right: 0;
    animation: 3s 0.5s fuwafuwa infinite;
}

.fv .imgwarp .imgbox:nth-child(6) {
    top: 0%;
    right: 8%;
    animation: 3s 1s fuwafuwa infinite;
}

@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.fv .imgwarp .imgbox:nth-child(1) img,
.fv .imgwarp .imgbox:nth-child(4) img {
    transform: scale(0.9);
}

.fv .imgwarp .imgbox:nth-child(2) img,
.fv .imgwarp .imgbox:nth-child(5) img {
    transform: scale(1.2);
}

.fv .imgwarp .imgbox:nth-child(3) img,
.fv .imgwarp .imgbox:nth-child(6) img {
    animation: 3s 1s fuwafuwa infinite;
}

/**コンテンツ**/
.content {
    max-width: 1000px;
    margin: auto;
    width: 90%;
    padding: 1em;
}

.content .title {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 24px;
}

.content .title .bgyellow {
    position: relative;
    z-index: 1;
}

.content .title .bgyellow::before {
    position: absolute;
    display: block;
    content: "";
    background: #F8EE58;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
    transform: translateX(-50%);
}

.content .remarks {
    text-align: center;
    margin: 1em 1em 3em;
}

.uesrwarp {
    flex-wrap: wrap;
    align-items: stretch;
}

.userbox {
    display: flex;
    align-items: flex-start;
    width: calc(50% - 2em);
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    margin-bottom: 2em;
}

.bgpink {
    padding: 1em 1em 0;
    background: linear-gradient(180deg, #FBE6E9 0%, #FBE6E9 55%, #ffffff 55%, #ffffff 100%);
    align-items: flex-end;
}

.bgpink .official {
    background: #E6A3AF;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.textbox {
    padding: 0 1em 1em;
}

.textbox p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.textbox i {
    margin-right: 0.5em;
}

.textbox .name,
.textbox .text p {
    margin-bottom: 0;
}

.textbox .text p:nth-child(1) {
    font-weight: bold;
    color: #E6A3AF;
    font-size: 1.0em;
}

.textbox .favoritebox {
    justify-content: flex-start;
    align-items: flex-start;
}

.textbox .favorite {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.textbox .favorite p {
    font-size: 10px;
    background: #707070;
    border-radius: 10px;
    padding: 0 1em;
    margin: 0 0.5em 0.5em;
    color: #fff;
}

.btn {
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3em;
}

.btn a {
    background: #4D9EEB;
    display: block;
    padding: 1em;
    color: #fff;
    border-radius: 20px;
}

.btn a i {
    margin-right: 0.5em;
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .content {
        width: 96%;
    }

    .fv .img {
        width: 80px;
        margin: 0 auto 1em;
    }

    .fv .title {
        font-size: 24px;
    }

    .fv .box .subtitle {
        font-size: 18px;
    }
    .fv .imgwarp{
        margin: 1em 0;
    }
    .fv .imgwarp .imgbox:nth-child(1),
    .fv .imgwarp .imgbox:nth-child(2),
    .fv .imgwarp .imgbox:nth-child(3),
    .fv .imgwarp .imgbox:nth-child(4),
    .fv .imgwarp .imgbox:nth-child(5),
    .fv .imgwarp .imgbox:nth-child(6){
        position:inherit;
        display: inline-block;
        width: 15%;
    }
    .fv .imgwarp .imgbox:nth-child(1) img,
    .fv .imgwarp .imgbox:nth-child(2) img,
    .fv .imgwarp .imgbox:nth-child(3) img,
    .fv .imgwarp .imgbox:nth-child(4) img,
    .fv .imgwarp .imgbox:nth-child(5) img,
    .fv .imgwarp .imgbox:nth-child(6) img {
        transform: scale(1);
    }

    .content .title {
        font-size: 18px;
    }

    .uesrwarp {
        display: block;
    }

    .userbox {
        width: 100%;
        margin-bottom: 3em;
    }
}