/*@import url("font-awesome.min.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
/*
	Prologue by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  /*    scroll-behavior:smooth;*/
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif,
    Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Containers */

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 1750px;
  min-width: 1400px;
}

.container.\37 5\25 {
  width: 1050px;
}

.container.\35 0\25 {
  width: 700px;
}

.container.\32 5\25 {
  width: 350px;
}

.container {
  width: 1400px;
}

@media screen and (min-width: 961px) and (max-width: 1880px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
  }

  .container.\37 5\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container.\35 0\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container.\32 5\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container {
    width: 95%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1620px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
  }

  .container.\37 5\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container.\35 0\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container.\32 5\25 {
    width: 95%;
    max-width: 1200px;
  }

  .container {
    width: 100%;
  }
}

@media screen and (min-width: 961px) and (max-width: 1320px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100% !important;
  }
}

/* Grid */

.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after,
.row:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row > * {
  padding: 40px 0 0 40px;
}

.row {
  margin: -40px 0 -1px -40px;
}

.row.uniform > * {
  padding: 40px 0 0 40px;
}

.row.uniform {
  margin: -40px 0 -1px -40px;
}

.row.\32 00\25 > * {
  padding: 80px 0 0 80px;
}

.row.\32 00\25 {
  margin: -80px 0 -1px -80px;
}

.row.uniform.\32 00\25 > * {
  padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
  margin: -80px 0 -1px -80px;
}

.row.\31 50\25 > * {
  padding: 60px 0 0 60px;
}

.row.\31 50\25 {
  margin: -60px 0 -1px -60px;
}

.row.uniform.\31 50\25 > * {
  padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
  margin: -60px 0 -1px -60px;
}

.row.\35 0\25 > * {
  padding: 20px 0 0 20px;
}

.row.\35 0\25 {
  margin: -20px 0 -1px -20px;
}

.row.uniform.\35 0\25 > * {
  padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
  margin: -20px 0 -1px -20px;
}

.row.\32 5\25 > * {
  padding: 10px 0 0 10px;
}

.row.\32 5\25 {
  margin: -10px 0 -1px -10px;
}

.row.uniform.\32 5\25 > * {
  padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
  margin: -10px 0 -1px -10px;
}

.\31 2u,
.\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u,
.\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u,
.\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u,
.\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u,
.\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u,
.\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u,
.\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u,
.\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u,
.\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u,
.\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u,
.\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u,
.\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
  clear: left;
}

.\-11u {
  margin-left: 91.66667%;
}

.\-10u {
  margin-left: 83.33333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.66667%;
}

.\-7u {
  margin-left: 58.33333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.66667%;
}

.\-4u {
  margin-left: 33.33333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.66667%;
}

.\-1u {
  margin-left: 8.33333%;
}

@media screen and (min-width: 961px) and (max-width: 1880px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28wide\29,
  .\31 2u\24\28wide\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28wide\29,
  .\31 1u\24\28wide\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28wide\29,
  .\31 0u\24\28wide\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28wide\29,
  .\39 u\24\28wide\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28wide\29,
  .\38 u\24\28wide\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28wide\29,
  .\37 u\24\28wide\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28wide\29,
  .\36 u\24\28wide\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28wide\29,
  .\35 u\24\28wide\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28wide\29,
  .\34 u\24\28wide\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28wide\29,
  .\33 u\24\28wide\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28wide\29,
  .\32 u\24\28wide\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28wide\29,
  .\31 u\24\28wide\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28wide\29 + *,
  .\31 1u\24\28wide\29 + *,
  .\31 0u\24\28wide\29 + *,
  .\39 u\24\28wide\29 + *,
  .\38 u\24\28wide\29 + *,
  .\37 u\24\28wide\29 + *,
  .\36 u\24\28wide\29 + *,
  .\35 u\24\28wide\29 + *,
  .\34 u\24\28wide\29 + *,
  .\33 u\24\28wide\29 + *,
  .\32 u\24\28wide\29 + *,
  .\31 u\24\28wide\29 + * {
    clear: left;
  }

  .\-11u\28wide\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28wide\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28wide\29 {
    margin-left: 75%;
  }

  .\-8u\28wide\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28wide\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28wide\29 {
    margin-left: 50%;
  }

  .\-5u\28wide\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28wide\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28wide\29 {
    margin-left: 25%;
  }

  .\-2u\28wide\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28wide\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 961px) and (max-width: 1620px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28normal\29,
  .\31 2u\24\28normal\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28normal\29,
  .\31 1u\24\28normal\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28normal\29,
  .\31 0u\24\28normal\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28normal\29,
  .\39 u\24\28normal\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28normal\29,
  .\38 u\24\28normal\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28normal\29,
  .\37 u\24\28normal\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28normal\29,
  .\36 u\24\28normal\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28normal\29,
  .\35 u\24\28normal\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28normal\29,
  .\34 u\24\28normal\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28normal\29,
  .\33 u\24\28normal\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28normal\29,
  .\32 u\24\28normal\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28normal\29,
  .\31 u\24\28normal\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28normal\29 + *,
  .\31 1u\24\28normal\29 + *,
  .\31 0u\24\28normal\29 + *,
  .\39 u\24\28normal\29 + *,
  .\38 u\24\28normal\29 + *,
  .\37 u\24\28normal\29 + *,
  .\36 u\24\28normal\29 + *,
  .\35 u\24\28normal\29 + *,
  .\34 u\24\28normal\29 + *,
  .\33 u\24\28normal\29 + *,
  .\32 u\24\28normal\29 + *,
  .\31 u\24\28normal\29 + * {
    clear: left;
  }

  .\-11u\28normal\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28normal\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28normal\29 {
    margin-left: 75%;
  }

  .\-8u\28normal\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28normal\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28normal\29 {
    margin-left: 50%;
  }

  .\-5u\28normal\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28normal\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28normal\29 {
    margin-left: 25%;
  }

  .\-2u\28normal\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28normal\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 961px) and (max-width: 1320px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28narrow\29,
  .\31 2u\24\28narrow\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrow\29,
  .\31 1u\24\28narrow\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrow\29,
  .\31 0u\24\28narrow\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrow\29,
  .\39 u\24\28narrow\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrow\29,
  .\38 u\24\28narrow\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrow\29,
  .\37 u\24\28narrow\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrow\29,
  .\36 u\24\28narrow\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrow\29,
  .\35 u\24\28narrow\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrow\29,
  .\34 u\24\28narrow\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrow\29,
  .\33 u\24\28narrow\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrow\29,
  .\32 u\24\28narrow\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrow\29,
  .\31 u\24\28narrow\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrow\29 + *,
  .\31 1u\24\28narrow\29 + *,
  .\31 0u\24\28narrow\29 + *,
  .\39 u\24\28narrow\29 + *,
  .\38 u\24\28narrow\29 + *,
  .\37 u\24\28narrow\29 + *,
  .\36 u\24\28narrow\29 + *,
  .\35 u\24\28narrow\29 + *,
  .\34 u\24\28narrow\29 + *,
  .\33 u\24\28narrow\29 + *,
  .\32 u\24\28narrow\29 + *,
  .\31 u\24\28narrow\29 + * {
    clear: left;
  }

  .\-11u\28narrow\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrow\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrow\29 {
    margin-left: 75%;
  }

  .\-8u\28narrow\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrow\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrow\29 {
    margin-left: 50%;
  }

  .\-5u\28narrow\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrow\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrow\29 {
    margin-left: 25%;
  }

  .\-2u\28narrow\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrow\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 960px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28narrower\29,
  .\31 2u\24\28narrower\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrower\29,
  .\31 1u\24\28narrower\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrower\29,
  .\31 0u\24\28narrower\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrower\29,
  .\39 u\24\28narrower\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrower\29,
  .\38 u\24\28narrower\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrower\29,
  .\37 u\24\28narrower\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrower\29,
  .\36 u\24\28narrower\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrower\29,
  .\35 u\24\28narrower\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrower\29,
  .\34 u\24\28narrower\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrower\29,
  .\33 u\24\28narrower\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrower\29,
  .\32 u\24\28narrower\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrower\29,
  .\31 u\24\28narrower\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrower\29 + *,
  .\31 1u\24\28narrower\29 + *,
  .\31 0u\24\28narrower\29 + *,
  .\39 u\24\28narrower\29 + *,
  .\38 u\24\28narrower\29 + *,
  .\37 u\24\28narrower\29 + *,
  .\36 u\24\28narrower\29 + *,
  .\35 u\24\28narrower\29 + *,
  .\34 u\24\28narrower\29 + *,
  .\33 u\24\28narrower\29 + *,
  .\32 u\24\28narrower\29 + *,
  .\31 u\24\28narrower\29 + * {
    clear: left;
  }

  .\-11u\28narrower\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrower\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrower\29 {
    margin-left: 75%;
  }

  .\-8u\28narrower\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrower\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrower\29 {
    margin-left: 50%;
  }

  .\-5u\28narrower\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrower\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrower\29 {
    margin-left: 25%;
  }

  .\-2u\28narrower\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrower\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 736px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28mobile\29,
  .\31 2u\24\28mobile\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28mobile\29,
  .\31 1u\24\28mobile\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28mobile\29,
  .\31 0u\24\28mobile\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28mobile\29,
  .\39 u\24\28mobile\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28mobile\29,
  .\38 u\24\28mobile\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28mobile\29,
  .\37 u\24\28mobile\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28mobile\29,
  .\36 u\24\28mobile\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28mobile\29,
  .\35 u\24\28mobile\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28mobile\29,
  .\34 u\24\28mobile\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28mobile\29,
  .\33 u\24\28mobile\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28mobile\29,
  .\32 u\24\28mobile\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28mobile\29,
  .\31 u\24\28mobile\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28mobile\29 + *,
  .\31 1u\24\28mobile\29 + *,
  .\31 0u\24\28mobile\29 + *,
  .\39 u\24\28mobile\29 + *,
  .\38 u\24\28mobile\29 + *,
  .\37 u\24\28mobile\29 + *,
  .\36 u\24\28mobile\29 + *,
  .\35 u\24\28mobile\29 + *,
  .\34 u\24\28mobile\29 + *,
  .\33 u\24\28mobile\29 + *,
  .\32 u\24\28mobile\29 + *,
  .\31 u\24\28mobile\29 + * {
    clear: left;
  }

  .\-11u\28mobile\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28mobile\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28mobile\29 {
    margin-left: 75%;
  }

  .\-8u\28mobile\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28mobile\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28mobile\29 {
    margin-left: 50%;
  }

  .\-5u\28mobile\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28mobile\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28mobile\29 {
    margin-left: 25%;
  }

  .\-2u\28mobile\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28mobile\29 {
    margin-left: 8.33333%;
  }
}

/* Basic */

body {
  background: #fff;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif,
    Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", sans-serif;
  font-size: 19pt;
  font-weight: 500;
  line-height: 1.75em;
}

