﻿@charset "UTF-8";

@-webkit-keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_2 {
    0% {
        opacity: 0;
        z-index: 0
    }

    20% {
        opacity: 1;
        z-index: 1
    }

    50% {
        opacity: 1;
        z-index: 1
    }

    70% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@-webkit-keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

@keyframes crossfader_3 {
    0% {
        opacity: 0;
        z-index: 0
    }

    13.33% {
        opacity: 1;
        z-index: 1
    }

    33.33% {
        opacity: 1;
        z-index: 1
    }

    42.85% {
        opacity: 0;
        z-index: 0
    }

    100% {
        opacity: 0;
        z-index: 0
    }
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    color: inherit
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
ul {
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Noto Sans JP", Sans-Serif;
    font-weight: 400;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.modalShow {
    overflow: hidden
}

.bold,
b,
strong {
    font-weight: 700
}

li,
ul {
    list-style-position: inside;
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

:focus,
a:focus {
    outline: 0
}

.sp {
    display: block
}

.pc {
    display: none
}

.onlypc {
    display: none
}

.steppc {
    display: none
}

.onlystep {
    display: none
}

.sppc {
    display: block
}

.container {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

#header {
    height: 14.6666666667vw;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

#header .logo {
    left: 4vw;
    position: absolute;
    top: 4vw
}

#header .logo>a {
    height: 40px;
    display: block;
    position: relative;
    width: 40px
}

#header .logo>a>img {
    height: auto;
    width: 100%
}

#header .nav-opened {
    align-items: center;
    display: none;
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 11
}

#header .nav-opened .bout {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s .3s ease;
    width: 100%;
    z-index: 0
}

#header .nav-opened .bout.show {
    opacity: 1;
    transition: opacity .4s ease
}

#header .nav-opened.show {
    display: block
}

#header .nav-opened .bg {
    background: #f4f2f2;
    border-radius: 0 0 50% 50%;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s .3s ease;
    width: 100%;
    z-index: 1
}

#header .nav-opened .bg.show {
    border-radius: 0;
    height: 525px;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%
}

#header .nav-opened>a {
    height: 45px;
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 45px;
    z-index: 3
}

#header .nav-opened>a>img {
    height: auto;
    width: 100%
}

#header .nav-opened .presents {
    background: url(/cms/connect/event/vlogaward2022/common/images/nav/menu_deco.png) no-repeat left 20px top 0;
    background-size: 10px 43px;
    font-size: 13px;
    font-weight: 700;
    height: 43px;
    left: 0;
    padding: 28px 0 0 35px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease
}

#header .nav-opened .presents.show {
    opacity: 1;
    visibility: visible
}

#header .nav-opened .presents.hide {
    opacity: 0;
    visibility: visible
}

#header .nav-opened .nav-lists {
    display: block;
    margin: 0 auto;
    opacity: 0;
    padding: 90px 0 0 0;
    position: relative;
    visibility: hidden;
    transition: opacity .2s ease;
    width: 80%;
    z-index: 2
}

#header .nav-opened .nav-lists.show {
    opacity: 1;
    visibility: visible
}

#header .nav-opened .nav-lists.hide {
    opacity: 0;
    visibility: visible
}

#header .nav-opened .nav-lists .nav-list {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 40px;
    position: relative;
    text-align: left;
    z-index: 2
}

#header .nav-opened .nav-lists .nav-list>a {
    position: relative;
    z-index: 4
}

#header .nav-opened .nav-lists .nav-list .circle {
    background-color: #ffe602;
    border-radius: 50%;
    height: 50px;
    left: 40px;
    position: absolute;
    top: -10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    width: 50px;
    z-index: 3
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(1) {
    padding: 0 0 30px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(1) .circle {
    left: 0
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(2) {
    padding: 0 0 20px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(2) .circle {
    left: 50px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(3) {
    padding: 0 0 20px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(3) .circle {
    top: -15px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(4) {
    padding: 0 0 30px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(4) .circle {
    top: -15px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(5) {
    padding: 0 0 30px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(5) .circle {
    left: 60px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(6) {
    padding: 0 0 30px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(6) .circle {
    left: 12px
}

#header .nav-opened .nav-lists .nav-list:nth-of-type(7) .circle {
    left: 18px
}

#header .nav-opened .nav-lists .nav-list.nav-sub {
    font-size: 16px;
    margin-left: 20px;
    text-indent: 20px
}

#header .nav-opened .nav-lists .nav-list.nav-sub::before {
    content: "";
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    display: inline-block;
    height: 9px;
    left: 0;
    top: 2px;
    position: absolute;
    width: 8px
}

#header .nav-opened .nav-lists .nav-list:hover .circle {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#header .nav-closed {
    height: 45px;
    position: fixed;
    right: 4vw;
    top: 4vw;
    width: 45px;
    z-index: 10
}

#header .nav-closed>a {
    height: 45px;
    position: relative;
    width: 45px
}

#header .nav-closed>a>img {
    height: auto;
    width: 100%
}

.ptop {
    height: 45px;
    margin: 0 0 10px 0;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 10
}

.ptop>a {
    height: 45px;
    margin: 0;
    width: 45px
}

.ptop>a>img {
    height: auto;
    width: 100%
}

#footer {
    background-color: #000;
    box-sizing: border-box;
    height: 38.6666666667vw;
    margin-top: 0;
    padding: 6.6666666667vw 0;
    position: relative;
    width: 100%
}

#footer .footer__sns {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

#footer .footer__sns .footer__snsItem {
    height: 7.8666666667vw;
    margin: 0 1.4666666667vw;
    width: 7.8666666667vw
}

#footer .footer__sns .footer__snsItem>a {
    display: block;
    height: inherit;
    position: relative;
    width: inherit
}

#footer .footer__sns .footer__snsItem>a>img {
    height: auto;
    width: 100%
}

#footer .btn-environ {
    margin: 5.3333333333vw 0;
    text-align: center
}

#footer .btn-environ>a {
    color: #fff;
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1;
    text-decoration: underline
}

#footer .copyright {
    color: #fff;
    font-size: 20px;
    font-size: 2.6666666667vw;
    letter-spacing: -.02em;
    margin-top: 5.3333333333vw;
    position: relative;
    text-align: center;
    width: 100%
}

.modal-environ {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.modal-environ.close {
    display: none
}

.modal-environ .modal-environ-box {
    background-color: #fff;
    position: relative;
    width: 86.6666666667vw
}

.modal-environ .modal-environ-box dl {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 73.3333333333vw
}

.modal-environ .modal-environ-box dl .modal-environ-head {
    border-bottom: 1px solid #000;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 5rem 0 2.5rem
}

.modal-environ .modal-environ-box dl .modal-environ-cont {
    margin: 2.5rem 0 5rem
}

.modal-environ .modal-environ-box dl .modal-environ-cont.cont-pc {
    display: none
}

.modal-environ .modal-environ-box dl .modal-environ-cont .modal-environ-txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 2rem
}

.modal-environ .modal-environ-box dl .modal-environ-cont .modal-environ-txt.browser {
    font-size: 2rem;
    padding-top: 0
}

.modal-environ .modal-environ-box .btn-close {
    height: 12vw;
    position: absolute;
    right: -2.6666666667vw;
    top: -4vw;
    width: 12vw
}

.modal-environ .modal-environ-box .btn-close>img {
    height: auto;
    width: 100%
}

@-webkit-keyframes ripples_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripples_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripples_anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripples_anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes ripples_anim3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ripples_anim3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    16% {
        opacity: 1
    }

    24% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes ripples_anim4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    15% {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripples_anim4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    15% {
        opacity: 1
    }

    25% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripples_anim4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes ripples_anim5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes ripples_anim5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@-webkit-keyframes ripples_anim6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripples_anim6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

#kv {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1
}

#kv .cover {
    position: relative;
    width: 100%
}

#kv .cover>img {
    height: auto;
    width: 100%
}

#report-archive {
    background-color: #f4f2f2;
    position: relative;
    width: 100%
}

#report-archive .inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 40vw;
    position: relative
}

#report-archive .inner h2 {
    font-size: 66px;
    font-size: 8.8vw;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 5.3333333333vw;
    text-align: center;
    z-index: 2
}

