@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'fa-subset-for-unity';
  src: url("../fonts/fa-subset-for-unity.eot?s1sl3y");
  src: url("../fonts/fa-subset-for-unity.eot?s1sl3y#iefix") format("embedded-opentype"), url("../fonts/fa-subset-for-unity.ttf?s1sl3y") format("truetype"), url("../fonts/fa-subset-for-unity.woff?s1sl3y") format("woff"), url("../fonts/fa-subset-for-unity.svg?s1sl3y#fa-subset-for-unity") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* ArticleArea */
.ArticleArea .wp-block-group {
  margin-top: 3.4em;
}

.ArticleArea p:not(:first-child) {
  margin-top: 16px;
}

.ArticleArea p.ArticleArea__comment {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .ArticleArea p.ArticleArea__comment {
    font-size: 1.8rem;
  }
}

.ArticleArea .ArticleArea__iconInfo::before {
  content: 'サイト上に表示';
  display: inline-block;
  width: 90px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  background-color: #ffffff;
  color: #668BDD;
  border: #668BDD solid 2px;
  padding: 4px;
  border-radius: 4px;
}

.ArticleArea h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 8px;
  line-height: 1.5;
  border-bottom: rgba(0, 0, 0, 0.1) 3px solid;
}

.ArticleArea h2:not(:first-child) {
  margin-top: 64px;
}

@media screen and (max-width: 820px) {
  .ArticleArea h2 {
    font-size: 2.2rem;
  }
}

.ArticleArea h2 + .wp-block-media-text {
  margin-top: 40px;
}

.ArticleArea .CommonForm h2 {
  margin-top: 64px;
}

.ArticleArea h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}

.ArticleArea h3:not(:first-child) {
  margin-top: 3.4em;
}

.ArticleArea h3:not(.ScrollBox__heading):not(.-hasNoBg) {
  padding: 8px 16px;
  background-color: #f5f5f5;
}

.ArticleArea h4 {
  font-weight: 500;
  font-size: 1.6rem;
}

.ArticleArea h4:not(:first-child) {
  margin-top: 40px;
}

.ArticleArea a:not(.CommonButton__link) {
  color: #81A2BD;
  text-decoration: underline;
  font-weight: 500;
}

.ArticleArea a:not(.CommonButton__link):hover {
  text-decoration: none;
}

.ArticleArea ul:not(.FaqList):not(.ScrollBox__list) {
  font-size: 1.6rem;
  margin-left: 20px;
}

@media screen and (max-width: 820px) {
  .ArticleArea ul:not(.FaqList):not(.ScrollBox__list) {
    font-size: 1.4rem;
  }
}

.ArticleArea ul:not(.FaqList):not(.ScrollBox__list):not(:first-child) {
  margin-top: 24px;
}

.ArticleArea ul:not(.FaqList):not(.ScrollBox__list) li + li {
  margin-top: 6px;
}

.ArticleArea ol {
  font-size: 1.6rem;
  margin-left: 20px;
}

@media screen and (max-width: 820px) {
  .ArticleArea ol {
    font-size: 1.4rem;
  }
}

.ArticleArea ol:not(:first-child) {
  margin-top: 24px;
}

.ArticleArea ol li + li {
  margin-top: 6px;
}

.ArticleArea table {
  border: rgba(0, 0, 0, 0.1) solid 1px;
  margin-top: 24px;
}

.ArticleArea table th, .ArticleArea table td {
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 10px;
}

.ArticleArea .wp-block-separator {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  border-bottom: none;
  margin: 50px 0px;
}

.ArticleArea .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.ArticleArea .wp-block-media-text + .wp-block-media-text {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-media-text.is-stacked-on-mobile {
    display: block;
    margin-top: 24px;
  }
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    margin: 0;
  }
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    margin: 20px 0px 0px;
  }
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    width: auto;
    margin: 20px 0px 0px;
  }
}

.ArticleArea .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 24px;
}

.ArticleArea .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0px;
}

.ArticleArea .wp-block-media-text__media {
  width: 30%;
  min-width: 240px;
}

.ArticleArea .wp-block-media-text__content {
  width: 70%;
  padding: 0px;
  margin: -6px 0px 0px  24px;
}

.ArticleArea .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0px;
}

@media screen and (max-width: 520px) {
  .ArticleArea .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-columns.is-stacked-on-mobile {
    display: block;
  }
}

.ArticleArea .wp-block-columns .wp-block-media-text .wp-block-media-text__media {
  min-width: 180px;
}

@media screen and (max-width: 1024px) {
  .ArticleArea .wp-block-columns .wp-block-media-text.is-stacked-on-mobile {
    display: block;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea .wp-block-columns .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea .wp-block-columns .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    margin: 20px 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea .wp-block-columns .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea .wp-block-columns .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    width: auto;
    margin: 20px 0px 0px;
  }
}

.ArticleArea .wp-block-column {
  width: 100%;
}

.ArticleArea .wp-block-column + .wp-block-column {
  margin-left: 40px;
}

@media screen and (max-width: 820px) {
  .ArticleArea .wp-block-column + .wp-block-column {
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  .ArticleArea .wp-block-column + .wp-block-column {
    margin-left: 0px;
  }
}

.ArticleArea [data-class="wpcf7cf_group"] {
  margin-top: 40px;
}

.ArticleArea__mediaText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4em;
}

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

.ArticleArea__mediaText.-mediaRight .ArticleArea__mediaText.-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 32px;
}

@media screen and (max-width: 820px) {
  .ArticleArea__mediaText.-mediaRight .ArticleArea__mediaText.-media {
    margin: 0;
  }
}

.ArticleArea__mediaText.-mediaRight .ArticleArea__mediaText.-content {
  margin-left: 0px;
}

@media screen and (max-width: 820px) {
  .ArticleArea__mediaText.-mediaRight .ArticleArea__mediaText.-content {
    margin: 20px 0px 0px;
  }
}