body.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

input,
textarea,
select {
  font-size: 19pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #666;
  line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a strong,
h2 a strong,
h3 a strong,
h4 a strong,
h5 a strong,
h6 a strong {
  color: #333;
}

h2 {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 5px;
  margin-top: -140px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
}

h2.alt {
  color: #fffefe;
}

h2.alt strong {
  color: #fffefe;
}

h3 {
  font-size: 1.5em;
}

header {
  color: #373737;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.title_bk_img > h2 {
  font-weight: bold;
  font-size: 108px;
  margin: 0 auto;
  letter-spacing: 0;
  color: #373737;
  text-align: left;
  line-height: 1;
  font-family: "Sigmar One", cursive;
}

div.title_bk_img > span.txtaling_left {
  text-align: left;
  display: block;
  margin: 0 auto 0;
  padding: 0 0 5px;
  max-width: 710px;
  line-height: 1.6;
  font-size: 18px;
}

footer > span.top_header_info {
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  width: auto;
  margin: 0;
  padding: 10px 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 2px;
}

header > p {
  margin: 0;
  font-size: 20px;
  display: block;
  width: 100%;
}

footer {
  margin: 2em 0 0 0;
}

strong,
b {
  font-weight: 300;
  color: #666;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
  -moz-transition: color 0.35s ease-in-out,
    border-bottom-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out,
    border-bottom-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  outline: 0;
}

a:hover {
  color:#d4af37!important;
  border-bottom-color: rgba(255, 255, 255, 0);
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 2em;
}

br.clear {
  clear: both;
}

/* Sections/Article */
section,
article {
  margin-bottom: 3em;
}

section > :last-child,
section > .container,
section:last-child,
article > :last-child,
article > .container,
article:last-child {
  margin-bottom: 0;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

/* Image */

.image {
  display: inline-block;
  border: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.avatar48 {
  width: 48px;
  height: 48px;
  background: #f00;
}

.image.avatar48 img {
  width: 48px;
  height: 48px;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* List */

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
}

ul.icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Form */

form label {
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  position: relative;
  -webkit-appearance: none;
  display: block;
  border: 0;
  outline: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  padding: 0.1em 0.1em;
  border: solid 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 2px 1px #433730;
  background: #fff;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form input[type="email"]::placeholder {
  color: #aaa;
}

form textarea {
  min-height: 14em;
}

form .formerize-placeholder {
  color: #555 !important;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Table */

table {
  width: 100%;
}

table.default {
  width: 100%;
  text-align: left;
}

table.default tbody tr:nth-child(2n + 2) {
  background: #f4f4f4;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  color: #fff;
  background: #222729 url("images/overlay.png");
}

table.default thead {
  background: #444;
  color: #fff;
}

table.default tfoot {
  background: #eee;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
display: block;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    /* font-weight: 700; */
    transition: all 0.35s;
    padding: 15px 0;
    border-radius: 3px;
    cursor: pointer;
    background: #ff9800;
    border: none;
    max-width: 480px;
  /*background: -webkit-linear-gradient(bottom, rgba(255, 138, 2, 0.97) 0%, rgba(255, 160, 48, 0.97) 61%, rgba(255, 173, 78, 0.97) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 138, 2, 0.97) 0%, rgba(255, 160, 48, 0.97) 61%, rgba(255, 173, 78, 0.97) 100%);
    background: -ms-linear-gradient(bottom, rgba(255, 138, 2, 0.97) 0%, rgba(255, 160, 48, 0.97) 61%, rgba(255, 173, 78, 0.97) 100%);
    background: -moz-linear-gradient(bottom, rgba(255, 138, 2, 0.97) 0%, rgba(255, 160, 48, 0.97) 61%, rgba(255, 173, 78, 0.97) 100%);
    background: linear-gradient(to top, rgba(255, 138, 2, 0.97) 0%, rgba(255, 160, 48, 0.97) 61%, rgba(255, 173, 78, 0.97) 100%);
    text-shadow:1px 0px 1px rgba(0, 0, 0, 0.8);*/
}

input.rdmail-reg.rdmail-under {
  margin: 0;
  letter-spacing: 0;
  padding: 5px;
  width: 100%;
}

input.rdemail.rdmail-under {
	font-size: 12px;
	position: relative;
	top: 0px;
	border-radius: 3px;
	line-height: 2.2;
	padding: 4px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #ffb446;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background-color: #ffb446;
  color: #433730;
}

/* Item */

.item {
  box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.item header {
  background: #fff;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 0.8em;
}

.item header h3 {
  font-size: 1em;
}

/* Icons */

.icon {
  text-decoration: none;
}

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
  display: none;
}

/* Header */
#header2019 {
  display: block;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 1001;
  background: #000;
}

.brown_gradation_heisei {
  background: -webkit-linear-gradient(
    to top,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -o-linear-gradient(
    to top,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -ms-linear-gradient(
    to top,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -moz-linear-gradient(
    to top,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: linear-gradient(
    to top,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  border-radius: 6px;
}

.brown_gradation {
  background: -webkit-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: linear-gradient(
    to right,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
}

.headerLogoWap {
  margin-left: 22px;
  display: flex;
  align-self: center;
  margin-top: 9px;
}
.headerLogo {
  width: 100%;
  max-width: 254px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 18px;
  text-align: center;
  background: url(../../images/olive_l.svg) no-repeat left center,
    url(../../images/olive_r.svg) no-repeat right center;
  background-size: 35px;
  color: #c4b580;
  line-height: 1.4;
  z-index: 10000;
  position: relative;
}

.headerLogo-sp {
  display: none;
}

.headerAnkerLinkWap {
  margin: 10px 0 0 auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .headerLogo {
    background-size: 40px;
  }
}
@supports (-ms-ime-align: auto) {
  .headerLogo {
    background-size: 40px;
  }
}

.hedarTrophyImg {
  max-width: 37px;
  max-height: 60px;
}
.hedarTrophyImg-sp {
  display: none;
}
.headerLogo .headerTxt {
  font-size: 22px;
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: bold;
}
.headerLogo a {
  color: #c4b580;
}
.headerLogo h1 {
  width: 100%;
  display: block;
  color: #c4b580;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.ankerLinkUl {
  width: 100%;
  margin: 17px auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ankerLinkUl .ankerLinkLi {
  margin-right: 13px;
}

.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 330px;
  box-sizing: border-box;
  background-color: #fff;
  background: #000;
  z-index: 200;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  top: 80px;
  cursor: pointer;
  overflow: auto;
	padding-bottom: 15px;
}
.menu-parent .menu-child-middle {
	top: 49px;
    padding: 0px;
    width: 400px;
}

.menu-parent ul.menu-child li {
  width: calc(100% / 2) !important;
  margin: 0;
}
.menu-parent ul.menu-child li a {
  min-width: inherit;
  font-size: 12px;
  line-height: 1.6;
  border: none;
  text-align: left;
  background: none;
  padding: 5px !important;
  font-size: 14px !important;
  font-weight: 500;
}
.menu-parent ul.menu-child li a:hover {
  color: #d4af37;
}
.menu-child-middle li a:hover {
  color: #333!important;
}
.menu-parent ul.media-menu-child li {
  /*width: calc(100% / 3) !important;*/
  margin: 0;
}

.headerAnkerLinkWap .menu-parent .menu-child {
  right: 21px;
  width: 100%;
  max-width: 440px;
}

@media screen and (min-width: 620px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 619px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
  .menu-parent .menu-child {
    right: 10px;
  }
}

.ankerLinkUl a {
  min-width: 280px;
  padding: 0px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.underEyecath a {
  color: #fff;
  background-color: #d4af37;
}

.ankerLinkUl a:hover {
  border-radius: 6px;
  opacity: 1;
  color: #d4af37;
}

.ankerLinkUl-middle a:hover{
  color: #333!important;
}


.ankerLinkLi a img {
  width: 25px;
  margin-right: 10px;
}

/*ヘッダーアンカーリンク*/
.headerAnkerLinkWap .ankerLinkUl {
  transition: all 300ms;
}

.headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
  padding: 6px 0 5px 0 !important;
  font-size: 14px !important;
  font-weight: 500;
  min-width: 210px;
}

.ankerLinkUl-middle .menu-child-middle a:hover{
	color: #d4af37!important;
}


@media screen and (max-width: 1321px) {
  .ankerLinkUl a {
    min-width: 180px;
  }
}

/*ページスクリーン表示*/
.screen {
  position: fixed;
  top: 80px;
  width: 100%; /*背景画像の横幅*/
  height: 100%;
  z-index: 900;
  opacity: 0.5;
  margin: auto;
  mix-blend-mode: screen;
  background: url(../../images/screen_bg.png);
  pointer-events: none;
}
.screen:after {
  content: "";
}

/* for IE 11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .screen {
    display: none;
  }
  .grid-item-mein-content-text{
		max-width: 700px;
	}
  .grid-item-second-width{
	  width: 50%;
  }
  .grid-item-mein-content-2nd{
	max-width: 350px;
  }
}

/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .screen {
    display: none;
  }
}

/* Footer */

#footer {
  margin-left: 375px;
  text-align: center;
  background-color: #dce3e2;
  padding: 3em 0 4em 0;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05),
    inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
  font-size: 0.8em;
}

#footer .copyright {
  cursor: default;
  margin: 0;
}

#footer .copyright li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px rgba(128, 128, 128, 0.35);
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

#footer .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Main */

#main {
  display: block;
}

#main > section {
  margin: 0;
  overflow: hidden;
  padding: 0 0 30px;
  text-align: center;
}

#main > section.dark {
  color: #ddd;
  color: rgba(255, 255, 255, 0.75);
}

#main > section.dark h3,
#main > section.dark h4,
#main > section.dark h5,
#main > section.dark h6 {
  color: inherit;
}

#main > section.dark strong {
  color: #fff;
  border-color: inherit;
}

#main > section.dark a {
  color: #fff;
  border-color: inherit;
}

#main > section.dark a:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

#main > section.cover {
  padding: 0;
  background-size: cover;
  background-position: center center;
}

