@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");

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

body {
    line-height: 1;
}

main {
    display: block;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

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

input,
select {
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #333333;
    text-align: left;
    background-color: #e6e6e6;
    font-size: 1.6rem;
    font-weight: 400;
    overflow-x: hidden;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.smp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .smp {
        display: block !important;
    }
}

.cl--header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 70px;
    z-index: 60;
}

.cl--header__inner {
    position: relative;
    z-index: 30;
}

.cl--header-logo {
    position: absolute;
    z-index: 80;
    top: 0;
    left: 0;
    width: 195px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cl--header-logo img {
    width: 100%;
    vertical-align: bottom;
}

.cl--header-logo:hover {
    filter: drop-shadow(0 5px 10px #000);
}

.cl--gmenu {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cl--gmenu-list {
    position: absolute;
    right: 165px;
    letter-spacing: -0.45rem;
}

.cl--gmenu-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 0 30px;
}

.cl--gmenu-list li a {
    position: relative;
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    text-align: center;
    padding: 17.5px 0;
}

.cl--gmenu-list li a:link {
    color: #FFF;
    text-decoration: none;
}

.cl--gmenu-list li a:visited {
    color: #FFF;
    text-decoration: none;
}

.cl--gmenu-list li a:hover {
    color: #FFF;
    text-decoration: none;
}

.cl--gmenu-list li a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cl--gmenu-list li a:hover:before {
    top: 0;
}

.cl--gmenu-list-en {
    line-height: 1.0;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.28em;
    margin: 0 0 10px;
}

.cl--gmenu-list-jp {
    line-height: 1.0;
    display: block;
    font-size: 1.1rem;
    letter-spacing: -0.028em;
    font-weight: normal;
}

.cl--gmenu-ologo {
    width: 120px;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cl--gmenu-ologo img {
    width: 100%;
    vertical-align: bottom;
}

.cl--gmenu-ologo:hover {
    opacity: 0.65;
}

.cl--gmenu-hline {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 60;
    display: block;
    position: absolute;
    top: 70px;
    left: -100vw;
    height: 1px;
    width: 100%;
    background-color: #787a78;
    -webkit-animation: kHline 0.25s forwards 2.50s;
    animation: kHline 0.25s forwards 2.50s;
}

.cl--header.fixed .cl--header-logo {
    width: 130px;
}

.cl--header.fixed .cl--gmenu {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 70px;
}

.cl--header.fixed .cl--gmenu-hline {
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .cl--header {
        height: 16vw;
        z-index: 60;
    }

    .cl--header-logo {
        width: 26.66667vw;
    }

    .cl--gmenu {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .cl--gmenu-list {
        position: relative;
        right: inherit;
    }

    .cl--gmenu-list li {
        display: block;
        margin: 0;
    }

    .cl--gmenu-list li a {
        padding: 4vw 0;
        border-bottom: 1px solid #555;
    }

    .cl--gmenu-list li a:before {
        display: none;
    }

    .cl--gmenu-list-en {
        font-size: 3.33333vw;
        margin: 0 0 1.33333vw;
    }

    .cl--gmenu-list-jp {
        font-size: 2.66667vw;
    }

    .cl--gmenu-ologo {
        width: 32vw;
        margin: 4vw auto;
        right: inherit;
        top: inherit;
        position: relative;
    }

    .cl--gmenu-hline {
        display: none;
    }

    .cl--header.fixed .cl--header-logo {
        width: 26.66667vw;
    }

    .cl--header.fixed .cl--gmenu {
        width: 100%;
        height: 100vh;
    }
}

.cl--wrapper {
    position: relative;
    width: 100%;
}

.cl--contents {
    position: relative;
    max-width: 960px;
    margin: 0 auto 100px;
    padding: 0 20px 0;
}

.cl--contents.result {
    padding: 40px 20px 0;
}

@media screen and (max-width: 768px) {
    .cl--contents {
        max-width: initial;
        margin: 0 auto 10.66667vw;
        padding: 0 5.33333vw 0;
    }

    .cl--contents.result {
        padding: 5.33333vw 5.33333vw 0;
    }
}

.cl--footer {
    padding: 50px 0;
    background-color: #FFF;
    box-shadow: 0px 3px 5px 1px #CCC;
}

.cl--footer-logo {
    width: 60px;
    margin: 0 auto 20px;
}

.cl--footer-logo img {
    width: 100%;
    vertical-align: bottom;
}

.cl--footer-copyright {
    display: block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
}

.page--top {
    position: fixed;
    display: block;
    right: 2.5%;
    bottom: 2.5%;
    background-color: #a99c3e;
    background-image: url(../images/common/parts/arrow_02.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    width: 60px;
    height: 60px;
    z-index: 90;
    border-radius: 5%;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.page--top a {
    display: block;
}

.page--top:hover {
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .cl--footer {
        padding: 6.66667vw 0;
    }

    .cl--footer-logo {
        width: 16vw;
        margin: 0 auto 5.33333vw;
    }

    .cl--footer-copyright {
        font-size: 2.66667vw;
    }

    .page--top {
        background-size: 2.66667vw;
        width: 10.66667vw;
        height: 10.66667vw;
    }
}

.burger--wrap {
    display: none;
}

@media screen and (max-width: 768px) {
    .burger--wrap {
        height: 16vw;
        width: 16vw;
        position: absolute;
        top: 5.33333vw;
        right: 4vw;
        display: block;
    }

    .burger {
        width: 10.66667vw;
        height: 5.73333vw;
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        right: 0;
        z-index: 9999;
        cursor: pointer;
    }

    .burger .line {
        width: 100%;
        height: 1.5px;
        background: #a99c3e;
        transition: 0.3s;
    }

    .burger::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        top: 0;
        right: 0;
        background: #a99c3e;
        transition: 0.6s;
    }

    .burger::after {
        content: "";
        position: absolute;
        width: 6.66667vw;
        height: 1.5px;
        bottom: 0;
        right: 0;
        background: #a99c3e;
        transition: 0.8s;
    }

    .navigation {
        display: none;
        opacity: 0.0;
        top: -100vw;
        z-index: 300;
        width: 100vw;
        height: 100vh;
        position: fixed;
        right: 0;
        transition: 0.3s;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navigation .navigation--content {
        padding: 0 0 5.33333vw;
        height: 100%;
    }

    .navigation.nav-active {
        display: block;
    }

    .navigation__button {
        width: 80vw;
        margin: 4vw auto 0;
        padding: 4vw 0;
        display: block;
        background-color: #a99c3e;
        height: 5.33333vw;
        line-height: 5.33333vw;
        border-radius: 5px;
        text-align: center;
        font-size: 3.73333vw;
    }

    .navigation__button:link {
        color: #FFF;
        text-decoration: none;
    }

    .navigation__button:visited {
        color: #FFF;
        text-decoration: none;
    }

    .navigation__button:hover {
        color: #FFF;
        text-decoration: none;
    }

    .navigation ul {
        margin: 0;
        padding: 0;
    }

    .burger-active::before {
        transform: rotate(135deg);
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #FFF;
    }

    .burger-active::after {
        transform: rotate(-135deg);
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #FFF;
        width: 100%;
    }

    .burger-active > .line {
        transform: scale(0);
    }

    .nav-active {
        top: 0;
        right: 0;
        opacity: 1.0;
    }

    .burger-active .line {
        background-color: #FFF;
    }
}

.sa {
    opacity: 0;
    transition: all .9s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(0.95);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

.ml--mainVisual {
    background-color: #000;
    height: 48.61111vw;
    position: relative;
    overflow: hidden;
}

.ml--mainVisual-arrow {
    display: block;
    position: absolute;
    top: 11.11111vw;
    z-index: 10;
    left: 16.66667vw;
    width: 1.04167vw;
    opacity: 0.0;
    -webkit-animation: kSubArrow 1.25s forwards 1.0s;
    animation: kSubArrow 1.25s forwards 1.0s;
}

.ml--mainVisual-arrow img {
    width: 100%;
    vertical-align: bottom;
}

.ml--mainVisual-text {
    display: block;
    position: absolute;
    top: 28.47222vw;
    z-index: 10;
    left: 17.36111vw;
    width: 47.22222vw;
    line-height: 2.0;
    opacity: 0.0;
    font-size: 1.11111vw;
    color: #bdbdbc;
    -webkit-animation: kSubText 1.25s forwards 2.25s;
    animation: kSubText 1.25s forwards 2.25s;
}

.ml--mainVisual-text img {
    width: 100%;
    vertical-align: bottom;
}

.ml--mainVisual-subTitle {
    display: block;
    position: absolute;
    top: 13.88889vw;
    z-index: 10;
    height: 48.61111vw;
    left: 17.36111vw;
    width: 39.58333vw;
    opacity: 0.0;
    -webkit-animation: kSubTitle 1.25s forwards 1.0s;
    animation: kSubTitle 1.25s forwards 1.0s;
}

.ml--mainVisual-subTitle img {
    width: 100%;
    vertical-align: bottom;
}

.ml--mainVisual-icon {
    display: block;
    position: absolute;
    top: 13.88889vw;
    z-index: 10;
    left: 61.11111vw;
    width: 13.88889vw;
    opacity: 0.0;
    -webkit-animation: kSubArrow 1.25s forwards 1.0s;
    animation: kSubArrow 1.25s forwards 1.0s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ml--mainVisual-icon img {
    width: 100%;
    vertical-align: bottom;
}

.ml--mainVisual-icon a {
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ml--mainVisual-icon a:hover {
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 10px 3px #0a0a0a);
    opacity: 0.9;
    transform: scale(0.985);
}

.ml--mainVisual-icon:hover {
    top: 14.02778vw;
}

.ml--mainVisual-vline {
    display: block;
    background-color: #787a78;
    height: 48.61111vw;
    width: 1px;
    position: absolute;
    z-index: 10;
    top: -100%;
    left: 16.66667vw;
    -webkit-animation: kVline 0.25s forwards 2.25s;
    animation: kVline 0.25s forwards 2.25s;
}

.ml--mainVisual-images {
    background-image: url(../images/home/main_ph.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 48.61111vw;
    -webkit-animation: kImages 3.0s forwards 0s;
    animation: kImages 3.0s forwards 0s;
}

.ml--mainVisual-yearTitle {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    opacity: 0.0;
    font-size: 2.3rem;
    font-weight: bold;
    -webkit-animation: kYearTitle 1.0s forwards 1.5s;
    animation: kYearTitle 1.0s forwards 1.5s;
    color: #FFF;
    position: absolute;
    z-index: 10;
    bottom: 4.86111vw;
    right: -100vw;
    display: block;
    letter-spacing: 0.01rem;
    line-height: 1.0;
}

.ml--mainVisual-yearTitle em {
    font-style: normal;
    font-size: 3.5rem;
    color: #a99c3e;
    display: inline-block;
    line-height: 1.0;
}

.ml--news {
    position: absolute;
    background-color: #FFF;
    z-index: 100;
    width: 800px;
    top: -50px;
    right: 0;
    box-shadow: -1px 5px 3px 1px #E2E2E2;
}

.ml--news-wrapper {
    position: relative;
    height: 110px;
    z-index: 30;
}

.ml--news__inner {
    padding: 20px;
    display: table;
    table-layout: fixed;
    width: 95%;
}

.ml--news-title {
    display: table-cell;
    width: 15%;
    border-right: 1px solid;
    vertical-align: middle;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    letter-spacing: 0.28em;
}

.ml--news-text {
    display: table-cell;
    width: 75%;
    padding: 20px 40px 20px 20px;
    font-size: 1.4rem;
}

@-webkit-keyframes kSubArrow {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
    }
}

@-webkit-keyframes kSubText {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
    }
}

@-webkit-keyframes kSubTitle {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
    }
}

@-webkit-keyframes kVline {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
        top: -100%;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
        top: 0;
    }
}

@-webkit-keyframes kHline {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
        left: -100%;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
        left: 0;
    }
}

@-webkit-keyframes kImages {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 0.3;
        transform: scale(1.15);
    }
}

@-webkit-keyframes kYearTitle {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
        right: 1.38889vw;
    }
}

@-webkit-keyframes naviFixed {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.0;
        bottom: -100vw;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1.0;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .ml--mainVisual {
        height: 93.33333vw;
    }

    .ml--mainVisual-arrow {
        display: none;
    }

    .ml--mainVisual-vline {
        display: none;
    }

    .ml--mainVisual-text {
        top: 49.33333vw;
        left: 8vw;
        width: 84vw;
        line-height: 2.0;
        opacity: 0.0;
        font-size: 2.93333vw;
    }

    .ml--mainVisual-subTitle {
        display: block;
        position: absolute;
        top: 20vw;
        z-index: 10;
        height: 93.33333vw;
        left: 8vw;
        width: 76vw;
        opacity: 0.0;
        -webkit-animation: kSubTitle 1.25s forwards 1.0s;
        animation: kSubTitle 1.25s forwards 1.0s;
    }

    .ml--mainVisual-subTitle img {
        width: 100%;
        vertical-align: bottom;
    }

    .ml--mainVisual-images {
        background-image: url(../images/home/main_ph.jpg);
        background-size: cover;
        background-position: center center;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 93.33333vw;
    }

    .ml--mainVisual-yearTitle {
        font-size: 3.33333vw;
        bottom: 5.33333vw;
    }

    .ml--mainVisual-yearTitle em {
        font-size: 4.66667vw;
    }

    .ml--mainVisual-icon {
        top: 16vw;
        left: 77.33333vw;
        width: 18.66667vw;
    }

    .ml--news {
        position: relative;
        width: auto;
        top: inherit;
        right: inherit;
    }

    .ml--news-wrapper {
        height: auto;
        margin: 0 0 8vw;
    }

    .ml--news__inner {
        padding: 4vw;
    }

    .ml--news-title {
        display: table-cell;
        width: 25%;
        font-size: 3.2vw;
    }

    .ml--news-text {
        display: table-cell;
        width: 65%;
        padding: 2.66667vw 5.33333vw 2.66667vw 2.66667vw;
        font-size: 3.33333vw;
        line-height: 1.5;
    }

    @-webkit-keyframes kSubText {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0.0;
        }

        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1.0;
        }
    }

    @-webkit-keyframes kSubTitle {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0.0;
        }

        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1.0;
        }
    }

    @-webkit-keyframes kImages {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0.0;
        }

        100% {
            -webkit-transform: translate(0, 0);
            opacity: 0.3;
            transform: scale(1.15);
        }
    }

    @-webkit-keyframes kYearTitle {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0.0;
        }

        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1.0;
            right: 1.38889vw;
        }
    }

    @-webkit-keyframes naviFixed {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0.0;
            bottom: -100vw;
        }

        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1.0;
            bottom: 0;
        }
    }
}

