/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}


dl,
p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
  opacity: 0;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.display {
  opacity: 1;
}

::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #fa006a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.l-header {
  position: relative;
  top: 50px;
  margin-top: -50px;
  text-align: center;
}
.l-header__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3%;
  z-index: 5;
}
.l-header__medal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 27%;
}
.l-header__application {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 16%;
}
.l-header__schedule {
    background-image: url(../img/header/schedule-bg.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
    width: 100%;
    padding: 10px 0;
    height: 76px;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 100px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:last-child {
  padding-bottom: 150px;
}
.l-container {
  position: relative;
  background-image: url(../img/common/net-body.png);
  background-repeat: repeat-y;
  padding: 20px 0 80px;
}
.l-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0;
  height: 18px;
  width: 100%;
  background-image: url(../img/common/net-head.png);
  background-repeat: no-repeat;
}
.l-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 17px;
  width: 100%;
  background-image: url(../img/common/net-foot.png);
  background-repeat: no-repeat;
}
.l-container__title {
  text-align: center;
  margin-bottom: 35px;
}
.l-container__contentsTitle {
  text-align: center;
  margin-bottom: 30px;
}
.l-container__contentsTitle--mt {
  margin-top: 60px;
}
.l-container__minTitle {
  text-align: center;
  margin-bottom: 20px;
}
.l-container__minTitle--mt {
  margin-top: 30px;
}
.l-container__minTitle--mtMax {
  margin-top: 60px;
}

.l-inner {
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto;
}
.l-inner--wide {
  max-width: 910px;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}
.o-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-nav li a {
  display: inline-block;
  width: 242px;
  height: 72px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.o-nav li:nth-child(1) a {
  background-image: url(../img/nav/top.png);
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/nav/top_on.png);
}
.o-nav li:nth-child(2) a {
  background-image: url(../img/nav/entry.png);
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/nav/entry_on.png);
}
.o-nav li:nth-child(3) a {
  background-image: url(../img/nav/faq.png);
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/nav/faq_on.png);
}
.o-nav li:nth-child(4) a {
  background-image: url(../img/nav/award.png);
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/nav/award_on.png);
}
.o-nav li.current:nth-child(1) a {
  background-image: url(../img/nav/top_on.png);
}
.o-nav li.current:nth-child(2) a {
  background-image: url(../img/nav/entry_on.png);
}
.o-nav li.current:nth-child(3) a {
  background-image: url(../img/nav/faq_on.png);
}
.o-nav li.current:nth-child(4) a {
  background-image: url(../img/nav/award_on.png);
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-image: url(../img/common/bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-left: 7px solid #000;
  border-right: 7px solid #000;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o-spNav li {
  text-align: center;
  margin-bottom: 30px;
}
.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  margin-bottom: 40px;
}

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  background-color: black;
  text-align: center;
  color: #fff;
}
.o-table td {
  background-color: #efefef;
}
.o-table td.data-title {
  background-color: #6a6a6a;
  text-align: center;
  color: #fff;
}