#report-archive .inner h2>em {
    font-size: 72px;
    font-size: 9.6vw;
    font-style: normal;
    font-weight: 700;
    display: block;
    position: relative;
    margin: 0;
    text-decoration: none
}

#report-archive .inner h2>span {
    display: block;
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 2.4em;
    position: relative;
    margin: 0 auto;
    letter-spacing: 3px
}

#report-archive .inner h2>strong {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.2em;
    height: 14.6666666667vw;
    padding-top: 3.3333333333vw;
    position: relative;
    margin: 0 auto 1.3333333333vw;
    text-align: center;
    width: 62.4vw
}

#report-archive .inner .repo_fukidasi {
    font-size: 26px;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1.3;
    height: 4.6666666667vw;
    margin: 2.6666666667vw auto 2.6666666667vw;
    position: relative;
    text-align: center;
    width: 64vw;
    z-index: 2
}

#report-archive .inner .repo_fukidasi::before {
    border-left: 1px solid #000;
    content: "";
    position: absolute;
    top: .0666666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
}

#report-archive .inner .repo_fukidasi::after {
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    top: .0666666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
}

#report-archive .inner .txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    text-align: center
}

#report-archive .inner .prize-box .prize-border-box {
    margin: 12vw auto 9.3333333333vw;
    position: relative;
    width: 89.3333333333vw;
    z-index: 1
}

#report-archive .inner .prize-box .prize-border-box::after {
    background: url(/cms/connect/event/vlogaward2022/common/images/prizewinner/bg_dots_line.png) repeat left top;
    background-size: 100%;
    border-radius: 4vw;
    content: "";
    height: 100%;
    left: 2.6666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    width: 89.3333333333vw;
    z-index: -1
}

#report-archive .inner .prize-box .prize-border-box h3 {
    font-size: 36px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 7.2vw;
    height: 8vw;
    margin: 0 auto 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4.6666666667vw;
    text-align: center;
    width: 40vw;
    z-index: 10
}

#report-archive .inner .prize-box .prize-border-box h3::before {
    background-color: #fff;
    border: 3px solid #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

#report-archive .inner .prize-box .prize-border-box h3::after {
    background-color: #000;
    border: 3px solid #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(-25deg) translate(10px, 7px);
    transform: skewX(-25deg) translate(10px, 7px)
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner {
    background-color: #fff;
    border: .5333333333vw solid #000;
    border-radius: 4vw;
    margin: 0;
    overflow: hidden;
    padding: 0 0 4vw;
    position: relative;
    width: 100%;
    z-index: 1
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .pic {
    background-color: #000;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .pic>img {
    height: auto;
    width: 100%
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box {
    display: flex;
    margin: -9.7333333333vw 0 4vw;
    position: relative;
    z-index: 2
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont {
    overflow: hidden;
    position: relative;
    width: 50%
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box {
    height: 9.7333333333vw;
    position: relative;
    width: 29.3333333333vw
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box::after {
    background-color: #ffe602;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(15deg) translateX(0);
    transform: skewX(15deg) translateX(0)
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4 {
    align-items: center;
    background-color: #ffe602;
    height: 9.7333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 27.7333333333vw
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4>span {
    font-size: 16px;
    font-size: 2.1333333333vw;
    font-weight: 700;
    display: block
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4>strong {
    font-size: 22px;
    font-size: 2.9333333333vw;
    font-weight: 700;
    display: block
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-btn-box {
    position: relative;
    width: 100%
}

#report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-btn-box>a {
    background-color: #000;
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/arrow_01.png);
    background-repeat: no-repeat;
    background-position: right 4vw center;
    background-size: 2vw auto;
    align-items: center;
    border-radius: 8vw;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.4;
    font-weight: 700;
    height: 16vw;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 84vw
}

#report-archive .inner .experience-box {
    margin: 13.3333333333vw auto 9.3333333333vw;
    position: relative
}

#report-archive .inner .experience-box h3 {
    font-size: 36px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto 5.3333333333vw;
    position: relative;
    text-align: center
}

#report-archive .inner .experience-box .experience-mov {
    margin: 0 auto;
    position: relative;
    width: 84vw
}

#report-archive .inner .experience-box .experience-mov::after {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/bg_dots_line.png) repeat left top;
    background-size: 100% auto;
    content: "";
    height: 100%;
    left: 2.6666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    width: 84vw;
    z-index: 0
}

#report-archive .inner .experience-box .experience-mov .mov-link {
    height: 47.2vw;
    position: relative;
    width: 84vw;
    z-index: 1
}

#report-archive .inner .experience-box .experience-mov .mov-link>img {
    height: auto;
    width: 100%
}

#report-archive::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    border-bottom: 20vw solid #ffe602;
    border-right: 100vw solid transparent;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 1
}

#repo_01,
#repo_02 {
    background-color: #ffe602;
    position: relative;
    z-index: 2
}

#repo_01 .inner,
#repo_02 .inner {
    position: relative
}

#repo_01 .inner h2,
#repo_02 .inner h2 {
    margin: 0 auto;
    width: 80vw
}

#repo_01 .inner h2>img,
#repo_02 .inner h2>img {
    height: auto;
    width: 100%
}

#repo_01 .inner .repo_fukidasi,
#repo_02 .inner .repo_fukidasi {
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.3;
    height: 4.6666666667vw;
    margin: 2.6666666667vw auto 5.3333333333vw;
    position: relative;
    text-align: center;
    width: 77.3333333333vw
}

#repo_01 .inner .repo_fukidasi::before,
#repo_02 .inner .repo_fukidasi::before {
    border-left: 1px solid #000;
    content: "";
    position: absolute;
    top: .2666666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
}

#repo_01 .inner .repo_fukidasi::after,
#repo_02 .inner .repo_fukidasi::after {
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    top: .2666666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
}

#repo_01 .inner h3,
#repo_02 .inner h3 {
    color: #fff;
    font-size: 50px;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 0;
    padding: 2vw 0 4vw;
    position: relative;
    text-align: center;
    width: 78.6666666667vw
}

#repo_01 .inner h3::before,
#repo_02 .inner h3::before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg)
}

#repo_01 .inner h3::after,
#repo_02 .inner h3::after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(-12deg) translate(10px, 9px);
    transform: skewX(-12deg) translate(10px, 9px)
}

#repo_01 .inner .repo_first,
#repo_02 .inner .repo_first {
    margin: 4.6666666667vw 0 0;
    text-align: center
}

#repo_01 .inner .repo_first>img,
#repo_02 .inner .repo_first>img {
    height: auto;
    width: 28.8vw
}

#repo_01 .inner .repo_first>p,
#repo_02 .inner .repo_first>p {
    color: #fff;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 0;
    padding: 1.2vw 0 1.3333333333vw;
    position: relative;
    text-align: center;
    width: 64vw
}

#repo_01 .inner .repo_first>p::before,
#repo_02 .inner .repo_first>p::before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg)
}

#repo_01 .inner .repo_comment_box .repo_comment_lists,
#repo_02 .inner .repo_comment_box .repo_comment_lists {
    display: block;
    margin: 6.6666666667vw auto 6.6666666667vw;
    position: relative;
    width: 92vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li {
    display: flex;
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .icon,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .icon {
    height: 14.8vw;
    width: 12.9333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .icon>img,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .icon>img {
    height: auto;
    width: 100%
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi {
    position: relative;
    width: 79.0666666667vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1 {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_sp_1.png) no-repeat 1.3333333333vw 4vw;
    background-size: auto 18.4vw;
    height: 22.6666666667vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 7.3333333333vw 7.3333333333vw;
    width: 47.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p .color-orange,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p .color-orange {
    color: #f45000
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2 {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_sp_2.png) no-repeat 1.3333333333vw 4vw;
    background-size: auto 21.0666666667vw;
    height: 25.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 6.6666666667vw 7.3333333333vw;
    width: 47.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p .color-orange,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p .color-orange {
    color: #f45000
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3 {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_sp_1.png) no-repeat 1.3333333333vw 4vw;
    background-size: auto 18.4vw;
    height: 22.6666666667vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3>p,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3>p {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 7.3333333333vw 7.3333333333vw;
    width: 47.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3>p .color-orange,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-3>p .color-orange {
    color: #f45000
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1 {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_sp_1.png) no-repeat;
    background-position: top 4vw right 1.3333333333vw;
    background-size: auto 26.4vw;
    height: 30.6666666667vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 6.6666666667vw 5.3333333333vw 6.6666666667vw auto;
    width: 49.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p .color-orange,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p .color-orange {
    color: #f45000
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2 {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_sp_2.png) no-repeat;
    background-position: top 4vw right 1.3333333333vw;
    background-size: auto 21.0666666667vw;
    height: 25.3333333333vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -.04em;
    margin: 6.6666666667vw 6.2666666667vw 0 auto;
    width: 47.6vw
}

#repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p .color-orange,
#repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p .color-orange {
    color: #f45000
}

#repo_01 .inner .pic_fukidasi,
#repo_02 .inner .pic_fukidasi {
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    height: 4.6666666667vw;
    margin: 2.6666666667vw auto 4vw;
    padding: 0 2.6666666667vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: auto
}

#repo_01 .inner .pic_fukidasi::before,
#repo_02 .inner .pic_fukidasi::before {
    border-left: 1px solid #000;
    content: "";
    position: absolute;
    top: .8vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg)
}

#repo_01 .inner .pic_fukidasi::after,
#repo_02 .inner .pic_fukidasi::after {
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    top: .8vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg)
}

#repo_01 .inner .pics-box,
#repo_02 .inner .pics-box {
    position: relative;
    width: 100%
}

#repo_01 .inner .pic-box,
#repo_02 .inner .pic-box {
    margin: 0 auto 5.3333333333vw;
    position: relative;
    width: 84vw
}

