@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Kanit:wght@400;700&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&-);
/* Reset Style */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

em {
  font-style: normal;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.about__text {
  padding-left: 24px;
}
@media screen and (min-width: 1024px) {
  .about__text {
    padding-left: 30px;
  }
}

.about__text--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff502;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1024px) {
  .about__text--title {
    font-size: 24px;
    line-height: 1.41;
  }
}

.about__text--contents {
  font-size: 14px;
  line-height: 1.57;
  padding-top: 16px;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .about__text--contents {
    font-size: 18px;
    padding-top: 14px;
    letter-spacing: 0.36px;
    line-height: 1.44;
  }
}

.footer {
  padding: 77px 0 30px 0;
  background-color: #24272a;
  margin-top: 0;
  font-family: "Kanit", Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Sans-Serif;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 98px;
    position: relative;
    z-index: 2;
  }
}
.footer.with-backlink {
  padding-top: 19px;
}
@media screen and (min-width: 1024px) {
  .footer.with-backlink {
    padding-top: 47px;
  }
}

.footer__title {
  text-align: center;
  padding-bottom: 42px;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    padding-bottom: 56px;
    width: 400px;
  }
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__privacy {
  text-align: center;
  padding-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .footer__privacy {
    padding-bottom: 28px;
  }
}
.footer__privacy a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1024px) {
  .footer__privacy a {
    font-size: 16px;
  }
}
.footer__privacy a:hover {
  color: #999;
  text-decoration: underline;
}

.footer__lang {
  text-align: center;
  color: #cd0e2d;
}

.footer__lang-item {
  line-height: 24px;
  font-size: 13px;
  display: inline-block;
  width: 36px;
  padding: 0 7px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1024px) {
  .footer__lang-item {
    font-size: 16px;
  }
}
.footer__lang-item:first-child {
  padding-right: 7px;
  position: relative;
}
.footer__lang-item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transform: rotate(30deg);
  top: 5px;
  right: 0;
}
.footer__lang-item a {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
}
.footer__lang-item a:hover {
  color: #999;
}

.footer__attention {
  padding: 26px 25px 30px;
  color: #cecece;
}
@media screen and (min-width: 1024px) {
  .footer__attention {
    padding: 34px 0 30px;
    width: 970px;
    margin: 0 auto;
  }
}

.footer__attention-text {
  font-size: 11px;
  line-height: 1.45;
}
.footer__attention-text + .footer__attention-text {
  padding-top: 12px;
}

.footer__copyright {
  text-align: center;
  font-size: 11px;
  line-height: 1.18;
  padding: 0 25px;
  color: #cecece;
}

.section-title {
  font-size: 28px;
  font-family: "Kanit", Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Sans-Serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 40px;
  }
}
.section-title:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #cd0e2d;
  top: 2px;
  left: 50%;
  transform: skewX(-30deg);
}
@media screen and (min-width: 1024px) {
  .section-title:after {
    height: 55px;
    top: 5px;
  }
}

.form-unit:nth-child(n+2) {
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .form-unit:nth-child(n+2) {
    padding-top: 48px;
  }
}

.form__title {
  font-size: 14px;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .form__title {
    font-size: 16px;
  }
}

.form__required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 6px;
  background-color: #cd0e2d;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 10px;
}
.form__input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: #333;
}
.form__input::placeholder {
  color: #cecece;
}
@media screen and (min-width: 1024px) {
  .form__input {
    height: 56px;
  }
}

.form__radio {
  display: flex;
  align-items: center;
}

.form__radio-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form__radio-input:checked + .from__label-radio .from__label-radio-mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cd0e2d;
}

.from__label-radio {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .from__label-radio {
    font-size: 16px;
  }
}
.from__label-radio:nth-of-type(n+2) {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .from__label-radio:nth-of-type(n+2) {
    margin-left: 30px;
  }
}

.from__label-radio-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 13px;
}

.form__policy {
  padding: 33px 0 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .form__policy {
    padding: 48px 0;
  }
}

.form__policy-link {
  color: #91daf5;
}
.form__policy-link:hover {
  color: #999;
  text-decoration: none;
}

.form__button {
  display: block;
  cursor: pointer;
  width: 260px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  background-color: #cd0e2d;
  border-radius: 4px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  margin: 0 auto;
  transition-duration: 0.3s;
}
.form__button:hover, .form__button:active {
  background-color: #8e0025;
}
@media screen and (min-width: 1024px) {
  .form__button {
    height: 54px;
    font-size: 16px;
  }
}

.form__error-item {
  font-size: 16px;
  color: #cd0e2d;
  background-color: #fcd3d3;
  border-radius: 4px;
  border: 1px solid #cd0e2d;
  padding: 15px;
}
.form__error-item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .form__error-item {
    text-align: center;
    padding: 20px;
  }
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  color: #333;
  font-family: "Kanit", Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Sans-Serif;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  color: #000;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.header,
