@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);
  }
}
.forPc {
  display: inline;
}

.forTab-Sp {
  display: none;
}

.forSp {
  display: none;
}

.wrapper {
  overflow: hidden;
}

main {
  padding-top: 80px;
}

[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;
  overflow: hidden;
  background: #4595D8;
  position: relative;
  border-radius: 100px;
  transition: all 0.3s;
}
.btn--base a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 42px;
}
.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;
}
.btn--base.btn--sm a {
  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--base.btn--disable {
  color: #CCCCCC;
  text-align: center;
  background: #7E7E7E;
  pointer-events: none;
}
.btn--base.btn--disable::after {
  content: none;
}
.btn--base.btn--disable a {
  padding-left: 0;
}

.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;
}

.scrollArrow {
  position: relative;
}
.scrollArrow .leftIcon, .scrollArrow .rightIcon {
  display: inline-block;
  width: 50px;
  height: 100%;
  background: url("../img/common/ico_arrow_slide.svg") no-repeat center/auto rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}
.scrollArrow .leftIcon {
  left: 0;
  transform: rotate(180deg);
}
.scrollArrow .rightIcon {
  right: 0;
}
.scrollArrow.toLeft .leftIcon {
  opacity: 1;
  transition: opacity 0.5s;
}
.scrollArrow.toRight .rightIcon {
  opacity: 1;
  transition: opacity 0.5s;
}