.ArticleArea__mediaText.-media {
  display: block;
  width: 200px;
  margin-top: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .ArticleArea__mediaText.-media {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
  }
}

.ArticleArea__mediaText.-content {
  display: block;
  padding: 0px;
  margin: -4px 0px 0px 32px;
}

@media screen and (max-width: 820px) {
  .ArticleArea__mediaText.-content {
    width: auto;
    margin: 20px 0px 0px;
  }
}

.ArticleArea__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .ArticleArea__columns .ArticleArea__mediaText {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea__columns .ArticleArea__mediaText .ArticleArea__mediaText.-media {
    margin: 0px auto;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleArea__columns .ArticleArea__mediaText .ArticleArea__mediaText.-content {
    width: auto;
    margin: 20px 0px 0px;
  }
}

.ArticleArea__column {
  width: calc(50% - 20px);
}

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

.ArticleArea .ArticleArea__name {
  font-weight: 700;
}

.ArticleArea .ArticleArea__name:not(:first-child) {
  margin-top: 10px;
}

.ArticleArea .ArticleArea__desc:not(:first-child) {
  margin-top: 10px;
}

.ArticleArea .ArticleArea__belongs {
  font-weight: 400;
}

.ArticleArea .ArticleArea__belongs:not(:first-child) {
  margin-top: 0px;
}

/* ArticleLists */
.MainContent__heading + .ArticleLists {
  margin-top: 20px;
}

.ArticleLists__unit + .ArticleLists__unit {
  margin-top: 64px;
}

.ArticleLists__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: rgba(0, 0, 0, 0.1) 3px solid;
}

.ArticleLists__sortSelect {
  display: block;
  font-size: 1.6rem;
  color: #505050;
  width: 200px;
  padding: 4px 10px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #ffffff;
  background-image: url("../images/sort_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.ArticleLists__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0px 0px -20px;
}

.ArticleLists__item {
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  min-width: 260px;
  margin: 20px 0px 0px 20px;
}

@media screen and (min-width: 1180px) {
  .ArticleLists__item {
    max-width: 260px;
  }
}

@media screen and (max-width: 1280px) {
  .ArticleLists__item {
    width: calc(33.33% - 20px);
    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .ArticleLists__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 820px) {
  .ArticleLists__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 520px) {
  .ArticleLists__item {
    width: calc(100% - 20px);
  }
}

.ArticleLists__cardLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  max-width: 240px;
  margin: 0px 10px;
  height: 30px;
  background-size: 100%;
}

.ArticleLists__cardLabel.-win {
  background-image: url("../images/award_label_win.svg");
}

.ArticleLists__cardLabel.-second-place {
  background-image: url("../images/award_label_secondPlace.svg");
}

.ArticleLists__cardLabel.-gold {
  background-image: url("../images/award_label_gold.svg");
}

.ArticleLists__cardLabel.-silver {
  background-image: url("../images/award_label_silver.svg");
}

.ArticleLists__cardLabel.-bronze {
  background-image: url("../images/award_label_bronze.svg");
}

.ArticleLists__wrapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.ArticleLists__wrapLink:hover .ArticleLists__cardBody {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.ArticleLists__wrapLink:hover .ArticleLists__cardThumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ArticleLists__cardBody {
  height: 100%;
  padding: 10px 10px 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow ease .2s;
  transition: -webkit-box-shadow ease .2s;
  transition: box-shadow ease .2s;
  transition: box-shadow ease .2s, -webkit-box-shadow ease .2s;
  background-color: #ffffff;
}

.ArticleLists__cardThumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.ArticleLists__cardThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s;
}

.ArticleLists__cardThumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ArticleLists__cardTitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.5;
}

.ArticleLists__cardHading {
  font-size: 1.4rem;
  margin-top: 10px;
}

.ArticleLists__cardText {
  font-size: 1.4rem;
  color: #A0A0A0;
  margin-top: -4px;
}

/* CommonButton */
.CommonButton {
  font-size: 0;
  display: inline-block;
  font-weight: 500;
  background-color: #668BDD;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: background-color ease .1s;
  transition: background-color ease .1s;
  cursor: pointer;
}

.CommonButton:hover {
  background-color: #87a4e4;
}

.CommonButton.-disabled {
  background-color: rgba(80, 80, 80, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}

.CommonButton.-disabled:hover {
  background-color: rgba(80, 80, 80, 0.5);
}

.CommonButton.-webGL {
  background-color: #000000;
  width: 100%;
  max-width: 280px;
}

.CommonButton.-webGL .CommonButton__link {
  width: 100%;
  padding: 16px 0px;
}

.CommonButton.-webGL:hover {
  opacity: .8;
}

.CommonButton__link {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 30px;
}

.PageSection__buttonOuter .CommonButton {
  margin: 10px 0px 0px 10px;
}

/* CommonBr */
@media screen and (max-width: 820px) {
  .CommonBr.-pc_tab {
    display: none;
  }
}

/* CommonForm */
.CommonForm.-center {
  text-align: center;
}

.CommonForm input[type="file"] {
  display: none;
}

.CommonForm select {
  background-image: url(../images/sort_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.CommonForm input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border: #668BDD 1px solid;
  /* チェックボックスの枠 */
  background-color: #f5f5f5;
}

.CommonForm input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.CommonForm input[type="checkbox"] + .wpcf7-list-item-label::before {
  border-radius: 2px;
}

.CommonForm input[type="checkbox"] + .wpcf7-list-item-label::after {
  left: -1px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #668BDD;
  /* チェックマークの色 */
  border-bottom: 3px solid #668BDD;
  /* チェックマークの色 */
  -webkit-transform: rotate(45deg) translateY(calc(-50% - 4px));
          transform: rotate(45deg) translateY(calc(-50% - 4px));
}

.CommonForm input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border: #668BDD 1px solid;
  /* チェックボックスの枠 */
}

.CommonForm input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.CommonForm input[type="radio"] + .wpcf7-list-item-label::before {
  border-radius: 10px;
}

.CommonForm input[type="radio"] + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0;
  background-color: #668BDD;
}

