@charset "UTF-8"; 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP:wght@300;500&display=swap');


html {
    font-size: 16px;
    line-height: 1;
    scroll-behavior: smooth;
    overflow-x:hidden;
}

body {
    font-size: 1em;
    line-height: 1.72;
    letter-spacing: 1px;
    overflow-x:hidden;
}

.sans-serif {
    font-family: 'Noto Sans JP', sans-serif;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

.ibp {
    letter-spacing: -1em;
}

.ib {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

img, a img, figure img {
    vertical-align: baseline;
}

#globalFooter {
    width:100%;
    background:#333;
    color:#fff;
    padding: 20px 0;
    text-align: center;
    font-size: .725em;
    box-sizing: border-box;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?gwr8up');
    src:  url('../fonts/icomoon.eot?gwr8up#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?gwr8up') format('truetype'),
      url('../fonts/icomoon.woff?gwr8up') format('woff'),
      url('../fonts/icomoon.svg?gwr8up#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  

  .article-header .text-bloc h2 span {
      display: block;
      color:rgb(34,193,195);
  }

  .ending {
      width:100%;
      background:#f6f6f6;
  }

  .ending .wrapper {
      padding: 30px;
      box-sizing: border-box;
  }

  .ending dl {
    margin: 20px 0;
    }

    .ending dt {
        font-weight: 700;
    }

    strong {
        font-weight:bold;
    }

    .point {
        display: none;
    }






@media screen and (max-width: 768px) {
    body {
        letter-spacing: 1px;
        font-family:"Century Gothic", sans-serif;
        font-size: .925rem;
    }

    #backtotop {
        position: fixed;
        bottom:2vw;
        right:2vw;
        width:40px;
        height:40px;
    }

    #backtotop img {
        width:40px;
        height: 40px;
        object-fit: contain;
    }

    #loading {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #loading img {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 30%;
        height: auto;
    }

    .loaded {
        opacity: 0;
        visibility: hidden;
    }

    #splash {
        position: relative;
        width:100vw;
        height:100vh;
    }

    #splash .jaa-logo {
        position: absolute;
        top:5vw;
        left:5vw;
        z-index: 5;
    }

    #splash .sns {
        position: absolute;
        top:5vw;
        right:5vw;
        z-index: 5;
    }

    #splash .sns a {
        color:#fff;
        text-decoration: none;
    }

    #splash .sns ul {
        text-align: right;
    }

    #splash .sns li {
        margin-left: 15px;
    }

    #splash .text-bloc {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 10;
    }

    .mask {
        position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:rgba(44,58,44,.5);
    z-index: 2;
    }

    #splash video {
        position: absolute;
        top:0;
        left:0;
        width:100vw;
        height:100vh;
        object-fit: cover;
        z-index: 1;
    }

    #gnav {
        background:#222;
        padding: 5vw;
        box-sizing: border-box;
        font-size: .725em;
        margin-bottom: 10vw;
    }

    #gnav ul {
        text-align: left;
    }

    #gnav li {
        width:48%;
        margin-right: 4%;
        line-height: 1.92;
    }

    #gnav li:nth-child(even) {
        margin-right: 0;
    }

    #gnav li:before {
        content:">";
        font-size: .625em;
        display: inline-block;
        vertical-align: middle;
        color:#fff;
        margin-right: 5px;
    }

    #gnav li a {
        color:#fff;
        text-decoration: none;
    }

    .page-header {
        padding: 5vw;
        text-align: center;
        margin-bottom: 10vw;
    }

    .page-header .page-title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .page-header .sub {
        color:#999;
        font-size: .875em;
    }

    .article-header figure {
        width:100%;
    }

    .article-header figure img {
        vertical-align: baseline;
        width:100%;
        height: auto;
    }

    .article-header .text-bloc {
        padding: 5vw;
        box-sizing: border-box;
        font-size: .875em;
    }

    .article-header .text-bloc h2 {
        font-size: 1.25em;
        margin-bottom: 10px;
    }

    .article-header .text-bloc h2 + p {
        margin-bottom: 10vw;
    }

    .article-header .text-bloc dl {
        margin-bottom: 3vw;
        margin-top: 3vw;
    }

    .article-header dt span {
        border-radius: 3px;
        background:#999;
        color:#fff;
        padding:2px 5px;
    }

    .article-header dd {
        padding: 5px 0;
    }

    .article-header dd li span {
        color:#e71f1f;
        font-weight: 700;
        padding:0 5px;
        box-sizing: border-box;
    }

    .article-header dd li:first-child span {
        font-size: 1.25em;
    }

    .article-header dd li:nth-child(1) .crown:before {
        content: "";
        background: url(../images/crown-1.png) 0 0 no-repeat;
        width: 19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-header dd li:nth-child(2) .crown:before {
        content: "";
        background: url(../images/crown-2.png) 0 0 no-repeat;
        width: 19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-header dd li:nth-child(3) .crown:before {
        content: "";
        background: url(../images/crown-3.png) 0 0 no-repeat;
        width: 19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    #about .btn a,
    .article-header .text-bloc .btn a {
        margin-top: 20px;
        border-radius: 5px;
        background: rgb(34,193,195);
background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
        width: 343px;
        height: 52px;
        line-height: 52px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
    }

    #about {
        margin-top: 5vw;
        padding: 5vw;
        box-sizing: border-box;
    }

    #about h2 {
        font-size: 1.25em;
        margin-bottom: 10px;
    }

    #about table {
        margin:3vw 0;
        width:100%;
        border:1px solid #ddd;
    }

    #about th,
    #about td {
        border:1px solid #ddd;
        padding: 10px;
        font-size: .875em;
        word-break: break-all;
    }

    #about th {
        background:#f2f2f2;
    }

    .article-header .text-bloc h2 span {
        font-size: .875em;
        margin-bottom: 3vw;
    }

    .ending {
        margin-top: -10vw;
        margin-bottom: 10vw;
        font-size: .725rem;
    }

    /* results */
    #gnav {
        margin-bottom: 0;
    }

    .result {
        color:#433e2a;
    }

    #result-title header {
        background: url(../images/resultHeader-bg.jpg) center no-repeat;
        text-align: center;
        padding:30px 5vw;
        box-sizing: border-box;
        margin-bottom: 5vw;
    }

    #result-title header .result-laurel {
        background: url(../images/laurel.png) center no-repeat;
        text-indent:-9999px;
        width:28vw;
        height:28vw;
        background-size: contain;
        margin-bottom: 3vw;
        margin-left: auto;
        margin-right: auto;
    }

    #result-title header .result-title {
        background: url(../images/result-title.png) center no-repeat;
        width:90%;
        height: 7vh;
        text-indent:-9999px;
        margin:0 auto 3vw;
        background-size: contain;
    }

    #result-title .lead {
        text-align: center;
        margin:7vw auto 5vw;
        padding: 0 5vw;
        box-sizing: border-box;
        font-size: .875rem;
    }

    #result-title .btn2 {
        text-align: center;
        padding: 0 5vw;
        box-sizing: border-box;
        margin-bottom: 15vw;
    }

    #result-title .btn2 a {
        display: block;
        border-radius: 5px;
        display: block;
        background:#b2c975;
        color:#fff;
        font-size: .725rem;
        font-weight: 700;
        text-decoration: none;
        padding:4vw 0;
    }

    #nominate {
        padding: 0 5vw;
        box-sizing: border-box;
    }

    #nominate h2 {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 3vw;
        font-size: 1.5rem;
    }

    #nominate .box {
        font-size: .875rem;
        padding: 5vw;
        background:#eef6ef;
        margin-bottom: 10vw;
        box-sizing: border-box;
    }

    #nominate dl {
        display: block;
    }

    #nominate dl + dl {
        margin-top: 5vw;
    }

    #nominate dt {
        font-weight: 700;
    }

    #nominate dt:before {
        content:"";
        background:url(../images/arrow-bottom.png) 0 0 no-repeat;
        width:11px;
        height:11px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        background-size: contain;
    }

    #nominate dt a {
        text-decoration: none;
        color:#433e2a;
    }

    .ranking h2 {
        text-align: center;
        margin-bottom: 3vw;
    }

    .ranking h2 img {
        width:44vw;
        height:9vh;
        object-fit: contain;
    }

    .ranking .lead-image {
        width:100%;
        height:auto;
        margin-bottom: 5vw;
    }

    .ranking .lead-image img {
        width:100%;
        height:auto;
        vertical-align: baseline;
    }

    .ranking .name {
        padding: 0 5vw;
        box-sizing: border-box;
    }

    .ranking .name figure {
        float: left;
        width:30%;
        margin-right: 5%;
        display: block;
    }

    .ranking .name figure img {
        width:100%;
        height:auto;
    }

    .ranking .name .text-bloc {
        display: block;
    }

    .namewrap:after {
        clear: both;
        content:"";
        height:0;
        width:100%;
        display: table;  
    }

    .namewrap .point {
        text-align: right;
        margin-top: 3vw;
    }

    .namewrap .point img {
        width:65%;
        text-align: right;
    }

    .ranking .itemName {
        font-size: 1.125rem;
        margin-bottom: 1vw;
        font-weight:700;
    }

    .ranking .name p.name {
        padding: 0;
    }

    .ranking .thumbs {
        padding: 0 5vw;
        box-sizing: border-box;
        margin:7vw 0;
    }

    .ranking .thumbs li {
        width:32%;
        margin-right: 2%;
    }

    .ranking .thumbs li img {
        width:100%;
        height:auto;
    }

    .ranking .thumbs li:nth-child(3n) {
        margin-right: 0;
    }

    .rank1,
    .rank2,
    .rank3,
    .rank4 {
        margin-bottom: 15vw;
    }

    .text1, .text2 {
        padding:0 5vw;
        box-sizing: border-box;
    }

    .message-area h3 {
        color:#b39f58;
        font-size: 1rem;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .message-area h4 {
        margin-top: 7vw;
        font-weight: 700;
        font-size: .925rem;
        margin-bottom: 10px;
    }

    .message-area table {
        width:100%;
        table-layout: fixed;
    }

    .message-area th,
    .message-area td {
        padding: 10px;
        font-size: .875rem;
    }

    .message-area th {
        text-align: left;
        width:70%;
    }

    .message-area td {
        text-align: right;;
    }

    .message-area tr:nth-child(odd) {
        background:#f2f2f2;
    }

    .katei ol {
        list-style: decimal;
    }

    .katei li {
        margin-left: 1.5em;
    }

    .k-namebloc figure {
        width:100%;
        margin-bottom: 10px;
        display: block;
    }

    .k-namebloc figure img {
        width:100%;
        height: auto;
        vertical-align: baseline;
    }

    .k-namebloc .text-bloc {
        padding:0 5vw;
        box-sizing: border-box;
    }

    .k-namebloc .itemName {
        margin-bottom: 0;
    }

    .k-namebloc .name {
        padding: 0;
        text-align: left;
        margin-bottom: 3vw;
    }

    #souhyo {
        padding: 0 5vw;
        box-sizing: border-box;
    }

    #souhyo .inner {
        background:rgb(248, 248, 252);
        padding: 5vw;
        box-sizing: border-box;
        margin-bottom: 15vw;
    }

    #souhyo .inner h2 {
        text-align: center;
        font-family: serif;
        margin-bottom: 10px;
        font-size: 1.25rem;
    }

    #souhyo p {
        font-size: .875rem;
        font-family: 'Noto Serif JP', serif;
    }

    .kouhyo {
        margin:5vw;
        padding:5vw;
        box-sizing: border-box;
        background:rgb(248, 248, 252);
    }

    .kouhyo h3 {
        text-align: center;
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .kouhyo h3 span {
        border-bottom:1px solid #333;
    }

    .kouhyo p {
        font-size: .875rem;
    }

    .profiel h3 {
        margin-top: 3vw;
        color:#b39f58;
        font-weight: 700;
    }

    .profiel p {
        font-size: .875rem;
    }

    .url:before {
        content:"";
        clear: both;
        width: 100%;
        display: table;
        height:0;
    }

    .url i,
    .url a {
        font-size: .725rem;
    }

    .url {
        margin-bottom: 3vw;
    }

    .url i {
        margin-right: 5px;
    }

    .url a {
        text-decoration: underline;
        color:#333;
    }
    
}