#main > section.one {
  background: url("../../images/header2019.png");
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.h2TitleWap {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

.h2SubTitle {
  text-align: left;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

.mag2Trophy3D,
.mag2Trophy3DCategry,
.mag2Trophy3Dsp {
  display: block;
  text-align: center;
  margin: 90px auto 0px auto;
  height: 70vh;
}

.fade-in {
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0; transform: translate3d(0,-20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0; transform: translate3d(0,-20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.mag2Trophy3Dsp {
  display: none;
}

.top_border_gradation {
  width: 100%;
  height: 5px;
}
/*@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(60deg);
    filter: hue-rotate(60deg);
  }
}*/

#main > section.top5 {
  background: rgba(0, 0, 0, 1);
  padding: 0;
  position: relative;
}

.bgGradientBlackUp2019 {
  width: 100%;
  height: 108px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bgGradientBlackDown2019 {
  width: 100%;
  height: 108px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    bottom,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    bottom top,
    #ffffff 0%,
    #000000 85%,
    #000000 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.back_img_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../images/gradation_bg.gif) repeat;
  opacity: 0.04;
}
.zindex_100 {
  position: relative;
  z-index: 100;
}
#main > section.new-face,
#main > section.category,
#main > section.media {
  padding: 45px 0;
  background: rgba(255, 255, 255, 1);
  position: relative;
}
#main > section.media {
  padding: 45px 0;
  background: rgba(0, 0, 0, 1);
  position: relative;
}
#main > section.footer_sns {
  padding: 45px 0;
  position: relative;
  background: #222;
}

#main > section.four {
  padding: 45px 0;
  background-color: #e8edec;
  position: relative;
}

/* メインヘッダー */
span.top_header_img {
  display: block;
  margin-right: auto;
}

span.top_header_img img {
  width: 100%;
  max-width: 102px;
  height: auto;
}

div.title_bk_img {
  width: 100%;
  height: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

/* メインコンテンツ */
header .portfolio_subtitle {
  max-width: 606px;
  display: block;
  margin: 0 auto;
  z-index: 900;
}
header span.portfolio_subtitle img {
  width: 100%;
  max-width: 511px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 900;
}
header span.portfolio_subtitle p.header_subtitle {
  margin: 40px 0;
  display: block;
  font-size: 16px;
  text-align: left;
}

div.over_line_up {
  height: 2px;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  left: -32%;
}

div.over_line_bottom {
  height: 2px;
  width: 100%;
  margin-bottom: 45px;
  display: block;
  position: relative;
  right: -31%;
}

img.author_circle {
  border: 1px solid #dfca88;
}

/* 総合大賞 */
.singlePageMainCVontainer {
  width: 100%;
  background: url("../../images/header2019.png");
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  max-height: 735px;
}
.singlePageMainImgBox {
  width: 100%;
  max-width: 1190px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  padding: 100px 10px 0;
}
.singlePageMainImgBox img {
  margin: 0 auto;
  margin-top: -40px;
  object-fit: contain;
}
.singleH2TitleWap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.singleH2TitleWap h2 {
  font-size: 24px;
  align-items: flex-start;
  margin-top: 100px;
  color: #d4af37;
  width: 100%;
  display: inline;
  opacity: 0.7;
}
.singleH2TitleWap .singleH2SubTitle {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -4px;
  opacity: 0.5;
}

.singleH2TitleMiddle {
  align-self: center;
  width: 100%;
}
.singleH2TitleMiddle span.g1 {
  letter-spacing: 7px;
  font-size: 109px;
  color: #d4af37;
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-style: italic;
  font-weight: 700;
}
.singleH2TitleMiddle .gi_span {
  font-size: 45px;
  color: #d4af37;
  font-family: 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo,sans-serif;
  font-weight: bold;
}

.singleH2TitleDown {
}

.item_rank_top5_box {
}
.item_rank_top5_box .singleRankingWap {
}
.item_rank_top5_box .singleRankingBox {
  display: flex;
  justify-content: flex-start;
}
.item_rank_top5_box .singleRankingTrophyImg {
  max-width: 37px;
  max-height: 60px;
  display: inline-block;
  border: none;
  position: relative;
  top: 3px;
}
.item_rank_top5_box .singleRankingText {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 82px;
  letter-spacing: 3px;
  color: #d4af37;
  position: relative;
  top: 17px;
  font-style: italic;
  font-weight: 700;
}
.item_rank_top5_box .singleRankingTextKanji {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 30px;
  color: #d4af37 !important;
  padding: 0;
  line-height: 0;
  font-weight: 800;
  position: relative;
  bottom: -48px;
  font-style: italic;
  font-weight: 700;
}
.item_rank_top5_box .singleRankingTitleAndInfoBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.item_rank_top5_box .singleRankingTitle {
  font: 16px YuGothic, "Yu Gothic", sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3",
    "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  margin: 0;
  background: #d4af37;
  padding: 17px;
  color: #fff;
  width: 50%;
  max-width: 600px;
  display: inline;
  font-weight: 700;
  text-align: left;
}
.item_rank_top5_box .singleMailMagazineInfoBox {
  width: 50%;
  border-top: solid 1px #d4af37;
  display: flex;
  justify-content: flex-start;
  max-height: 45px;
  margin-top: 11px;
  padding: 10px 8px 0;
  font-size: 12px;
  color: #d4af37;
  flex-wrap: wrap;
}
.item_rank_top5_box .singleMailMagazinePrice {
	margin-right: 10px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.item_rank_top5_box .singleMailMagazineDeliveryDate {
  line-height: 1.4;
  text-align: left;
  margin-bottom: 5px;
}
.item_rank_top5_box .singleMailMagazineDeliveryDate i {
  color: #d4af37;
  margin-right: 5px;
}

.item_rank_top5_box .singleMailMagazineSharebox {
  margin-left: auto;
}
.item_rank_top5_box .singleMailMagazineSharebox i {
  margin-left: 5px;
}
.item_rank_top5_box .singleMailMagazineAuthorImgAndCommendBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.item_rank_top5_box .singleMailMagazineAuthorImg {
  align-self: center;
  margin: 0 auto;
  width: 35%;
}
.item_rank_top5_box .singleMailMagazineAuthorImg img {
  max-width: 250px;
  margin: 0;
  height: auto;
}
.item_rank_top5_box .singleMailMagazineAuthorCommentBox {
  align-self: center;
  width: 65%;
}
.item_rank_top5_box .singleMailMagazineAuthorCommentBox p {
  margin-bottom: 0;
}

.singleMailMagazineAuthorCommentSubTitle {
  background: #fff;
  position: relative;
  top: -15px;
  display: inline-block;
  padding-right: 10px;
  color: #d4af37;
}
.singleMailMagazineAuthorCommentSubTitle i {
  margin-right: 15px;
}
.item_rank_top5_box .singleMailMagazineReadText,
.item_rank_top5_box .singleMailMagazineAuthotComment {
  text-align: left;
  font: 16px YuGothic, "Yu Gothic", sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3",
    "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  line-height: 1.8;
  margin-top: 30px;
}
.item_rank_top5_box .singleMailMagazineAuthotComment {
  border-top: solid 1px #d4af37;
}
.item_rank_top5_box .regbtn-wrap {
  margin-top: 45px;
}
.item_rank_top5_box .regbtn-wrap.item_rank_top5_box form {
}
.item_rank_top5_box .hidden {
}
.item_rank_top5_box .reg-paybtn {
}

div.grand_prix_title {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.heading::after {
  bottom: -5px;
}

div.grand_prix_title img {
  width: auto;
  max-width: 118px;
  height: 80px;
  display: block;
  margin-right: 20px;
}

.icon_style {
  width: auto;
  max-width: 118px;
  height: 80px;
  display: block;
  margin-right: 20px;
}
/*SVG CSS*/

div.grand_prix_title span {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  color: #e5b012;
  letter-spacing: 0.1em;
  margin-left: 0.5em;
}

div.grand_prix_title span.g2 {
  color: #ffffff;
}

.g1 {
  background: -webkit-linear-gradient(
    -45deg,
    #c58116 0%,
    #efbb00 55%,
    #cb9749 100%
  );
  background: -o-linear-gradient(-45deg, #c58116 0%, #efbb00 55%, #cb9749 100%);
  background: -ms-linear-gradient(
    -45deg,
    #c58116 0%,
    #efbb00 55%,
    #cb9749 100%
  );
  background: -moz-linear-gradient(
    -45deg,
    #c58116 0%,
    #efbb00 55%,
    #cb9749 100%
  );
  background: linear-gradient(-45deg, #c58116 0%, #efbb00 55%, #cb9749 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e5b012;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .g1 {
    background: none;
  }
}

div.grand_prix_top5_wap,
div.grand_prix_new-face_wap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

.grid-area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 0 auto;
  max-width: 1000px;
}

.grid-item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 50px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-item-second-width {
  width: calc(100% / 2);
}

.grid-item-second-width .ranking-mtitle {
  display: block;
  word-break: break-all;
  text-align: left;
}
.ran1-mtl {
  display: block !important;
  width: 60% !important;
}

.grid-item-rank-title-box {
  width: 70%;
  margin-left: auto;
}

.top-ranking-right {
  text-align: right;
}

.grid-item-mein-content {
  padding-top: 30px;
  margin-left: 55px;
  display: flex;
  justify-content: flex-start;
  z-index: 1000;
}
.grid-item-mein-content-text {
  color: #fff;
  padding-left: 60px;
  align-self: center;
  max-width: 700px;
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.grid-item-mein-content-2nd {
  flex-wrap: wrap;
  margin-right: 30px;
  padding-right: 60px;
  border-right: 1px solid #d4af37;
}

.grid-item-mein-content-2nd img {
  max-width: 310px !important;
  max-height: 310px !important;
  margin: 0 auto;
}
.grid-item-mein-content-2nd .grid-item-mein-content-text {
  padding-top: 50px;
  padding-left: 0;
  word-break: break-all;
}

.grid-area p {
  font: 16px YuGothic, "Yu Gothic", sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3",
    "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  margin: 0 0 0;
}

.grid-area img {
  border: 1px solid #dfca88;
  max-width: 250px;
	z-index: 1000;
}

.grid-area a:hover {
  
}
.grid-area a:hover img {
  box-sizing: border-box;
}

.grid-area a:hover p {
  opacity: 0.8;
}

p.top-ranking {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 30px;
  color: #d4af37 !important;
  padding: 0;
  line-height: 0;
  font-weight: 800;
  position: relative;
  top: -11px;
  font-style: italic;
  font-weight: 700;
}

p.top-ranking-1 {
  top: 1px;
}

p.top-ranking img {
  max-width: 37px;
  display: inline-block;
  border: none;
}

.ranking-mtitle {
  background: #d4af37;
  padding: 17px;
  color: #fff;
  width: 100%;
  display: inline;
  font-weight: 700 !important;
  min-height: 60px;
}

.grid-area p .top_rank_cont1,
.grid-area p .top_rank_cont2,
.grid-area p .top_rank_cont3,
.grid-area p .top_rank_cont4,
.grid-area p .top_rank_cont5 {
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-size: 82px;
  letter-spacing: 3px;
  color: #d4af37;
  font-style: italic;
  font-weight: 700;
}

ol.grid-area li:first-child {
  width: 100%;
}

div.grand_prix_top5_wap ul,
div.grand_prix_new-face_wap ul {
  padding: 24px 2em 42px;
}

div.grand_prix_top5_wap ul li,
div.grand_prix_new-face_wap ul li {
  margin-bottom: 20px;
  color: #373737;
  text-indent: -2em;
  padding-left: 2em;
}

.grand_prix_new-face_wap p {
  color: #000;
}
.grand_prix_new-face_wap .ranking-mtitle {
  color: #fff;
}

span.list_rank,
span.list_rank_juni {
  font-size: 39px;
  font-weight: bold;
  font-family: "futura-pt", futura, "Century Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic",
    メイリオ, Meiryo,sans-serif;
  font-style: italic;
  font-weight: 700;
}

span.list_rank {
  font-size: 34px;
  display: block;
  font-style: italic;
}

span.list_rank_juni {
  font-size: 14px;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 10px;
  display: block;
  /* margin: 0; */
  padding: 0;
}
span.list_rank_title {
  display: block;
}

div.grand_prix_top5_wap ul li:last-child,
div.grand_prix_new-face_wap ul li:last-child {
  margin-bottom: 0;
}

p.grand_prix_read,
p.grand_prix_media_read {
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 1.2px;
  max-width: 710px;
  width: 70%;
}

p.grand_prix_read {
  max-width: 600px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

/* メディア賞 */

.g2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a0a0a0+20,c0c0c0c0+50,a0a0a0+80 */
  /*background: #c0c0c0;*/
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #a0a0a0 10%,
    #c0c0c0c0 50%,
    #a0a0a0 80%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #a0a0a0 10%,
    #c0c0c0c0 50%,
    #a0a0a0 80%
  );
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(135deg, #a0a0a0 20%, #c0c0c0 50%, #a0a0a0 80%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#a0a0a0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
}

.g3 {
  color: #ffffff;
}

div.grand_prix_media_wap {
  width: 100%;
  display: block;
  background: #fff;
}

.item {
  background-color: #fff;
}

.row_media_media,
.row_media_category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 45px auto 0;
}

.row_media_category {
  flex-wrap: wrap;
}

.row_media_media > article.item,
.row_media_category > article.item {
  width: calc(33% - 16px);
  box-sizing: border-box;
  align-self: flex-start;
  padding: 20px;
  border: 1px solid #707070;
  z-index: 1000;
}

.row_media_media > article.item{
	width: calc((100% / 4) - 10px);
}

.row_media_category > article.item {
  margin-bottom: 20px;
  min-height: 430px;
  border: 1px solid #707070;
  box-sizing: border-box;
}

div.row_media_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 0;
  padding-bottom: 20px;
}

._news {
  border-bottom: 1px solid #ff0000;
}

._money {
  border-bottom: 1px solid #d19f19;
}

._tripeditor {
  border-bottom: 1px solid #0e6ba6;
}

._bythem {
  border-bottom: 1px solid #9DE7D7;
}

._category {
  border-bottom: 1px solid #c4b580;
}

div.row_media_header > img {
  width: auto;
  max-width: 70px;
  height: 45px;
  display: block;
}

div.row_media_header > h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Century Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo,sans-serif;
  color: #333333;
  margin: 0 0.7em;
  letter-spacing: 2px;
}

div.row_cont {
  background: #fff;
  margin: 0;
  padding: 0;
}

div.row_cont ul {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

div.row_cont ul li {
  letter-spacing: 1px;
  margin: 5px auto;
  width: 100%;
  line-height: 1.6;
  display: block;
  height: auto;
}

div.row_cont ul li a {
  font-size: 14px;
  color: #353535;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

div.row_cont ul li a:hover,
div.row_cont ul li a:active {
  text-decoration: underline;
}

h3 a {
  color: #353535;
}

/*フッター*/

#section3 {
  margin: 0;
  display: block;
  max-width: none;
  width: 100%;
  position: relative;
}

#section3 ul.up_ul,
#section3 ul.down_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
#section3 ul.down_ul {
  margin-bottom: 0;
}

#section3 ul.up_ul li,
#section3 ul.down_ul li {
  text-align: center;
}

#section3 ul.up_ul li {
  width: calc(25% - 5px);
  margin: 10px 0 0 5px;
}