.CommonForm .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
}

.CommonForm .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  /* チェックボックスの幅 */
  height: 16px;
  /* チェックボックスの高さ */
  left: 0px;
  border: #A0A0A0 1px solid;
  /* チェックボックスの枠 */
  background-color: #ffffff;
}

.CommonForm .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 50%;
}

.CommonForm .wpcf7-response-output {
  margin: 2em 0px 0px;
}

.ScrollBox + .CommonForm {
  margin-top: 16px;
}

.CommonForm__item {
  display: block;
  margin-top: 3em;
}

.CommonForm__item.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .CommonForm__item.-horizontal {
    display: block;
  }
}

h3 + .CommonForm__item {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  h3 + .CommonForm__item {
    margin-top: 24px;
  }
}

.CommonForm__caption + .CommonForm__item {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .CommonForm__caption + .CommonForm__item {
    margin-top: 24px;
  }
}

.CommonForm__heading {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}

@media screen and (max-width: 820px) {
  .CommonForm__heading {
    font-size: 1.6rem;
  }
}

.CommonForm__heading.-large {
  width: auto;
  margin-top: 0px;
  padding: 8px 16px 10px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 820px) {
  .CommonForm__heading.-large {
    width: auto;
    margin-top: 0px;
  }
}

.CommonForm__heading.-required .CommonForm__label::after {
  content: '*';
  vertical-align: baseline;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #C10B0B;
}

.CommonForm__heading.-discloseInfo::after {
  content: 'サイト上に表示';
  display: inline-block;
  width: 90px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  background-color: #ffffff;
  color: #668BDD;
  border: #668BDD solid 2px;
  padding: 4px;
  margin-left: 10px;
  border-radius: 4px;
  vertical-align: text-bottom;
}

.ArticleArea p.CommonForm__caption {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 820px) {
  .ArticleArea p.CommonForm__caption {
    font-size: 1.4rem;
  }
}

.ArticleArea p.CommonForm__caption:not(:first-child) {
  margin-top: 10px;
}

.CommonForm__unit {
  width: 100%;
  display: block;
  margin: 16px 0px 0px 0px;
}

.CommonForm__chkLabel {
  margin-left: 10px;
}

.CommonForm__fileItem + .CommonForm__fileItem {
  margin-top: 16px;
}

.CommonForm__file {
  display: inline-block;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #333;
  border: #A0A0A0 1px solid;
  /* チェックボックスの枠 */
  border-radius: 8px;
  padding: 4px 30px;
  text-align: center;
}

.CommonForm__fileName {
  font-weight: 500;
  margin-left: 10px;
}

.CommonForm__notes {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #505050;
  margin: 0px 0px 20px;
}

.CommonForm__notes.-ex {
  font-weight: 500;
  color: #A0A0A0;
  margin: 16px 0px 0px;
}

@media screen and (max-width: 820px) {
  .CommonForm__notes.-ex {
    margin: 16px 0px 0px;
  }
}

@media screen and (max-width: 820px) {
  .CommonForm__notes {
    margin: 0px 0px 20px;
  }
}

.CommonForm__notes a {
  color: #505050;
}

.CommonForm__alert {
  font-weight: 500;
  color: #C10B0B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, rgba(193, 11, 11, 0.14)), color-stop(96%, rgba(193, 11, 11, 0.14)), color-stop(96%, transparent));
  background: linear-gradient(transparent 10%, rgba(193, 11, 11, 0.14) 10%, rgba(193, 11, 11, 0.14) 96%, transparent 96%);
}

.CommonForm__confirmItem {
  margin-top: 20px;
}

.CommonForm__confirmItem.-arignR {
  text-align: right;
}

.CommonForm__buttonOuter {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.CommonForm__buttonOuter.-arignR {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.CommonForm__buttonOuter.-arignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.CommonForm__innerLabel {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 30px 0px 0px;
}

.CommonForm__innerLabel + div {
  margin-top: 10px;
}

/* wpcf7 custom */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  font-size: 0;
}

.wpcf7-form-control {
  width: 100%;
  font-size: 1.6rem;
  resize: vertical;
  color: #505050;
  /* 旧Edge対応 */
}

.wpcf7-form-control.-small {
  max-width: 180px;
}

.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-checkbox):not(.wpcf7-submit):not(.wpcf7-acceptance) {
  border: #A0A0A0 solid 1px;
  padding: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 240px;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #A0A0A0;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #A0A0A0;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #A0A0A0;
}

.wpcf7-form-control::placeholder {
  color: #A0A0A0;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #A0A0A0;
}

.wpcf7-acceptance {
  font-size: 1.4rem;
}

.wpcf7-radio {
  display: block;
  margin: -8px 0px 0px -40px;
}

.wpcf7-checkbox {
  display: block;
  margin: -8px 0px 0px -40px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 8px 0px 0px 40px;
}

.wpcf7-list-item-label {
  font-weight: 500;
  display: inline-block;
  padding-left: 30px;
}

.wpcf7-not-valid-tip {
  font-weight: 500;
  color: #C10B0B;
  font-size: 1.3rem;
  margin: 4px 0px 0px;
}

.wpcf7-submit {
  display: inline-block;
  font-weight: 500;
  background-color: #668BDD;
  color: #ffffff;
  border-radius: 8px;
  margin-top: 40px;
  padding: 4px 30px;
  text-align: center;
  font-size: 1.8rem;
  width: auto;
  -webkit-transition: background-color ease .1s;
  transition: background-color ease .1s;
}

.wpcf7-submit:disabled {
  background-color: rgba(80, 80, 80, 0.5);
}