@media screen and (min-width: 769px) {
    body {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
    }

    #loading {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #loading img {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width:10%;
        height: auto;
    }

    .loaded {
        opacity: 0;
        visibility: hidden;
    }

    #splash {
        position: relative;
        height: 85vh;
    }

    #splash video {
        position: absolute;
        z-index: 1;
        top:0;
        left:0;
        width:100%;
        height:85vh;
        object-fit: cover;
    }

    #splash .jaa-logo {
        position: absolute;
        z-index: 10;
        top:40px;
        left:40px;
    }

    #splash .jaa-logo a {
        display: block;
    }

    #splash .text-bloc {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        text-align: center;
    }

    #splash .sns {
        position: absolute;
        top:20px;
        right:20px;
        z-index: 10;
    }

    #splash .sns li a {
        color:#fff;
        padding:10px;
        display: block;
        text-decoration: none;
    }

    .mask {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:85vh;
        background:rgba(44,58,44,.5);
        z-index: 2;

    }

    #gnav {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02020a+0,545454+100 */
        background: #02020a; /* Old browsers 
        background: -moz-linear-gradient(left,  #02020a 0%, #545454 100%);
        background: -webkit-linear-gradient(left,  #02020a 0%,#545454 100%);
        background: linear-gradient(to right,  #02020a 0%,#545454 100%); /* W
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02020a', endColorstr='#545454',GradientType=1 );  IE6-9 */
        margin-bottom: 75px;
    }

    #gnav ul {
        color:#fff;
        text-align: center;
    }

    #gnav ul li a {
        color:#acacac;
        text-decoration: none;
        height:78px;
        line-height: 78px;
        display: block;
        padding:0 20px;
    }

    #gnav ul li a:hover {
        text-decoration: none;
        color:#fff;
    }

    .wrapper {
        width:1000px;
        margin:0 auto 80px;
    }

    .page-header {
        margin-bottom: 80px;
        text-align: center;
    }

    .page-header .page-title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .page-header .sub {
        color:#666;
        line-height: 1;;
    }

    .article-header .theme-image {
        width:500px;
        margin-right: 40px;
    }

    .article-header .text-bloc {
        width:460px;
    }

    .article-header .text-bloc h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 25px;
    }

    .article-header .text-bloc p {
        margin-bottom: 10px;
    }

    .article-header dl {
        display: table;
        table-layout: fixed;
        margin-bottom: 10px;
        width:100%;
    }

    .article-header dt {
        width:85px;
        text-align: center;
        display: table-cell;
    }

    .article-header dt span {
        background:#989898;
        color:#fff;
        display: block;
        border-radius: 3px;
        padding:5px 0;
        line-height: 1;
        font-size: .875em;
    }

    .article-header dd {
        padding-left: 15px;
        display: table-cell;
        font-size: .875em;
        letter-spacing: normal;
    }

    .article-header dd .crown {
        margin-right: 10px;   
    }

    .article-header dd li:nth-child(1) .crown:before {
        content:"";
        background:url(../images/crown-1.png) 0 0 no-repeat;
        width:19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-header dd li:nth-child(2) .crown:before {
        content:"";
        background:url(../images/crown-2.png) 0 0 no-repeat;
        width:19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-header dd li:nth-child(3) .crown:before {
        content:"";
        background:url(../images/crown-3.png) 0 0 no-repeat;
        width:19px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-header dd li span {
        color:#e71f1f;
        font-weight: 800;
        padding: 0 10px;
    }

    .article-header dd li:nth-child(1) span {
        font-size: 24px;
    }

    .article-header dd li:nth-child(2) span,
    .article-header dd li:nth-child(3) span {
        font-size: 20px;
    }

    #about .btn a,
    .article-header .text-bloc .btn a {
        margin-top: 20px;
        border-radius: 5px;
        background: rgb(34,193,195);
        background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);        box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.32);
        width: 343px;
        height: 52px;
        line-height: 52px;
        color:#fff;
        text-decoration: none;
        text-align:center;
        display: block;
        transition: .3s;
    }

    #about .btn a:hover,
    .article-header .text-bloc .btn a:hover {
        border-radius: 5px;
        background: rgb(34,193,195);
        background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);     
        box-shadow: inset 0px 9px 25.11px 1.89px rgba(0, 0, 0, 0.31);
        color:#fff;
        text-decoration: none;
    }

    #about .btn a {
        width:80%;
        margin:auto;
    }
    

    #about .section-title {
        text-align: center;
        font-size: 1.725em;
        position: relative;
        margin-bottom: 50px;
    }

    #about .section-title:after {
        content:"";
        position: absolute;
        bottom:-10px;
        left:0;
        right:0;
        width:120px;
        margin:auto;
        height:2px;
        background:#333;
        display: block;
    }

    #about table {
        margin:0 auto 80px;
        border:1px solid #ddd;
        width:800px;
    }

    #about th,
    #about td {
        border:1px solid #ddd;
        padding: 10px;
    }

    #about th {
        background:#f4f4f4;
    }

    .article-header .text-bloc h2 span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fin {
        background:#999;
        color:#fff;
        text-align: center;
        padding:10px;
        box-sizing: border-box;
    }

    .ending {
        margin-top: -75px;
        margin-bottom: 75px;
    }

    /* 20210312 */
    #gnav {
        margin-bottom: 0;
    }

    .result {
        color:#433e2a;
        font-size: 15px;
    }

    #result-title {
        width:100%;
        position: relative;
        margin-bottom: 35px;
        box-sizing: border-box;
    }

    #result-title header {
        margin: 0;
        padding: 45px 0;
        height:270px;
        background:url(../images/resultHeader-bg.jpg) center no-repeat;
        background-size:cover;

    }

    #result-title .canvas {
        background:transparent;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 10;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }

    #result-title .result-laurel,
    #result-title .result-title {
        text-indent:-9999px;
    }

    #result-title .result-laurel {
        background:url(../images/laurel.png) center no-repeat;
        width:128px;
        height:106px;
        margin:0 auto 20px;
    }

    #result-title .result-title {
        background:url(../images/result-title.png) center no-repeat;
        width:450px;
        height:96px;
        margin:0 auto 19px;
    }

    #result-title .result-jaa {
        text-align: center;
    }

    .result .lead {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 35px;
    }

    .result .btn2 {
        text-align: center;
    }

    .result .btn2 a {
        color:#fff;
        font-size:15px;
        font-weight: 700;
        background:#b2c975;
        width:353px;
        height:52px;
        line-height: 52px;
        transition: .2s;
        text-decoration: none;
        display: block;
        border-radius: 5px;
        margin:0 auto 70px;
    }

    .result .btn2 a:hover {
        color:#fff;
        text-decoration: none;
        background-image: -moz-linear-gradient( 90deg, rgb(178,201,117) 0%, rgb(150,185,59) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(178,201,117) 0%, rgb(150,185,59) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(178,201,117) 0%, rgb(150,185,59) 100%);
    }

    #nominate {
        margin-bottom: 55px;
    }

    #nominate h2 {
        line-height: 1;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 25px;
        text-align: center;
    }

    #nominate .box {
        background:#eef6ef;
        padding: 30px;
        box-sizing: border-box;
    }

    #nominate dl {
        width:293px;
        vertical-align: top;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #nominate dl:nth-child(3n) {
        margin-right: 0;
    }

    #nominate dl:nth-child(n+7) {
        margin-bottom: 0;
    }

    #nominate dt {
        font-weight: 700;
    }

    #nominate dt a {
        text-decoration: none;
        color:#433e2a;
    }

    #nominate dt a:hover {
        text-decoration: underline;
        color:#433e2a;
    }

    .ranking h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .ranking .rank1,
    .ranking .rank2,
    .ranking .rank3,
    .ranking .rank4 {
        margin-bottom: 100px;
    }

    .ranking .lead-image {
        width:100%;
        margin-bottom: 30px;
    }

    .ranking .name {
        margin-bottom: 50px;
    }

    .ranking .name figure {
        width:210px;
        height: 210px;
        border-radius: 105px;
        vertical-align: middle;
        margin-right: 30px;
        overflow: hidden;
    }

    .ranking .name .text-bloc {
        vertical-align: middle;
    } 

    .ranking .text-bloc .itemName {
        font-size: 24px;
        margin-bottom: 5px;
        color:#433e2a;
        font-weight: 700;
    }

    .ranking .text-bloc .name {
        margin-bottom: 10px;
    }

    .k-message ol,
    .ranking .katei ol {
        list-style: decimal;
    }

    .k-message ol li,
    .ranking .katei ol li {
        margin-left: 1em;
    }

    .ranking .katei ol li + li {
        margin-top: 0.5em;
    }

    .ranking .thumbs {
        margin-bottom: 60px;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .ranking .thumbs li {
        width:32%;
        margin-right: 2%;
    }

    .ranking .thumbs li:nth-child(3) {
        margin-right: 0;
    }

    .ranking .thumbs li img {
        width:100%;
        height: auto;
    }

    .message-area  {
        padding:0 30px;
        box-sizing: border-box;
    }

    .message-area .text1 {
        width:455px;
        margin-right: 30px;
    }

    .message-area .text2 {
        width:455px;
    }

    .message-area .message,
    .message-area .zairyo {
        margin-bottom: 30px;
    }

    .k-namebloc h3,
    .message-area .message h3 {
        color:#b39f58;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .message-area h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .message-area .zairyo table {
        width:100%;
        table-layout: fixed;
    }

    .message-area .zairyo tr:nth-child(odd) {
        background:#f2f2f2;
    }

    .message-area .zairyo th,
    .message-area .zairyo td {
        padding: 10px;
    }

    .message-area .zairyo th {
        width:80%;
        text-align: left;
    }

    .message-area .zairyo td {
        text-align: right;
    }

    .k-namebloc {
        padding:0 30px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .k-namebloc figure {
        width:293px;
        margin-right: 30px;
        vertical-align: middle;
    }

    .k-namebloc figure img {
        width:100%;
        height: auto;
    }

    .k-namebloc .text-bloc {
        width:617px;
        vertical-align: middle;
    }

    .k-namebloc h3 {
        margin-top: 20px;
    }

    #backtotop {
        position: fixed;
        bottom:50px;
        right:50px;
    }

    #souhyo {
        padding: 45px;
        box-sizing: border-box;
        background:rgb(248, 248, 252);
    }

    #souhyo h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
    }

    #souhyo p + p {
        margin-top: 0.5em;
    }

    #souhyo p {
        font-family: 'Noto Serif JP', serif;
        font-weight: 300;
    }

    .namewrap {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .namewrap .text-bloc {
        width:700px;
    }

    .profiel {
        font-size: 13px;
    }

    .profiel h3 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-weight: 700;
        color:#b5a66e;
    }

    .kouhyo {
        margin-top: 30px;
        padding: 30px;
        box-sizing: border-box;
        background:rgb(248, 248, 252)
    }

    .kouhyo h3 {
        margin-bottom: 10px;
        text-align: center;
    }

    .kouhyo h3 span {
        border-bottom:1px solid #333;
        font-size: 18px;
        font-weight: 700;
    }

    .url i {
        font-size: 14px;
        margin-right: 5px;
    }

    .url a {
        color:#333;
        text-decoration: none;
    }

    .url a:hover {
        text-decoration: underline;
        color:#333;
    }
}