.result--section {
    margin: 60px 0;
}

.anchor-position {
    margin-top: -70px;
    padding-top: 70px;
    z-index: -2;
    position: relative;
}

.nav--adjust {
    height: 120px;
}

.result--section-flags {
    width: 90px;
    height: 90px;
    background-color: #a99c3e;
    line-height: 1.25em;
    font-size: 1.6rem;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-radius: 50%;
}

.result--section-flags span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    text-align: center;
}

.resultHeadline {
    margin: 0 0 50px;
    line-height: 4.2rem;
    position: relative;
}

.resultHeadline aside {
    display: inline-block;
    padding: 0 20px 0 0;
    background-color: #e6e6e6;
}

.resultHeadline-jp {
    font-size: 4.2rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.resultHeadline-en {
    font-size: 1.8rem;
    vertical-align: middle;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #a99c3e;
}

.resultHeadline:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #151100;
    position: absolute;
    left: 0;
    z-index: -2;
    top: 50.75%;
}

.resultHeadline.silver .resultHeadline-en {
    color: #aaaaaa;
}

.resultHeadline.bronze .resultHeadline-en {
    color: #653425;
}

.resultHeadline.other .resultHeadline-en {
    color: #1a4b9e;
}

.prize-title {
    margin: 0 0 30px;
    padding: 0 0 0 100px;
    background-image: url(../images/common/parts/icon_01.png);
    background-size: 82.5px;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 3.5rem;
    line-height: 3.5rem;
}