#repo_01 .inner .pic-box .pic,
#repo_02 .inner .pic-box .pic {
    height: 47.2vw;
    position: relative;
    width: 84vw
}

#repo_01 .inner .pic-box .pic::after,
#repo_02 .inner .pic-box .pic::after {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/bg_dots_line.png) repeat left top;
    background-size: 100%;
    content: "";
    height: 100%;
    left: 2.6666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    width: 84vw;
    z-index: 0
}

#repo_01 .inner .pic-box .pic>img,
#repo_02 .inner .pic-box .pic>img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1
}

#repo_01 .inner .repo_point,
#repo_02 .inner .repo_point {
    margin: 13.3333333333vw 0 0;
    text-align: center
}

#repo_01 .inner .repo_point h4,
#repo_02 .inner .repo_point h4 {
    color: #fff;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 0;
    padding: 1.2vw 0 1.3333333333vw;
    position: relative;
    text-align: center;
    width: 64vw
}

#repo_01 .inner .repo_point h4::before,
#repo_02 .inner .repo_point h4::before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg)
}

#repo_01 .inner .repo_point .repo_point_lists,
#repo_02 .inner .repo_point .repo_point_lists {
    margin: 6.6666666667vw auto 0;
    width: 84.1333333333vw
}

#repo_01 .inner .repo_point .repo_point_lists>li,
#repo_02 .inner .repo_point .repo_point_lists>li {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/point_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 84.1333333333vw auto;
    height: 24.1333333333vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
    width: 84.1333333333vw
}

#repo_01 .inner .repo_point .repo_point_lists>li>a,
#repo_02 .inner .repo_point .repo_point_lists>li>a {
    align-items: center;
    height: 24.1333333333vw;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_point .repo_point_lists>li h5,
#repo_02 .inner .repo_point .repo_point_lists>li h5 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: .7;
    margin: 0 auto 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0
}

#repo_01 .inner .repo_point .repo_point_lists>li p,
#repo_02 .inner .repo_point .repo_point_lists>li p {
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.3333333333vw auto 0;
    padding: 0;
    text-align: center
}

#repo_01 .inner .repo_point_01,
#repo_01 .inner .repo_point_02,
#repo_01 .inner .repo_point_03,
#repo_02 .inner .repo_point_01,
#repo_02 .inner .repo_point_02,
#repo_02 .inner .repo_point_03 {
    margin: 13.3333333333vw 0 0;
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_point_01 .repo_point_heading,
#repo_01 .inner .repo_point_02 .repo_point_heading,
#repo_01 .inner .repo_point_03 .repo_point_heading,
#repo_02 .inner .repo_point_01 .repo_point_heading,
#repo_02 .inner .repo_point_02 .repo_point_heading,
#repo_02 .inner .repo_point_03 .repo_point_heading {
    margin: 0 auto;
    position: relative;
    width: 84vw
}

#repo_01 .inner .repo_point_01 .repo_point_heading .point,
#repo_01 .inner .repo_point_02 .repo_point_heading .point,
#repo_01 .inner .repo_point_03 .repo_point_heading .point,
#repo_02 .inner .repo_point_01 .repo_point_heading .point,
#repo_02 .inner .repo_point_02 .repo_point_heading .point,
#repo_02 .inner .repo_point_03 .repo_point_heading .point {
    font-size: 20px;
    font-size: 2.6666666667vw;
    font-weight: 700;
    margin-bottom: .5333333333vw;
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_point_01 .repo_point_heading .point>em,
#repo_01 .inner .repo_point_02 .repo_point_heading .point>em,
#repo_01 .inner .repo_point_03 .repo_point_heading .point>em,
#repo_02 .inner .repo_point_01 .repo_point_heading .point>em,
#repo_02 .inner .repo_point_02 .repo_point_heading .point>em,
#repo_02 .inner .repo_point_03 .repo_point_heading .point>em {
    font-size: 33px;
    font-size: 4.4vw;
    font-style: normal;
    font-weight: 700;
    display: inline;
    position: relative;
    margin: 0;
    text-decoration: none
}

#repo_01 .inner .repo_point_01 .repo_point_heading h4,
#repo_01 .inner .repo_point_02 .repo_point_heading h4,
#repo_01 .inner .repo_point_03 .repo_point_heading h4,
#repo_02 .inner .repo_point_01 .repo_point_heading h4,
#repo_02 .inner .repo_point_02 .repo_point_heading h4,
#repo_02 .inner .repo_point_03 .repo_point_heading h4 {
    display: inline;
    font-size: 50px;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 0
}

#repo_01 .inner .repo_point_01 .repo_point_heading h4>span,
#repo_01 .inner .repo_point_02 .repo_point_heading h4>span,
#repo_01 .inner .repo_point_03 .repo_point_heading h4>span,
#repo_02 .inner .repo_point_01 .repo_point_heading h4>span,
#repo_02 .inner .repo_point_02 .repo_point_heading h4>span,
#repo_02 .inner .repo_point_03 .repo_point_heading h4>span {
    background: linear-gradient(transparent 20%, #fff 20%, #fff 86%, transparent 86%)
}

#repo_01 .inner .repo_point_01 .repo_point_heading .txt,
#repo_01 .inner .repo_point_02 .repo_point_heading .txt,
#repo_01 .inner .repo_point_03 .repo_point_heading .txt,
#repo_02 .inner .repo_point_01 .repo_point_heading .txt,
#repo_02 .inner .repo_point_02 .repo_point_heading .txt,
#repo_02 .inner .repo_point_03 .repo_point_heading .txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    margin: 6.6666666667vw auto 6.6666666667vw;
    position: relative;
    width: 84vw
}