.menu,
.breadcrumb {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

.contents__container {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .contents__container {
    margin-top: 40px;
  }
}

/*----------------------------------------------------
  main visual
----------------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  position: absolute;
  height: 900px;
  border-width: 0 0px 900px 100.15vw;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  opacity: 0.1;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    top: -40px;
    right: 0;
    height: 870px;
    border-width: 0 0px 822px 25.15vw;
  }
}

.main-visual {
  background-color: #24272a;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .main-visual {
    position: relative;
    padding-bottom: 70px;
  }
}

.official-video-game__logo {
  text-align: left;
  background-color: #24272a;
}
@media screen and (min-width: 1024px) {
  .official-video-game__logo {
    position: absolute;
    left: 0;
    z-index: 2;
  }
}
.official-video-game__logo img {
  padding: 10px 0 0 10px;
  height: 54px;
  width: 48px;
}
@media screen and (min-width: 1024px) {
  .official-video-game__logo img {
    padding: 20px 0 0 20px;
    height: 90px;
    width: 80px;
  }
}

.main-visual__part {
  padding: 0 25px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .main-visual__part {
    padding: 0;
    width: 700px;
    margin: 0 auto;
  }
}

.main-logo--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-logo--pc {
    display: inline-block;
    padding-top: 44px;
    width: 100%;
    height: auto;
  }
}

.main-logo--sp {
  padding: 32px 0 0;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-logo--sp {
    display: none;
  }
}

.main-visual__container {
  text-align: center;
  position: relative;
  z-index: 2;
}

.main-visual__wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-visual__wrap {
    width: 1024px;
    margin: 0 auto;
  }
}
.main-visual__wrap img {
  width: 100%;
  height: auto;
}
.main-visual__wrap.is-under {
  margin: 34px 0 70px;
}
@media screen and (min-width: 1024px) {
  .main-visual__wrap.is-under {
    padding: 50px 0 110px;
    margin: 0;
  }
}

/*----------------------------------------------------
  message
----------------------------------------------------*/
.message__wrapper {
  background-color: rgba(140, 146, 154, 0.1);
}

.message {
  padding: 40px 18px 43px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .message {
    padding: 71px 0 75px;
    max-width: none;
    position: relative;
    width: 1024px;
  }
}

.message__text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Sans-Serif;
}
@media screen and (min-width: 1024px) {
  .message__text {
    font-size: 16px;
  }
}
.message__text + .message__text {
  padding-top: 24px;
}
.message__text.is-en {
  font-family: "Kanit", sans-serif;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about__wrapper {
  background-color: #cd0e2d;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .about__wrapper {
    background-image: url(../../img/pegasus/about-bg-pc@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}
.about__wrapper::after {
  content: "";
  background-image: url(../../img/pegasus/the-pegasus-dream-tour-sp.png);
  position: absolute;
  height: 833px;
  width: 95px;
  top: 0;
  right: -29px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .about__wrapper::after {
    background-image: url(../../img/pegasus/the-pegasus-dream-tour-pc.png);
    height: 1273px;
    width: 367px;
    right: 0;
  }
}
.about__wrapper .section-title::after {
  background-color: #24272a;
}

.about {
  padding: 40px 0 43px;
  background-image: url(../../img/pegasus/about-bg-sp@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Kanit", Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Sans-Serif;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 85px 0 88px;
    width: 970px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
}

.about__main-visual {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  .about__main-visual {
    width: 696px;
    padding: 48px 0 20px;
  }
}
.about__main-visual img {
  width: 100%;
  height: auto;
}

.about__main-visual--text {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.57;
  padding: 10px 24px 0;
}
.about__main-visual--text.one-line {
  bottom: -78px;
}
@media screen and (min-width: 1024px) {
  .about__main-visual--text.one-line {
    bottom: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .about__main-visual--text {
    font-size: 18px;
    padding-top: 30px;
    padding-left: 0;
  }
}

.about__content {
  padding: 35px 55px 0 0;
  position: relative;
  z-index: 2;
}
.about__content.is-last {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .about__content.is-last {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .about__content {
    padding: 30px 24px 0;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .about__content {
    padding: 60px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .about__content.even_number {
    flex-direction: row-reverse;
  }
  .about__content.even_number .about__text {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .about__image {
    max-height: 200px;
  }
}
.about__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__image img {
    width: 360px;
  }
}

.about__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85em;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .about__text {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    font-size: 21px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .about__text.is-en {
    width: 970px;
    display: block;
  }
}
.about__text br.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__text br.pc {
    display: block;
  }
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.u-text--normal {
  font-style: normal !important;
  font-weight: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden--ipad-pro {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 479.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}