.wpcf7-submit:disabled:hover {
  background-color: rgba(80, 80, 80, 0.5);
}

.wpcf7-submit:hover {
  background-color: #87a4e4;
}

.CommonForm__buttonOuter .wpcf7-submit {
  margin-top: 0px;
}

.wpcf7-spinner {
  margin: 10px 10px 0px;
}

.wpcf7-form-control-wrap.display_size_w, .wpcf7-form-control-wrap.display_size_h {
  display: inline-block;
  width: auto;
}

/* CommonGrid */
.CommonGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.CommonGrid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
}

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

.CommonGrid__item.-harf {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .CommonGrid__item.-harf {
    width: 100%;
  }
}

.CommonGrid__item.-pbL {
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .CommonGrid__item.-pbL {
    padding-left: 0px;
  }
}

.CommonGrid__item.-pbR {
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  .CommonGrid__item.-pbR {
    padding-right: 0px;
  }
}

/* CommonLink */
.CommonLink {
  color: #81A2BD;
}

.CommonLink.-small {
  font-weight: 500;
}

.CommonLink.-external::after {
  content: url("../images/common_icon_external.svg");
  display: inline-block;
  width: 14px;
  margin-left: 4px;
}

.CommonLink:hover {
  text-decoration: none;
}

/* DetailContent */
.DetailContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0px 0px 40px;
}

@media screen and (max-width: 820px) {
  .DetailContent {
    margin: 40px 40px 0px;
  }
}

@media screen and (max-width: 520px) {
  .DetailContent {
    display: block;
    margin: 40px 20px 0px;
  }
}

.DetailContent__mainItem {
  margin-right: 20px;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .DetailContent__mainItem {
    width: 76%;
  }
}

@media screen and (max-width: 520px) {
  .DetailContent__mainItem {
    width: auto;
    margin: 0px;
  }
}

.DetailContent__subItem {
  width: 230px;
  padding-left: 20px;
  border-left: rgba(0, 0, 0, 0.1) solid 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .DetailContent__subItem {
    width: 24%;
    min-width: 160px;
  }
}

@media screen and (max-width: 520px) {
  .DetailContent__subItem {
    width: auto;
    margin: 64px 0px 0px;
    padding: 20px 0px 0px;
    border-left: none;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
  }
}

.DetailContent__statusList {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 500;
  margin: -10px 0px 0px -10px;
}

.DetailContent__statusItem {
  display: inline-block;
  margin: 10px 0px 0px 10px;
  padding: 0px 10px;
  border-radius: 8px;
}

.DetailContent__statusItem.-win {
  color: #ffffff;
  background-color: #A85157;
}

.DetailContent__statusItem.-second-place {
  color: #ffffff;
  background-color: #416194;
}

.DetailContent__statusItem.-gold {
  color: #ffffff;
  background-color: #D0A348;
}

.DetailContent__statusItem.-silver {
  color: #ffffff;
  background-color: #B5B5B5;
}

.DetailContent__statusItem.-bronze {
  color: #ffffff;
  background-color: #DE9A5F;
}

.DetailContent__statusItem.-special {
  color: #ffffff;
  background-color: #76C135;
}

.DetailContent__statusItem.-point {
  background-color: rgba(0, 0, 0, 0.1);
}

.DetailContent__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.DetailContent__head .DetailContent__statusList {
  margin-bottom: 18px;
}

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

.DetailContent__headInner.-snsButtons {
  font-size: 0;
  margin-left: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 820px) {
  .DetailContent__headInner.-snsButtons {
    margin: 16px 0px 0px;
  }
}

.DetailContent__headIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.DetailContent__headIcon:hover {
  opacity: .8;
}

.DetailContent__headIcon + .DetailContent__headIcon {
  margin-left: 8px;
}

.DetailContent__body {
  margin-top: 40px;
}

.DetailContent__subTitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4px;
}

.DetailContent__textBox {
  background-color: #f5f5f5;
  margin-top: 24px;
  padding: 24px;
}

.DetailContent__textBox .DetailContent__heading {
  margin-top: 0px;
}

.ModalContent .DetailContent__textBox {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-top: 0px;
}

.DetailContent__heading {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
}

.DetailContent__heading + .DetailContent__statusList {
  margin-top: 0px;
}

.DetailContent__text {
  font-size: 1.6rem;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .DetailContent__unit.-pcContent {
    display: none;
  }
}

.DetailContent__unit + .DetailContent__unit {
  margin-top: 64px;
}

.DetailContent__infoHeading {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
}

.DetailContent__teamName {
  font-size: 1.6rem;
  font-weight: 500;
}

.DetailContent__infoAvatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.DetailContent__infoList {
  list-style-type: none;
  margin: 10px 0px 40px;
}

.DetailContent__infoListItem + .DetailContent__infoListItem {
  margin-top: 10px;
}

.DetailContent__infoListItem i {
  display: inline-block;
  margin-right: 4px;
  text-decoration: none;
}

.DetailContent__infoListLink {
  text-decoration: underline;
  color: #505050;
}

.DetailContent__infoListLink:hover {
  text-decoration: none;
}

.DetailContent__webglLink {
  display: none;
}

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

.DetailContent__notes {
  display: none;
  font-size: 1.3rem;
  margin-top: 8px;
}

.DetailContent__notes.-show {
  display: block;
}

#webgl-play {
  display: none;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  #webgl-play {
    display: block;
  }
}

/* EntryInfo */
.EntryInfo {
  margin-top: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#FFE096), color-stop(50%, #FFE096), color-stop(50%, #C8E092), to(#C8E092));
  background: linear-gradient(90deg, #FFE096 0%, #FFE096 50%, #C8E092 50%, #C8E092 100%);
}

.EntryInfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin: 0px auto;
}

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

.EntryInfo__item {
  color: #ffffff;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .EntryInfo__item {
    width: auto;
  }
}