.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__logo.en {
  display: none;
  white-space: nowrap;
}
.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 {
  display: flex;
  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 {
  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: 30;
  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__logo.en {
  display: none;
}
.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 .ttl em {
  color: #FF0000;
}
.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 {
  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 0 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 2.4em;
  margin-top: 0.3em;
}

.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;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

main {
  letter-spacing: 0.04em;
}

[class*=__ttl] {
  color: #4595D8;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-bottom: 16px;
}

[class*=__h3] {
  color: #4595D8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4285714286;
}

[class*=__text] {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.52;
}

.header {
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.header__burger, .header__gnav, .header__search {
  display: none;
}
.header__logo {
  display: none;
}
.header__logo.en {
  display: block;
  width: auto;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.header .searchform {
  display: none;
}

.mv {
  position: relative;
  background: #000;
  padding-bottom: 126px;
  margin-top: -80px;
}
.mv__slider {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1400px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s linear;
  overflow: hidden;
}
.mv__slider.slick-initialized {
  opacity: 1;
}
.mv__slider li {
  width: 100%;
  aspect-ratio: 16/9;
}
.mv__slider li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mv__slider img, .mv__slider iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.mv__thumb {
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 20;
}
.mv__thumb .scrollArrow {
  margin-top: 20px;
}
.mv__thumb .scrollArrow .leftIcon, .mv__thumb .scrollArrow .rightIcon {
  z-index: 10;
}
.mv__thumb__inner {
  width: 100%;
  max-width: none;
  padding: 0 calc((100vw - 1200px + 40px) / 2);
  display: flex;
  gap: 0 14px;
  padding-bottom: 4px;
  overflow-x: scroll;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mv__thumb__inner::-webkit-scrollbar {
  display: none;
}
.mv__thumb__inner::before, .mv__thumb__inner::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  background: url("../img/common/ico_arrow_slide.svg") no-repeat center/auto rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  opacity: 0;
}
.mv__thumb__inner::before {
  left: 0;
  transform: rotate(180deg);
}
.mv__thumb__inner::after {
  right: 0;
}
.mv__thumb__inner li {
  flex: 0 0 214px;
  aspect-ratio: 16/9;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.mv__thumb__inner li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 8px solid rgb(90, 147, 211);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mv__thumb__inner li > div {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.mv__thumb__inner li.current::after {
  opacity: 0.8;
}
.mv__thumb__inner li span {
  display: inline-block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.mv__thumb__inner li img {
  width: 100%;
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s;
}
.mv__detail {
  position: absolute;
  top: 22.5%;
  left: calc(50% - 41vw);
}
.mv__detail h1 {
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
  font-size: min(96px, 6.6vw);
  font-weight: bold;
  line-height: 1.1;
}
.mv__detail p {
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
  font-size: min(36px, 2.6vw);
  font-weight: bold;
  line-height: 1.2777777778;
  margin-top: 2.6%;
}
.mv__detail__btn {
  font-size: 22px;
  width: 478px;
  line-height: 46px;
  white-space: nowrap;
  padding: 0 1em;
  margin-top: 4%;
}
.mv__detail__btn::after {
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_arrow.svg") no-repeat center left 9px/20px auto #C9CED3;
}
.mv__detail__btn a {
  padding: 0;
}

.scrollArrow {
  position: relative;
}
.scrollArrow .leftIcon, .scrollArrow .rightIcon {
  display: inline-block;
  width: 50px;
  height: 100%;
  background: url("../img/common/ico_arrow_slide.svg") no-repeat center/auto rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}
.scrollArrow .leftIcon {
  left: 0;
  transform: rotate(180deg);
}
.scrollArrow .rightIcon {
  right: 0;
}
.scrollArrow.toLeft .leftIcon {
  opacity: 1;
  transition: opacity 0.5s;
}
.scrollArrow.toRight .rightIcon {
  opacity: 1;
  transition: opacity 0.5s;
}

.message {
  margin-top: 94px;
  margin-bottom: 120px;
}
.message__signature {
  text-align: right;
  margin-top: 1em;
}

.navigate {
  padding: 70px 0 0;
  background: #fff;
}
.navigate__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.navigate__box {
  flex: 0 0 21.3793103448%;
}
.navigate__box h3 {
  color: #4595D8;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1818181818;
  margin-top: 16px;
}
.navigate__box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 8px;
}

.advantage {
  padding: 60px 0 80px;
  background: #fff;
}
.advantage__box {
  display: grid;
  grid-template-columns: 48.275862069% 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 0 40px;
  align-items: flex-start;
  margin-top: 32px;
}
.advantage__box + .advantage__box {
  padding-top: 34px;
  border-top: 1px solid #707070;
}
.advantage__box + .advantage__box .img {
  grid-column: 2/3;
}
.advantage__box .img {
  grid-column: 1/2;
  grid-row: 1/5;
}
.advantage__box h3 {
  color: #4595D8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0833333333;
}
.advantage__box h3 + p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 8px;
}
.advantage__box h4 {
  color: #4595D8;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 34px;
  margin-top: 20px;
  border: 1px solid #4595D8;
}
.advantage__box h4 + p {
  color: #4595D8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2222222222;
  margin-top: 14px;
}

.award {
  margin-top: 100px;
}
.award__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.award__item {
  flex: 0 0 32%;
  margin-top: 32px;
  background: #fff;
  transition: all 0.5s;
}
.award__item .img {
  aspect-ratio: 372/202;
}
.award__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.award__item p {
  color: #4595D8;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.0909090909;
  padding: 0.5em 0.5em 1em;
}
.award__item.hide {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.award__btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  white-space: nowrap;
  width: 260px;
  padding: 0 1em;
  background: #000;
  border-radius: 22px;
  display: block;
  margin: 32px auto 0;
  position: relative;
  transition: all 0.5s;
}
.award__btn:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico_plus.svg") no-repeat center/16px 16px #fff;
  border-radius: 13px;
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
}

.partners {
  margin-top: 100px;
  margin-bottom: 128px;
}
.partners__ttl {
  margin-bottom: 28px;
}
.partners__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 38px 0;
  margin-top: 30px;
}
.partners__item {
  flex: 0 0 22.0689655172%;
  transition: all 0.5s;
}
.partners__item .name {
  color: #4595D8;
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
}

.remake {
  padding: 56px 0 80px;
  background: #fff;
}
.remake__ttl--address {
  margin-top: 70px;
}
.remake__ttl--address + p {
  font-size: 22px;
  line-height: 1.8181818182;
  margin-top: 36px;
}
.remake h3 {
  color: #4595D8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
}
.remake h3 + p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 8px;
}
.remake ul {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 8px;
}
.remake ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.remake__btn {
  font-size: 22px;
  width: 446px;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  padding: 0 1em;
  margin-top: 40px;
}
.remake__btn::after {
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_arrow.svg") no-repeat center left 9px/20px auto #C9CED3;
}
.remake__btn a {
  padding: 0;
}

.contact {
  margin-top: 90px;
  margin-bottom: 124px;
}
.contact__wrap {
  margin-top: 36px;
}
.contact .ttl {
  color: #4595D8;
}
.contact__agree {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-top: -50px !important;
}

.footer__gnav, .footer__fnav, .footer__sns {
  display: none;
}
.footer__logo {
  padding-top: 0;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.8);
}
.modal__close {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 25px;
  right: 20px;
}
.modal__close::before, .modal__close::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  rotate: 45deg;
}
.modal__close::after {
  rotate: -45deg;
}