#repo_01 .inner .repo_point_01 .repo_point_cont,
#repo_01 .inner .repo_point_02 .repo_point_cont,
#repo_01 .inner .repo_point_03 .repo_point_cont,
#repo_02 .inner .repo_point_01 .repo_point_cont,
#repo_02 .inner .repo_point_02 .repo_point_cont,
#repo_02 .inner .repo_point_03 .repo_point_cont {
    margin: 0;
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper {
    position: relative;
    width: 100%
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper::after,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper::after,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper::after,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper::after,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper::after,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper::after {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/bg_dots_line.png) repeat left top;
    background-size: 100%;
    content: "";
    height: 47.2vw;
    left: calc(50% + 2.6666666667vw);
    position: absolute;
    top: 2.6666666667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 84vw;
    z-index: 0
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper {
    z-index: 1
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide {
    margin-left: 1px
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic::after {
    display: none
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .swiper-wrapper .swiper-slide .pic-box .pic video {
    height: auto;
    width: 100%
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller {
    margin: 0 auto;
    position: relative;
    width: 84vw
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination {
    bottom: 0;
    right: 0;
    left: 0;
    top: -.4vw;
    display: inline-block;
    margin: 0 2.6666666667vw 0 0;
    position: relative;
    width: auto
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffe602;
    border: 2px solid #000;
    border-radius: 50%;
    height: 2.1333333333vw;
    opacity: 1;
    width: 2.1333333333vw
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/circle_arrow_left.png);
    background-size: 100% 100%;
    display: block;
    height: 8.6666666667vw;
    margin-right: 1.3333333333vw;
    position: absolute;
    left: -4.2666666667vw;
    top: -26.6666666667vw;
    width: 8.6666666667vw
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after {
    display: none
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/circle_arrow_right.png);
    background-size: 100% 100%;
    display: block;
    height: 8.6666666667vw;
    margin-right: 0;
    position: absolute;
    right: -4.2666666667vw;
    top: -26.6666666667vw;
    width: 8.6666666667vw
}

#repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
#repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
#repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
#repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
#repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
#repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next:after {
    display: none
}

#repo_01 .inner .repo_finished,
#repo_02 .inner .repo_finished {
    background: url(/cms/connect/event/vlogaward2022/common/images/report/finished_bg_sp.png) repeat top center;
    background-size: 100% auto;
    margin: 13.3333333333vw 0 0;
    text-align: center
}

#repo_01 .inner .repo_finished h4,
#repo_02 .inner .repo_finished h4 {
    color: #fff;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 0;
    padding: 1.2vw 0 1.3333333333vw;
    position: relative;
    text-align: center;
    top: -3.3333333333vw;
    width: 64vw
}

#repo_01 .inner .repo_finished h4::before,
#repo_02 .inner .repo_finished h4::before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg)
}

#repo_01 .inner .repo_finished .mov-box,
#repo_02 .inner .repo_finished .mov-box {
    margin: 1.3333333333vw auto 0;
    width: 86.6666666667vw
}

#repo_01 .inner .repo_finished .mov-box .mov-link>img,
#repo_02 .inner .repo_finished .mov-box .mov-link>img {
    height: auto;
    width: 100%
}

#repo_01 .inner .repo_finished .repo_finished_comment_box,
#repo_02 .inner .repo_finished .repo_finished_comment_box {
    position: relative
}

#repo_01 .inner .repo_finished .repo_finished_comment_box>p,
#repo_02 .inner .repo_finished .repo_finished_comment_box>p {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6;
    position: absolute;
    text-align: left;
    width: 56.6666666667vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-1,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-1 {
    height: 26.6666666667vw;
    margin: 4vw auto 0;
    overflow: hidden;
    width: 80.5333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-1>p,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-1>p {
    left: 22vw;
    top: 3.3333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-2,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-2 {
    height: 26.2666666667vw;
    overflow: hidden;
    margin: 0 auto 0;
    width: 87.3333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-2>p,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-2>p {
    left: 3.3333333333vw;
    top: 2.9333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-3,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-3 {
    height: 26.9333333333vw;
    margin: 4vw auto 0;
    width: 82vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-3>p,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-3>p {
    left: 21.8666666667vw;
    top: 3.3333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-4,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-4 {
    height: 26.1333333333vw;
    margin: 0 auto 0;
    overflow: hidden;
    width: 85.8666666667vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box.f-4>p,
#repo_02 .inner .repo_finished .repo_finished_comment_box.f-4>p {
    left: 3.3333333333vw;
    top: 2.9333333333vw
}

#repo_01 .inner .repo_finished .repo_finished_comment_box>img,
#repo_02 .inner .repo_finished .repo_finished_comment_box>img {
    height: auto;
    width: 100%
}

#repo_01 .inner .repo_finished .repo_finished_comment_box>img.sp,
#repo_02 .inner .repo_finished .repo_finished_comment_box>img.sp {
    display: block
}

#repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc,
#repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc {
    display: none
}

#repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc2,
#repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc2 {
    display: none
}

#repo_01 .circle {
    align-items: center;
    display: flex;
    height: 33.3333333333vw;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    top: -30.6666666667vw;
    width: 100%;
    z-index: 10
}

#repo_01 .circle>img {
    height: 100%;
    margin-left: 4vw;
    position: relative;
    width: auto
}

#repo_01 .inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw
}

#repo_02 .inner {
    padding-top: 6.6666666667vw;
    padding-bottom: 26.6666666667vw
}

#repo_02 .inner .repo_fukidasi {
    width: 72vw
}

#repo_02::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    bottom: -1px;
    right: 0;
    border-bottom: 16vw solid #fff;
    border-left: 100vw solid transparent;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 1
}

.modal-movie {
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-movie.close {
    display: none
}

.modal-movie .modal-movie-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 50px);
    max-height: calc(100% - 140px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3000
}

.modal-movie .modal-movie-box .modal-movie-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.modal-movie .modal-movie-box .modal-movie-inner #mov_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none
}

.modal-movie .modal-movie-box .btn-close {
    height: 50px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    width: 50px
}

.modal-movie .modal-movie-box .btn-close>img {
    height: auto;
    width: 100%
}

#product {
    position: relative;
    width: 100%;
    z-index: 1
}

#product .inner {
    margin: 2.6666666667vw auto;
    position: relative;
    width: 92vw
}

#product .inner h2 {
    font-size: 36px;
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 4vw;
    text-align: center
}

#product .inner .product-box {
    background-color: #f4f2f2;
    border-radius: 4vw;
    display: flex;
    flex-wrap: wrap;
    padding: 4.6666666667vw 6vw;
    position: relative;
    width: 100%
}

#product .inner .product-box .pic {
    height: 35.3333333333vw;
    position: relative;
    width: 46vw
}

#product .inner .product-box .pic>img {
    height: 33.8666666667vw;
    width: 40vw
}

#product .inner .product-box.half {
    margin-top: 4vw;
    padding: 7.3333333333vw 6vw
}

#product .inner .product-box.half .pic-2 {
    height: 23.0666666667vw;
    position: relative;
    text-align: center;
    width: 100%
}

#product .inner .product-box.half .pic-2>img {
    height: 20.4vw;
    width: 29.3333333333vw
}

#product .inner .product-box.half .pic-3 {
    height: 21.8666666667vw;
    position: relative;
    text-align: center;
    width: 100%
}

#product .inner .product-box.half .pic-3>img {
    height: 19.2vw;
    width: 13.4666666667vw
}

#product .inner .product-box .txt {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 500;
    height: 35.3333333333vw;
    width: calc(100% - 46vw)
}

#product .inner .product-box .btn-lists {
    position: relative;
    width: 100%
}

#product .inner .product-box .btn-lists>li {
    margin-top: 2.6666666667vw;
    position: relative;
    width: 100%
}

#product .inner .product-box .btn-lists>li>strong {
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1
}

#product .inner .product-box .btn-lists>li>a {
    align-items: center;
    border-radius: 1.3333333333vw;
    display: flex;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    height: 16vw;
    justify-content: center;
    position: relative;
    width: 100%
}

#product .inner .product-box .btn-lists>li>a.toProduct {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/arrow_02.png);
    background-repeat: no-repeat;
    background-position: right 3.3333333333vw center;
    background-size: 2.6666666667vw auto;
    background-color: #000;
    color: #ffe602
}

#product .inner .product-box .btn-lists>li>a.toNikondirect {
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/icon_blank.png);
    background-repeat: no-repeat;
    background-position: right 3.3333333333vw center;
    background-size: 3.2vw auto;
    background-color: #ffe602;
    color: #000
}

#product .inner .product-btn-box {
    margin: 13.3333333333vw 0 19.3333333333vw
}