.EntryInfo__item.-limit {
  background-color: #FFE096;
}

.EntryInfo__item.-limit .EntryInfo__heading {
  background-color: #F7AD00;
}

.EntryInfo__item.-limit .EntryInfo__number span {
  color: #F7AD00;
}

.EntryInfo__item.-numberOfEntry {
  background-color: #C8E092;
}

.EntryInfo__item.-numberOfEntry .EntryInfo__heading {
  background-color: #A7C95C;
}

.EntryInfo__item.-numberOfEntry .EntryInfo__number span {
  color: #A7C95C;
}

.EntryInfo__heading {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  padding: 0px 30px;
}

@media screen and (max-width: 820px) {
  .EntryInfo__heading {
    font-size: 1.8rem;
    padding: 0px 20px;
  }
}

.EntryInfo__data {
  padding: 40px 0px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 820px) {
  .EntryInfo__data {
    font-size: 2rem;
  }
}

.EntryInfo__number {
  font-size: 9.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin: 0px 20px;
}

@media screen and (max-width: 820px) {
  .EntryInfo__number {
    font-size: 7rem;
  }
}

.EntryInfo__number span {
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 10px;
  border-radius: 8px;
}

.EntryInfo__number span + span {
  margin-left: 10px;
}

.EntryInfo__text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  background-color: #ffffff;
  font-size: 5rem;
  line-height: 1;
  color: #F7AD00;
  padding: 12px 10px 18px;
  border-radius: 8px;
  margin: 50px 20px;
}

@media screen and (max-width: 820px) {
  .EntryInfo__text {
    font-size: 4rem;
    padding: 6px 10px 10px;
    margin: 40px 20px;
  }
}

/* FaqList */
.FaqList {
  list-style-type: none;
}

.FaqList:not(:first-child) {
  margin: 24px 0px 0px;
}

.FaqList__item {
  padding: 16px;
  background-color: #f5f5f5;
}

.FaqList__item.-opened .FaqList__heading::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.FaqList__item.-opened .FaqList__heading + .FaqList__body {
  display: block;
}

.FaqList__item + .FaqList__item {
  margin-top: 16px;
}

.FaqList__heading {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding-right: 40px;
  cursor: pointer;
}

.FaqList__heading::after {
  content: url("../images/faq_arrow.svg");
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 4px;
}

.FaqList__body {
  display: none;
  color: #505050;
  margin-top: 10px;
}

/* HeroArea */
.HeroArea__sliderWrapper {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}

.HeroArea__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: calc(100% - 160px);
  max-width: 1230px;
  pointer-events: none;
}

@media screen and (max-width: 820px) {
  .HeroArea__logo {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 520px) {
  .HeroArea__logo {
    width: calc(100% - 40px);
  }
}

.HeroArea__logo img {
  width: calc(100vw * 0.375);
  width: calc((var(--vw)) * 0.375);
  max-width: 360px;
}

.HeroArea__sliderItem img {
  height: calc(100vw * 0.375);
  height: calc((var(--vw)) * 0.375);
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.HeroArea__sliderLink {
  display: block;
  width: 100%;
  height: 100%;
}

a.HeroArea__sliderLink {
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

a.HeroArea__sliderLink:hover {
  opacity: .8;
}

.HeroArea__titleInfoBox {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1230px;
  margin: 0px auto;
}

@media screen and (max-width: 1024px) {
  .HeroArea__titleInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0px;
  }
}

@media screen and (max-width: 520px) {
  .HeroArea__titleInfoBox {
    display: block;
    width: calc(100% - 40px);
    margin: 40px auto 0px;
  }
}

.HeroArea__movieNav {
  display: block;
  position: absolute;
  top: -220px;
  right: 7%;
  min-width: 300px;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .HeroArea__movieNav {
    position: static;
    margin-left: 40px;
    min-width: 50%;
  }
}

@media screen and (max-width: 520px) {
  .HeroArea__movieNav {
    margin: 40px 0px 0px;
    min-width: auto;
  }
}

.HeroArea__movieNavThumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.HeroArea__movieNavThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.HeroArea__movieNavLink {
  display: block;
}

.HeroArea__movieNavLink:hover {
  opacity: .8;
}

.HeroArea__movieNavLabel {
  font-size: 1.6rem;
  margin-top: 4px;
  text-align: center;
}

.HeroArea__description {
  width: auto;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 64px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .HeroArea__description {
    width: auto;
    margin: 0px;
  }
}

@media screen and (max-width: 820px) {
  .HeroArea__description {
    font-size: 2rem;
  }
}

.HeroArea__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: calc(100% - 80px);
  max-width: 1230px;
  margin: 64px auto 0px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
}

@media screen and (max-width: 520px) {
  .HeroArea__table {
    width: calc(100% - 40px);
  }
}

.HeroArea__tableItem {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 20px 0px;
  border-top: rgba(0, 0, 0, 0.1) solid 2px;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableItem {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 520px) {
  .HeroArea__tableItem {
    display: block;
    border-top: none;
    padding: 10px 0px;
  }
}

.HeroArea__tableHeading {
  font-weight: 500;
  width: 240px;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableHeading {
    width: 200px;
  }
}

@media screen and (max-width: 520px) {
  .HeroArea__tableHeading {
    width: 100%;
    border-top: rgba(0, 0, 0, 0.1) solid 2px;
    padding: 20px 0px 0px;
  }
}

.HeroArea__tableData {
  font-weight: 400;
  color: #505050;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableDList {
    margin-top: -10px;
  }
}

.HeroArea__tableDListTitle {
  float: left;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableDListTitle {
    float: none;
    margin-top: 10px;
  }
}

.HeroArea__tableDListData {
  margin-left: 120px;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableDListData {
    margin-left: 0px;
  }
}

.HeroArea__tableList {
  list-style-type: none;
  font-size: 0;
  margin: -2px 0px 0px -20px;
}

.HeroArea__tableListItem {
  display: inline-block;
  font-size: 1.8rem;
  margin: 2px 0px 0px 20px;
}

@media screen and (max-width: 820px) {
  .HeroArea__tableListItem {
    font-size: 1.6rem;
  }
}

.HeroArea__tableListLink {
  color: #505050;
}

.HeroArea__tableListLink:hover {
  text-decoration: none;
}

/* slick */
.HeroArea__sliderContainer {
  width: 100%;
}

.HeroArea__sliderContainer {
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.HeroArea__sliderContainer.slick-initialized {
  opacity: 1;
}

.HeroArea__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 24px;
}

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

.HeroArea__arrow:hover {
  opacity: .8;
}

.HeroArea__arrow.-prev {
  left: 30px;
}

@media screen and (max-width: 820px) {
  .HeroArea__arrow.-prev {
    left: 10px;
  }
}

.HeroArea__arrow.-next {
  right: 30px;
}

@media screen and (max-width: 820px) {
  .HeroArea__arrow.-next {
    right: 10px;
  }
}

.HeroArea__arrow.slick-disabled {
  display: none !important;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  list-style-type: none;
  margin-left: -8px;
}

@media screen and (max-width: 520px) {
  .slick-dots {
    bottom: 10px;
  }
}

.slick-dots > li {
  margin-left: 8px;
}

.slick-dots > li.slick-active button {
  opacity: 1;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  opacity: .3;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer;
}

/* InPageNav */
.InPageNav {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0px;
  font-weight: 500;
  list-style-type: none;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .InPageNav {
    position: static;
    margin: -10px 0px 0px -20px;
  }
}

.InPageNav__innerList {
  margin: -10px 0px 0px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  list-style-type: none;
}

@media screen and (max-width: 820px) {
  .InPageNav__innerList {
    margin: -10px 0px 0px 0px;
  }
}

@media screen and (max-width: 820px) {
  .InPageNav__innerList .InPageNav__item {
    vertical-align: bottom;
    margin: 16px 0px 0px 16px;
  }
}

.InPageNav__innerList .InPageNav__item + .InPageNav__item {
  margin-top: 4px;
}

.InPageNav__innerList .InPageNav__item a {
  color: #505050;
  padding-left: 8px;
}

.InPageNav__innerList .InPageNav__item a::before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-size: 1.4rem;
}