.prize-title-jp {
    font-size: 2.4rem;
    line-height: 1.0;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 10px 0 0;
    font-weight: bold;
    display: block;
}

.prize-title-en {
    font-size: 1.8rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #a99c3e;
    font-weight: bold;
}

.prize-title.silver .prize-title-en {
    color: #aaaaaa;
}

.prize-title.bronze .prize-title-en {
    color: #653425;
}

.prize-title.other .prize-title-en {
    color: #1a4b9e;
}

.reslut-button__list {
    text-align: center;
    margin: 45px 0 0;
    letter-spacing: -0.45em;
}

.reslut-button__list li {
    display: inline-block;
    margin: 0 10px;
    letter-spacing: normal;
}

.reslut-button-review {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 4.0rem;
    background-color: #a99c3e;
    width: 200px;
    color: #FFF;
    background-image: url(../images/common/parts/arrow_01.png);
    background-position: 92.5% center;
    background-size: 6px;
    background-repeat: no-repeat;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.reslut-button-review a {
    text-decoration: none;
    color: #fff;
}

.reslut-button-review:hover {
    background-color: #000;
}

.reslut-button-links {
    display: block;
    height: 40px;
    line-height: 4.0rem;
    background-color: #FFF;
    width: 200px;
    border: 1px solid #000;
    box-sizing: border-box;
    background-image: url(../images/common/parts/arrow_01_on.png);
    background-position: 92.5% center;
    background-size: 6px;
    background-repeat: no-repeat;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.reslut-button-links:link {
    color: #000;
    text-decoration: none;
}

.reslut-button-links:hover {
    background-color: #000;
    background-image: url(../images/common/parts/arrow_01.png);
    text-decoration: none;
    color: #FFF;
}

.reslut-button-links:visited {
    color: #000;
    text-decoration: none;
}

.result__footer {
    padding: 50px 0 200px;
}

@media screen and (max-width: 768px) {
    .result--section {
        margin: 8vw 0;
    }

    .anchor-position {
        margin-top: -16vw;
        padding-top: 16vw;
        z-index: -2;
        position: relative;
    }

    .nav--adjust {
        height: 44.67vw;
    }

    .result--section-flags {
        width: 16vw;
        height: 16vw;
        font-size: 3.06667vw;
    }

    .result--section-flags span {
        width: 16vw;
        height: 16vw;
    }

    .resultHeadline {
        margin: 0 0 3.33333vw;
        line-height: 5.33333vw;
    }

    .resultHeadline aside {
        padding: 0 5.33333vw 0 0;
    }

    .resultHeadline-jp {
        font-size: 5.06667vw;
        margin: 0 2vw 0 0;
    }

    .resultHeadline-en {
        font-size: 2.66667vw;
    }

    .prize-title {
        margin: 0 0 3.33333vw;
        padding: 10.66667vw 0 0;
        background-size: 12vw;
        min-height: 5.33333vw;
        line-height: 5.33333vw;
    }

    .prize-title-jp {
        font-size: 4.26667vw;
        margin: 00;
    }

    .prize-title-en {
        font-size: 2.66667vw;
    }

    .reslut-button__list {
        margin: 5.33333vw 0 0;
    }

    .reslut-button__list li {
        margin: 0 2vw;
    }

    .reslut-button__list li:nth-child(3n) {
        margin: 2vw 2vw 0;
    }

    .reslut-button-review {
        height: 9.33333vw;
        line-height: 9.33333vw;
        width: 34.66667vw;
        background-size: 1.06667vw;
        font-size: 3.2vw;
    }

    .reslut-button-links {
        height: 9.33333vw;
        line-height: 9.33333vw;
        width: 34.66667vw;
        background-size: 1.06667vw;
        font-size: 3.2vw;
    }

    .reslut-button-links span.movieText {
        letter-spacing: -0.1em;
    }

    .result__footer {
        padding: 6.66667vw 0;
    }
}

.result--nav {
    background-color: rgba(21, 17, 0, 0.9);
    width: 100%;
}

.result--nav-list {
    max-width: 860px;
    margin: 0 auto;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result--nav-list li {
    width: 200px;
    margin: 0 0 10px;
}

.result--nav-list a {
    display: block;
    background-color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 3.0rem;
    font-size: 1.5rem;
    box-sizing: border-box;
    background-image: url(../images/common/parts/arrow_01_on.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: 94.5% center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.result--nav-list a:link {
    color: #000;
    text-decoration: none;
}

.result--nav-list a:visited {
    color: #000;
    text-decoration: none;
}

.result--nav-list a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #333;
    background-image: url(../images/common/parts/arrow_01.png);
}

.result--nav-listText a {
    background: none;
    border: none;
    font-size: 1.2rem;
    background-image: url(../images/common/parts/arrow_01.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: left center;
}

.result--nav-listText a:link {
    color: #FFF;
    text-decoration: none;
}

.result--nav-listText a:visited {
    color: #FFF;
    text-decoration: none;
}

.result--nav-listText a:hover {
    color: #FFF;
    text-decoration: none;
    background: none;
    border: none;
    background-image: url(../images/common/parts/arrow_01.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: underline;
    opacity: 0.65;
}

.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-animation: naviFixed 0.5s forwards 0s;
    animation: naviFixed 0.5s forwards 0s;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 50;
}

@media screen and (max-width: 768px) {
    .result--nav-list {
        max-width: initial;
        padding: 2.66667vw;
    }

    .result--nav-list li {
        width: 48%;
        margin: 0 0 2.66667vw;
    }

    .result--nav-list a {
        line-height: 6.66667vw;
        font-size: 3.33333vw;
        background-size: 1.33333vw;
    }

    .result--nav-listText a {
        font-size: 2.93333vw;
    }

    .is-fixed {
        display: none;
    }
}

.resultFlex__2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.resultFlex__3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.reviewBox {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.reviewBox__inner {
    padding: 40px;
}

.reviewBox-title {
    margin: 0 0 30px;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    line-height: 1.0;
}

.reviewBox-title span {
    display: inline-block;
}

.reviewBox-title-maker {
    margin: 0 20px 0 0;
    font-size: 4.0rem;
}

.reviewBox-title-item {
    margin: 0 20px 0 0;
    font-size: 7.0rem;
}

.reviewBox-content {
    height: 300px;
    overflow-y: scroll;
    padding: 0 30px 0 0;
}

.reviewBox-list li {
    border-bottom: 1px solid #FFF;
    padding: 0 0 20px;
    margin: 0 0 40px;
}

.reviewBox-list li a {
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 1.5;
}

.reviewBox-list li a:link {
    color: #FFF;
    text-decoration: none;
}

.reviewBox-list li a:visited {
    color: #FFF;
    text-decoration: none;
}

.reviewBox-list li a:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.65;
}

.reviewBox-listIcon {
    display: block;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 1.8rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    margin: 0 0 15px;
    max-width: 180px;
}

.reviewBox-close {
    display: block;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    width: 200px;
    left: 39.58%;
    cursor: pointer;
    background-color: #FFF;
    height: 40px;
    line-height: 4.0rem;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(../images/common/parts/icon_02.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95.6% center;
}

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

    .reviewBox__inner {
        padding: 2.66667vw;
    }

    .reviewBox-title {
        margin: 0 0 3.33333vw;
    }

    .reviewBox-title-maker {
        margin: 0 0 2.66667vw;
        font-size: 3.73333vw;
        display: block;
    }

    .reviewBox-title-item {
        margin: 0;
        font-size: 5.6vw;
    }

    .reviewBox-content {
        height: 113.33333vw;
        padding: 0 5.33333vw 0 0;
    }

    .reviewBox-list li {
        padding: 0 0 2.66667vw;
        margin: 0 0 5.33333vw;
    }

    .reviewBox-list li a {
        font-size: 3.33333vw;
        line-height: 2.0;
    }

    .reviewBox-listIcon {
        padding: 1.33333vw;
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
        max-width: 42.66667vw;
    }

    .reviewBox-close {
        bottom: 5.33333vw;
        width: 34.66667vw;
        left: 30.58%;
        height: 9.33333vw;
        line-height: 9.33333vw;
        font-size: 3.2vw;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        background-size: 1.6vw;
    }
}

.result-g-box {
    position: relative;
    box-shadow: 0px 3px 5px 1px #CCC;
    background-color: #FFF;
    margin: 0 0 40px;
}

.result-g-box__inner {
    padding: 20px 20px 40px;
}

.result-g-box .result--section-flags {
    position: absolute;
    right: 10px;
    top: 10px;
}

.result-g-box-catch {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.25;
}

.result-g-box-author {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.25;
    text-align: right;
}

.result-g-box-lead {
    font-size: 1.6rem;
    line-height: 1.8;
}

.result-g-boxMeta {
    width: 45.65%;
}

.result-g-boxMeta-maker {
    font-size: 4.0rem;
    font-family: "Roboto", sans-serif;
    color: #3d3d3d;
    font-weight: 500;
    margin: 0 0 10px;
}

.result-g-boxMeta-item {
    font-size: 7.0rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.result-g-boxMeta-category {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 10px;
}

.result-g-boxMeta__wrapper {
    width: 100%;
    display: flex;
    margin: 0 0 10px;
}

.result-g-boxMeta-images {
    width: 54.34%;
}

.result-g-boxMeta-images img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .result-g-box {
        margin: 0 0 5.33333vw;
    }

    .result-g-box__inner {
        padding: 2.66667vw 2.66667vw 5.33333vw;
    }

    .result-g-box .result--section-flags {
        right: -5.33vw;
        top: -5.33vw;
    }

    .result-g-box-catch {
        font-size: 3.73333vw;
        margin: 0 0 2.66667vw;
        line-height: 1.5;
    }

    .result-g-box-author {
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
    }

    .result-g-box-lead {
        font-size: 3.33333vw;
    }

    .result-g-boxMeta {
        width: auto;
    }

    .result-g-boxMeta-maker {
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
    }

    .result-g-boxMeta-item {
        font-size: 6.13333vw;
        margin: 0 0 2.66667vw;
    }

    .result-g-boxMeta-category {
        font-size: 3.33333vw;
        font-weight: normal;
        margin: 0 0 2.66667vw;
    }

    .result-g-boxMeta__wrapper {
        width: auto;
        display: block;
        margin: 0 0 2.66667vw;
    }

    .result-g-boxMeta-images {
        width: 80%;
        margin: 0 auto 4vw;
    }

    .result-g-boxMeta-images img {
        width: 100%;
        vertical-align: bottom;
    }
}

.result-s-box {
    position: relative;
    box-shadow: 0px 3px 5px 1px #CCC;
    background-color: #FFF;
    max-width: 47.91%;
    margin: 0 4.18% 40px 0;
}

.result-s-box__inner {
    padding: 20px 20px 40px;
}

.result-s-box .result--section-flags {
    position: absolute;
    right: 10px;
    top: 10px;
}

.result-s-box .reslut-button__list li {
    margin: 0;
}

.result-s-box .reslut-button__list li:last-child {
    margin: 0 0 0 15px;
}

.result-s-box .reviewBox-close {
    left: 28.26%;
}

.result-s-box:nth-child(even) {
    margin: 0 0 40px;
}

.result-s-boxMeta {
    width: 100%;
}

.result-s-boxMeta-maker {
    font-size: 3.0rem;
    font-family: "Roboto", sans-serif;
    color: #3d3d3d;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.result-s-boxMeta-item {
    font-size: 6.0rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.result-s-boxMeta-category {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 10px;
    text-align: center;
}

.result-s-boxMeta__wrapper {
    width: 100%;
    margin: 0 0 10px;
}

.result-s-boxMeta-images {
    width: 100%;
}

.result-s-boxMeta-images img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .result-s-box {
        max-width: 47.91%;
    }

    .result-s-box__inner {
        padding: 2.66667vw 2.66667vw 5.33333vw;
    }

    .result-s-box .result--section-flags {
        position: absolute;
        right: -5.33vw;
        top: -5.33vw;
        z-index: 30;
    }

    .result-s-box .reslut-button__list li {
        margin: 0 0 2.66667vw;
    }

    .result-s-box .reslut-button__list li:last-child {
        margin: 0;
    }

    .result-s-box .reviewBox-close {
        left: 8.26%;
    }

    .result-s-box .reviewBox-content {
        height: 61.33vw;
    }

    .result-s-boxMeta {
        width: 100%;
    }

    .result-s-boxMeta-maker {
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-s-boxMeta-item {
        font-size: 6.13333vw;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-s-boxMeta-category {
        font-size: 3.33333vw;
        font-weight: normal;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-s-boxMeta__wrapper {
        width: 100%;
        margin: 0;
    }

    .result-s-boxMeta-images {
        width: 100%;
    }

    .result-s-boxMeta-images img {
        width: 100%;
        vertical-align: bottom;
    }
}

.result-3-box {
    position: relative;
    box-shadow: 0px 3px 5px 1px #CCC;
    background-color: #FFF;
    width: 31.25%;
    margin: 0 3.12% 40px 0;
}

.result-3-box__inner {
    padding: 20px 20px 40px;
}

.result-3-box .result--section-flags {
    position: absolute;
    right: 10px;
    top: 10px;
}

.result-3-box .reviewBox__inner {
    padding: 20px;
}

.result-3-box .reviewBox-title {
    margin: 0 0 15px;
}

.result-3-box .reviewBox-title-maker {
    font-size: 3.0rem;
}

.result-3-box .reviewBox-title-item {
    font-size: 4.5rem;
}

.result-3-box .reviewBox-content {
    height: 250px;
    padding: 0;
}

.result-3-box .reviewBox-close {
    left: 16.26%;
    bottom: 55px;
}

.result-3-box .prize-title {
    background-size: 65px;
    padding: 0 0 0 75px;
    margin: 0 0 10px;
    min-height: 2.0rem;
    line-height: 2.0rem;
}

.result-3-box .prize-title-jp {
    font-size: 2.0rem;
}

.result-3-box .prize-title-en {
    font-size: 1.3rem;
}

.result-3-box:nth-child(3n) {
    margin: 0 0 40px;
}

.result-3-box .reslut-button__list li {
    margin: 0 0 15px;
}

.result-3-box .result--section-flags {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
}

.result-3-box .result--section-flags span {
    width: 60px;
    height: 60px;
}

.result-3-boxMeta {
    width: 100%;
}

.result-3-boxMeta-maker {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    color: #3d3d3d;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.result-3-boxMeta-item {
    font-size: 3.2rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.result-3-boxMeta-category {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 10px;
    text-align: center;
}

.result-3-boxMeta__wrapper {
    width: 100%;
    margin: 0 0 10px;
}

.result-3-boxMeta-images {
    width: 100%;
}

.result-3-boxMeta-images img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .result-3-box {
        width: 47.91%;
        margin: 0 4.18% 40px 0;
    }

    .result-3-box:nth-child(3n) {
        margin: 0 4.18% 40px 0;
    }

    .result-3-box:nth-child(even) {
        margin: 0 0 40px;
    }

    .result-3-box .reviewBox__inner {
        padding: 2.66667vw;
    }

    .result-3-box .reviewBox-title {
        margin: 0 0 3.33333vw;
    }

    .result-3-box .reviewBox-title-maker {
        margin: 0 0 2.66667vw;
        font-size: 3.73333vw;
        display: block;
    }

    .result-3-box .reviewBox-title-item {
        margin: 0;
        font-size: 5.6vw;
    }

    .result-3-box .reviewBox-content {
        height: 113.33333vw;
        padding: 0 5.33333vw 0 0;
    }

    .result-3-box .reviewBox-list li {
        padding: 0 0 2.66667vw;
        margin: 0 0 5.33333vw;
    }

    .result-3-box .reviewBox-list li a {
        font-size: 3.33333vw;
        line-height: 2.0;
    }

    .result-3-box .reviewBox-listIcon {
        padding: 1.33333vw;
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
        max-width: 42.66667vw;
    }

    .result-3-box .reviewBox-close {
        bottom: 5.33333vw;
        width: 34.66667vw;
        left: 30.58%;
        height: 9.33333vw;
        line-height: 9.33333vw;
        font-size: 3.2vw;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        background-size: 1.6vw;
    }

    .result-3-box .result--section-flags {
        position: absolute;
        right: -5.33vw;
        top: -5.33vw;
        z-index: 30;
    }

    .result-3-box .reslut-button__list li {
        margin: 0 0 2.66667vw;
    }

    .result-3-box .reslut-button__list li:last-child {
        margin: 0;
    }

    .result-3-box .reviewBox-close {
        left: 8.26%;
    }

    .result-3-box .reviewBox-content {
        height: 61.33vw;
    }

    .result-3-box .prize-title {
        margin: 0 0 3.33333vw;
        padding: 10.66667vw 0 0;
        background-size: 12vw;
        min-height: 5.33333vw;
        line-height: 5.33333vw;
    }

    .result-3-box .prize-title-jp {
        font-size: 4.26667vw;
        margin: 00;
    }

    .result-3-box .prize-title-en {
        font-size: 2.66667vw;
    }

    .result-3-boxMeta {
        width: 100%;
    }

    .result-3-boxMeta-maker {
        font-size: 3.33333vw;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-3-boxMeta-item {
        font-size: 6.13333vw;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-3-boxMeta-category {
        font-size: 3.33333vw;
        font-weight: normal;
        margin: 0 0 2.66667vw;
        text-align: left;
    }

    .result-3-boxMeta__wrapper {
        width: 100%;
        margin: 0;
    }

    .result-3-boxMeta-images {
        width: 100%;
    }

    .result-3-boxMeta-images img {
        width: 100%;
        vertical-align: bottom;
    }
}

.result--genre-table {
    width: 100%;
}

.result--genre-table th {
    padding: 20px;
    background-color: #F5F5F5;
    border: 1px solid #e6e6e6;
    font-size: 1.6rem;
    line-height: 1.5;
}

.result--genre-table td {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .result--genre-table {
        width: 100%;
    }

    .result--genre-table th {
        padding: 2.66667vw;
        font-size: 3.33333vw;
    }

    .result--genre-table td {
        padding: 2.66667vw;
        font-size: 3.33333vw;
    }
}

.pl--section {
    background-color: #FFF;
    box-shadow: 0px 3px 5px 1px #CCC;
    margin: 0 0 80px;
}

.pl--section__inner {
    padding: 40px;
}

@media screen and (max-width: 768px) {
    .pl--section {
        margin: 0 0 8vw;
    }

    .pl--section__inner {
        padding: 5.33333vw;
    }
}

.cl--mainVisual {
    margin: 0 0 80px;
    background-color: #000;
    background-image: url(../images/common/header/logo2.png);
    background-repeat: no-repeat;
    background-size: 725px;
    background-position: 105% 56.36%;
    height: 370px;
    position: relative;
}

.cl--mainVisual__inner {
    max-width: 960px;
    margin: 0 auto;
}

.cl--mainVisual-titleBox {
    padding: 160px 0 20px;
    position: relative;
}

.cl--mainVisual-titleBox-en {
    font-family: "Roboto", sans-serif;
    color: #a99c3e;
    font-size: 2.6rem;
    display: block;
    margin: 0 0 15px;
    line-height: 1.0;
}

.cl--mainVisual-titleBox-jp {
    color: #FFF;
    font-size: 4.8rem;
    letter-spacing: 0.10em;
    display: block;
    line-height: 1.0;
}

.cl--mainVisual-titleBox:after {
    position: absolute;
    width: 60px;
    content: "";
    background-color: #4d4d4d;
    height: 1px;
    left: 0;
    bottom: 0;
}

.cl--mainVisual .ml--mainVisual-yearTitle {
    bottom: 2.461vw;
}

@media screen and (max-width: 768px) {
    .cl--mainVisual {
        margin: 0 0 8vw;
        background-size: 40vw;
        background-position: 105% 65.36%;
        height: 50vw;
    }

    .cl--mainVisual__inner {
        max-width: initial;
        padding: 0 5.33333vw;
    }

    .cl--mainVisual-titleBox {
        padding: 24vw 0 4vw;
        position: relative;
    }

    .cl--mainVisual-titleBox-en {
        font-size: 3.33333vw;
        margin: 0 0 2vw;
    }

    .cl--mainVisual-titleBox-jp {
        font-size: 5.33333vw;
    }

    .cl--mainVisual-titleBox:after {
        position: absolute;
        width: 8vw;
    }

    .cl--mainVisual .ml--mainVisual-yearTitle {
        bottom: 5.33333vw;
    }
}

.cl--headLine01 {
    margin: 0 auto 30px;
    padding: 0 20px 20px;
    position: relative;
    max-width: 960px;
}

.cl--headLine01-en {
    display: block;
    line-height: 1.0;
    color: #a99c3e;
    font-family: "Roboto", sans-serif;
    margin: 0 0 20px;
}

.cl--headLine01-jp {
    display: block;
    line-height: 1.0;
    letter-spacing: 0.08em;
    font-size: 2.6rem;
}

.cl--headLine01:after {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #333;
}

.pl--section-headL3 {
    margin: 60px 0 25px;
    padding: 10px 0;
    font-size: 2.6rem;
    position: relative;
    line-height: 1.0;
}

.pl--section-headL3:before {
    content: "";
    position: absolute;
    background-color: #a99c3e;
    height: 100%;
    width: 10px;
    left: -40px;
    top: 0;
}

.pl--section-headL3:first-child {
    margin: 0 0 25px;
}

.pl--section-headL4 {
    margin: 0 0 15px;
    font-size: 2.2rem;
    border-bottom: 3px solid #F5F5F5;
    padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .cl--headLine01 {
        margin: 0 auto 4.66667vw;
        padding: 0 5.33333vw 2.66667vw;
        max-width: initial;
    }

    .cl--headLine01-en {
        margin: 0 0 1.33333vw;
        font-size: 3.2vw;
    }

    .cl--headLine01-jp {
        font-size: 4vw;
    }

    .cl--headLine01:after {
        width: 6.66667vw;
        left: 5.33333vw;
    }

    .pl--section-headL3 {
        margin: 8vw 0 4vw;
        padding: 2.66667vw 0;
        font-size: 4.26667vw;
    }

    .pl--section-headL3:before {
        width: 2vw;
        left: -5.66vw;
        top: 0;
    }

    .pl--section-headL3:first-child {
        margin: 0 0 4vw;
    }

    .pl--section-headL4 {
        margin: 0 0 4vw;
        font-size: 4vw;
        padding: 0 0 4vw;
    }
}

.pl--section p {
    font-size: 1.5rem;
    margin: 0 0 25px;
    line-height: 2.0;
}

.pl--section-box01 {
    background-color: #F5F5F5;
    padding: 10px;
    margin: 0 0 25px;
}

.pl--section-box01 ul {
    margin: 0;
}

.pl--section-box01__inner {
    padding: 20px;
    background-color: #FFF;
}

.pl--section-list {
    margin: 0 0 25px;
}

.pl--section-list li {
    padding: 0 0 0 23px;
    margin: 0 0 10px;
    line-height: 1.5;
    position: relative;
    list-style: none;
    font-size: 1.5rem;
    list-style-position: outside;
}

.pl--section-list li:last-child {
    margin: 0;
}

.pl--section-list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #a99c3e;
    display: block;
    border-radius: 50%;
    top: 10.0px;
    left: 5px;
}

.pl--section-listNum {
    margin: 0 0 25px;
    list-style: none;
    counter-reset: number;
    padding: 0;
}

.pl--section-listNum li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    line-height: 1.5;
    position: relative;
    list-style: none;
    font-size: 1.5rem;
    list-style-position: outside;
}

.pl--section-listNum li:before {
    counter-increment: number;
    content: counter(number);
    background: #a99c3e;
    font-size: 1.2rem;
    display: block;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 50%;
    top: 2.5px;
    left: 0;
    color: #fff;
    margin-right: .4em;
}

@media screen and (max-width: 768px) {
    .pl--section p {
        font-size: 3.33333vw;
        margin: 0 0 4vw;
        line-height: 1.85;
    }

    .pl--section-box01 {
        padding: 1.33333vw;
        margin: 0 0 4vw;
    }

    .pl--section-box01__inner {
        padding: 3.33333vw;
    }

    .pl--section-list {
        margin: 0 0 4vw;
    }

    .pl--section-list li {
        padding: 0 0 0 4.66667vw;
        margin: 0 0 2vw;
        font-size: 3.33333vw;
    }

    .pl--section-list li:before {
        position: absolute;
        content: "";
        width: 1.33333vw;
        height: 1.33333vw;
        top: 2vw;
        left: 1.33333vw;
    }

    .pl--section-listNum {
        margin: 0 0 4vw;
    }

    .pl--section-listNum li {
        padding: 0 0 0 5.33333vw;
        margin: 0 0 2vw;
        font-size: 3.33333vw;
    }

    .pl--section-listNum li:before {
        font-size: 2.66667vw;
        width: 4vw;
        height: 4vw;
        line-height: 4vw;
        top: .66667vw;
    }
}

.statment--section {
    position: relative;
    min-height: 560px;
}

.statment--section p {
    font-size: 1.6rem;
    line-height: 2.6;
    margin: 0 0 1.5em;
    letter-spacing: -0.05em;
    text-align: center;
}

.statment--section-images {
    width: 700px;
    margin: 0 auto;
}

.statment--section-images img {
    width: 100%;
    vertical-align: bottom;
}

.statment--section-text {
    width: auto;
    margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
    .statment--section {
        min-height: inherit;
    }

    .statment--section p {
        font-size: 3.33333vw;
        line-height: 2.0;
        text-align: left;
    }

    .statment--section-images {
        width: auto;
    }

    .statment--section-text {
        width: auto;
        margin: 0 0 5.33333vw;
    }
}

.pl--archives-list li {
    margin: 0 0 15px;
}

.pl--archives-list a {
    border-radius: 5px;
    background: #000;
    display: block;
    padding: 25px;
    box-shadow: 3px 3px 5px 2px #CCC;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 1.8rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-image: url(../images/common/header/logo2.png);
    background-repeat: no-repeat;
    background-size: 165px;
    background-position: 96.5% center;
}

.pl--archives-list a:link {
    color: #FFF;
    text-decoration: none;
}

.pl--archives-list a:visited {
    color: #FFF;
    text-decoration: none;
}

.pl--archives-list a:hover {
    background-color: #a99c3e;
}

.pl--archives-list a:hover span {
    color: #FFF;
}

.pl--archives-list a span {
    color: #a99c3e;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 10px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media screen and (max-width: 768px) {
    .pl--archives-list li {
        margin: 0 0 2vw;
    }

    .pl--archives-list a {
        border-radius: 1.33333vw;
        padding: 2.66667vw;
        font-size: 3.33333vw;
        background-size: 28.66667vw;
    }

    .pl--archives-list a span {
        font-size: 4.26667vw;
        margin: 0 3.33333vw;
    }
}

.modal__container {
    display: none;
}

.modal__container__inner {
    display: flex;
    justify-content: space-between;
}

.modal-images {
    width: 25.5%;
}

.modal-images img {
    width: 100%;
    vertical-align: bottom;
}

.modal-content {
    width: 70.5%;
}

.modal-content p {
    font-size: 1.5rem;
    line-height: 2.0;
}

.modal-name {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.pl--judge-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pl--judge-list li {
    width: 18.03%;
    margin: 0 0 40px;
    position: relative;
    line-height: 1.5;
}

.pl--judge-list li img {
    width: 100%;
    vertical-align: bottom;
    z-index: 10;
    position: relative;
}

.pl--judge-list li a {
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.pl--judge-list li a:link {
    color: #000;
    text-decoration: none;
}

.pl--judge-list li a:visited {
    color: #000;
    text-decoration: none;
}

.pl--judge-list li a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.65;
}

.pl--judge-list__wrapper {
    margin: 30px 0 50px;
}

.pl--judge-listName {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0 0;
    text-align: center;
}

.pl--judge-listLeader {
    position: absolute;
    z-index: 15;
    top: -20px;
    right: -20px;
    background-color: #a99c3e;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 7.0rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .modal__container__inner {
        display: block;
    }

    .modal-images {
        width: 85%;
        margin: 0 auto 5.33333vw;
        display: block;
    }

    .modal-content {
        width: auto;
    }

    .modal-content p {
        font-size: 3.33333vw;
        line-height: 1.85;
    }

    .modal-name {
        font-size: 3.73333vw;
        margin: 0 0 1.33333vw;
    }

    .pl--judge-list li {
        width: 45%;
        margin: 0 0 4vw;
    }

    .pl--judge-list__wrapper {
        margin: 6vw 0 8vw;
    }

    .pl--judge-listName {
        font-size: 3.33333vw;
        margin: 2vw 0 0;
    }

    .pl--judge-listLeader {
        top: -5.33vw;
        right: -5.33vw;
        width: 16vw;
        height: 16vw;
        line-height: 16vw;
        font-size: 2.93333vw;
    }
}

.u-radius5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.u-radiusC {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.smp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .smp {
        display: block !important;
    }
}