#product .inner .product-btn-box>a {
    align-items: center;
    background-image: url(/cms/connect/event/vlogaward2022/common/images/report/arrow_02.png);
    background-repeat: no-repeat;
    background-position: right 5.3333333333vw center;
    background-size: 2.6666666667vw auto;
    background-color: #000;
    color: #fff;
    border-radius: 9.3333333333vw;
    display: flex;
    font-size: 30px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.3;
    height: 18.6666666667vw;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .sp {
        display: none
    }

    .pc {
        display: block
    }

    .onlypc {
        display: block
    }

    .onlystep {
        display: block
    }

    .sppc {
        display: none
    }

    #header {
        height: 98px
    }

    #header .logo {
        left: 30px;
        top: 30px
    }

    #header .logo>a {
        height: 68px;
        width: 68px
    }

    #header .nav-opened .bg {
        border-radius: 50% 0 0 50%;
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .4s .3s ease;
        width: 0
    }

    #header .nav-opened .bg.show {
        border-radius: 0;
        height: 100vh;
        right: 0;
        top: 0;
        transition: all .4s ease;
        width: 400px
    }

    #header .nav-opened>a {
        height: 54px;
        width: 54px;
        right: 30px;
        top: 30px
    }

    #header .nav-opened .presents {
        background: url(/cms/connect/event/vlogaward2022/common/images/nav/menu_deco_pc.png) no-repeat left 35px top 0;
        background-size: 12px auto;
        font-size: 13px;
        height: 70px;
        left: auto;
        right: 0;
        padding: 47px 0 0 55px;
        width: 400px
    }

    #header .nav-opened .nav-lists {
        opacity: 0;
        padding: 110px 0 0 0;
        right: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        transition: opacity .2s ease;
        width: 340px
    }

    #header .nav-opened .nav-lists .nav-list {
        font-size: 20px;
        padding: 0 0 30px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(1) .circle {
        left: -5px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(2) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(3) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(4) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(5) .circle {
        left: 45px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(6) .circle {
        left: 5px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(7) .circle {
        left: 10px;
        top: -15px
    }

    #header .nav-closed {
        height: 54px;
        width: 54px;
        right: 30px;
        top: 30px
    }

    #header .nav-closed>a {
        height: 54px;
        width: 54px
    }

    .ptop {
        height: 60px;
        margin: 0 20px 20px 0;
        width: 60px
    }

    .ptop>a {
        height: 60px;
        width: 60px
    }

    #footer {
        height: 80px;
        margin-top: 0;
        padding: 22px 30px;
        width: 100%
    }

    #footer .footer__sns {
        justify-content: left;
        width: 170px
    }

    #footer .footer__sns .footer__snsItem {
        height: 35px;
        margin: 0 12px 0 0;
        width: 35px
    }

    #footer .footer__sns .footer__snsItem.-line {
        display: none
    }

    #footer .btn-environ {
        left: 140px;
        margin: 0;
        position: absolute;
        text-align: left;
        top: 30px;
        width: 100px
    }

    #footer .btn-environ>a {
        font-size: 14px
    }

    #footer .copyright {
        display: block;
        height: 35px;
        font-size: 12px;
        position: absolute;
        margin-top: 0;
        right: 30px;
        text-align: right;
        top: 30px;
        width: calc(100% - 220px)
    }

    #report-archive .inner {
        padding-top: 60px;
        padding-bottom: 200px;
        width: 100%
    }

    #report-archive .inner h2 {
        font-size: 60px;
        padding: 0 0 40px
    }

    #report-archive .inner h2>em {
        font-size: 60px
    }

    #report-archive .inner h2>span {
        font-size: 14px;
        line-height: 2.4em;
        margin: 0 auto;
        letter-spacing: 3px
    }

    #report-archive .inner h2>strong {
        background-image: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi_pc.png);
        font-size: 18px;
        height: 67px;
        padding-top: 15px;
        margin: 0 auto 10px;
        width: 278px
    }

    #report-archive .inner .repo_fukidasi {
        font-size: 22px;
        height: 22px;
        margin: 20px auto;
        line-height: 1;
        width: 400px
    }

    #report-archive .inner .repo_fukidasi::before {
        border-left: 1px solid #000;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-transform: skewX(40deg);
        transform: skewX(40deg)
    }

    #report-archive .inner .repo_fukidasi::after {
        border-right: 1px solid #000;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -2;
        -webkit-transform: skewX(-40deg);
        transform: skewX(-40deg)
    }

    #report-archive .inner .txt {
        font-size: 20px
    }

    #report-archive .inner .prize-box {
        margin: 50px auto 0;
        max-width: 1030px;
        padding: 30px 0 30px;
        width: 100%
    }

    #report-archive .inner .prize-box .prize-box-inner {
        align-items: stretch;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1000px;
        position: relative;
        width: calc(100% - 50px)
    }

    #report-archive .inner .prize-box .prize-border-box {
        display: flex;
        margin: 0;
        position: relative;
        max-width: 480px;
        width: calc(50% - 20px);
        z-index: 1
    }

    #report-archive .inner .prize-box .prize-border-box::after {
        border-radius: 30px;
        height: 100%;
        left: 20px;
        top: 23px;
        max-width: 480px;
        width: 100%;
        z-index: -1
    }

    #report-archive .inner .prize-box .prize-border-box h3 {
        font-size: 24px;
        line-height: 38px;
        height: 42px;
        top: -24px;
        width: 224px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner {
        border: 4px solid #000;
        border-radius: 30px;
        padding: 0 0 100px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box {
        margin: -50px 0 20px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box {
        height: 50px;
        width: 155px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4 {
        height: 50px;
        width: 148px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4>span {
        font-size: 11px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .head-box h4>strong {
        font-size: 15px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .txt {
        font-size: 13px;
        padding: 20px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .sns-box {
        padding: 0 15px 0
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .sns-box>li {
        height: 32px;
        margin-right: 10px;
        width: 32px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-text-box .prize-border-text-cont .sns-box>li>a {
        height: 32px;
        width: 32px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-btn-box {
        position: absolute;
        bottom: 20px
    }

    #report-archive .inner .prize-box .prize-border-box .prize-border-inner .prize-border-btn-box>a {
        background-position: right 30px center;
        background-size: 11px auto;
        border-radius: 40px;
        font-size: 20px;
        height: 80px;
        letter-spacing: -.05em;
        max-width: 440px;
        padding: 0 20px 0 0;
        width: calc(100% - 20px)
    }

    #report-archive .inner .experience-box {
        margin: 100px auto 70px
    }

    #report-archive .inner .experience-box h3 {
        font-size: 30px;
        margin: 0 auto 40px
    }

    #report-archive .inner .experience-box .experience-mov {
        width: 700px
    }

    #report-archive .inner .experience-box .experience-mov::after {
        background-size: 50% auto;
        left: 20px;
        top: 23px;
        width: 700px
    }

    #report-archive .inner .experience-box .experience-mov .mov-link {
        height: 394px;
        width: 700px
    }

    #report-archive::before {
        border-bottom: 200px solid #ffe602;
        border-right: 1260px solid transparent
    }

    #repo_01 .inner h2,
    #repo_02 .inner h2 {
        width: 412px
    }

    #repo_01 .inner .repo_fukidasi,
    #repo_02 .inner .repo_fukidasi {
        font-size: 22px;
        height: 28px;
        margin: 20px auto 20px;
        width: 420px
    }

    #repo_01 .inner .repo_fukidasi::before,
    #repo_02 .inner .repo_fukidasi::before {
        top: 2px
    }

    #repo_01 .inner .repo_fukidasi::after,
    #repo_02 .inner .repo_fukidasi::after {
        top: 2px
    }

    #repo_01 .inner h3,
    #repo_02 .inner h3 {
        font-size: 46px;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        max-width: 970px;
        width: calc(100% - 70px)
    }

    #repo_01 .inner h3::before,
    #repo_02 .inner h3::before {
        -webkit-transform: skewX(-15deg);
        transform: skewX(-15deg)
    }

    #repo_01 .inner h3::after,
    #repo_02 .inner h3::after {
        -webkit-transform: skewX(-15deg) translate(10px, 9px);
        transform: skewX(-15deg) translate(10px, 9px)
    }

    #repo_01 .inner .repo_first,
    #repo_02 .inner .repo_first {
        margin: 20px 0 0
    }

    #repo_01 .inner .repo_first>img,
    #repo_02 .inner .repo_first>img {
        width: 181px
    }

    #repo_01 .inner .repo_first>p,
    #repo_02 .inner .repo_first>p {
        font-size: 24px;
        padding: 10px 0;
        width: 390px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists,
    #repo_02 .inner .repo_comment_box .repo_comment_lists {
        margin: 30px auto 50px;
        max-width: 1000px;
        width: calc(100% - 50px)
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li {
        display: flex;
        position: relative;
        width: 100%
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .icon,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .icon {
        height: auto;
        width: 82px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi {
        position: relative;
        width: 918px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_pc.png) no-repeat 10px 20px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p {
        font-size: 18px;
        margin: 48px 55px 68px;
        width: 540px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_pc.png) no-repeat 10px 20px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p {
        font-size: 18px;
        margin: 48px 50px 68px 50px;
        width: 560px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_pc.png) no-repeat;
        background-position: top 20px right 10px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p {
        font-size: 18px;
        margin: 35px 55px 55px auto;
        width: 540px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_pc.png) no-repeat;
        background-position: top 20px right 10px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p {
        font-size: 18px;
        margin: 35px 55px 55px auto;
        width: 540px
    }

    #repo_01 .inner .pic_fukidasi,
    #repo_02 .inner .pic_fukidasi {
        font-size: 24px;
        height: 24px;
        margin: 20px auto 20px;
        padding: 0 20px
    }

    #repo_01 .inner .pic_fukidasi::before,
    #repo_02 .inner .pic_fukidasi::before {
        top: 6px
    }

    #repo_01 .inner .pic_fukidasi::after,
    #repo_02 .inner .pic_fukidasi::after {
        top: 6px
    }

    #repo_01 .inner .pics-box-wrap,
    #repo_02 .inner .pics-box-wrap {
        margin: 0 auto;
        max-width: 1080px;
        width: 100%
    }

    #repo_01 .inner .pics-box,
    #repo_02 .inner .pics-box {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1080px;
        width: calc(100% - 50px)
    }

    #repo_01 .inner .pic-box,
    #repo_02 .inner .pic-box {
        margin: 0 auto 50px;
        max-width: 670px;
        width: calc(50% - 30px)
    }

    #repo_01 .inner .pic-box .pic,
    #repo_02 .inner .pic-box .pic {
        height: auto;
        max-width: 460px;
        width: 100%
    }

    #repo_01 .inner .pic-box .pic::after,
    #repo_02 .inner .pic-box .pic::after {
        left: 20px;
        top: 23px;
        max-width: 460px;
        width: 100%
    }

    #repo_01 .inner .repo_point,
    #repo_02 .inner .repo_point {
        margin: 100px 0 0
    }

    #repo_01 .inner .repo_point h4,
    #repo_02 .inner .repo_point h4 {
        font-size: 24px;
        padding: 9px 0 10px;
        width: 390px
    }

    #repo_01 .inner .repo_point h4::before,
    #repo_02 .inner .repo_point h4::before {
        background-color: #000;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-transform: skewX(-12deg);
        transform: skewX(-12deg)
    }

    #repo_01 .inner .repo_point .repo_point_lists,
    #repo_02 .inner .repo_point .repo_point_lists {
        display: flex;
        justify-content: space-between;
        margin: 100px auto 50px;
        max-width: 1000px;
        width: 100%
    }

    #repo_01 .inner .repo_point .repo_point_lists>li,
    #repo_02 .inner .repo_point .repo_point_lists>li {
        background-image: url(/cms/connect/event/vlogaward2022/common/images/report/point_bg_pc.png);
        background-size: 100% auto;
        height: 31.0666666667vw;
        margin: 0 10px;
        max-height: 272px;
        width: 272px
    }

    #repo_01 .inner .repo_point .repo_point_lists>li>a,
    #repo_02 .inner .repo_point .repo_point_lists>li>a {
        height: 100%
    }

    #repo_01 .inner .repo_point .repo_point_lists>li h5,
    #repo_02 .inner .repo_point .repo_point_lists>li h5 {
        font-size: 50px;
        margin-top: -20px
    }

    #repo_01 .inner .repo_point .repo_point_lists>li p,
    #repo_02 .inner .repo_point .repo_point_lists>li p {
        font-size: 24px;
        line-height: 1.6;
        margin: 0 auto 0
    }

    #repo_01 .inner .repo_point_wrap,
    #repo_02 .inner .repo_point_wrap {
        margin: 0 auto;
        max-width: 1260px;
        width: 100%
    }

    #repo_01 .inner .repo_point_01,
    #repo_01 .inner .repo_point_02,
    #repo_01 .inner .repo_point_03,
    #repo_02 .inner .repo_point_01,
    #repo_02 .inner .repo_point_02,
    #repo_02 .inner .repo_point_03 {
        align-items: flex-start;
        display: flex;
        margin: 100px auto 0;
        max-width: 1260px;
        width: calc(100% - 50px)
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading,
    #repo_01 .inner .repo_point_02 .repo_point_heading,
    #repo_01 .inner .repo_point_03 .repo_point_heading,
    #repo_02 .inner .repo_point_01 .repo_point_heading,
    #repo_02 .inner .repo_point_02 .repo_point_heading,
    #repo_02 .inner .repo_point_03 .repo_point_heading {
        margin: 0;
        padding-right: 20px;
        position: relative;
        max-width: 690px;
        width: 45%
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading .point,
    #repo_01 .inner .repo_point_02 .repo_point_heading .point,
    #repo_01 .inner .repo_point_03 .repo_point_heading .point,
    #repo_02 .inner .repo_point_01 .repo_point_heading .point,
    #repo_02 .inner .repo_point_02 .repo_point_heading .point,
    #repo_02 .inner .repo_point_03 .repo_point_heading .point {
        font-size: 14px;
        margin-bottom: 4px;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading .point>em,
    #repo_01 .inner .repo_point_02 .repo_point_heading .point>em,
    #repo_01 .inner .repo_point_03 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_01 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_02 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_03 .repo_point_heading .point>em {
        font-size: 24px
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading h4,
    #repo_01 .inner .repo_point_02 .repo_point_heading h4,
    #repo_01 .inner .repo_point_03 .repo_point_heading h4,
    #repo_02 .inner .repo_point_01 .repo_point_heading h4,
    #repo_02 .inner .repo_point_02 .repo_point_heading h4,
    #repo_02 .inner .repo_point_03 .repo_point_heading h4 {
        font-size: 36px
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading .txt,
    #repo_01 .inner .repo_point_02 .repo_point_heading .txt,
    #repo_01 .inner .repo_point_03 .repo_point_heading .txt,
    #repo_02 .inner .repo_point_01 .repo_point_heading .txt,
    #repo_02 .inner .repo_point_02 .repo_point_heading .txt,
    #repo_02 .inner .repo_point_03 .repo_point_heading .txt {
        font-size: 19px;
        line-height: 1.8;
        margin: 30px 0 0;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont,
    #repo_01 .inner .repo_point_02 .repo_point_cont,
    #repo_01 .inner .repo_point_03 .repo_point_cont,
    #repo_02 .inner .repo_point_01 .repo_point_cont,
    #repo_02 .inner .repo_point_02 .repo_point_cont,
    #repo_02 .inner .repo_point_03 .repo_point_cont {
        margin: 10px auto 0;
        max-width: 1000px;
        width: 55%
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper {
        box-sizing: border-box;
        margin: 0;
        position: relative;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper::after,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper::after,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper::after,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper::after,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper::after,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper::after {
        background-size: 100%;
        height: auto;
        left: 38px;
        position: absolute;
        padding-top: calc(56.25% - 30px);
        top: 20px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% - 40px);
        z-index: 0
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination {
        bottom: 0;
        right: auto;
        left: 20px;
        top: auto;
        display: inline-block;
        margin: 0;
        position: absolute;
        width: auto
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet {
        background-color: #ffe602;
        border: 1px solid #000;
        border-radius: 50%;
        height: 10px;
        opacity: 1;
        width: 10px
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev {
        background-image: url(/cms/connect/event/vlogaward2022/common/images/report/circle_arrow_left.png);
        background-size: 100% 100%;
        display: block;
        height: 50px;
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        width: 50px
    }
    .repo_point_cont .swiper .slide-controller [class*="swiper-button"] svg {
        display: none;
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-prev:after {
        display: none
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next {
        background-image: url(/cms/connect/event/vlogaward2022/common/images/report/circle_arrow_right.png);
        background-size: 100% 100%;
        display: block;
        height: 50px;
        margin-right: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        width: 50px
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
    #repo_01 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
    #repo_01 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
    #repo_02 .inner .repo_point_01 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
    #repo_02 .inner .repo_point_02 .repo_point_cont .swiper .slide-controller .swiper-button-next:after,
    #repo_02 .inner .repo_point_03 .repo_point_cont .swiper .slide-controller .swiper-button-next:after {
        display: none
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .pic-box,
    #repo_01 .inner .repo_point_02 .repo_point_cont .pic-box,
    #repo_01 .inner .repo_point_03 .repo_point_cont .pic-box,
    #repo_02 .inner .repo_point_01 .repo_point_cont .pic-box,
    #repo_02 .inner .repo_point_02 .repo_point_cont .pic-box,
    #repo_02 .inner .repo_point_03 .repo_point_cont .pic-box {
        margin: 0 0 0 20px;
        padding-bottom: 30px;
        width: calc(100% - 40px)
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .pic-box .pic,
    #repo_01 .inner .repo_point_02 .repo_point_cont .pic-box .pic,
    #repo_01 .inner .repo_point_03 .repo_point_cont .pic-box .pic,
    #repo_02 .inner .repo_point_01 .repo_point_cont .pic-box .pic,
    #repo_02 .inner .repo_point_02 .repo_point_cont .pic-box .pic,
    #repo_02 .inner .repo_point_03 .repo_point_cont .pic-box .pic {
        height: auto;
        max-width: 670px;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_cont .pic-box .pic::after,
    #repo_01 .inner .repo_point_02 .repo_point_cont .pic-box .pic::after,
    #repo_01 .inner .repo_point_03 .repo_point_cont .pic-box .pic::after,
    #repo_02 .inner .repo_point_01 .repo_point_cont .pic-box .pic::after,
    #repo_02 .inner .repo_point_02 .repo_point_cont .pic-box .pic::after,
    #repo_02 .inner .repo_point_03 .repo_point_cont .pic-box .pic::after {
        max-width: 670px
    }

    #repo_01 .inner .repo_point_02,
    #repo_02 .inner .repo_point_02 {
        flex-direction: row-reverse
    }

    #repo_01 .inner .repo_point_02 .repo_point_heading,
    #repo_02 .inner .repo_point_02 .repo_point_heading {
        margin-left: 40px;
        padding-right: 0
    }

    #repo_01 .inner .repo_finished-wrap,
    #repo_02 .inner .repo_finished-wrap {
        margin: 0 auto;
        max-width: 1240px;
        width: calc(100% - 40px)
    }

    #repo_01 .inner .repo_finished,
    #repo_02 .inner .repo_finished {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/finished_bg_pc.png) repeat;
        background-position: center 0;
        background-size: 1240px auto;
        border-radius: 20px;
        height: auto;
        margin: 100px auto 0;
        position: relative;
        text-align: center;
        width: 100%
    }

    #repo_01 .inner .repo_finished h4,
    #repo_02 .inner .repo_finished h4 {
        font-size: 24px;
        padding: 9px 0 10px;
        top: -25px;
        width: 260px
    }

    #repo_01 .inner .repo_finished h4::before,
    #repo_02 .inner .repo_finished h4::before {
        background-color: #000;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-transform: skewX(-12deg);
        transform: skewX(-12deg)
    }

    #repo_01 .inner .repo_finished .mov-box,
    #repo_02 .inner .repo_finished .mov-box {
        margin: 30px auto 0;
        max-width: 720px;
        width: calc(100% - 40px)
    }

    #repo_01 .inner .repo_finished .mov-box .mov-link>img,
    #repo_02 .inner .repo_finished .mov-box .mov-link>img {
        height: auto;
        width: 100%
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box,
    #repo_02 .inner .repo_finished .repo_finished_comment_box {
        bottom: 0;
        font-size: 0;
        position: relative;
        vertical-align: bottom
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>p {
        font-size: 16px;
        width: 300px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-1,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-1 {
        display: inline-block;
        height: 287px;
        overflow: hidden;
        left: auto;
        margin: 40px 10px 0 0;
        width: 326px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-1>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-1>p {
        left: 20px;
        top: 25px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-2,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-2 {
        display: inline-block;
        height: 287px;
        overflow: hidden;
        right: auto;
        margin: 40px 0 0 10px;
        width: 326px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-2>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-2>p {
        left: 20px;
        top: 25px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-3,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-3 {
        display: inline-block;
        height: 287px;
        overflow: hidden;
        left: auto;
        margin: 40px 10px 0 0;
        width: 326px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-3>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-3>p {
        left: 20px;
        top: 25px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-4,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-4 {
        display: inline-block;
        height: 287px;
        overflow: hidden;
        right: auto;
        margin: 40px 0 0 10px;
        width: 326px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-4>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-4>p {
        left: 20px;
        top: 25px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img {
        height: auto;
        width: 100%
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.sp,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.sp {
        display: none
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc {
        display: block
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc2,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc2 {
        display: none
    }

    #repo_01 .circle {
        justify-content: left;
        height: 169px;
        top: -150px;
        left: 50%;
        max-width: 970px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #repo_01 .circle>img {
        height: 100%;
        margin-left: 10px;
        position: relative;
        width: auto
    }

    #repo_01 .inner {
        padding-top: 0;
        padding-bottom: 50px
    }

    #repo_02 .inner {
        padding-top: 50px;
        padding-bottom: 250px
    }

    #repo_02 .inner .repo_fukidasi {
        width: 400px
    }

    #repo_02::before {
        border-bottom: 160px solid #fff;
        border-left: 1260px solid transparent
    }

    .modal-movie .modal-movie-box .btn-close {
        height: 54px;
        top: -70px;
        width: 54px
    }

    #product .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px auto;
        max-width: 1000px;
        width: calc(100% - 60px)
    }

    #product .inner h2 {
        font-size: 30px;
        margin-bottom: 30px;
        width: 100%
    }

    #product .inner .product-box {
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 35px 45px
    }

    #product .inner .product-box .pic {
        height: auto;
        max-width: 480px;
        width: 50%
    }

    #product .inner .product-box .pic>img {
        height: auto;
        margin: 0 auto;
        max-width: 327px;
        width: calc(100% - 20px)
    }

    #product .inner .product-box .txt {
        align-items: center;
        display: flex;
        font-size: 16px;
        height: 265px;
        margin-top: -90px;
        width: 50%
    }

    #product .inner .product-box .btn-lists {
        left: 50%;
        max-width: 370px;
        position: absolute;
        top: 110px;
        width: calc(50% - 40px)
    }

    #product .inner .product-box .btn-lists>li {
        margin-top: 10px;
        width: 100%
    }

    #product .inner .product-box .btn-lists>li>strong {
        font-size: 16px;
        display: block;
        position: relative;
        margin-bottom: 20px
    }

    #product .inner .product-box .btn-lists>li>a {
        border-radius: 5px;
        font-size: 16px;
        height: 60px;
        width: 100%
    }

    #product .inner .product-box .btn-lists>li>a.toProduct {
        background-position: right 15px center;
        background-size: 10px auto
    }

    #product .inner .product-box .btn-lists>li>a.toNikondirect {
        background-position: right 15px center;
        background-size: 16px auto
    }

    #product .inner .product-box.half {
        margin-top: 20px;
        padding: 35px 45px;
        width: calc(50% - 10px)
    }

    #product .inner .product-box.half .pic-2 {
        height: 148px
    }

    #product .inner .product-box.half .pic-2>img {
        height: 128px;
        width: 185px
    }

    #product .inner .product-box.half .pic-3 {
        height: 140px
    }

    #product .inner .product-box.half .pic-3>img {
        height: 120px;
        width: 84px
    }

    #product .inner .product-box.half .btn-lists {
        left: auto;
        max-width: 100%;
        position: relative;
        top: auto;
        width: 100%
    }

    #product .inner .product-btn-box {
        margin: 100px auto 100px;
        width: 700px
    }

    #product .inner .product-btn-box>a {
        background-position: right 40px center;
        background-size: 14px auto;
        border-radius: 50px;
        font-size: 20px;
        height: 100px;
        width: 700px
    }
}