.InPageNav__item {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .InPageNav__item {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0px 20px;
  }
}

@media screen and (max-width: 820px) {
  .InPageNav__item.-qa {
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 16px;
  }
}

.InPageNav__item.-current a {
  color: #668BDD;
}

.InPageNav__item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-left: 14px;
  -webkit-transition: color ease .1s;
  transition: color ease .1s;
}

.InPageNav__item a::before {
  content: "▸";
  position: absolute;
  left: 0px;
  top: 2px;
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
  .InPageNav__item a::before {
    top: 0px;
  }
}

.InPageNav__item a:hover {
  color: #668BDD;
}

/* MainContent */
.MainContent {
  background-color: #ffffff;
}

.MainContent.-col2 {
  width: calc(100% - 80px);
  max-width: 1230px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .MainContent.-col2 {
    display: block;
    width: 100%;
  }
}

.MainContent.-col2 .MainContent__mainItem {
  width: calc(100% - 180px);
}

@media screen and (max-width: 820px) {
  .MainContent.-col2 .MainContent__mainItem {
    width: 100%;
  }
}

.MainContent.-col2 .MainContent__container {
  margin: -8px 0px 0px 40px;
}

@media screen and (max-width: 820px) {
  .MainContent.-col2 .MainContent__container {
    margin: 0px 40px;
  }
}

@media screen and (max-width: 520px) {
  .MainContent.-col2 .MainContent__container {
    margin: 0px 20px;
  }
}

.MainContent.-col2 .MainContent__title {
  margin: -8px 0px 0px 40px;
}

@media screen and (max-width: 820px) {
  .MainContent.-col2 .MainContent__title {
    margin: 0px 40px 0px;
  }
}

@media screen and (max-width: 520px) {
  .MainContent.-col2 .MainContent__title {
    margin: 0px 20px;
  }
}

.MainContent.-col2 .MainContent__title + .MainContent__container {
  margin: 64px 0px 0px 40px;
}

@media screen and (max-width: 820px) {
  .MainContent.-col2 .MainContent__title + .MainContent__container {
    margin: 40px 40px 0px;
  }
}

@media screen and (max-width: 520px) {
  .MainContent.-col2 .MainContent__title + .MainContent__container {
    margin: 40px 20px 0px;
  }
}

.MainContent.-col2 .MainContent__subTitle {
  margin: 0px 40px;
}

@media screen and (max-width: 520px) {
  .MainContent.-col2 .MainContent__subTitle {
    margin: 0px 20px 40px;
  }
}

body.single-entry .MainContent__subItem {
  padding: 40px 20px 0px 0px;
}

@media screen and (max-width: 820px) {
  body.single-entry .MainContent__subItem {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 520px) {
  body.single-entry .MainContent__subItem {
    padding: 20px;
  }
}

.MainContent__title + .MainContent__container {
  margin: 64px 0px 0px;
}

@media screen and (max-width: 820px) {
  .MainContent__title + .MainContent__container {
    margin: 40px 0px 0px;
  }
}

.MainContent__unit + .MainContent__unit {
  margin: 40px 0px 0px;
}

.MainContent__subItem {
  width: auto;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f5f5f5;
  padding: 40px 20px 40px 0px;
}

@media screen and (max-width: 820px) {
  .MainContent__subItem {
    width: auto;
    min-width: auto;
    margin: 0px;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 520px) {
  .MainContent__subItem {
    padding: 20px;
  }
}

@media screen and (max-width: 820px) {
  .MainContent__subItem.-spTop {
    margin: 0px;
  }
}

@media screen and (max-width: 820px) {
  .MainContent__subItem.-pcContent {
    display: none;
  }
}

.MainContent__subItem.-spContent {
  display: none;
}

@media screen and (max-width: 820px) {
  .MainContent__subItem.-spContent {
    display: block;
  }
}

.MainContent__mainItem {
  padding: 64px 0px 104px;
}

@media screen and (max-width: 820px) {
  .MainContent__mainItem {
    padding: 64px 0px 80px;
  }
}

.MainContent__mainItem.-small {
  width: calc(100% - 80px);
  max-width: 740px;
  margin: 0px auto;
}

@media screen and (max-width: 520px) {
  .MainContent__mainItem.-small {
    width: calc(100% - 40px);
  }
}

.MainContent__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: -8px 0px 0px;
}

@media screen and (max-width: 820px) {
  .MainContent__title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0px;
  }
}