#section3 ul.down_ul li {
  width: 19.5%;
}

#section3 ul.up_ul li a,
#section3 ul.down_ul li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 14px;
  background-color: #373737;
}

#section3 ul.up_ul li a:hover,
#section3 ul.up_ul li a:active,
#section3 ul.down_ul li a:hover,
#section3 ul.down_ul li a:active {
  opacity: 0.8;
}

/*カテゴリー別*/

div.over_line_up_category {
  height: 2px;
  width: 100%;
  display: block;
  position: relative;
  right: -32%;
}

.grand_prix_category_title {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: block;
  text-align: left;
}

div.grand_prix_category_title img {
  width: auto;
  max-width: 118px;
  height: 70px;
  display: block;
  margin-right: 20px;
}

div.grand_prix_category_title span {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 2px;
}

._align-center {
  align-self: center;
}

div.over_line_bottom_category {
  height: 2px;
  width: 100%;
  display: block;
  position: relative;
  right: -31%;
}

p.grand_prix_cat_read {
  width: 100%;
  max-width: 710px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  display: block;
  margin: 45px auto 0;
  line-height: 1.5;
}

.rank2_cont {
  width: calc(50% - 50px);
  margin: 0 0 40px;
}

.rank3_cont {
  width: 32%;
}

.item_rank_top5_box,
.item_rank2,
.item_rank3,
.item_rank4,
.item_rank5,
.item_rank6 {
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.item_rank_top5_box {
  background: #fff;
}

article.cat_item_rank {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.item_rank1,
.item_rank3,
.item_rank5 {
  background: rgba(241, 239, 233, 1);
}
.item_rank2,
.item_rank4,
.item_rank6 {
  background: #fff;
}
.item_rank2,
.item_rank3,
.item_rank4,
.item_rank5,
.item_rank6 {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
}
._rank1 {
  width: 100%;
}

.item_rank_wap_cotegory {
  max-width: 900px;
  margin: 0 auto;
}

article.cat_item_rank > div.rank_cont_l {
  width: 30%;
  text-align: center;
  align-self: baseline;
}

.rank1_cont_rank,
.rank2_cont_rank {
  width: 100%;
  max-width: 150px;
  font-size: 86px;
  color: #c0b283;
  padding: 45px 0 25px;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  background-image: url(../../images/olive.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 20px;
}

.rank2_cont_rank {
  max-width: 100px;
  font-size: 66px;
}

.rank1_cont_rank span.-rank,
.rank2_cont_rank span.-rank {
  font-size: 20px;
}

.rank_cont_title_wap > span.mm_name {
  font-size: 20px;
  font-weight: 900;
  padding: 1em 0.5em;
  color: #373737;
  display: none;
}

.rank_cont_title_wap > div.cat_author_img img {
  max-width: 188px;
  margin: 0;
  height: auto;
}

article.cat_item_rank > div.rank1_cont_r {
  width: 70%;
  max-width: 600px;
  display: block;
  align-self: start;
}

article.cat_item_rank._rank1 > div.rank1_cont_r {
  align-self: flex-start;
}

article.cat_item_rank > div.rank1_cont_r p {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #373737;
  margin-bottom: 1%;
}

article.cat_item_rank > div.rank1_cont_r:first-child {
  font-size: 16px;
}

article.cat_item_rank > div.rank1_cont_r span.comment_subtitle {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: block;
  color: #373737;
  margin-top: 1em;
}

article.cat_item_rank > div.rank1_cont_r span.comment_subtitle i {
  color: #ba090f;
  margin-right: 10px;
}

article.cat_item_rank > div.rank1_cont_r div.author_info {
  padding: 0;
  margin: 10px 0 0;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

article.cat_item_rank > div.rank1_cont_r div.author_info p,
article.cat_item_rank > div.rank1_cont_r div.author_info p b {
  font-size: 12px;
  color: #888888;
  margin-bottom: 0;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

article.cat_item_rank > div.rank1_cont_r div.author_info p {
  margin-right: 10px;
  text-align: left;
}

article.cat_item_rank > div.rank1_cont_r div.author_info p a {
  color: #433730;
  font-weight: bold;
  transition: all 0.35s;
}

article.cat_item_rank > div.rank1_cont_r div.author_info p a:hover {
  text-decoration: underline;
}

article.cat_item_rank > div.event_pr {
  width: 100%;
  background: #dcdcdc;
  padding: 1em;
  display: block;
  margin: 1em auto 0;
}

article.cat_item_rank > div.event_pr span {
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  padding: 0 0 0.2em 0;
  display: block;
  border-bottom: 2px solid red;
  letter-spacing: 1px;
  color: #333333;
}

article.cat_item_rank > div.event_pr p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  padding: 1em 0;
  color: #333;
  margin-bottom: 10px;
}

article.cat_item_rank > div.event_pr img {
  width: 80%;
  border: 1px solid #fff;
}

article.cat_item_rank > div.event_pr img:hover {
  opacity: 0.8;
}

button.add_btn {
  text-align: center;
  padding: 0.5em 9%;
  border-radius: 0;
  display: inline-block;
  margin-left: 2%;
}

.regbtn-wrap {
  position: relative;
}

.mag2019-free {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

.mag2019-free ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  max-width: 600px;
}

.mag2019-free ul li {
  text-align: center;
  align-self: flex-end;
  margin-right: 5px;
}

.mag2019-free .supple {
  font-size: 12px;
  margin: 0;
  float: left;
  color: #777;
}
.mag2019-free .supple a {
  color:#d4af37!important;
}

.sns-btnbox {
  text-align: right;
  clear: both;
  position: relative;
  align-self: center;
  margin-top: -4px;
  margin-left: auto;
}

.sns-drop {
  *zoom: 1;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  float: left;
  font-size: 16px;
}

.sns-drop .sns-text {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
  color: #d4af37;
  margin-right: 5px;
}

.sns-drop .sns-text i {
  margin-left: 5px;
}

.sns-drop:before,
.sns-drop:after {
  content: "";
  display: table;
}

.sns-drop li {
  position: relative;
  margin: 0 !important;
  padding: 0;
  text-align: right;
  line-height: 1.3;
  min-width: 130px;
}

.sns-drop li .sns-btn {
  list-style: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 30%;
  visibility: hidden;
  transition: 0.5s;
}

.sns-drop li .sns-btn li {
  /*  background: #1b1b1b; */
  /*  box-shadow:0 0 3px #000;*/
  text-align: center;
}

.sns-drop li .sns-btn li a {
  padding: 5px 0;
  text-align: left;
  display: inline-block;
}

.sns-btnbox .sns-btn li a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.sns-drop li .sns-btn li img {
  width: 25px;
  transition: all 0.3s;
}

.sns-drop li :hover {
}

.sns-drop li:hover ul {
  top: 17px;
  visibility: visible;
  opacity: 1;
}

.sp_sns_box {
  display: none;
}

.rank2_cont > article.cat_item_rank {
  display: flex;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.rank2_cont > article.cat_item_rank > div.rank_cont_l,
.rank3_cont > article.cat_item_rank > div.rank_cont_l {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-self: flex-start;
}

.rank2_cont > article.cat_item_rank > div.rank_cont_l > .rank1_cont_rank,
.rank3_cont > article.cat_item_rank > div.rank_cont_l > .rank1_cont_rank {
  width: 100%;
  font-size: 100px;
  color: #373737;
  padding: 40px 0 0;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  background-image: url(../../images/olive.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rank3_cont > article.cat_item_rank > div.rank_cont_l > .rank1_cont_rank {
  font-size: 65.5px;
}

.rank2_cont > article.cat_item_rank > div.rank_cont_l > .rank_cont_title_wap,
.rank3_cont > article.cat_item_rank > div.rank_cont_l > .rank_cont_title_wap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.rank2_cont
  > article.cat_item_rank
  > div.rank_cont_l
  > .rank_cont_title_wap
  > span.mm_name,
.rank3_cont
  > article.cat_item_rank
  > div.rank_cont_l
  > .rank_cont_title_wap
  > span.mm_name {
  padding: 5% 0.5em;
  order: 2;
  /*width: 95%;*/
  font-size: 18px;
  line-height: 1.4;
}

.rank2_cont
  > article.cat_item_rank
  > div.rank_cont_l
  > .rank_cont_title_wap
  > div.cat_author_img
  img {
  max-width: 121px;
}

.rank3_cont
  > article.cat_item_rank
  > div.rank_cont_l
  > .rank_cont_title_wap
  > div.cat_author_img
  img {
  max-width: 92px;
}

.rank2_cont > article.cat_item_rank > div.rank1_cont_r,
.rank3_cont > article.cat_item_rank > div.rank1_cont_r {
  width: 100%;
  border-left: none;
  padding: 0.5em 0 0;
  align-self: flex-start;
}
.rank2_cont > article.cat_item_rank > div.rank1_cont_r div.author_info p,
.rank3_cont > article.cat_item_rank > div.rank1_cont_r div.author_info p {
  text-align: left;
  text-align: left;
  padding: 2px 0;
  margin-right: 0;
}

.rank2_cont
  > article.cat_item_rank
  > div.rank1_cont_r
  div.author_info
  p
  > button.add_btn,
.rank3_cont
  > article.cat_item_rank
  > div.rank1_cont_r
  div.author_info
  p
  > button.add_btn {
  text-align: center;
  padding: 0.5em 2em;
  margin: 10px auto 0;
  display: block;
}

.-medialink {
  padding-left: 10px;
  color: #433730;
}

.-medialink:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------
 Wide ---------------------------------------------------------------------
 ------------------------------------------------------------------------------------*/

@media screen and (min-width: 961px) and (max-width: 1880px) {
  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 14pt;
  }

  /* Header */
  #header {
    width: 230px;
  }

  /* Footer */
  #footer {
    margin-left: 230px;
  }

  /* Main */
  #main {
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------
 Normal
 ---------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 961px) and (max-width: 1620px) {
  /* Main */
  #main > section {
    padding: 0;
  }

  div.row_media_header > h3 {
    font-size: 17px;
    font-weight: 900;
  }

  article.cat_item_rank > div.rank1_cont_r div.author_info p {
    text-align: center;
  }
  button.add_btn {
    text-align: center;
    padding: 0.5em 9%;
    margin: 10px auto 0;
    display: block;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------- Narrow
-------------------------------------------
------------------------------------------------------------------------------------------*/

@media screen and (min-width: 961px) and (max-width: 1320px) {
  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 14pt;
  }

  .container {
    padding: 0 2em;
  }

  /* List */
  ul.icons li a {
    width: 1.75em;
  }

  /* Item */
  .item {
    margin-bottom: 20px;
  }

  /* Header */
  #header {
    width: 200px;
    box-sizing: border-box;
  }

  #logo .image {
    position: relative;
    margin: 0 0 0.5em 0;
  }

  #nav ul li a {
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  #nav ul li a span {
    padding-right: 0.3em;
  }

  #nav ul li a span:before {
    left: 100%;
    margin-left: -1.25em;
    line-height: 2.25em;
  }

  /* Footer */
  #footer {
    margin-left: 20%;
  }

  /* Main */
  #main {
    box-sizing: border-box;
  }

  div.row_media_header > h3 {
    font-size: 17px;
    font-weight: 900;
  }
  article.cat_item_rank > div.rank1_cont_r div.author_info p {
    text-align: center;
  }
  button.add_btn {
    text-align: center;
    padding: 0.5em 9%;
    margin-left: 0;
    display: block;
  }
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .mag2019-free ul li._width70 {
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .mag2019-free ul li._width30 {
    width: 100%;
  }
  article.cat_item_rank > div.rank1_cont_r div.author_info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------- Narrower
-----------------------------------------------------------------------------------------
-------------------------------------------------------- */

@media screen and (max-width: 960px) {
  article.cat_item_rank._rank1 > div.rank_cont_l {
    border-right: none;
  }
  /* Basic */
  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  textarea,
  select {
    font-size: 16pt;
  }

  header br {
    display: none;
  }

  .container {
    padding: 0 15px;
  }

  /* Item */
  .item {
    margin-bottom: 15px;
  }

  /* List */
  ul.icons a {
    width: 1.75em;
    font-size: 1.25em;
  }

  #logo {
    margin: 0 1em 1.25em;
  }

  #nav ul li a {
    padding: 0.5em;
  }

  /* Footer */
  #footer {
    margin-left: 0;
  }

  /* Main */
  #main {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
    padding-bottom: 1px;
    margin-left: 0;
  }

  #main > section {
    padding: 0;
  }

  #main section.cover {
    padding: 20px 0;
  }
  div.row_media_header > h3 {
    font-size: 18px;
    /*margin: 14px 0 0 0;*/
  }

  article.cat_item_rank {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  article.cat_item_rank > div.rank_cont_l {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .rank_cont_title_wap {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .rank_cont_title_wap > span.mm_name {
    padding: 0 0.5em;
    order: 2;
    /*width: 65%;*/
    font-size: 18px;
  }
  .rank_cont_title_wap > .rank_cont_l > div.cat_author_img {
    order: 1;
    width: 35%;
  }

  article.cat_item_rank > div.rank1_cont_r {
    border-left: none;
  }

  .rank1_cont_rank,
  .rank2_cont > article.cat_item_rank > div.rank_cont_l > .rank1_cont_rank,
  .rank3_cont > article.cat_item_rank > div.rank_cont_l > .rank1_cont_rank {
  }
  .rank_cont_title_wap > div.cat_author_img img,
  .rank2_cont
    > article.cat_item_rank
    > div.rank_cont_l
    > .rank_cont_title_wap
    > div.cat_author_img
    img,
  .rank3_cont
    > article.cat_item_rank
    > div.rank_cont_l
    > .rank_cont_title_wap
    > div.cat_author_img
    img {
    max-width: 188px;
    margin: 0;
    height: auto;
  }

  article.cat_item_rank > div.rank1_cont_r div.author_info p {
    text-align: center;
  }
  button.add_btn {
    text-align: center;
    padding: 0.5em 15%;
    margin: 10px auto 0;
    display: block;
  }
  .mag2019-free ul li._width70 {
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .mag2019-free ul li._width30 {
    width: 100%;
  }
  article.cat_item_rank > div.rank1_cont_r div.author_info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------
 Mobile
---------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1223px) {
  .ankerLinkUl {
    flex-wrap: nowrap;
  }
  .headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
    min-width: 150px;
  }
  .h2TitleWap {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1175px) {
  .grid-area {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 982px) {
  .headerLogoWap {
    margin-left: 30px;
  }
  .headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
    min-width: 110px;
  }
  .ankerLinkLi a img {
    margin-right: 5px;
  }
  .headerAnkerLinkWap {
  }
  .headerLogo {
    margin-left: 0;
    max-width: 178px;
  }
  .headerLogo .headerTxt {
    font-size: 16px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 807px) {
  #logo h1 img {
    margin: 47px 0 0 20%;
  }
  header div.title_bk_img {
    background: none;
  }
  div.title_bk_img > h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 10px 0;
  }
  div.title_bk_img > span.txtaling_left {
    font-size: 16px;
    padding-top: 0.5em;
  }
  header > p {
    font-size: 16px;
    line-height: 1.4;
  }
  footer > span.top_header_info {
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    width: auto;
    margin: 0 0 0 0;
    padding: 10px 30px;
    font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
      HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 800;
    font-size: 24px;
  }
  header span.portfolio_subtitle img {
    max-width: 199px;
    margin: 0 auto;
  }
  div.over_line_up {
    height: 1px;
  }
  div.grand_prix_title {
    padding: 32px 0 25px 0;
  }
  div.grand_prix_title img {
    max-width: 94px;
    height: 60px;
    margin-right: 10px;
  }
  div.grand_prix_title span {
    font-size: 28px;
  }
  div.over_line_bottom {
    margin-bottom: 0;
    height: 1px;
  }
  p.grand_prix_read,
  p.grand_prix_media_read {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 480px;
    width: 90%;
  }
  div.grand_prix_top5_wap,
  div.grand_prix_new-face_wap {
    margin: 30px auto 50px;
  }
  div.grand_prix_top5_wap ul,
  div.grand_prix_new-face_wap ul {
    padding: 1.3em;
  }

  .grid-area {
    flex-wrap: wrap;
  }

  #main > section.media {
    padding-bottom: 50px;
  }
  .row_media_media,
  .row_media_category {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .row_media_media > article.item,
  .row_media_category > article.item {
    width: 49%;
    max-width: 373px;
    padding: 0.5em;
  }
  div.row_media_header > h3 {
    font-size: 20.5px;
  }
  div.row_cont ul li {
    margin: 0 auto 30px;
  }
  div.row_cont ul li a {
    font-size: 16px;
  }
  div.row_cont ul li a:hover,
  div.row_cont ul li a:active {
    color: #433730;
  }
  span.list_rank {
    letter-spacing: -2px;
  }
  .row_media_category > article.item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 903px) {
}
@media screen and (max-width: 801px) {
  .ankerLinkUl {
    flex-wrap: wrap;
    margin: 0 auto 80px;
  }
  .ankerLinkUl li {
    width: calc((100% / 2) - 82px);
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 13px;
  }
  .headerAnkerLinkWap .ankerLinkUl li {
    margin-top: 0;
  }
  .headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
    min-width: 110px;
    height: 24px;
    margin-top: 5px;
  }
  .headerAnkerLinkWap {
    margin: 0 0 0 auto;
  }
  .grid-item-mein-content {
    margin-left: 30px;
  }
  .grid-item-mein-content-2nd {
    margin-left: 20px;
    padding-right: 20px;
  }
  .menu-parent ul.menu-child li {
    width: calc((100% / 3) + 0px) !important;
    margin: 0;
  }
  .menu-parent ul.menu-child li a {
    line-height: 1.8;
    text-align: center;
    padding: 10px 0 0;
  }
  .menu-parent .menu-child {
    right: 10px;
    max-width: 440px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #main > section.one {
    background-color: #81918e;
    background: url("../../images/header2019.png");
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    background-size: cover;
    background-position: center;
    animation: huerotator 50s infinite alternate;
  }

  div.over_line_up {
    right: -15%;
  }

  div.over_line_bottom {
    right: -15%;
  }

  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 14pt;
  }

  h2 {
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
  }

  .container {
    padding: 0 15px 0 15px;
  }

  /* List */
  ul.icons a {
    width: 2em;
    font-size: 1.25em;
  }
  #logo h1 img {
    margin: 0 0 0 4%;
  }

  /* Main */
  #main > section {
    padding: 0 0 30px;
  }

  #main section.cover {
    padding: 1.5em 0em;
  }

  #main section.cover header {
    padding: 0;
    margin-bottom: 1em;
  }

  /* Footer */
  footer {
    margin: 0;
  }
  #footer .copyright li {
    display: block;
    line-height: 1.25em;
    border: 0;
    padding: 0;
    margin: 1em 0 0 0;
  }

  #footer .copyright li:first-child {
    margin-top: 0;
  }

  div.grand_prix_category_title img {
    width: auto;
    max-width: 94px;
    height: 60px;
    display: block;
    margin-right: 2%;
  }
  div.grand_prix_category_title span {
    font-size: 28px;
  }
  div.over_line_up_category {
    right: -10%;
    height: 2px;
  }
  div.over_line_bottom_category {
    left: -10%;
    height: 2px;
  }
  p.grand_prix_cat_read {
    font-size: 16px;
    letter-spacing: 0;
  }

  /*フッター*/
  #section3 {
    width: 100%;
  }
  #section3 ul.up_ul,
  #section3 ul.down_ul {
    margin: 0;
    padding: 0;
  }
  #section3 ul.down_ul {
    margin-bottom: 30px;
  }
  #section3 ul.up_ul li,
  #section3 ul.down_ul li {
    width: 100%;
    margin-top: 20px;
  }
  .row_media_media,
  .row_media_category {
    flex-wrap: wrap;
    justify-content: center;
  }
  .row_media_media > article.item,
  .row_media_category > article.item {
    width: 100%;
    max-width: 373px;
    padding: 1em;
  }

  div.item_rank2,
  div.item_rank3 {
    flex-wrap: wrap;
  }
  div.item_rank2 > div.rank2_cont,
  div.item_rank3 > div.rank2_cont,
  div.item_rank4 > div.rank2_cont,
  div.item_rank5 > div.rank2_cont,
  div.item_rank6 > div.rank2_cont {
    width: 100%;
  }
  .rank2_cont > article.cat_item_rank > div.rank_cont_l > .rank_cont_title_wap,
  .rank3_cont > article.cat_item_rank > div.rank_cont_l > .rank_cont_title_wap {
    width: 98%;
  }
  .rank2_cont > article.cat_item_rank > div.rank1_cont_r,
  .rank3_cont > article.cat_item_rank > div.rank1_cont_r {
    padding: 1em 0.5em 0;
  }
  article.cat_item_rank > div.rank1_cont_r div.author_info {
    padding: 0.5em;
  }
  .mag2019-free ul {
    justify-content: space-around;
  }
  .mag2019-free ul li._width70 {
    width: 60%;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form select,
  form textarea {
    padding: 0.2em 0.1em;
  }

  .mag2019-free ul li._width70 {
    width: 100%;
    margin: 10px 0 10px 0;
  }
  .mag2019-free ul li._width30 {
    width: 100%;
  }

  article.cat_item_rank > div.event_pr span {
    font-size: 18px;
    padding: 0 0.2em 0;
  }
  article.cat_item_rank > div.event_pr p {
    font-size: 14px;
  }
  .top10 {
    margin-top: 10px;
  }
  div.row_media_header > img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .grid-item {
    max-width: 100%;
    width: 100%;
    min-width: 120px;
    height: auto;
    box-sizing: border-box;
    margin: 10px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    box-sizing: border-box;
  }
  article.cat_item_rank {
    padding: 20px 10px;
  }
  article.cat_item_rank > div.event_pr img {
    width: 100%;
  }
  .headerLogo {
    max-width: 143px;
    height: 40px;
    background-size: 14px;
  }
  .hedarTrophyImg-sp {
    max-width: 27px;
    max-height: 43px;
    margin-top: 4px;
    display: block;
	margin: 0 auto;
	
  }
  .ankerLinkUl li {
    width: calc((100% / 2) - 3px);
    margin-right: 0 !important;
    margin-left: 6px;
  }
  .headerAnkerLinkWap {
    margin: -5px 5px 0 auto;
    width: 70%;
  }
  .headerLogo h1 {
    font-size: 10px;
    line-height: 1;
  }
  .headerLogo .headerTxt {
    font-size: 14px;
  }
  .headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
    min-width: 108px;
  }
  .headerAnkerLinkWap .ankerLinkUl .ankerLinkLi a {
    font-size: 11px !important;
  }
  .headerLogo {
    display: none;
  }
  .hedarTrophyImg {
    display: none;
  }
  .headerTxt-sp {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 10px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-toggle {
    display: none !important;
  }
  .top-head .nav-login {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 1880px) {
  header div.title_bk_img {
    width: 70%;
  }
}

@media screen and (max-width: 1880px) {
  header div.title_bk_img {
    width: 80%;
  }
}

@media screen and (max-width: 1620px) {
  header div.title_bk_img {
    width: 100%;
    display: block;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1320px) {
  header div.title_bk_img {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  div.row_media_header > img {
    margin-left: 0;
  }
}

/*-----------ヘッダーナブ-------------*/

div.top-head .inner {
  max-width: none !important;
}

div.top-head .dropdown {
  margin: 0 !important;
}

.gradation_brown {
  background: -webkit-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
  background: linear-gradient(
    to right,
    rgb(67, 55, 49) 0%,
    rgb(85, 66, 53) 20%,
    rgb(126, 116, 99) 50%,
    rgb(85, 66, 53) 79%,
    rgb(67, 55, 49) 100%
  );
}
.gradation_gold {
  background: -webkit-linear-gradient(
    left,
    rgba(236, 220, 136, 0.95) 0%,
    rgba(199, 148, 60, 0.95) 55%,
    rgba(168, 129, 41, 0.95) 73%,
    rgba(240, 212, 140, 0.95) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(236, 220, 136, 0.95) 0%,
    rgba(199, 148, 60, 0.95) 55%,
    rgba(168, 129, 41, 0.95) 73%,
    rgba(240, 212, 140, 0.95) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(236, 220, 136, 0.95) 0%,
    rgba(199, 148, 60, 0.95) 55%,
    rgba(168, 129, 41, 0.95) 73%,
    rgba(240, 212, 140, 0.95) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(236, 220, 136, 0.95) 0%,
    rgba(199, 148, 60, 0.95) 55%,
    rgba(168, 129, 41, 0.95) 73%,
    rgba(240, 212, 140, 0.95) 100%
  );
  background: linear-gradient(
    to right,
    rgba(236, 220, 136, 0.95) 0%,
    rgba(199, 148, 60, 0.95) 55%,
    rgba(168, 129, 41, 0.95) 73%,
    rgba(240, 212, 140, 0.95) 100%
  );
}

/*CSS Cinema Effect*/
.background {
  width: 100%;
  height: 100%;
  background: url("../../images/header2019.png");
  background-size: cover;
}

.outer-scratch,
.inner-scratch {
  height: inherit;
}

.outer-scratch:after,
.inner-scratch:after {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 100px;
  opacity: 0.08;
  background: url("../../images/scratch.png") repeat center center;
  -webkit-animation: scratch 0.45s steps(1) infinite;
  animation: scratch 0.45s steps(1) infinite;
}

.inner-scratch:after {
  left: 30%;
  -webkit-animation: inner-scratch 2s infinite;
  animation: inner-scratch 2s infinite;
}

.title_bk_img > p {
  width: 100%;
  font-size: 16px;
  color: #373737;
  display: block;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
}

.title_bk_img > p.top-header-comments {
  position: relative;
  bottom: 0;
  right: 2%;
  text-align: right;
  font-size: 12px;
}

.grain {
  display: block;
  text-align: left;
}
/*
.grain:after {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: .11;
  background: url('../../images/grain.jpg') repeat center center;
  -webkit-animation: grain 0.5s steps(1) infinite;
  animation: grain 0.5s steps(1) infinite;
}
*/

.cotegory_list_wap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.category_list,
.category_media_list,
.category_category_list {
  margin: 0 0 40px;
  width: 100%;
}
.category_list span,
.category_media_list span,
.category_category_list span {
  font-family: 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo,sans-serif;
  font-size: 16px;
  color: #d4af37;
}

.category_list ul,
.category_media_list ul,
.category_category_list ul {
  margin: 0 auto 36px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.category_list ul {
  margin: 10px auto 0;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.category_list ul li,
.category_media_list ul li,
.category_category_list ul li {
  width: calc(33% - 5px);
  box-sizing: border-box;
  margin: 10px 6px 0 0;
  display: block;
}

.category_list ul li {
  margin: 7px auto;
  width: 100%;
}

.category_list ul li a,
.category_media_list ul li a,
.category_category_list ul li a {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #c4b580;
  background: #d4af37;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0s;
}

.category_list ul li a span,
.category_media_list ul li a span,
.category_category_list ul li a span {
  color: #fff;
}

.category_list ul li a:hover,
.category_media_list ul li a:hover,
.category_category_list ul li a:hover {
  background: #e0c97d;
  border: 1px solid #c4b580;
  border-radius: 6px;
  color: #222222;
  opacity: 1;
}

.category_list ul li a:hover span,
.category_media_list ul li a:hover span,
.category_category_list ul li a:hover span {
  color: #222;
}

.category_list ul li a img,
.category_media_list ul li a img,
.category_category_list ul li a img {
  width: 100%;
  max-width: 26px;
  height: auto;
  margin-right: 10px;
}

/*ヘッダーまわりはご自由に*/
#nav-drawer {
  position: relative;
  margin-top: -49px;
  text-align: right;
  text-align: -webkit-right;
  overflow: hidden;
}

article.cat_item_rank > div.rank1_cont_r p.supple {
  font-size: 12px;
  line-height: 1.2;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

.headerNavText {
  font-size: 14px;
  color: #c4b580;
}
.fa-angle-down:before {
  content: "\f107";
  margin-left: 5px;
}

/*アイコンのスペース*/
#nav-open-pc {
  cursor: pointer;
  margin-right: 13px;
}
#nav-open-sp {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open-sp span,
#nav-open-sp span:before,
#nav-open-sp span:after {
  position: absolute;
  height: 3px; /*線の太さ*/
  width: 25px; /*長さ*/
  border-radius: 3px;
  background: #c4b580;
  display: block;
  content: "";
  cursor: pointer;
}
#nav-open-sp span:before {
  bottom: -8px;
}
#nav-open-sp span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  display: none;
  position: relative;
  top: 15px;
  z-index: 9999;
  max-width: 250px;
  background: #fff;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translatex(105%);
  transform: translatex(105%); /*左に隠しておく*/
}

#nav-content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background: #514034;
  z-index: 10000;
  padding: 20px;
  margin: 0;
  overflow: auto;
  height: 94vh;
}