.o-list {
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.o-list li {
  position: relative;
  padding-left: 20px;
}
.o-list li::before {
  content: "";
  display: inline-block;
  background-color: #fa006a;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.o-list li::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 8px;
}
.o-list li + li {
  margin-top: 10px;
}
.o-list--space li .bold {
  font-weight: bold;
}
.o-list--space li + li {
  margin-top: 30px;
}
.o-list--space li p {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.o-list--space li p + p {
  margin-top: 0;
}
.o-list--space li p.nomal {
  padding-left: 0;
  text-indent: 0;
}
.o-list--space li p.min {
  font-size: 1.2rem;
}
.o-list--space li p.min .red {
  color: #fa006a;
}
.o-list--space li ul {
  margin-top: 1em;
}
.o-list--space li ul li {
  padding-left: 15px;
}
.o-list--space li ul li + li {
  margin-top: 5px;
}
.o-list--space li ul li::before {
  content: "";
  display: inline-block;
  background-color: #fa006a;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}
.o-list--space li .copyright {
  margin-top: 1em;
  padding: 10px 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
.o-list--space li .copyright p {
  margin-top: 0;
}
.o-list--entry li::before {
  background-color: #007eff;
}
.o-list--entry li ul li::before {
  background-color: #007eff;
}
.o-list--entry li ul li::after {
  content: none;
}
.o-list--award {
  margin-bottom: 30px;
}
.o-list--award li::before {
  background-color: #fac200;
}
.o-list--award li ul li::before {
  background-color: #fac200;
}
.o-list--award li ul li::after {
  content: none;
}

.js-modal-open {
  cursor: pointer;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
.o-modal__contents {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  max-height: 90%;
  max-width: 90%;
  width: 90%;
}
.o-modal__contents--sample {
  width: auto;
}
.o-modal__body {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.o-modal__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.o-modal__close-button:hover {
  cursor: pointer;
}
.o-modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #000;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-modal__close-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.o-modal__bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

body.scroll-stop {
  overflow: hidden;
}

/*-------------------
 * main
 *-------------------*/
.m-top__image {
  text-align: center;
}
.m-top__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__flex .left {
  width: 30%;
  text-align: center;
}
.m-top__flex .right {
  width: 65%;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.m-top__flex .right p + p {
  margin-top: 20px;
}
.m-top__note {
  margin-top: 35px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.m-top__note span {
  color: #fa006a;
}
.m-top__note a {
  color: #fa006a;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.m-top__note--center {
  text-align: center;
}
.m-top__note--min {
  font-size: 1.2rem;
  margin-top: 20px;
}
.m-top__note--min + .m-top__note--min {
  margin-top: 5px;
}
.m-top__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__format .block {
  width: 48%;
  text-align: center;
}
.m-top__format h4 {
  margin-bottom: 20px;
}
.m-top__format .box {
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.m-top__format .box p {
  margin-top: 20px;
}
.m-top__format .box p.red span {
  color: #ff0000;
}
.m-top__format .box p.green span {
  color: #18ab00;
}
.m-top__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.m-top__flow li {
  position: relative;
  width: 23.8%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}
.m-top__flow li + li::before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background-color: #fa006a;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-top__flow li h4 {
  margin-bottom: 15px;
}
.m-top__flow li:nth-child(2) p {
  margin-top: 30px;
}
.m-top__flow li:nth-child(3) p {
  margin-top: 20px;
}
.m-top__flow li:nth-child(4) p {
  margin-top: 30px;
}
.m-top__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-top__banner a {
  display: inline-block;
  margin: 0 20px;
}
.m-top__single-banner {
  text-align: center;
}
.m-top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-top__button li {
  margin: 0 10px;
  text-align: center;
}
.m-top__webmoney {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__webmoney .left {
  width: 25%;
  text-align: center;
}
.m-top__webmoney .right {
  width: 71%;
}
.m-top__webmoney .right h4 {
  margin-bottom: 20px;
}
.m-top__webmoney .right p {
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.m-top__webmoney .right p a {
  color: #fa006a;
}
.m-top__table td.data-title {
  text-align: left;
  width: 30%;
}

.m-entry__text {
  text-align: center;
  margin-bottom: 20px;
}
.m-entry__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-entry__flex .o-table {
  width: 59%;
}
.m-entry__flex .image {
  width: 38%;
}
.m-entry__table th, .m-entry__table td {
  padding: 1.8em;
}
.m-entry__table .data-title {
  width: 150px;
}
.m-entry__sample {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.m-entry__note {
  margin-top: 35px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.m-entry__note span {
  color: #fa006a;
}
.m-entry__note a {
  color: #fa006a;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.m-entry__note--min {
  font-size: 1.2rem;
  margin-top: 20px;
}
.m-entry__note--min + .m-entry__note--min {
  margin-top: 5px;
}
.m-entry__list-block {
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.m-entry__list-block p {
  margin-bottom: 30px;
}
.m-entry__list-block .o-list {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.m-entry__list-block .o-list li + li {
  margin-top: 30px;
}
.m-entry__entry-block {
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.m-entry__entry-block .button {
  margin-top: 30px;
  text-align: center;
}
.m-entry__check-illust {
  text-align: center;
  margin-top: 25px;
}

.m-faq__text {
  text-align: center;
  margin-bottom: 20px;
}
.m-faq__list {
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.m-faq__list dt {
  position: relative;
  padding-left: 20px;
}
.m-faq__list dt::before {
  content: "";
  display: inline-block;
  background-color: #30b80b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.m-faq__list dt::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 8px;
}
.m-faq__list dd {
  padding-left: 20px;
  margin-top: 10px;
}
.m-faq__list dd + dt {
  margin-top: 40px;
}
.m-faq__list dd p {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.m-faq__list dd p + p {
  margin-top: 0;
}
.m-faq__list dd p.nomal {
  padding-left: 0;
  text-indent: 0;
}
.m-faq__list dd p.min {
  font-size: 1.2rem;
}
.m-faq__list dd p.min .red {
  color: #fa006a;
}
.m-faq__list--qa dt::before {
  content: "Q";
  background-color: transparent;
  border-radius: unset;
  width: 1em;
  height: 1em;
  color: #30b80b;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.m-faq__list--qa dt::after {
  content: none;
}
.m-faq__list--qa dd {
  position: relative;
}
.m-faq__list--qa dd::before {
  content: "A";
  background-color: transparent;
  border-radius: unset;
  width: 1em;
  height: 1em;
  color: #fa006a;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.m-faq__list--qa .copyright {
  margin-top: 1em;
  padding: 10px 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
.m-faq__list--qa .copyright p {
  margin-top: 0;
}

.m-award .o-list--award {
  margin: 30px;
}
.m-award__gold .m-award__box p {
  font-size: 1.8rem;
}
.m-award__gold .m-award__box p.comment {
  font-size: 1.5rem;
}
.m-award__gold-block + .m-award__gold-block {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 3px solid #ffa200;
}
.m-award__gold-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-award__gold-image .block {
  width: 49%;
}
.m-award__gold-image .block a {
  position: relative;
}
.m-award__gold-image .block a img {
  max-width: 352px;
}
.m-award__gold-image .block a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-award__gold-image .block a .mask .caption {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  height: 100%;
  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;
}
.m-award__gold-image .block a:hover .mask {
  opacity: 1;
}
.m-award__gold-image .block.flame {
  background-image: url(../img/award/flame-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 42px 39px;
}
.m-award__gold-image .block.flame a {
  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;
}
.m-award__gold-image .block.illust {
  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;
}
.m-award__gold-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-award__gold-info .block {
  width: 48%;
}
.m-award__gold-comment {
  margin-top: 30px;
}
.m-award__gold-comment .m-award__box h4 {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdca4), color-stop(70%, #FFF));
  background: linear-gradient(to top, #ffdca4, #FFF 70%);
}
.m-award__box {
  border-radius: 10px;
  border: 2px solid #000;
  text-align: center;
  background-color: #fff;
}
.m-award__box + .m-award__box {
  margin-top: 15px;
}
.m-award__box h4 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff690), color-stop(70%, #FFF));
  background: linear-gradient(to top, #fff690, #FFF 70%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.m-award__box p {
  border-top: 2px solid #000;
  padding: 15px;
}
.m-award__box p.comment, .m-award__box p.idea {
  text-align: left;
}
.m-award__box--100 {
  height: 100%;
}
.m-award__silver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-award__silver+.m-award__silver {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 3px solid #ffa200;
}
.m-award__silver .m-award__box h4.title img {
  max-width: 135px;
}
.m-award__silver .m-award__box h4.nickname img {
  max-width: 120px;
}
.m-award__silver .m-award__box h4.comment img {
  max-width: 230px;
}
.m-award__silver .m-award__box p {
  font-size: 1.4rem;
}
.m-award__silver .m-award__box p.comment {
  font-size: 1.4rem;
}
.m-award__silver .m-award__box:last-child {
  height: 100%;
}
.m-award__silver-block {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-award__silver-image {
  background-image: url(../img/award/flame-silver.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 30px;
}
.m-award__silver-image a {
  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;
  position: relative;
  padding: 39px 49px;
}
.m-award__silver-image a img {
  max-width: 324px;
}
.m-award__silver-image a .mask {
  width: 78%;
  height: 78%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-award__silver-image a .mask .caption {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  height: 100%;
  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;
}
.m-award__silver-image a:hover .mask {
  opacity: 1;
}
.m-award__illust {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26.65px;
}
.m-award__illust li {
  border: 2px solid #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-award__illust li a {
  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;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.m-award__illust li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-award__illust li a .mask .caption {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  height: 100%;
  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;
}
.m-award__illust li a:hover .mask {
  opacity: 1;
}
.m-award__illust li h5 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff690), color-stop(70%, #FFF));
  background: linear-gradient(to top, #fff690, #FFF 70%);
  padding: 15px;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-award__illust li h5 span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.m-award__text {
  margin-top: 30px;
}
.m-award__text .m-award__box h4.title img {
  max-width: 135px;
}
.m-award__text .m-award__box h4.nickname img {
  max-width: 120px;
}
.m-award__text .m-award__box h4.idea img {
  max-width: 270px;
}
.m-award__text .m-award__box p {
  font-size: 1.4rem;
}
.m-award__text .m-award__box p.comment {
  font-size: 1.4rem;
}
.m-award__text .m-award__box ul li {
  font-size: 1.4rem;
}
.m-award__text-block + .m-award__text-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #ffa200;
}
.m-award__text-block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-award__text-block .top .m-award__box {
  width: 48%;
}
.m-award__text-block .top .m-award__box + .m-award__box {
  margin-top: 0;
}
.m-award__text-block .bottom {
  margin-top: 25px;
}
.m-award__review-inner {
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #000;
    background-color: #fff;
}
.m-award__review-table {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-award__review-table .block {
  width: 48%;
}
.m-award__review-table .block.o-table + .o-table {
  margin-top: 0;
}
.m-award__review-table .block.o-table table th {
  background-color: #ffea00;
  color: #000;
  font-weight: bold;
  width: 35%;
}
.m-award__review-table .block.o-table table td {
  background-color: #fffde9;
}

/*-------------------
 * sample
 *-------------------*/

@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header__medal {
    max-width: 100px;
  }
  .l-header__application {
    max-width: 250px;
    bottom: 20px;
  }
  .l-header__schedule {
    bottom: -10%;
  }
  .l-header__schedule img {
    max-width: 90%;
  }
  .l-section + .l-section {
    margin-top: 50px;
  }
  .l-container {
    background-image: url(../img/common/net.png);
    background-repeat: repeat;
    border-radius: 10px;
    border: 2px solid #000;
    padding-bottom: 20px;
  }
  .l-container::before {
    content: none;
  }
  .l-container::after {
    content: none;
  }
  .l-container__title {
    margin-bottom: 30px;
  }
  .l-container__contentsTitle {
    margin-bottom: 25px;
  }
  .l-container__contentsTitle--mt {
    margin-top: 30px;
  }
  .l-container__minTitle {
    margin-bottom: 15px;
  }
  .l-container__minTitle--mt {
    margin-top: 20px;
  }
  .l-container__minTitle--mtMax {
    margin-top: 30px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #fa006a;
    border: 2px solid #fff;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    margin-bottom: 30px;
  }
  .o-list {
    padding: 15px;
  }
  .m-top__image {
    padding: 0 15px;
  }
  .m-top__example {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-top__example li {
    width: 30%;
    margin-bottom: 15px;
  }
  .m-top__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__flex .left {
    width: 100%;
  }
  .m-top__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .m-top__format {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__format .block {
    width: 100%;
  }
  .m-top__format .block + .block {
    margin-top: 20px;
  }
  .m-top__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__flow li {
    width: 100%;
  }
  .m-top__flow li + li::before {
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%) translateY(10px);
            transform: rotate(90deg) translateX(-50%) translateY(10px);
    top: -13px;
  }
  .m-top__flow li + li {
    margin-top: 20px;
  }
  .m-top__flow li:nth-child(2) p {
    margin-top: 0;
  }
  .m-top__flow li:nth-child(3) p {
    margin-top: 0;
  }
  .m-top__flow li:nth-child(4) p {
    margin-top: 0;
  }
  .m-top__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__banner a {
    margin: 0;
  }
  .m-top__banner a + a {
    margin-top: 20px;
  }
  .m-top__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__button li {
    margin: 0;
  }
  .m-top__button li + li {
    margin-top: 20px;
  }
  .m-top__webmoney {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-top__webmoney .left {
    width: 100%;
  }
  .m-top__webmoney .right {
    width: 100%;
    margin-top: 20px;
  }
  .m-entry__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-entry__flex .o-table {
    width: 100%;
  }
  .m-entry__flex .image {
    width: 100%;
    margin-top: 20px;
  }
  .m-entry__table .data-title {
    width: auto;
  }
  .m-entry__sample {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .m-entry__list-block {
    padding: 15px;
  }
  .m-entry__entry-block {
    padding: 15px;
  }
  .m-award .o-list--award {
    margin: 30px 0;
  }
  .m-award__gold-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-award__gold-image .block {
    width: 100%;
  }
  .m-award__gold-image .block + .block {
    margin-top: 20px;
  }
  .m-award__gold-image .block a img {
    max-width: 255px;
  }
  .m-award__gold-image .block.flame {
    padding: 30px 27px;
  }
  .m-award__gold-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-award__gold-info .block {
    width: 100%;
  }
  .m-award__gold-info .block + .block {
    margin-top: 15px;
  }
  .m-award__gold-comment {
    margin-top: 15px;
  }
  .m-award__box--100 {
    height: auto;
  }
  .m-award__silver-block {
    width: 100%;
  }
  .m-award__silver-block+.m-award__silver-block {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 3px solid #ffa200;
  }
  .m-award__silver-image a {
    padding: 30px 27px;
  }
  .m-award__silver-image a img {
    max-width: 255px;
  }
  .m-award__illust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .m-award__text .m-award__box h4.title img {
    max-width: 110px;
  }
  .m-award__text .m-award__box h4.nickname img {
    max-width: 100px;
  }
  .m-award__review-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-award__review-table .block {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