.MainContent__workTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -6px;
}

@media screen and (max-width: 820px) {
  .MainContent__workTitle {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.MainContent__breadcrumb {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0px 40px;
}

@media screen and (max-width: 520px) {
  .MainContent__breadcrumb {
    margin: 0px 20px;
  }
}

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

.MainContent__breadcrumbLink:hover {
  text-decoration: underline;
}

.MainContent__heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.MainContent__heading.-hasBorder {
  padding-bottom: 8px;
  border-bottom: rgba(0, 0, 0, 0.1) 3px solid;
}

.MainContent__heading:not(:first-child) {
  margin-top: 64px;
}

@media screen and (max-width: 820px) {
  .MainContent__heading {
    font-size: 2.2rem;
    margin: 0px;
  }
}

.DetailContent__head .MainContent__heading:not(:first-child) {
  margin-top: 0px;
}

.MainContent__infoUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0px 0px;
}

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

.MainContent__infoUnit.-hasBg {
  background-color: #f5f5f5;
  margin: 64px 0px 0px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .MainContent__infoUnit.-hasBg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 40px;
  }
}

@media screen and (max-width: 520px) {
  .MainContent__infoUnit.-hasBg {
    padding: 40px 20px;
  }
}

.MainContent__infoUnit.-mediaLeft .-content {
  padding: 0px 0px 0px 40px;
}

@media screen and (max-width: 1024px) {
  .MainContent__infoUnit.-mediaLeft .-content {
    padding: 0px;
  }
}

.MainContent__infoItem.-content {
  width: 60%;
  margin-top: -4px;
  padding: 0px 40px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .MainContent__infoItem.-content {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
}

.MainContent__infoItem.-movie {
  position: relative;
  width: 40%;
  padding-top: 22.5%;
  background-color: aliceblue;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .MainContent__infoItem.-movie {
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px;
  }
}

.MainContent__infoItem.-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.MainContent__infoItem.-movie img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.MainContent__infoDate {
  font-size: 2rem;
}

@media screen and (max-width: 820px) {
  .MainContent__infoDate {
    font-size: 1.8rem;
  }
}

.MainContent__infoDate:not(:first-child) {
  margin-top: 8px;
}

.MainContent__infoTitle {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .MainContent__infoTitle {
    font-size: 2.2rem;
  }
}

.MainContent__infoTitle.-large {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 820px) {
  .MainContent__infoTitle.-large {
    font-size: 2.4rem;
  }
}

.MainContent__announce {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 10px 40px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 820px) {
  .MainContent__announce {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .MainContent__announce {
    padding: 10px 20px;
  }
}

.MainContent__infoText {
  font-size: 1.6rem;
  margin-top: 8px;
}

@media screen and (max-width: 820px) {
  .MainContent__infoText {
    font-size: 1.5rem;
  }
}

.MainContent__buttonOuter {
  margin: 24px 0px 0px -16px;
}

.MainContent__buttonOuter.-center {
  text-align: center;
}

.MainContent__buttonOuter .CommonButton {
  margin: 16px 0px 0px 16px;
}

/* MascotInfo */
.MascotInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #E7EBF4;
  padding: 40px 40px 0px;
}

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

@media screen and (max-width: 520px) {
  .MascotInfo {
    padding: 40px 20px 0px;
  }
}

.MascotInfo__speechBubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2vw;
  line-height: 1.5;
  font-weight: 700;
  background: url("../images/common_speechBubble.png") no-repeat;
  background-size: contain;
  width: 50%;
  max-width: 610px;
  height: 28.7vw;
  margin-bottom: 60px;
  color: #32404B;
}

@media screen and (min-width: 1180px) {
  .MascotInfo__speechBubble {
    font-size: 2.6rem;
    height: 356px;
  }
}

@media screen and (max-width: 820px) {
  .MascotInfo__speechBubble {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
    font-size: 3vw;
    width: auto;
    height: 36vw;
    padding-left: 7vw;
    background: url("../images/common_speechBubble_sp.png") no-repeat;
    background-size: contain;
    background-position: left center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .MascotInfo__speechBubble {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    height: 250px;
    padding-left: 0px;
    background-position: center;
  }
}

@media screen and (max-width: 820px) {
  .MascotInfo__speechBubble span {
    margin-left: 20px;
  }
}

.MascotInfo__mascot {
  margin-left: 20px;
}

@media screen and (max-width: 820px) {
  .MascotInfo__mascot {
    text-align: right;
  }
}

.MascotInfo__mascot img {
  max-width: 320px;
}

@media screen and (max-width: 820px) {
  .MascotInfo__mascot img {
    width: 40vw;
    min-width: 230px;
  }
}

/*ModalContent*/
.ModalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0px -64px;
}

@media screen and (max-width: 820px) {
  .ModalContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 0px -40px;
  }
}

@media screen and (max-width: 520px) {
  .ModalContent {
    display: block;
    margin: -16px 0px 0px 0px;
  }
}

.ModalContent.-webGL.-hide {
  display: none;
}