#nav-content ul li {
  width: 100%;
  display: block;
  text-align: left;
}

#nav-content ul li.nav_ul_subtitle {
  border-bottom: 1px solid #707070;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#nav ul li.nav_ul_subtitle a {
  padding: 1em 0 0;
}
#nav ul li.nav_ul_item a {
  padding: 0 0.2em 0 0;
}
#nav-content ul li a {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: 0;
  border: 0;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
#nav-content ul li a span {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
}
#nav-content ul li a span.font_w_slim {
  line-height: 1.6em;
  font-weight: 300;
  font-size: 14px;
}
#nav-content ul li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 1.25em;
  line-height: 1.75em;
}
#nav-content ul li a:active span,
#nav-content ul li a:hover span {
  text-decoration: underline;
}

#nav-content ul li a.active span:before {
  color: #e27689;
}

#nav-content ul li a img {
  width: 100%;
  max-width: 174px;
  height: auto;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*左に隠しておく*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  display: block;
}
.title_br {
  display: none;
}

/*category_rank_box*/
.rank1_cont_r span.rank1_cont_r_mm_name {
  font-size: 20px;
  font-weight: 900;
  color: #373737;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.2;
}
.reg-paybtn {
  width: 100%;
  max-width: 350px;
  margin: 20px 0;
}
.reg-paybtn:hover {
  opacity: 0.8;
}
.item_rank_wap_top5 {
  width: 100%;
  max-width: 1007px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.reload_icon_bg {
  background: #707070;
  border-radius: 3px;
  width: 18px;
  display: inline-block;
  line-height: 1.3;
  margin: 0 5px 0 0;
  text-align: center;
}

.fa-sync-alt {
  color: #fff;
}
.sp_title_and_sns_box > .sns-btnbox,
.sp_title_and_sns_box > .mm_name {
  display: none;
}

.sp_title_and_sns_box_rank2 {
  margin-left: 10px;
}

.sp_title_and_sns_box_rank2 > .sns-btnbox,
.sp_title_and_sns_box_rank2 > .mm_name {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #373737;
  text-align: left;
}

._section3_up_category {
  max-width: 900px;
  margin: 0 auto;
}
.mag2019-free ul li.flex_widht70 {
  width: calc(70% - 5px);
}
.mag2019-free ul li.flex_widht30 {
  width: calc(30% - 5px);
}

.top_heisei_wap {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}
.top_heisei_wap .heisei-grid-area {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.top_heisei_wap li {
  display: flex;
  width: 20%;
  margin: 10px;
  max-width: 218px;
}

.top_heisei_wap li a {
  text-decoration: none;
  color: #373737;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.top_heisei_wap li a:hover .top_heisei_img_title_box,
.top_heisei_wap li a:hover .top_heisei_img_title_box img,
.top_heisei_wap li a:hover .top_heisei_img_title_box span,
.top_heisei_wap li a:hover .top_heisei_img_title_box p,
.top_heisei_wap li a:hover .top_heisei_question_box,
.top_heisei_wap li a:hover .top_heisei_author_name {
  text-decoration: none;
  color: #373737;
  opacity: 0.6;
}

.modal-content > .flex_widht70,
.modal-content > .flex_widht30 {
  width: 100%;
}

.rdmail-under-in_heisei {
  font-size: 12px !important;
  position: relative !important;
  top: 1px !important;
  border-radius: 6px !important;
  padding: 0 0.5em !important;
  line-height: 38px !important;
}

.top_heisei_wap li.flex_widht70-in_heisei {
  width: 65%;
  display: block;
  text-align: left;
}

article.cat_item_rank > div.rank1_cont_r p.supple_in_heisei {
  font-size: 12px;
  line-height: 1.2;
  color: #373737;
  margin-bottom: 1%;
  display: inline;
  text-align: left;
}
article.cat_item_rank > div.rank1_cont_r p.supple_in_heisei a {
  display: inline;
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top_heisei_wap li {
    width: 47.111111%;
    margin: 10px 5px;
  }
  #nav-drawer {
    margin-top: -41px;
  }
  #nav-content {
    top: 19px;
  }
  #nav-open-pc {
    display: none;
  }
  #nav-open-sp {
    display: block;
  }
}