.awardModal {
  max-width: 840px;
  color: #fff;
  font-weight: bold;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 120px;
  position: relative;
  z-index: 10001;
}
.awardModal::-webkit-scrollbar {
  display: none;
}
.awardModal__inner {
  padding-bottom: 50px;
}
.awardModal__ttl {
  color: #fff;
  font-size: 28px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5em;
  margin-top: 30px;
}
.awardModal__detail {
  font-size: 22px;
  line-height: 1.3636363636;
  margin-top: 24px;
}
.awardModal__story {
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 2em;
  margin-top: 36px;
  border-bottom: 2px dotted #fff;
}
.awardModal__cregit {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 1em;
}

.creatorModal {
  max-width: 500px;
  color: #fff;
  font-weight: bold;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 120px;
  position: relative;
  z-index: 10001;
}
.creatorModal::-webkit-scrollbar {
  display: none;
}
.creatorModal__inner {
  padding-bottom: 50px;
}
.creatorModal__ttl {
  color: #fff;
  font-size: 28px;
  margin-top: 30px;
}
.creatorModal__detail {
  font-size: 22px;
  line-height: 1.3636363636;
  margin-top: 24px;
}

.footer__logo {
  display: none;
}
.footer__logo.en {
  display: block;
  width: auto;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
/* 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: clor 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__btn: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;
  }
  .mv__thumb__inner li:hover img {
    scale: 1.3;
    transition: scale 0.5s;
  }
  .mv__detail__btn:hover::after {
    background: url("../img/common/ico_arrow_on.svg") no-repeat center left 9px/20px auto #4595D8;
  }
  .award__item:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .award__btn:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .partners__item:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .remake__btn:hover::after {
    background: url("../img/common/ico_arrow_on.svg") no-repeat center left 9px/20px auto #4595D8;
  }
}
@media only screen and (max-width: 1024px) {
  .forPc {
    display: none;
  }
  .forTab-Sp {
    display: inline;
  }
  .forSp {
    display: none;
  }
  .page-id-3504 .prod,
  .page-id-3547 .prod {
    display: none;
  }
  .page-id-3504 .stg.header__logo,
  .page-id-3504 .stg.footer__logo,
  .page-id-3547 .stg.header__logo,
  .page-id-3547 .stg.footer__logo {
    display: block;
    flex: 0 1 100%;
  }
  .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: inline;
  }
  .wrapper {
    padding-top: 0;
    padding-top: 58px;
  }
  [class*=__inner] {
    width: 94.6666666667%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  main {
    padding-top: 52px;
  }
  .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;
  }
  .btn--base a {
    padding-left: 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;
  }
  .btn--base.btn--sm a {
    padding-left: 24px;
  }
  .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;
  }
  .scrollArrow::before, .scrollArrow::after {
    width: 30px;
    height: 100%;
    background-size: 40% auto;
  }
  .loading__text1 {
    width: 90%;
    height: auto;
    aspect-ratio: 695/86;
  }
  .loading__text1 svg {
    width: 92%;
  }
  .loading__text2 {
    font-size: 28px;
  }
  .loading__text3 {
    max-width: 270px;
    width: 60%;
  }
  .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__logo.en {
    display: none;
  }
  .header__burger {
    order: 2;
    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 {
    order: 1;
    margin-left: 0;
    margin-right: 12px;
    z-index: 20;
  }
  .header__trans__btn {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: block;
    width: 36px;
    line-height: 36px;
    color: #ffffff;
    background: #4595D8;
    border: none;
    padding: 0;
    border-radius: 30px;
  }
  .header__trans__btn--jp {
    display: none;
  }
  .header__trans__btn.on {
    color: #ffffff;
    background: #4595D8;
  }
  .header__search {
    order: 3;
    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;
  }
  main {
    padding: 0;
  }
  [class*=__ttl] {
    font-size: 28px;
    line-height: 1.38;
    margin-bottom: 12px;
  }
  [class*=__text] {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .wrapper {
    padding-top: 0;
  }
  .header {
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    position: relative;
    z-index: 10000;
  }
  .header__burger, .header__gnav, .header__search {
    display: none;
  }
  .header__trans {
    display: block;
    margin-right: 8px;
  }
  .header::after {
    content: none;
  }
  .header__logo {
    display: none;
  }
  .header__logo.en {
    display: block;
    flex: 0 1 100%;
    font-size: 24px;
  }
  .header__trans__btn--jp {
    display: block;
  }
  .header__trans__btn--en {
    display: none;
  }
  .mv {
    padding-top: 49%;
    padding-bottom: 54%;
    background: #000;
  }
  .mv__thumb {
    bottom: -8%;
  }
  .mv__thumb__inner {
    width: 100%;
    padding: 0 0.5% 4px;
    gap: 0 10px;
  }
  .mv__thumb__inner li {
    flex: 0 0 140px;
  }
  .mv__thumb__inner li::after {
    border: 4px solid rgb(90, 147, 211);
  }
  .mv__detail {
    top: 21.5%;
    left: 2.6vw;
  }
  .mv__detail h1 {
    font-size: min(50px, 13.3vw);
    line-height: 1.02;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  }
  .mv__detail p {
    font-size: min(18px, 4.8vw);
    line-height: 1.2777777778;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    margin-top: 7%;
  }
  .mv__detail__btn {
    font-size: min(15px, 4.3vw);
    width: auto;
    line-height: 1;
    padding: 8px 4.5em 6px 1em;
    height: 34px;
    margin-top: 7%;
  }
  .mv__detail__btn::after {
    width: 34px;
    height: 34px;
    background: url("../img/common/ico_arrow.svg") no-repeat center left 9px/12px auto #C9CED3;
  }
  .mv__detail__btn a {
    padding: 0;
  }
  .message {
    margin-top: 80px;
    margin-bottom: 54px;
  }
  .message__signature {
    margin-top: 2.3em;
  }
  .navigate {
    padding: 40px 0 0;
  }
  .navigate__ttl {
    line-height: 1.4;
  }
  .navigate__boxes {
    flex-wrap: wrap;
    gap: 36px 0;
    margin-top: 36px;
  }
  .navigate__box {
    flex: 0 0 48.5%;
  }
  .navigate__box h3 {
    font-size: 18px;
    line-height: 1.1818181818;
    margin-top: 4px;
  }
  .navigate__box p {
    font-size: 12px;
    line-height: 1.625;
    margin-top: 8px;
  }
  .advantage {
    padding: 50px 0 46px;
  }
  .advantage__box {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, auto) 1fr;
    gap: 0 40px;
    align-items: flex-start;
    margin-top: 16px;
  }
  .advantage__box + .advantage__box {
    padding-top: 24px;
    margin-top: 20px;
  }
  .advantage__box + .advantage__box .img {
    grid-column: 1/2;
  }
  .advantage__box h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .advantage__box h3 + p {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 8px;
  }
  .advantage__box h4 {
    margin-top: 20px;
  }
  .advantage__box h4 + p {
    margin-top: 8px;
  }
  .award {
    margin-top: 34px;
  }
  .award__items {
    gap: 0 2%;
  }
  .award__item {
    flex: 0 0 49%;
    margin-top: 24px;
  }
  .award__item p {
    font-size: 14px;
    padding-bottom: 2em;
  }
  .award__btn {
    margin: 24px auto 0;
  }
  .partners {
    margin-top: 72px;
    margin-bottom: 76px;
  }
  .partners__items {
    gap: 18px 0;
    margin-top: 30px;
  }
  .partners__item {
    flex: 0 0 48%;
  }
  .partners__item .name {
    font-size: 14px;
    margin-top: 8px;
  }
  .remake {
    padding: 38px 0 40px;
  }
  .remake__ttl--address {
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 16px;
  }
  .remake__ttl--address + p {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-top: 0;
  }
  .remake h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4444444444;
    margin-top: 22px;
  }
  .remake h3 + p {
    font-size: 12px;
    line-height: 1.625;
    margin-top: 8px;
  }
  .remake ul {
    font-size: 12px;
    line-height: 1.625;
    margin-top: 14px;
  }
  .remake__btn {
    font-size: min(15px, 4.3vw);
    width: auto;
    line-height: 1;
    padding: 8px 4.5em 9px 1em;
    height: 34px;
    margin-top: 7%;
  }
  .remake__btn a {
    padding: 0;
  }
  .remake__btn::after {
    width: 34px;
    height: 34px;
    background: url("../img/common/ico_arrow.svg") no-repeat center left 9px/12px auto #C9CED3;
  }
  .contact {
    margin-top: 32px;
    margin-bottom: 62px;
  }
  .contact__wrap {
    margin-top: 18px;
  }
  .contact__agree {
    text-align: center;
    line-height: 1.5;
    margin-top: 0 !important;
  }
  .footer__logo {
    display: none;
  }
  .footer__logo.en {
    display: block;
    padding-top: 0;
    font-size: 24px;
    text-align: center;
  }
  .modal__close {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 10px;
  }
  .modal__close::before, .modal__close::after {
    width: 60px;
    height: 1px;
    top: 50%;
    left: calc(50% - 30px);
  }
  .awardModal {
    padding-top: 60px;
  }
  .awardModal__inner {
    padding-bottom: 50px;
  }
  .awardModal__ttl {
    font-size: 22px;
    padding-bottom: 0.5em;
    margin-top: 20px;
  }
  .awardModal__detail {
    font-size: 18px;
    line-height: 1.3636363636;
    margin-top: 12px;
  }
  .awardModal__story {
    font-size: 14px;
    line-height: 1.625;
    padding-bottom: 2em;
    margin-top: 24px;
    border-bottom: 2px dotted #fff;
  }
  .awardModal__cregit {
    font-size: 14px;
    line-height: 1.625;
    margin-top: 1em;
  }
  .creatorModal {
    max-width: 500px;
    color: #fff;
    font-weight: bold;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 120px;
    position: relative;
    z-index: 10001;
  }
  .creatorModal::-webkit-scrollbar {
    display: none;
  }
  .creatorModal__inner {
    padding-bottom: 50px;
  }
  .creatorModal__ttl {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
  }
  .creatorModal__detail {
    font-size: 18px;
    line-height: 1.3636363636;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .header__trans__btn:hover {
    color: #4595D8;
    background: #3D5576;
  }
}