.ModalContent.-webGL .ModalContent__item {
  max-width: 480px;
}

.ModalContent__item {
  max-width: 360px;
  margin: 24px 0px 0px 64px;
}

@media screen and (max-width: 820px) {
  .ModalContent__item {
    margin: 24px 0px 0px 40px;
  }
}

@media screen and (max-width: 520px) {
  .ModalContent__item {
    max-width: 80%;
    margin: 40px auto 0px;
  }
}

.ModalContent__overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.ModalContent__window {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 80px 24px 24px;
}

.ModalContent__body {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ModalContent__inner {
  position: relative;
  z-index: 10;
  margin: 40px auto;
  padding: 40px 40px 0px;
  width: 88%;
  max-width: 600px;
}

@media screen and (max-width: 820px) {
  .ModalContent__inner {
    padding: 40px 20px 0px;
    width: 94%;
  }
}

.ModalContent__close {
  position: absolute;
  top: 0px;
  right: 40px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  margin-left: auto;
}

.ModalContent__thumb {
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 10px;
}

.ModalContent__thumb img {
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.ModalContent__thumb:hover img {
  opacity: .8;
}

.ModalContent__thumb:hover .ModalContent__more {
  background-color: #87a4e4;
}

.ModalContent__more {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #668BDD;
  -webkit-transition: background-color ease .2s;
  transition: background-color ease .2s;
}

.ModalContent__moreText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  color: #ffffff;
}

.ModalContent__moreText::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url("/wp-content/themes/uycc/common/images/common_icon_plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}

.ModalContent__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 18px;
  height: 30px;
}

@media screen and (max-width: 820px) {
  .ModalContent__arrow {
    width: 14px;
    height: 24px;
  }
}

.ModalContent__arrow:hover {
  opacity: .8;
}

.ModalContent__arrow.-prev {
  left: -40px;
}

@media screen and (max-width: 820px) {
  .ModalContent__arrow.-prev {
    left: -20px;
  }
}

.ModalContent__arrow.-next {
  right: -40px;
}

@media screen and (max-width: 820px) {
  .ModalContent__arrow.-next {
    right: -20px;
  }
}

.ModalContent__arrow.slick-disabled {
  display: none !important;
}

#webgl-iframe {
  background-color: #ffffff;
}

/* PageSection */
.PageSection {
  margin-top: 64px;
}

.PageSection.-hasBg {
  background-color: #f5f5f5;
  padding: 64px 40px;
}

@media screen and (max-width: 520px) {
  .PageSection.-hasBg {
    padding: 40px 20px 64px;
  }
}

.PageSection__inner {
  width: 100%;
  max-width: 1230px;
  margin: 0px auto;
}

.PageSection__head {
  width: calc(100% - 80px);
  max-width: 1230px;
  margin: 0px auto;
  padding-bottom: 40px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
}

@media screen and (max-width: 520px) {
  .PageSection__head {
    width: calc(100% - 40px);
  }
}

.PageSection__title {
  font-size: 2.4rem;
  font-weight: 500;
}

.PageSection__lead {
  margin-top: 10px;
  font-size: 1.8rem;
}

.PageSection__headUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

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

.PageSection__headUnit .PageSection__lead {
  margin-top: 0px;
}

.PageSection__buttonOuter {
  margin: -10px 0px 0px 20px;
}

@media screen and (max-width: 820px) {
  .PageSection__buttonOuter {
    margin: 10px 0px 0px -10px;
  }
}

/* ScrollBox */
.ScrollBox {
  overflow: auto;
  background-color: rgba(245, 245, 245, 0.5);
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 20px;
  max-height: 320px;
}

h2 + .ScrollBox {
  margin-top: 24px;
}

.ScrollBox__heading {
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0px;
  background-color: transparent;
}

.ScrollBox__list {
  font-size: 1.4rem;
  margin: 10px 0px 0px 20px;
}

.ScrollBox__listItem + .ScrollBox__listItem {
  margin-top: 10px;
}

.ScrollBox__text {
  font-size: 1.4rem;
}

/* SponserArea */
.SponserArea {
  text-align: center;
  width: calc(100% - 80px);
  max-width: 1230px;
  margin: 0px auto;
}

@media screen and (max-width: 820px) {
  .SponserArea {
    width: calc(100% - 40px);
  }
}

.SponserArea__unit {
  margin-top: 64px;
}

.SponserArea__title {
  font-size: 1.8rem;
  font-weight: 500;
}

.SponserArea__logoList {
  list-style-type: none;
  margin: 0px 0px 0px -40px;
}

.SponserArea__logoItem {
  display: inline-block;
  margin: 20px 0px 0px 40px;
}

.SponserArea__logoItem img {
  width: auto;
}

.SponserArea__logoLink {
  display: block;
}

.SponserArea__logoLink:hover {
  opacity: .8;
}

/* WorkSlider */
.WorkSlider {
  width: calc(100% + 40px);
  margin-top: 24px;
}

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

.WorkSlider__slideList.-hasMovie .WorkSlider__item {
  padding-top: 3.9753%;
}

.WorkSlider__item {
  margin: 0px 5px;
  position: relative;
  width: 100%;
  padding-top: 4.638%;
}

.WorkSlider__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.WorkSlider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.WorkSlider__buttonList {
  margin: 10px 0px 0px;
}

.WorkSlider__buttonList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.WorkSlider__buttonList .slick-slide {
  float: none;
}

.WorkSlider__buttonItem {
  width: 80px !important;
  height: 45px;
  margin: 10px 5px 0px;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .WorkSlider__buttonItem {
    width: 64px !important;
    height: 36px;
  }
}

.WorkSlider__buttonItem:hover {
  opacity: 0.9;
}

.WorkSlider__buttonItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.WorkSlider__buttonItem.slick-current {
  border: #668BDD 3px solid;
}
/*# sourceMappingURL=base.css.map */