.top_heisei_wap .top_heisei_img_title_box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 2px;
  padding: 0;
  line-height: 1;
}
.top_heisei_wap .top_heisei_img_title_box span {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  color: #373737;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.top_heisei_wap .top_heisei_img_title_box span p {
  font-size: 36px !important;
  margin: 0;
  align-items: baseline;
}
.top_heisei_wap .top_heisei_img_title_box img {
  display: block;
  max-width: 52px;
  align-items: baseline;
}
.top_heisei_wap .top_heisei_question_box {
  text-align: left;
  padding: 10px 8px;
  line-height: 1.3;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  background: #fff;
  min-height: 100px;
}

.top_heisei_wap .top_heisei_question_box:first-letter {
  font-size: 26px;
  color: #f86b6b;
}
p.top_heisei_author_name {
  font-size: 13px;
  text-align: right;
  margin: 0;
  color: #888;
  line-height: 1.2;
  margin: 5px 0 10px;
}

/*モーダル用CSS*/
.modal-content {
  position: fixed;
  display: none;
  z-index: 300;
  width: 90%;
  height: 90vh;
  margin: 0;
  padding: 10px;
  background: #fff;
  overflow-y: scroll;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 200;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 300;
  color: #707070;
  font-size: 45px;
}

.modal-close {
  color: #707070;
  text-decoration: underline;
  font-size: 45px;
}

