@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**/
html, body {
  color: #000000;
  background: #EAEAEA;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
/*img reset*/
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=button],
input[type=email],
input[type=checkbox],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}

.indentHarf {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.hover {
  transition: all 0.3s ease;
}

.link-blank {
  font-size: 1.2rem;
}
.link-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.7em;
  background: url(/img/common/ico_blank.png) no-repeat;
  background-position: 0 0.2em;
  background-size: 100% auto;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll_off1 {
  animation: scroll_off1 0.75s ease-in-out both;
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_on1 {
  animation: scroll_on1 0.75s ease-in-out both;
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_off2 {
  animation: scroll_off2 0.75s ease-in-out both;
}

@keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on2 {
  animation: scroll_on2 0.75s ease-in-out both;
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off3 > * {
  animation: scroll_off3 0.75s ease-in-out both;
}

.scroll_off3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_off3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_off3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_off3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_off3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_off3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_off3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_off3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_off3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_off3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on3 > * {
  animation: scroll_on3 0.75s ease-in-out both;
}

.scroll_on3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_on3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_on3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_on3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_on3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_on3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_on3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_on3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off4 {
  animation: scroll_off4 0.75s ease-in-out both;
}

@keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.scroll_on4 {
  animation: scroll_on4 0.5s ease-in-out both;
}

@keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scroll_off5 > * {
  animation: scroll_off5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}
.scroll_on5 > * {
  animation: scroll_on5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.wrapper {
  overflow: hidden;
}

[class*=__inner] {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.ttl--h1 {
  font-size: 110px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  display: inline-block;
}

.ttl--h1--center {
  font-size: 86px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: auto;
  padding-bottom: 20px;
  border-bottom: 6px solid #4595D8;
}

.ttl--h2 {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
}

.ttl--h2jp {
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 40px;
  border-bottom: 4px solid #000;
}

.ttl--h3jp {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5555555556;
}

.tag {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 4px 8px 5px;
  background: #5a93d3;
}
.tag--radio {
  background-color: #007FAB;
}
.tag--drama {
  background-color: #055A8E;
}
.tag--documentary {
  background-color: #352A6F;
}
.tag--variety {
  background-color: #772F6D;
}
.tag--information {
  background-color: #A7366D;
}
.tag--cm {
  background-color: #A7374A;
}
.tag--vp {
  background-color: #A7381D;
}
.tag--movie {
  background-color: #AE7A26;
}
.tag--travel {
  background-color: #B6AC2B;
}
.tag--stage {
  background-color: #779438;
}
.tag--others {
  background-color: #007B43;
}
.tag--web {
  background-color: #007D7A;
}
.tag.pos {
  background-color: #000;
}
.tag:empty {
  background: #fff;
  min-height: 25px;
}

.date {
  font-size: 12px;
  font-weight: bold;
  color: #b1b1b1;
}

.text-empty {
  font-size: 16px;
  text-align: center;
  margin: 100px auto;
}

.btn--base {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  width: 524px;
  line-height: 75px;
  padding: 0 0 0 42px;
  overflow: hidden;
  background: #4595D8;
  position: relative;
  border-radius: 100px;
  transition: all 0.3s;
}
.btn--base::after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url("../img/common/ico_blank.svg") no-repeat center left 18px/30px auto #C9CED3;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.5s;
}
.btn--base.btn--dl::after {
  background: url("../img/common/ico_dl.svg") no-repeat center left 22px/24px auto #C9CED3;
}
.btn--base.btn--down::after {
  background: url("../img/common/ico_arr-down.svg") no-repeat center left 18px/34px auto #C9CED3;
}
.btn--base.btn--sm {
  font-size: 22px;
  line-height: 46px;
  width: 320px;
  padding-left: 24px;
}
.btn--base.btn--sm::after {
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_arrow.svg") no-repeat center left 10px/20px auto #C9CED3;
}

.btn--more {
  font-size: 12px;
  font-weight: bold;
  width: 110px;
  line-height: 28px;
  letter-spacing: 0.14em;
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 14px;
  transition: all 0.3s;
}

.btn--back {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 110px;
  line-height: 46px;
  border-radius: 23px;
  overflow: hidden;
  background: #000;
  position: relative;
  transition: all 0.5s;
  margin: 50px auto 0;
}
.btn--back::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_back.svg") no-repeat center/auto;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.5s;
}

.btn--official {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 100px 0 24px;
  line-height: 46px;
  border-radius: 23px;
  overflow: hidden;
  background: #4595D8;
  position: relative;
  transition: all 0.5s;
}
.btn--official::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_blank.svg") no-repeat center left 10px/auto #C9CED3;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.5s;
}

.c-card {
  background: #fff;
}
.c-card .img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #fff;
  overflow: hidden;
}
.c-card .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: scale 0.5s;
}
.c-card .text {
  padding: 15px 10px;
  transition: color 0.5s;
}
.c-card .text .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card .text .award {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card.withAward {
  position: relative;
}
.c-card.withAward::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("../img/common/ico_ribbon_award.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.c-card--date {
  background: #fff;
}
.c-card--date .img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #fff;
  overflow: hidden;
}
.c-card--date .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: scale 0.5s;
}
.c-card--date .text {
  display: grid;
  padding: 15px 10px 30px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  transition: color 0.5s;
}
.c-card--date .text .tag {
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-card--date .text .date {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: flex-end;
  align-self: flex-end;
}
.c-card--date .text .title {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.postList {
  margin-top: 50px;
}
.postList__ttl {
  border-top: 1px solid #707070;
  display: block;
  padding: 24px 0;
}
.postList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 1.3%;
}
.postList__list__item {
  flex: 0 0 24%;
}

.creatorList {
  margin-top: 50px;
}
.creatorList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.25%;
}
.creatorList__list__item {
  flex: 0 0 24%;
}
.creatorList__list__item .img {
  width: 100%;
  aspect-ratio: 278/240;
  background: #BFBFBF;
  overflow: hidden;
}
.creatorList__list__item .img img {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.creatorList__list__item .pos {
  font-size: 16px;
  line-height: 24px;
  background: #000;
  margin-top: 15px;
}
.creatorList__list__item .name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.header {
  height: 80px;
  background: #000;
}
.header__inner {
  max-width: 1240px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.header__logo {
  width: 168px;
  margin-right: auto;
}
.header__burger {
  display: none;
}
.header__gnav {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: light;
}
.header__gnav > ul {
  display: flex;
}
.header__gnav > ul > li {
  position: relative;
  transition: color 0.5s;
}
.header__gnav > ul > li + li {
  margin-left: 20px;
}
.header__gnav > ul > li.current::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #4595D8;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.header__gnav > ul > li.header__sns {
  display: none;
}
.header__trans {
  margin-left: 36px;
  margin-right: 20px;
}
.header__trans .gtranslate_wrapper {
  display: flex;
}
.header__trans .gtranslate_wrapper > a {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  line-height: 30px;
  background: #5C5D5F;
  border: 1px solid #000;
}
.header__trans .gtranslate_wrapper > a:nth-child(1) {
  order: 2;
  padding: 0 14px 0 8px;
  border-radius: 0 30px 30px 0;
}
.header__trans .gtranslate_wrapper > a:nth-child(1)::before {
  content: "EN";
}
.header__trans .gtranslate_wrapper > a:nth-child(2) {
  order: 1;
  padding: 0 8px 0 14px;
  border-radius: 30px 0 0 30px;
}
.header__trans .gtranslate_wrapper > a:nth-child(2)::before {
  content: "JP";
}
.header__trans .gtranslate_wrapper > a span, .header__trans .gtranslate_wrapper > a img {
  display: none;
}
.header__trans .gtranslate_wrapper > a.gt-current-lang {
  color: #ffffff;
  background: #4595D8;
}
.header__search {
  text-align: center;
  width: 80px;
  height: 80px;
  background: #4595D8;
  transition: all 0.5s;
  position: relative;
}
.header__search img {
  transition: opacity 0.5s;
}
.header__search.open {
  background: url("../img/common/icon_search_on.svg") no-repeat center/auto #365679;
  transition: all 0.5s;
}
.header__search.open img {
  opacity: 0;
  transition: opacity 0.5s;
}

.searchform {
  width: 330px;
  height: 80px;
  background: #4595D8;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.searchform label {
  display: none;
}
.searchform input[type=text] {
  width: 298px;
  height: 54px;
  background: #fff;
  border-radius: 27px;
  font-size: 24px;
  text-align: left;
  padding: 0 20px;
}
.searchform input[type=submit] {
  display: none;
}

.footer {
  color: #ffffff;
  background: #000;
  margin-top: 80px;
}
.footer__pageTop {
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #4595D8;
  transition: all 0.5s;
}
.footer__pageTop a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}
.footer__pageTop img {
  transition: opacity 0.5s;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto, auto, 1fr;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer__burger {
  display: none;
}
.footer__gnav {
  grid-column: 1/2;
  grid-row: 1/2;
}
.footer__gnav ul {
  font-size: 20px;
  display: flex;
  gap: 0 14px;
}
.footer__gnav ul li {
  transition: color 0.5s;
}
.footer__fnav {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 16px;
  padding-top: 16px;
}
.footer__fnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.footer__fnav ul li {
  transition: color 0.5s;
}
.footer__sns {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  width: 210px;
  height: 52px;
  margin-left: auto;
  background: #fff;
  border-radius: 26px;
}
.footer__sns li {
  transition: opacity 0.5s;
}
.footer__logo {
  grid-column: 1/2;
  grid-row: 3/4;
  width: 222px;
  padding-top: 50px;
}
.footer__copyright {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 14px;
  line-height: 1.4;
  margin-top: auto;
  margin-left: auto;
}

main {
  padding: 80px 0 0;
}

.contact .ttl--h1 {
  line-height: 1;
}
.contact__ttl {
  line-height: 1;
  padding-bottom: 0;
  margin-top: 70px;
  border: none;
}
.contact__require {
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.7em;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.wpcf7-form > * {
  order: 0;
}
.wpcf7-form p {
  margin-top: 20px;
}
.wpcf7-form label {
  display: flex;
  line-height: 1.5;
}
.wpcf7-form label.file {
  align-items: center;
}
.wpcf7-form .hide, .wpcf7-form .hide * {
  height: 0;
  padding: 0;
  font-size: 0;
  border: none;
}
.wpcf7-form .ttl {
  font-size: 20px;
  font-weight: bold;
  flex: 0 0 236px;
  padding-top: 1em;
}
.wpcf7-form span:nth-of-type(2) {
  flex: 0 1 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  font-size: 26px;
  width: 100%;
  padding: 6px 15px 7px;
  background: #fff;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #B2B2B2;
}
.wpcf7-form input::placeholder, .wpcf7-form select::placeholder, .wpcf7-form textarea::placeholder {
  color: #B2B2B2;
}
.wpcf7-form select {
  color: #969696;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 15px 0 15px;
  border-radius: 10000px;
  background: url("../img/common/ico_down.svg") no-repeat center right 1em/18px auto #fff;
  cursor: pointer;
}
.wpcf7-form textarea {
  padding-top: 15px;
}
.wpcf7-form input[type=file] {
  background: none;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0.7em;
}
.wpcf7-form input[type=file]::file-selector-button {
  padding: 0.5em 1.2em;
  border: 2px solid #707070;
  border-radius: 10px;
  margin-right: 1em;
}
.wpcf7-form .submit__btn {
  width: 250px;
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px 100px 14px 24px;
  border-radius: 23px;
  overflow: hidden;
  background: url("../img/common/bg_btn.svg") no-repeat center right/auto 100%;
  margin-left: 236px;
  position: relative;
  transition: all 0.5s;
}
.wpcf7-form .submit__btn.disabled {
  background: url("../img/common/bg_btn_disable.svg") no-repeat center right/auto 100%;
  pointer-events: none;
}
.wpcf7-form .wpcf7-not-valid {
  background: #FFB2B2;
}
.wpcf7-form .wpcf7-response-output {
  order: -1;
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 22px 25px 24px !important;
  background: #FCECEC;
  border: 1px solid #FF0000 !important;
  margin: 1em 0 2em;
}

.confirm label {
  font-size: 20px;
  align-items: flex-start;
  line-height: 1.2;
  border-bottom: 4px solid #D9D9D9;
  padding-bottom: 16px;
  margin-top: 0.8em;
}
.confirm label .ttl {
  padding: 0;
}
.confirm .btn_box {
  margin-top: 35px;
}
.confirm .btn_box > p {
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
.confirm .btn_box > p input {
  margin: 0;
  line-height: 1;
}
.confirm .btn_box > p .btn--submit {
  background: url("../img/common/bg_btn_submit.svg") no-repeat center right/auto 100%;
}
.confirm .btn_box > p .btn--back {
  background: url("../img/common/bg_btn_back.svg") no-repeat center right/auto 100%;
}

.thanks {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.thanks__txt01 {
  font-size: 46px;
  margin-top: 68px;
}
.thanks__txt02 {
  font-size: 30px;
  margin-top: 32px;
}
.thanks__txt03 {
  color: #FF0000;
  font-size: 22px;
  margin-top: 32px;
}
/* base
-------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media (hover: hover) {
  .btn--base:hover {
    color: #4595D8;
    background: #C9CED3;
    transition: all 0.5s;
  }
  .btn--base:hover::after {
    background: url("../img/common/ico_blank_on.svg") no-repeat center left 18px/30px auto #4595D8;
    transition: background 0.5s;
  }
  .btn--base.btn--dl:hover::after {
    background: url("../img/common/ico_dl_on.svg") no-repeat center left 22px/24px auto #4595D8;
  }
  .btn--base.btn--down:hover::after {
    background: url("../img/common/ico_arr-down_on.svg") no-repeat center left 18px/34px auto #4595D8;
  }
  .btn--base.btn--sm:hover::after {
    background: url("../img/common/ico_arrow_on.svg") no-repeat center left 10px/20px auto #4595D8;
  }
  .btn--more:hover {
    color: #fff;
    background: #5a93d3;
    border-color: transparent;
    transition: all 0.3s;
  }
  .btn--back:hover {
    color: #000;
    background: #fff;
    transition: all 0.5s;
  }
  .btn--back:hover::after {
    background: url("../img/common/ico_back_on.svg") no-repeat center/auto;
    transition: background 0.5s;
  }
  .btn--official:hover {
    color: #4595D8;
    background: #C9CED3;
    transition: all 0.5s;
  }
  .btn--official:hover::after {
    background: url("../img/common/ico_blank_on.svg") no-repeat center left 10px/auto #4595D8;
    transition: background 0.5s;
  }
  .c-card:hover .img img {
    scale: 1.3;
    transition: scale 0.5s;
  }
  .c-card:hover .text {
    color: #4595D8;
    transition: color 0.5s;
  }
  .c-card--date:hover .img img {
    scale: 1.3;
    transition: scale 0.5s;
  }
  .c-card--date:hover .text {
    color: #4595D8;
    transition: color 0.5s;
  }
  .creatorList__list__item:hover img {
    transform: scale(1.3);
    transition: transform 0.5s;
  }
  .creatorList__list__item:hover .pos {
    background: #4595D8;
  }
  .creatorList__list__item:hover .name {
    color: #4595D8;
  }
  .header__gnav > ul > li:hover {
    color: #4595D8;
    transition: color 0.5s;
  }
  .header__trans .gtranslate_wrapper > a:hover {
    color: #4595D8;
    background: #3D5576;
  }
  .header__search:hover {
    background: url("../img/common/icon_search_on.svg") no-repeat center/auto #365679;
    transition: all 0.5s;
  }
  .header__search:hover img {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .footer__pageTop:hover {
    background-position: center;
    background-image: url("../img/common/icon_pagetop_on.svg");
    background-color: #365679;
    transition: all 0.5s;
  }
  .footer__pageTop:hover img {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .footer__gnav ul li:hover {
    color: #4595D8;
    transition: color 0.5s;
  }
  .footer__fnav ul li:hover {
    color: #4595D8;
    transition: color 0.5s;
  }
  .footer__sns li:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  .wpcf7-form .submit__btn:hover {
    color: #4595D8;
    background-image: url("../img/common/bg_btn_on.svg");
    transition: all 0.5s;
  }
  .confirm .btn_box > p .btn--submit:hover {
    background-image: url("../img/common/bg_btn_submit_on.svg");
    color: #FC2100;
    transition: all 0.5s;
  }
  .confirm .btn_box > p .btn--back:hover {
    color: #000000;
    background-image: url("../img/common/bg_btn_back_on.svg");
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  .forPc {
    display: none;
  }
  .forTab-Sp {
    display: block;
  }
  .forSp {
    display: none;
  }
  .header__inner {
    padding-right: 0;
  }
  .header__logo {
    flex: 0 0 140px;
  }
  .header__gnav {
    font-size: 20px;
  }
  .header__gnav > ul > li + li {
    margin-left: 14px;
  }
  .header__trans {
    margin-left: 22px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .forPc {
    display: none;
  }
  .forTab-Sp {
    display: none;
  }
  .forSp {
    display: block;
  }
  .wrapper {
    padding-top: 58px;
  }
  [class*=__inner] {
    width: 94.6666666667%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  .ttl--h1 {
    font-size: 52px;
  }
  .ttl--h1--center {
    font-size: 60px;
    padding-bottom: 14px;
  }
  .ttl--h2 {
    font-size: 30px;
  }
  .ttl--h2jp {
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 3px solid #000;
  }
  .ttl--h3jp {
    font-size: 20px;
    line-height: 1.5;
  }
  .tag {
    font-size: 12px;
    padding: 4px 8px 5px;
  }
  .date {
    font-size: 10px;
  }
  .btn--base {
    font-size: 16px;
    width: 284px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 0 22px;
  }
  .btn--base::after {
    width: 40px;
    height: 40px;
    background: url("../img/common/ico_blank.svg") no-repeat center left 10px/14px auto #C9CED3;
  }
  .btn--base.btn--dl::after {
    background: url("../img/common/ico_dl.svg") no-repeat center left 10px/16px auto #C9CED3;
  }
  .btn--base.btn--down::after {
    background: url("../img/common/ico_arr-down.svg") no-repeat center left 10px/16px auto #C9CED3;
  }
  .btn--base.btn--sm {
    font-size: 16px;
    line-height: 40px;
    width: 284px;
    padding-left: 22px;
  }
  .btn--base.btn--sm::after {
    width: 40px;
    height: 40px;
    background: url("../img/common/ico_arrow.svg") no-repeat center left 10px/14px auto #C9CED3;
  }
  .btn--back {
    margin: 30px auto 0;
  }
  .c-card .text {
    padding: 10px 8px;
  }
  .c-card .text .title {
    font-size: 12px;
    margin-top: 6px;
  }
  .c-card .text .award {
    font-size: 16px;
  }
  .c-card.withAward::after {
    width: 50px;
    height: 50px;
  }
  .postList {
    margin-top: 40px;
  }
  .postList__ttl {
    font-size: 20px;
    padding: 16px 0;
  }
  .postList__list {
    gap: 10px 3%;
  }
  .postList__list__item {
    flex: 0 0 48.5%;
  }
  .creatorList {
    margin-top: 40px;
  }
  .creatorList__list__item {
    flex: 0 0 48.5%;
  }
  .creatorList__list__item .pos {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 64px;
    margin-top: 10px;
  }
  .creatorList__list__item .name {
    font-size: 20px;
    margin-top: 5px;
  }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
  }
  .header::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__inner {
    width: 100%;
  }
  .header__logo {
    width: 138px;
    padding-left: 4%;
    position: relative;
    z-index: 20;
  }
  .header__burger {
    display: block;
    width: 60px;
    height: 60px;
    background: #0B6A9C;
    position: relative;
    z-index: 20;
  }
  .header__burger span {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
  }
  .header__burger span:nth-child(1) {
    top: 17px;
    animation: bar1 1s ease-in reverse both;
  }
  .header__burger span:nth-child(2) {
    width: 20px;
    top: 30px;
    transition: transform 0.5s;
  }
  .header__burger span:nth-child(3) {
    top: 43px;
    animation: bar3 1s ease-in reverse both;
  }
  .header__gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    transform: translateY(-100%);
    overflow: auto;
    color: #fff;
    font-size: 35px;
    background: #0B6A9C;
    z-index: -1;
  }
  .header__gnav > ul {
    display: block;
    padding: 26px 30px 0;
  }
  .header__gnav > ul > li {
    text-align: center;
    padding: 22px 0;
    border-bottom: 1px solid #4EB1E5;
  }
  .header__gnav > ul > li + li {
    margin: auto;
  }
  .header__gnav > ul > li.current::after {
    content: none;
  }
  .header__gnav > ul > li.header__sns {
    display: block;
    margin-top: 10px;
    border: none;
  }
  .header__gnav > ul > li.header__sns p {
    font-size: 20px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-align: center;
  }
  .header__gnav > ul > li.header__sns ul {
    font-size: 0;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 18px;
    width: 210px;
    height: 52px;
    background: #fff;
    border-radius: 26px;
  }
  .header__trans {
    display: none;
    margin-left: 36px;
    margin-right: 20px;
  }
  .header__trans__btn {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    line-height: 30px;
    background: #5C5D5F;
    border: 1px solid #000;
  }
  .header__trans__btn--jp {
    padding: 0 8px 0 14px;
    border-radius: 30px 0 0 30px;
  }
  .header__trans__btn--en {
    padding: 0 14px 0 8px;
    border-radius: 0 30px 30px 0;
  }
  .header__trans__btn.on {
    color: #ffffff;
    background: #4595D8;
  }
  .header__search {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 20;
  }
  .header .searchform {
    height: 60px;
    top: 0;
    right: 60px;
  }
  .header .searchform div {
    width: 100%;
    padding: 0 15px;
  }
  .header .searchform input[type=text] {
    max-width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    padding: 0 14px;
  }
  .footer__inner {
    display: block;
    padding: 35px 0;
  }
  .footer__gnav {
    padding: 0 35px;
  }
  .footer__gnav ul {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .footer__fnav {
    font-size: 14px;
    padding: 23px 35px 0;
  }
  .footer__fnav ul {
    flex-direction: column;
    gap: 10px 0;
  }
  .footer__sns {
    margin: 24px auto 0;
  }
  .footer__logo {
    padding-top: 38px;
    margin: auto;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__copyright {
    font-size: 12px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    white-space: nowrap;
  }
  main {
    padding: 40px 0;
  }
  .contact__ttl {
    margin-top: 36px;
  }
  .contact__require {
    font-size: 16px;
  }
  .wpcf7-form {
    margin-top: 0;
  }
  .wpcf7-form p {
    margin-top: 10px;
  }
  .wpcf7-form label {
    display: block;
  }
  .wpcf7-form .ttl {
    font-size: 20px;
    display: block;
    padding-top: 0.5em;
  }
  .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 16px;
    padding: 6px 8px 7px;
    margin-top: 0.5em;
  }
  .wpcf7-form select {
    font-size: 16px;
    padding: 10px 0 10px;
    border-radius: 10000px;
    background: url("../img/common/ico_down.svg") no-repeat center right 1em/12px auto #fff;
    cursor: pointer;
  }
  .wpcf7-form select option {
    color: #000;
  }
  .wpcf7-form textarea {
    padding-top: 8px;
  }
  .wpcf7-form input[type=file] {
    font-size: 16px;
    padding-top: 0;
  }
  .wpcf7-form .submit__btn {
    font-size: 18px;
    padding: 10px 100px 14px 24px;
    margin: 20px auto 0;
  }
  .wpcf7-form .wpcf7-response-output {
    font-size: 16px;
    padding: 12px 12px 12px !important;
    margin: 0.5em 0 1em;
  }
  .confirm label {
    font-size: 16px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 8px;
    margin-top: 0.8em;
  }
  .confirm label .ttl {
    margin-bottom: 0.5em;
  }
  .confirm .btn_box {
    margin-top: 35px;
  }
  .confirm .btn_box > p {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
  }
  .confirm .btn_box > p input {
    margin: 0;
    line-height: 1;
  }
  .confirm .btn_box > p .btn--submit {
    background: url("../img/common/bg_btn_submit.svg") no-repeat center right/auto 100%;
  }
  .confirm .btn_box > p .btn--back {
    background: url("../img/common/bg_btn_back.svg") no-repeat center right/auto 100%;
  }
  .thanks__txt01 {
    font-size: 23px;
    margin-top: 40px;
  }
  .thanks__txt02 {
    font-size: 16px;
    margin-top: 16px;
  }
  .thanks__txt03 {
    color: #FF0000;
    font-size: 16px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .header__trans__btn:hover {
    color: #4595D8;
    background: #3D5576;
  }
}