@media only screen and (min-width:850px) {
    .modal-environ .modal-environ-box {
        padding: 60px 0;
        max-width: 900px;
        width: calc(100% - 100px)
    }

    .modal-environ .modal-environ-box dl {
        align-items: center;
        display: flex;
        width: calc(100% - 120px)
    }

    .modal-environ .modal-environ-box dl .modal-environ-head {
        align-items: center;
        border-right: 1px solid #000;
        border-bottom: none;
        display: flex;
        height: 150px;
        font-size: 20px;
        padding: 0 0 0;
        width: 135px
    }

    .modal-environ .modal-environ-box dl .modal-environ-cont {
        display: flex;
        flex-wrap: wrap;
        height: 150px;
        margin: 0 0 0 50px;
        width: 640px
    }

    .modal-environ .modal-environ-box dl .modal-environ-cont.cont-pc {
        display: flex
    }

    .modal-environ .modal-environ-box dl .modal-environ-cont.cont-sp {
        display: none
    }

    .modal-environ .modal-environ-box dl .modal-environ-cont .modal-environ-txt {
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 18px;
        width: 100%
    }

    .modal-environ .modal-environ-box dl .modal-environ-cont .modal-environ-txt.browser {
        font-size: 14px;
        padding-top: 0;
        width: 50%
    }

    .modal-environ .modal-environ-box .btn-close {
        height: 54px;
        right: -20px;
        top: -20px;
        width: 54px
    }

    #repo_01 .inner .repo_point_01,
    #repo_01 .inner .repo_point_02,
    #repo_01 .inner .repo_point_03,
    #repo_02 .inner .repo_point_01,
    #repo_02 .inner .repo_point_02,
    #repo_02 .inner .repo_point_03 {
        margin: 100px auto 0;
        max-width: 1260px
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading,
    #repo_01 .inner .repo_point_02 .repo_point_heading,
    #repo_01 .inner .repo_point_03 .repo_point_heading,
    #repo_02 .inner .repo_point_01 .repo_point_heading,
    #repo_02 .inner .repo_point_02 .repo_point_heading,
    #repo_02 .inner .repo_point_03 .repo_point_heading {
        margin: 0
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading .point,
    #repo_01 .inner .repo_point_02 .repo_point_heading .point,
    #repo_01 .inner .repo_point_03 .repo_point_heading .point,
    #repo_02 .inner .repo_point_01 .repo_point_heading .point,
    #repo_02 .inner .repo_point_02 .repo_point_heading .point,
    #repo_02 .inner .repo_point_03 .repo_point_heading .point {
        font-size: 14px;
        margin-bottom: 4px;
        width: 100%
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading .point>em,
    #repo_01 .inner .repo_point_02 .repo_point_heading .point>em,
    #repo_01 .inner .repo_point_03 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_01 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_02 .repo_point_heading .point>em,
    #repo_02 .inner .repo_point_03 .repo_point_heading .point>em {
        font-size: 24px
    }

    #repo_01 .inner .repo_point_01 .repo_point_heading h4,
    #repo_01 .inner .repo_point_02 .repo_point_heading h4,
    #repo_01 .inner .repo_point_03 .repo_point_heading h4,
    #repo_02 .inner .repo_point_01 .repo_point_heading h4,
    #repo_02 .inner .repo_point_02 .repo_point_heading h4,
    #repo_02 .inner .repo_point_03 .repo_point_heading h4 {
        font-size: 36px
    }

    #repo_01 .inner .repo_point_02,
    #repo_02 .inner .repo_point_02 {
        flex-direction: row-reverse
    }

    #repo_01 .inner .repo_point_02 .repo_point_heading,
    #repo_02 .inner .repo_point_02 .repo_point_heading {
        margin-left: 40px
    }
}