.modal-close:hover {
  cursor: pointer;
}

.inc_footer {
  margin-top: 0 !important;
}

/* Chrome, Safari */
input.rdemail.rdmail-under::-webkit-input-placeholder {
  color: #aaa;
}

/* Firefox */
input.rdemail.rdmail-under::-moz-placeholder {
  color: #aaa;
}

/* Firefox 18以前 */
input.rdemail.rdmail-under:-moz-placeholder {
  color: #aaa;
}

/* IE */
input.rdemail.rdmail-under:-ms-input-placeholder {
  color: #aaa;
}

@media screen and (max-width: 1057px) {
  .menu-parent .menu-child {
    right: 10px;
  }
}
@media screen and (max-width: 987px) {
  .rank1_cont_rank,
  .rank2_cont_rank {
    max-width: 100px;
    font-size: 65px;
  }
}

@media screen and (max-width: 996px) {
  .singleH2TitleMiddle {
    margin: 0 auto;
  }
  .singlePageMainImgBox {
  }
  .singleH2TitleMiddle span.g1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 960px) {
  .singlePageMainImgBox {
    padding: 0px 10px;
    margin: 80px auto;
  }
  .singleH2TitleDown {
    max-width: 509px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  #main > section.top5_cotegory_pb_sp {
    padding: 0 10px;
  }
  .singleH2TitleMiddle span.g1 {
    font-size: 70px;
  }
  .item_rank_top5_box .singleMailMagazineAuthorCommentBox {
    margin-left: 15px;
  }
  .item_rank_top5_box .singleMailMagazineReadText,
  .item_rank_top5_box .singleMailMagazineAuthotComment {
    font-size: 14px;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImg img {
    max-width: 230px;
  }
}

@media screen and (max-width: 768px) {
  div.title_bk_img {
    padding: 10px;
  }
  .title_bk_img > p.top-header-comments {
    text-align: left;
    right: 0;
    left: 0;
  }
  .rank2_cont > article.cat_item_rank,
  .rank3_cont > article.cat_item_rank,
  .rank4_cont > article.cat_item_rank,
  .rank5_cont > article.cat_item_rank,
  .rank6_cont > article.cat_item_rank {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #nav-open-sp span,
  #nav-open-sp span:before,
  #nav-open-sp span:after {
    height: 2px;
  }
  .rank_cont_title_wap {
    width: 100%;
  }
}

@media screen and (max-width: 705px) {
  article.cat_item_rank {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  article.cat_item_rank > div.rank_cont_l,
  article.cat_item_rank > div.rank_cont_r {
    width: 100%;
  }
  .sp_title_and_sns_box > .sns-btnbox,
  .sp_title_and_sns_box > .mm_name {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #373737;
    text-align: left;
    line-height: 1.3;
  }
  .rank1_cont_r span.rank1_cont_r_mm_name {
    display: none;
  }
  article.cat_item_rank > div.rank1_cont_r {
    width: 100%;
  }
  .category_list ul li,
  .category_media_list ul li,
  .category_category_list ul li {
    width: 100%;
  }
  .sp_title_and_sns_box {
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .headerLogo .headerTxt {
    margin-top: 8px;
    line-height: 1.3;
  }
  .item_rank_top5_box .singleRankingTitle {
    width: 45%;
  }
  .item_rank_top5_box .singleMailMagazineInfoBox {
    width: 55%;
    padding: 0 5px 0;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImgAndCommendBox {
    flex-wrap: wrap;
	margin-top: 0;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImg {
    width: 100%;
    margin: 35px auto 0;
  }
  .item_rank_top5_box .singleMailMagazineAuthorCommentBox {
    margin-left: 0;
    width: 100%;
  }
  .singleMailMagazineReadText {
    margin-top: 20px;
  }
  p.grand_prix_cat_read {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
  }
  .singleH2TitleWap .singleH2SubTitle {
    line-height: 1.4;
  }
  .bgGradientBlackDown2019 {
    height: 80px;
  }
  .singleH2TitleMiddle span.g1 {
    font-size: 43px;
  }
  .singleH2TitleMiddle .gi_span {
    font-size: 30px;
  }
  .singlePageMainImgBox img {
    margin: 0 auto;
    max-height: 320px;
  }
}

@media screen and (max-width: 480px) {
  .mag2Trophy3D {
    max-width: 170px;
  }

  div.title_bk_img {
    padding: 0;
  }
  div.title_bk_img > h2 {
    padding: 10px 0 0;
  }
  .title_bk_img > p.top-header-comments {
    font-size: 10px;
    font-weight: 500;
  }
  #header2019 {
    height: 73px;
  }
  .headerLogo {
    max-width: 133px;
    height: 40px;
    background-size: 10px;
    margin-top: 10px;
  }
  .headerLogo h1 {
    font-size: 10px;
    line-height: 1;
  }
  .headerLogo .headerTxt {
    margin-top: 6px;
    line-height: 1;
  }
  #nav-content {
    top: 0px;
  }
  #nav-open-sp {
    position: relative;
    top: 12px;
    right: 6px;
    height: 40px;
  }
  #main > section.one {
    margin-top: 40px;
  }
  .top_heisei_wap {
    margin: 0 auto;
  }
  #nav-open-sp {
  }
  #main > section.one {
    /*
		height: 300px;
		min-height: 300px;
*/
    padding: 10px;
  }
  .title_bk_img > p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
  }
  span.top_header_img img {
    max-width: 35px;
  }
  .title_br {
    display: block;
  }
  #main > section.top5 {
    padding: 20px 0;
  }
  #main > section.top5_cotegory_pb_sp {
    padding: 0 10px;
  }
  #main > section.media {
    padding: 20px 0;
  }
  header span.portfolio_subtitle img {
    max-width: 200px;
    margin: 0 auto;
  }
  header span.portfolio_subtitle p.header_subtitle {
    margin: 22px 0 0;
    line-height: 1.6;
    text-align: left;
  }
  .grid-area p {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    padding: 0;
  }
  .ranking-mtitle {
    padding: 10px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .grid-item-mein-content-2nd img {
    max-width: 290px !important;
    max-height: 290px !important;
  }
  .grid-area p .top_rank_cont1,
  .grid-area p .top_rank_cont2,
  .grid-area p .top_rank_cont3,
  .grid-area p .top_rank_cont4,
  .grid-area p .top_rank_cont5 {
    line-height: 0;
  }
  p.top-ranking {
    top: 8px;
  }
  .grid-area img {
    max-width: 290px;
    max-height: 290px;
    border: none;
    margin: 0 auto 10px;
    display: block;
  }
  .grid-item {
    width: 100%;
    margin: 70px 0 0 !important;
    line-height: 1;
  }
  .grid-area {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
  }

  ul li:nth-child(odd) {
    margin-left: auto;
  }
  ul li:nth-child(even) {
    margin-right: auto;
  }

  .container {
    padding: 0 10px;
  }
  div.grand_prix_top5_wap,
  div.grand_prix_new-face_wap {
    margin: 0;
  }
  .row_media_media,
  .row_media_category {
    max-width: 335px;
  }
  div.row_cont ul li {
    margin: 0 auto 20px;
  }
  #main > section.footer_sns {
    padding: 0;
  }
  #section3 ul.up_ul,
  #section3 ul.down_ul {
    justify-content: space-around;
  }
  #section3 ul.up_ul li,
  #section3 ul.down_ul li {
    width: calc(50% - 10px);
  }
  #section3 ul.up_ul li a,
  #section3 ul.down_ul li a {
    font-size: 16px;
  }
  #section3 ul.down_ul {
    margin-bottom: 20px;
  }
  header .portfolio_subtitle {
    margin-bottom: 45px;
    margin-top: 10px;
  }
  .sp_sns_box {
    display: block;
  }
  .rank_cont_title_wap > span.mm_name {
    display: block;
  }
  .sp_title_and_sns_box > .sns-btnbox {
    display: block;
  }
  .author_info > sns-btnbox {
    display: none;
  }
  article.cat_item_rank._rank1 > div.rank1_cont_r {
    margin-top: 15px;
  }
  .rank1_cont_rank {
    top: 35px;
  }
  .item_rank_top5_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  article.cat_item_rank > div.rank1_cont_r div.author_info p {
    margin: 10px 0 0;
  }
  .rank_cont_title_wap > div.cat_author_img img,
  .rank2_cont
    > article.cat_item_rank
    > div.rank_cont_l
    > .rank_cont_title_wap
    > div.cat_author_img
    img,
  .rank3_cont
    > article.cat_item_rank
    > div.rank_cont_l
    > .rank_cont_title_wap
    > div.cat_author_img
    img {
    max-width: 133px;
  }
  .heisei_comment_wap .heisei_comment_box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    font-size: 16px;
  }
  ol.heisei-grid-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }

  .top_heisei_wap li {
    width: 47%;
    min-width: initial;
    min-width: auto;
    margin: 10px 5px;
    min-width: initial;
    min-width: auto;
  }
  .top_heisei_wap li:last-child {
    margin-bottom: 0;
  }

  .top_heisei_wap li .mag2019-free ul li {
    margin: 0;
  }

  div.grand_prix_title {
    padding: 20px 0;
  }
  .category_list ul,
  .category_media_list ul,
  .category_category_list ul {
    margin: 0 auto 20px;
  }
  #main > section.new-face,
  #main > section.category,
  #main > section.media {
    padding: 20px 0;
  }
  .cotegory_list_wap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rank1_cont_rank,
  .rank2_cont_rank {
    max-width: 100px;
    font-size: 65px;
  }
  input.rdmail-reg.rdmail-under {
    position: relative;
  }
  .item_rank2,
  .item_rank3,
  .item_rank4,
  .item_rank5,
  .item_rank6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sns-btnbox ul.sns-drop li {
    width: 100%;
  }
  .top_heisei_wap .top_heisei_question_box {
    min-height: 100px;
  }
  .campaign_icon_top {
    max-width: 87px !important;
    top: 18px !important;
    left: 92px !important;
    z-index: 1;
  }
  .headerLogo-sp {
    width: 100%;
    max-width: 92px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    text-align: center;
    background: url(../../images/olive_l.svg) no-repeat left center,
      url(../../images/olive_r.svg) no-repeat right center;
    background-size: 35px;
    color: #c4b580;
    line-height: 1.4;
    z-index: 10000;
    position: relative;
    margin-top: -7px;
	top:4px;
  }
  .grid-item-mein-content {
    margin-left: 0;
    align-items: center;
    flex-wrap: wrap;
  }
  .grid-item-mein-content-2nd {
    margin-left: 10px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .top-ranking img {
    margin-bottom: -2px;
  }
  .top-ranking-sp {
    text-align: left;
  }
  .ankerLinkUl a {
    min-width: 159px;
  }
  .headerLogoWap {
    margin-left: 0;
  }
  .headerAnkerLinkWap .ankerLinkUl {
    margin-left: auto !important;
  }
  .category_list ul li,
  .category_media_list ul li,
  .category_category_list ul li {
    margin: 10px 0 0;
  }
  .grid-item-mein-content-text {
    line-height: 1.8;
  }
  .grid-item-mein-content-2nd .grid-item-mein-content-text {
    padding-top: 10px;
    padding-left: 0;
    line-height: 1.8;
  }
  .h2TitleWap {
    margin-left: 0px;
  }
  h2 {
    margin-top: -90px;
  }
  .ran1-mtl {
    display: block !important;
    width: 80% !important;
  }
  .menu-parent .menu-child {
    max-width: 355px;
    width: 100%;
  }
  .headerAnkerLinkWap .menu-parent .menu-child {
      top: 73px;
    right: 5px;
    width: 100%;
    max-width: 305px;
  }
  .menu-parent ul.menu-child li {
    width: calc((100% / 2) + 0px) !important;
    margin: 0;
  }
  .screen {
    top: 73px;
  }
  .mag2Trophy3D {
    display: block;
    max-height: 260px !important;
  }
  .mag2Trophy3D {
    margin: 60px auto;
  }
  .h2SubTitle {
    font-size: 12px;
  }

  /* category個別ページ	*/
  #main > section {
    padding: 0;
  }
  .singlePageMainImgBox {
    width: 100%;
    padding: 73px 10px 0;
    margin: 0 auto;
  }
  .singleH2TitleWap h2 {
    font-size: 23px;
  }
  .singleH2TitleWap .singleH2SubTitle {
    font-size: 11px;
  }
  .singleH2TitleMiddle {
    margin: -90px auto 0;
    z-index: 1;
  }
  .singleH2TitleMiddle span.g1 {
    font-size: 45px;
  }
  .singleH2TitleMiddle .gi_span {
    font-size: 25px;
  }
  p.grand_prix_cat_read {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0px;
    max-width: 295px;
  }

  .mag2Trophy3DCategory {
    display: none;
  }
  .mag2Trophy3Dsp {
    display: block;
    /*max-height: 260px !important;*/
    height: 60vh;
  }
  .singleH2TitleWap {
    margin-top: 10px;
    max-width: 400px;
  }
  .grand_prix_category_title {
    padding: 15px 0;
  }
  .item_rank_top5_box .singleRankingTitle {
    width: 100%;
  }
  .bgGradientBlackUp2019,
  .bgGradientBlackDown2019 {
    max-height: 48px;
  }
  .item_rank_top5_box .singleMailMagazineInfoBox {
    width: 100%;
    margin-top: 5px;
    padding: 5px 0 0;
    font-size: 12px;
  }
  .sns-drop .sns-text {
    font-size: 12px;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImg {
    align-self: center;
    margin: 35px auto 0;
    width: 100%;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImgAndCommendBox {
    flex-wrap: wrap;
  }
  .singleH2TitleUp {
    max-width: 296px;
    margin: 0 auto;
  }
  .item_rank_top5_box .singleMailMagazineAuthorCommentBox {
    width: 100%;
    margin-left: 0;
  }
  .item_rank_top5_box .singleMailMagazineReadText,
  .item_rank_top5_box .singleMailMagazineAuthotComment {
    font-size: 14px;
    line-height: 1.6;
  }
  .item_rank_top5_box .regbtn-wrap {
    margin-top: 0;
  }
  .singleH2TitleDown {
    max-width: 338px;
  }
  .item_rank_top5_box .singleMailMagazineAuthorImg img {
    max-width: 290px;
  }
  .grid-item-rank-title-box {
    width: 75%;
  }
  .singleMailMagazineAuthorCommentSubTitle {
    top: -12px;
  }
  .menu-parent ul.menu-child-middle{
	top: 110px;
	z-index: 950;
  }
  .menu-parent ul.menu-child-middle li a{
     font-size: 12px!important;
     padding: 3px!important;
  }
}

@media screen and (max-width: 320px) {
  .item_rank_top5_box .singleMailMagazineInfoBox {
    width: 100%;
    margin-top: 5px;
    padding: 5px 0 0;
    font-size: 10px;
  }
  .sns-drop {
    font-size: 10px;
  }
  .category_list span,
  .category_media_list span,
  .category_category_list span {
    font-size: 14px;
  }
  .grid-item-mein-content-2nd img {
    max-width: 270px !important;
    max-height: 270px !important;
  }
  .grid-item-rank-title-box {
    margin-right: 11px;
  }
  .ankerLinkUl a {
    min-width: 145px;
  }
  .h2SubTitle {
    font-size: 11px;
  }
  .ankerLinkUl {
    margin: 0 auto 40px;
  }
  header span.portfolio_subtitle p.header_subtitle {
    font-size: 14px;
  }
}