@media only screen and (min-width:915px) {
    .onlypc {
        display: none
    }

    .sppc {
        display: block
    }
}

@media only screen and (min-width:946px) {
    .steppc {
        display: block
    }

    .onlystep {
        display: none
    }
}

@media only screen and (min-width:1260px) {
    #report-archive::before {
        border-bottom: 200px solid #ffe602;
        border-right: 100vw solid transparent
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_pc.png) no-repeat 10px 30px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-1>p {
        font-size: 18px;
        margin: 58px 55px 58px;
        width: 540px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_left_pc.png) no-repeat 10px 30px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.left-2>p {
        font-size: 18px;
        margin: 58px 50px 58px 50px;
        width: 560px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_pc.png) no-repeat;
        background-position: top 30px right 10px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-1>p {
        font-size: 18px;
        margin: 45px 55px 45px auto;
        width: 540px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2 {
        background: url(/cms/connect/event/vlogaward2022/common/images/report/fukidasi2_right_pc.png) no-repeat;
        background-position: top 30px right 10px;
        background-size: auto 84px;
        height: 114px
    }

    #repo_01 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p,
    #repo_02 .inner .repo_comment_box .repo_comment_lists>li .fukidasi.right-2>p {
        font-size: 18px;
        margin: 45px 55px 45px auto;
        width: 540px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box,
    #repo_02 .inner .repo_finished .repo_finished_comment_box {
        bottom: 0;
        position: relative
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>p {
        font-size: 16px;
        width: 355px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-1,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-1 {
        height: 174px;
        width: 539px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-1>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-1>p {
        left: 165px;
        top: 32px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-2,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-2 {
        height: 174px;
        width: 555px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-2>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-2>p {
        left: 25px;
        top: 20px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-3,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-3 {
        height: 177px;
        width: 552px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-3>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-3>p {
        left: 164px;
        top: 32px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-4,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-4 {
        height: 177px;
        width: 556px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box.f-4>p,
    #repo_02 .inner .repo_finished .repo_finished_comment_box.f-4>p {
        left: 25px;
        top: 42px
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img {
        height: auto;
        width: 100%
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.sp,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.sp {
        display: none
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc {
        display: none
    }

    #repo_01 .inner .repo_finished .repo_finished_comment_box>img.pc2,
    #repo_02 .inner .repo_finished .repo_finished_comment_box>img.pc2 {
        display: block
    }

    #repo_02::before {
        border-bottom: 160px solid #fff;
        border-left: 100vw solid transparent
    }
}

@media (orientation:landscape) {
    #header {
        height: 98px
    }

    #header .logo {
        left: 30px;
        top: 30px
    }

    #header .logo>a {
        height: 68px;
        width: 68px
    }

    #header .nav-opened .bg {
        border-radius: 50% 0 0 50%;
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .4s .3s ease;
        width: 0
    }

    #header .nav-opened .bg.show {
        border-radius: 0;
        height: 100vh;
        right: 0;
        top: 0;
        transition: all .4s ease;
        width: 400px
    }

    #header .nav-opened>a {
        height: 54px;
        width: 54px;
        right: 30px;
        top: 30px
    }

    #header .nav-opened .presents {
        background: url(/cms/connect/event/vlogaward2022/common/images/nav/menu_deco_pc.png) no-repeat left 35px top 0;
        background-size: 12px auto;
        font-size: 13px;
        height: 70px;
        left: auto;
        right: 0;
        padding: 47px 0 0 55px;
        width: 400px
    }

    #header .nav-opened .nav-lists {
        opacity: 0;
        padding: 92px 0 0 0;
        right: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        transition: opacity .2s ease;
        width: 340px
    }

    #header .nav-opened .nav-lists .nav-list {
        font-size: 20px;
        padding: 0 0 20px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(1) {
        padding: 0 0 20px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(1) .circle {
        left: -5px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(2) {
        padding: 0 0 15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(2) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(3) {
        padding: 0 0 15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(3) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(4) {
        padding: 0 0 25px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(4) .circle {
        left: 40px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(5) {
        padding: 0 0 25px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(5) .circle {
        left: 45px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(6) {
        padding: 0 0 25px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(6) .circle {
        left: 5px;
        top: -15px
    }

    #header .nav-opened .nav-lists .nav-list:nth-of-type(7) .circle {
        left: 10px;
        top: -15px
    }

    #header .nav-closed {
        height: 54px;
        width: 54px;
        right: 30px;
        top: 30px
    }

    #header .nav-closed>a {
        height: 54px;
        width: 54px
    }

    #footer {
        height: 80px;
        margin-top: 0;
        padding: 22px 30px;
        width: 100%
    }

    #footer .footer__sns {
        justify-content: left;
        width: 170px
    }

    #footer .footer__sns .footer__snsItem {
        height: 35px;
        margin: 0 12px 0 0;
        width: 35px
    }

    #footer .footer__sns .footer__snsItem.-line {
        display: none
    }

    #footer .btn-environ {
        left: 140px;
        margin: 0;
        position: absolute;
        text-align: left;
        top: 30px;
        width: 100px
    }

    #footer .btn-environ>a {
        font-size: 14px
    }

    #footer .copyright {
        display: block;
        height: 35px;
        font-size: 12px;
        position: absolute;
        margin-top: 0;
        right: 30px;
        text-align: right;
        top: 30px;
        width: calc(100% - 220px)
    }
}

@media (orientation:landscape) and (max-height:767px) {
    .modal-movie .modal-movie-box {
        max-width: 123vh
    }
}