.fk-gd {
  margin: 0 auto;
}
.fk-gd:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-full {
  width: 100%;
}
.fk-gd-full:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-1 .fk-gd_col {
  width: 100%;
}
.fk-gd-1 .fk-gd_col:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk-gd-2 .fk-gd_col {
  width: 50%;
  float: left;
}
.fk-gd-3 .fk-gd_col {
  width: 33.333%;
  float: left;
}
.fk-gd-4 .fk-gd_col {
  width: 25%;
  float: left;
}
.fk-gd-6 .fk-gd_col {
  width: 16.6666%;
  float: left;
}
body {
  color: #000;
}
a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
}
.fk-ft--xl.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xl.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xl.fk-ft--error {
  color: #f00;
}
.fk-ft--l.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--l.fk-ft--italic {
  font-style: italic;
}
.fk-ft--l.fk-ft--error {
  color: #f00;
}
.fk-ft--m.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--m.fk-ft--italic {
  font-style: italic;
}
.fk-ft--m.fk-ft--error {
  color: #f00;
}
.fk-ft--s.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--s.fk-ft--italic {
  font-style: italic;
}
.fk-ft--s.fk-ft--error {
  color: #f00;
}
.fk-ft--xs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xs.fk-ft--error {
  color: #f00;
}
.fk-ft--xxs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xxs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xxs.fk-ft--error {
  color: #f00;
}
.fk-list {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.fk-list li {
  padding-left: 1.5em;
  position: relative;
}
.fk-list li:before {
  position: absolute;
  left: 0;
}
.fk-list--disc li:before {
  content: "・";
}
.fk-list--num li:nth-child(1)::before {
  content: '1.';
}
.fk-list--num li.num_1::before {
  content: '1.';
}
.fk-list--num li:nth-child(2)::before {
  content: '2.';
}
.fk-list--num li.num_2::before {
  content: '2.';
}
.fk-list--num li:nth-child(3)::before {
  content: '3.';
}
.fk-list--num li.num_3::before {
  content: '3.';
}
.fk-list--num li:nth-child(4)::before {
  content: '4.';
}
.fk-list--num li.num_4::before {
  content: '4.';
}
.fk-list--num li:nth-child(5)::before {
  content: '5.';
}
.fk-list--num li.num_5::before {
  content: '5.';
}
.fk-list--num li:nth-child(6)::before {
  content: '6.';
}
.fk-list--num li.num_6::before {
  content: '6.';
}
.fk-list--num li:nth-child(7)::before {
  content: '7.';
}
.fk-list--num li.num_7::before {
  content: '7.';
}
.fk-list--num li:nth-child(8)::before {
  content: '8.';
}
.fk-list--num li.num_8::before {
  content: '8.';
}
.fk-list--num li:nth-child(9)::before {
  content: '9.';
}
.fk-list--num li.num_9::before {
  content: '9.';
}
.fk-list--num li:nth-child(10)::before {
  content: '10.';
}
.fk-list--num li.num_10::before {
  content: '10.';
}
.fk-list--num li:nth-child(11)::before {
  content: '11.';
}
.fk-list--num li.num_11::before {
  content: '11.';
}
.fk-list--num li:nth-child(12)::before {
  content: '12.';
}
.fk-list--num li.num_12::before {
  content: '12.';
}
.fk-list--num li:nth-child(13)::before {
  content: '13.';
}
.fk-list--num li.num_13::before {
  content: '13.';
}
.fk-list--num li:nth-child(14)::before {
  content: '14.';
}
.fk-list--num li.num_14::before {
  content: '14.';
}
.fk-list--num li:nth-child(15)::before {
  content: '15.';
}
.fk-list--num li.num_15::before {
  content: '15.';
}
.fk-list--attention li:before {
  content: "※";
}
.fk-list--attentionNum li {
  padding-left: 2.5em;
}
.fk-list--attentionNum li:nth-child(1)::before {
  content: '※1';
}
.fk-list--attentionNum li:nth-child(2)::before {
  content: '※2';
}
.fk-list--attentionNum li:nth-child(3)::before {
  content: '※3';
}
.fk-list--attentionNum li:nth-child(4)::before {
  content: '※4';
}
.fk-list--attentionNum li:nth-child(5)::before {
  content: '※5';
}
.fk-list--attentionNum li:nth-child(6)::before {
  content: '※6';
}
.fk-list--attentionNum li:nth-child(7)::before {
  content: '※7';
}
.fk-list--attentionNum li:nth-child(8)::before {
  content: '※8';
}
.fk-list--attentionNum li:nth-child(9)::before {
  content: '※9';
}
.fk-list--attentionNum li:nth-child(10)::before {
  content: '※10';
}
.fk-list--attentionNum li:nth-child(11)::before {
  content: '※11';
}
.fk-list--attentionNum li:nth-child(12)::before {
  content: '※12';
}
.fk-list--attentionNum li:nth-child(13)::before {
  content: '※13';
}
.fk-list--attentionNum li:nth-child(14)::before {
  content: '※14';
}
.fk-list--attentionNum li:nth-child(15)::before {
  content: '※15';
}
.fk-list--circlenumber li:nth-child(0)::before {
  content: '\2459';
}
.fk-list--circlenumber li:nth-child(1)::before {
  content: '\2460';
}
.fk-list--circlenumber li:nth-child(2)::before {
  content: '\2461';
}
.fk-list--circlenumber li:nth-child(3)::before {
  content: '\2462';
}
.fk-list--circlenumber li:nth-child(4)::before {
  content: '\2463';
}
.fk-list--circlenumber li:nth-child(5)::before {
  content: '\2464';
}
.fk-list--circlenumber li:nth-child(6)::before {
  content: '\2465';
}
.fk-list--circlenumber li:nth-child(7)::before {
  content: '\2466';
}
.fk-list--circlenumber li:nth-child(8)::before {
  content: '\2467';
}
.fk-list--circlenumber li:nth-child(9)::before {
  content: '\2468';
}
.fk-list--noPadding li {
  padding-left: 1em;
}
.fk-btn {
  display: block;
  background: #c5c5c5;
  padding: 10px;
  position: relative;
  text-align: center;
}
.fk-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fk-btn.fk-btn--radius {
  border-radius: 5px;
}
.fk-btn.fk-btn--arrow:before {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #222;
  margin-top: -5px;
  left: 10px;
}
.fk-btn {
  border: 2px solid #444;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 16px 10px;
  line-height: 1.4;
}
.fk-btn:link {
  color: #000;
}
.fk-btn:visited {
  color: #000;
}
.fk-btn:hover {
  color: #000;
}
.fk-btn:active {
  color: #000;
}
.fk-table {
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.fk-table th,
.fk-table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 10px;
}
.fk-table .fk-table__head {
  background: #777;
}
.fk-img--block {
  display: block;
}
.fk-img--fluid {
  width: 100%;
  display: block;
  height: auto;
}
.img-round {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.fk-img--circle {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.visual__inner {
  position: relative;
}
.visual__logo {
  position: absolute;
}
.visual__logo-link {
  display: inline-block;
}
.visual__logo-link > img {
  width: 100%;
  vertical-align: top;
}
.visual__img {
  margin: 0;
  text-align: center;
}
.visual__img > img {
  width: 100%;
  vertical-align: top;
}
.about__title {
  display: none;
}
.about__img > img {
  vertical-align: top;
}
.result__title {
  margin: 0;
  height: 0;
  text-indent: -9999px;
}
.result__img > img {
  width: 100%;
  vertical-align: top;
}
.result__list-block {
  position: absolute;
}
.result__list {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.result__list:first-child {
  margin-top: 0;
}
.result__list-item {
  max-width: 100%;
}
.result__list-link {
  display: inline-block;
}
.result__list-link > img {
  width: 100%;
  vertical-align: top;
}
.result__btn {
  position: absolute;
}
.result__btn-link {
  display: block;
}
.result__btn-link > img {
  width: 100%;
  vertical-align: top;
}
.result__section {
  position: relative;
}
.nominate {
  position: relative;
}
.nominate__title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 60;
}
.nominate__title > img {
  width: 100%;
  vertical-align: top;
}
.nominate__list {
  display: flex;
  justify-content: space-between;
}
.nominate__list-item {
  max-width: 100%;
}
.nominate__list-link {
  display: block;
}
.nominate__list-link > img {
  width: 100%;
  vertical-align: top;
}
.prize {
  position: relative;
}
.prize__title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 60;
}
.prize__title > img {
  width: 100%;
  vertical-align: top;
}
.prize__list-item > img {
  width: 100%;
  vertical-align: top;
}
.cpn-detail__title > img {
  width: 100%;
  vertical-align: top;
}
.cpn-detail__detail {
  position: relative;
}
.cpn-detail__img {
  text-align: center;
}
.cpn-detail__img > img {
  width: 100%;
  vertical-align: top;
}
.cpn-detail__button-01 {
  position: absolute;
}
.cpn-detail__button-02 {
  position: absolute;
}
.cpn-detail__button-link {
  display: block;
}
.cpn-detail__button-link > img {
  width: 100%;
  vertical-align: top;
}
.rule {
  position: relative;
}
.rule__title {
  margin: 0 auto;
  position: absolute;
}
.rule__title > img {
  width: 100%;
  vertical-align: top;
}
.rule__rule-text {
  overflow-y: scroll;
}
.rule__rule-text p,
.rule__rule-text h3,
.rule__rule-text h4,
.rule__rule-text h5,
.rule__rule-text ul,
.rule__rule-text li {
  margin: 0;
  font-weight: normal;
}
.rule__rule-text a {
  text-decoration: underline;
}
.rule__note-list {
  margin: 0;
  padding: 0 0 0 30px;
}
.rule__note-list-item {
  color: #fff;
}
.link-area__link {
  display: inline-block;
}
.link-area__link > img {
  vertical-align: top;
  width: 100%;
}
.lp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 110;
  visibility: hidden;
}
.lp-modal__wrapper {
  position: relative;
}
.lp-modal__content img {
  vertical-align: top;
}
.lp-modal--height-over .lp-modal__content img {
  width: auto;
  height: calc(100vh - 100px);
}
.lp-modal-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  visibility: hidden;
}
.lp-modal-close__link {
  position: relative;
  display: block;
  text-indent: -9999px;
  background: #0f0f0f;
}
.lp-modal-close__link::before,
.lp-modal-close__link::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #c7c7c7;
}
.lp-modal-close__link::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lp-modal-close__link::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 100;
  visibility: hidden;
}
.footer__sns {
  display: flex;
  justify-content: space-between;
}
.footer__sns-link {
  display: inline-block;
}
.footer__sns-link > img {
  vertical-align: top;
  width: 100%;
}
.footer__contact-link {
  display: inline-block;
}
.footer__contact-link > img {
  vertical-align: top;
}
.footer__links-link {
  line-height: 1;
  font-size: 12px;
  color: #fff;
}
.footer__brand {
  display: flex;
  justify-content: space-between;
}
.footer__brand-link {
  display: inline-block;
}
.footer__brand-link > img {
  vertical-align: top;
  width: 100%;
}
.footer__copy {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__copy-item {
  line-height: 1;
  font-size: 12px;
  color: #fff;
}
.fk-accordion__wrapper {
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.fk-accordion__title {
  background: #999;
}
.fk-accordion__body {
  overflow: hidden;
}
.fk-accordion--closed .fk-accordion__wrapper {
  height: 0;
}
.test.fk-accordion {
  margin-bottom: 10px;
}
.test.fk-accordion__title {
  padding: 10px;
  background: #999;
}
.test.fk-accordion__body {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.fk-accordion.fk-accordion--payment {
  border: 1px solid #d3e0da;
  margin-top: 20px;
}
.fk-accordion.fk-accordion--payment:first-child {
  margin-top: 0;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title {
  background: #f8f8f6;
  position: relative;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_bar;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: fs18;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body {
  border-top: 1px solid #d3e0da;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
  box-sizing: border-box;
}
.fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_cross;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: fs18;
}
.fk-modalElement {
  overflow: hidden;
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fk-modalElement__wrapper {
  width: 100%;
  height: 100%;
}
.fk-modalElement__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-modalElement__closeBtn__outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}
.fk-modalElement__closeBtn__inner {
  margin: 0 auto;
}
.fk-modalElement__closeBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 0;
  position: relative;
}
.fk-modalElement__closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fk-modalElement__closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fk-modalElement__bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
}
#fk-modalView {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9000;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
/*
  width 900px
  img
    width 100%
  */
}
#fk-modalView iframe {
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fk-modalView-movie {
  width: 90%;
  position: relative;
  z-index: 9000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fk-modalView-movie-wrapper {
  width: 100%;
/*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px;
/*高さはpaddingで指定するためheightは0に*/
}
.fk-modalView-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  width: 100px;
  margin: 0 20px;
  opacity: 0.8;
  cursor: pointer;
}
.slick-dots li img {
  width: 100%;
}
.slick-dots .slick-active {
  opacity: 1;
}
.fk-modalElement {
  overflow: hidden;
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fk-modalElement__wrapper {
  width: 100%;
  height: 100%;
}
.fk-modalElement__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-modalElement__closeBtn__outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}
.fk-modalElement__closeBtn__inner {
  margin: 0 auto;
}
.fk-modalElement__closeBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 0;
  position: relative;
}
.fk-modalElement__closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fk-modalElement__closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fk-modalElement__bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
}
#fk-modalView {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9000;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
/*
  width 900px
  img
    width 100%
  */
}
#fk-modalView iframe {
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fk-modalView-movie {
  width: 90%;
  position: relative;
  z-index: 9000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fk-modalView-movie-wrapper {
  width: 100%;
/*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px;
/*高さはpaddingで指定するためheightは0に*/
}
.fk-modalView-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txL {
  text-align: left !important;
}
.txC {
  text-align: center !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.mt100,
.pc .mt100--pc,
.sp .mt100--sp {
  margin-top: 100px !important;
}
.mb100,
.pc .mb100--pc,
.sp .mb100--sp {
  margin-bottom: 100px !important;
}
.ml100,
.pc .ml100--pc,
.sp .ml100--sp {
  margin-left: 100px !important;
}
.mr100,
.pc .mr100--pc,
.sp .mr100--sp {
  margin-right: 100px !important;
}
.pt100,
.pc .pt100--pc,
.sp .pt100--sp {
  padding-top: 100px !important;
}
.pb100,
.pc .pb100--pc,
.sp .pb100--sp {
  padding-bottom: 100px !important;
}
.pl100,
.pc .pl100--pc,
.sp .pl100--sp {
  padding-left: 100px !important;
}
.pr100,
.pc .pr100--pc,
.sp .pr100--sp {
  padding-right: 100px !important;
}
.mt95,
.pc .mt95--pc,
.sp .mt95--sp {
  margin-top: 95px !important;
}
.mb95,
.pc .mb95--pc,
.sp .mb95--sp {
  margin-bottom: 95px !important;
}
.ml95,
.pc .ml95--pc,
.sp .ml95--sp {
  margin-left: 95px !important;
}
.mr95,
.pc .mr95--pc,
.sp .mr95--sp {
  margin-right: 95px !important;
}
.pt95,
.pc .pt95--pc,
.sp .pt95--sp {
  padding-top: 95px !important;
}
.pb95,
.pc .pb95--pc,
.sp .pb95--sp {
  padding-bottom: 95px !important;
}
.pl95,
.pc .pl95--pc,
.sp .pl95--sp {
  padding-left: 95px !important;
}
.pr95,
.pc .pr95--pc,
.sp .pr95--sp {
  padding-right: 95px !important;
}
.mt90,
.pc .mt90--pc,
.sp .mt90--sp {
  margin-top: 90px !important;
}
.mb90,
.pc .mb90--pc,
.sp .mb90--sp {
  margin-bottom: 90px !important;
}
.ml90,
.pc .ml90--pc,
.sp .ml90--sp {
  margin-left: 90px !important;
}
.mr90,
.pc .mr90--pc,
.sp .mr90--sp {
  margin-right: 90px !important;
}
.pt90,
.pc .pt90--pc,
.sp .pt90--sp {
  padding-top: 90px !important;
}
.pb90,
.pc .pb90--pc,
.sp .pb90--sp {
  padding-bottom: 90px !important;
}
.pl90,
.pc .pl90--pc,
.sp .pl90--sp {
  padding-left: 90px !important;
}
.pr90,
.pc .pr90--pc,
.sp .pr90--sp {
  padding-right: 90px !important;
}
.mt85,
.pc .mt85--pc,
.sp .mt85--sp {
  margin-top: 85px !important;
}
.mb85,
.pc .mb85--pc,
.sp .mb85--sp {
  margin-bottom: 85px !important;
}
.ml85,
.pc .ml85--pc,
.sp .ml85--sp {
  margin-left: 85px !important;
}
.mr85,
.pc .mr85--pc,
.sp .mr85--sp {
  margin-right: 85px !important;
}
.pt85,
.pc .pt85--pc,
.sp .pt85--sp {
  padding-top: 85px !important;
}
.pb85,
.pc .pb85--pc,
.sp .pb85--sp {
  padding-bottom: 85px !important;
}
.pl85,
.pc .pl85--pc,
.sp .pl85--sp {
  padding-left: 85px !important;
}
.pr85,
.pc .pr85--pc,
.sp .pr85--sp {
  padding-right: 85px !important;
}
.mt80,
.pc .mt80--pc,
.sp .mt80--sp {
  margin-top: 80px !important;
}
.mb80,
.pc .mb80--pc,
.sp .mb80--sp {
  margin-bottom: 80px !important;
}
.ml80,
.pc .ml80--pc,
.sp .ml80--sp {
  margin-left: 80px !important;
}
.mr80,
.pc .mr80--pc,
.sp .mr80--sp {
  margin-right: 80px !important;
}
.pt80,
.pc .pt80--pc,
.sp .pt80--sp {
  padding-top: 80px !important;
}
.pb80,
.pc .pb80--pc,
.sp .pb80--sp {
  padding-bottom: 80px !important;
}
.pl80,
.pc .pl80--pc,
.sp .pl80--sp {
  padding-left: 80px !important;
}
.pr80,
.pc .pr80--pc,
.sp .pr80--sp {
  padding-right: 80px !important;
}
.mt75,
.pc .mt75--pc,
.sp .mt75--sp {
  margin-top: 75px !important;
}
.mb75,
.pc .mb75--pc,
.sp .mb75--sp {
  margin-bottom: 75px !important;
}
.ml75,
.pc .ml75--pc,
.sp .ml75--sp {
  margin-left: 75px !important;
}
.mr75,
.pc .mr75--pc,
.sp .mr75--sp {
  margin-right: 75px !important;
}
.pt75,
.pc .pt75--pc,
.sp .pt75--sp {
  padding-top: 75px !important;
}
.pb75,
.pc .pb75--pc,
.sp .pb75--sp {
  padding-bottom: 75px !important;
}
.pl75,
.pc .pl75--pc,
.sp .pl75--sp {
  padding-left: 75px !important;
}
.pr75,
.pc .pr75--pc,
.sp .pr75--sp {
  padding-right: 75px !important;
}
.mt70,
.pc .mt70--pc,
.sp .mt70--sp {
  margin-top: 70px !important;
}
.mb70,
.pc .mb70--pc,
.sp .mb70--sp {
  margin-bottom: 70px !important;
}
.ml70,
.pc .ml70--pc,
.sp .ml70--sp {
  margin-left: 70px !important;
}
.mr70,
.pc .mr70--pc,
.sp .mr70--sp {
  margin-right: 70px !important;
}
.pt70,
.pc .pt70--pc,
.sp .pt70--sp {
  padding-top: 70px !important;
}
.pb70,
.pc .pb70--pc,
.sp .pb70--sp {
  padding-bottom: 70px !important;
}
.pl70,
.pc .pl70--pc,
.sp .pl70--sp {
  padding-left: 70px !important;
}
.pr70,
.pc .pr70--pc,
.sp .pr70--sp {
  padding-right: 70px !important;
}
.mt65,
.pc .mt65--pc,
.sp .mt65--sp {
  margin-top: 65px !important;
}
.mb65,
.pc .mb65--pc,
.sp .mb65--sp {
  margin-bottom: 65px !important;
}
.ml65,
.pc .ml65--pc,
.sp .ml65--sp {
  margin-left: 65px !important;
}
.mr65,
.pc .mr65--pc,
.sp .mr65--sp {
  margin-right: 65px !important;
}
.pt65,
.pc .pt65--pc,
.sp .pt65--sp {
  padding-top: 65px !important;
}
.pb65,
.pc .pb65--pc,
.sp .pb65--sp {
  padding-bottom: 65px !important;
}
.pl65,
.pc .pl65--pc,
.sp .pl65--sp {
  padding-left: 65px !important;
}
.pr65,
.pc .pr65--pc,
.sp .pr65--sp {
  padding-right: 65px !important;
}
.mt60,
.pc .mt60--pc,
.sp .mt60--sp {
  margin-top: 60px !important;
}
.mb60,
.pc .mb60--pc,
.sp .mb60--sp {
  margin-bottom: 60px !important;
}
.ml60,
.pc .ml60--pc,
.sp .ml60--sp {
  margin-left: 60px !important;
}
.mr60,
.pc .mr60--pc,
.sp .mr60--sp {
  margin-right: 60px !important;
}
.pt60,
.pc .pt60--pc,
.sp .pt60--sp {
  padding-top: 60px !important;
}
.pb60,
.pc .pb60--pc,
.sp .pb60--sp {
  padding-bottom: 60px !important;
}
.pl60,
.pc .pl60--pc,
.sp .pl60--sp {
  padding-left: 60px !important;
}
.pr60,
.pc .pr60--pc,
.sp .pr60--sp {
  padding-right: 60px !important;
}
.mt55,
.pc .mt55--pc,
.sp .mt55--sp {
  margin-top: 55px !important;
}
.mb55,
.pc .mb55--pc,
.sp .mb55--sp {
  margin-bottom: 55px !important;
}
.ml55,
.pc .ml55--pc,
.sp .ml55--sp {
  margin-left: 55px !important;
}
.mr55,
.pc .mr55--pc,
.sp .mr55--sp {
  margin-right: 55px !important;
}
.pt55,
.pc .pt55--pc,
.sp .pt55--sp {
  padding-top: 55px !important;
}
.pb55,
.pc .pb55--pc,
.sp .pb55--sp {
  padding-bottom: 55px !important;
}
.pl55,
.pc .pl55--pc,
.sp .pl55--sp {
  padding-left: 55px !important;
}
.pr55,
.pc .pr55--pc,
.sp .pr55--sp {
  padding-right: 55px !important;
}
.mt50,
.pc .mt50--pc,
.sp .mt50--sp {
  margin-top: 50px !important;
}
.mb50,
.pc .mb50--pc,
.sp .mb50--sp {
  margin-bottom: 50px !important;
}
.ml50,
.pc .ml50--pc,
.sp .ml50--sp {
  margin-left: 50px !important;
}
.mr50,
.pc .mr50--pc,
.sp .mr50--sp {
  margin-right: 50px !important;
}
.pt50,
.pc .pt50--pc,
.sp .pt50--sp {
  padding-top: 50px !important;
}
.pb50,
.pc .pb50--pc,
.sp .pb50--sp {
  padding-bottom: 50px !important;
}
.pl50,
.pc .pl50--pc,
.sp .pl50--sp {
  padding-left: 50px !important;
}
.pr50,
.pc .pr50--pc,
.sp .pr50--sp {
  padding-right: 50px !important;
}
.mt45,
.pc .mt45--pc,
.sp .mt45--sp {
  margin-top: 45px !important;
}
.mb45,
.pc .mb45--pc,
.sp .mb45--sp {
  margin-bottom: 45px !important;
}
.ml45,
.pc .ml45--pc,
.sp .ml45--sp {
  margin-left: 45px !important;
}
.mr45,
.pc .mr45--pc,
.sp .mr45--sp {
  margin-right: 45px !important;
}
.pt45,
.pc .pt45--pc,
.sp .pt45--sp {
  padding-top: 45px !important;
}
.pb45,
.pc .pb45--pc,
.sp .pb45--sp {
  padding-bottom: 45px !important;
}
.pl45,
.pc .pl45--pc,
.sp .pl45--sp {
  padding-left: 45px !important;
}
.pr45,
.pc .pr45--pc,
.sp .pr45--sp {
  padding-right: 45px !important;
}
.mt40,
.pc .mt40--pc,
.sp .mt40--sp {
  margin-top: 40px !important;
}
.mb40,
.pc .mb40--pc,
.sp .mb40--sp {
  margin-bottom: 40px !important;
}
.ml40,
.pc .ml40--pc,
.sp .ml40--sp {
  margin-left: 40px !important;
}
.mr40,
.pc .mr40--pc,
.sp .mr40--sp {
  margin-right: 40px !important;
}
.pt40,
.pc .pt40--pc,
.sp .pt40--sp {
  padding-top: 40px !important;
}
.pb40,
.pc .pb40--pc,
.sp .pb40--sp {
  padding-bottom: 40px !important;
}
.pl40,
.pc .pl40--pc,
.sp .pl40--sp {
  padding-left: 40px !important;
}
.pr40,
.pc .pr40--pc,
.sp .pr40--sp {
  padding-right: 40px !important;
}
.mt35,
.pc .mt35--pc,
.sp .mt35--sp {
  margin-top: 35px !important;
}
.mb35,
.pc .mb35--pc,
.sp .mb35--sp {
  margin-bottom: 35px !important;
}
.ml35,
.pc .ml35--pc,
.sp .ml35--sp {
  margin-left: 35px !important;
}
.mr35,
.pc .mr35--pc,
.sp .mr35--sp {
  margin-right: 35px !important;
}
.pt35,
.pc .pt35--pc,
.sp .pt35--sp {
  padding-top: 35px !important;
}
.pb35,
.pc .pb35--pc,
.sp .pb35--sp {
  padding-bottom: 35px !important;
}
.pl35,
.pc .pl35--pc,
.sp .pl35--sp {
  padding-left: 35px !important;
}
.pr35,
.pc .pr35--pc,
.sp .pr35--sp {
  padding-right: 35px !important;
}
.mt30,
.pc .mt30--pc,
.sp .mt30--sp {
  margin-top: 30px !important;
}
.mb30,
.pc .mb30--pc,
.sp .mb30--sp {
  margin-bottom: 30px !important;
}
.ml30,
.pc .ml30--pc,
.sp .ml30--sp {
  margin-left: 30px !important;
}
.mr30,
.pc .mr30--pc,
.sp .mr30--sp {
  margin-right: 30px !important;
}
.pt30,
.pc .pt30--pc,
.sp .pt30--sp {
  padding-top: 30px !important;
}
.pb30,
.pc .pb30--pc,
.sp .pb30--sp {
  padding-bottom: 30px !important;
}
.pl30,
.pc .pl30--pc,
.sp .pl30--sp {
  padding-left: 30px !important;
}
.pr30,
.pc .pr30--pc,
.sp .pr30--sp {
  padding-right: 30px !important;
}
.mt25,
.pc .mt25--pc,
.sp .mt25--sp {
  margin-top: 25px !important;
}
.mb25,
.pc .mb25--pc,
.sp .mb25--sp {
  margin-bottom: 25px !important;
}
.ml25,
.pc .ml25--pc,
.sp .ml25--sp {
  margin-left: 25px !important;
}
.mr25,
.pc .mr25--pc,
.sp .mr25--sp {
  margin-right: 25px !important;
}
.pt25,
.pc .pt25--pc,
.sp .pt25--sp {
  padding-top: 25px !important;
}
.pb25,
.pc .pb25--pc,
.sp .pb25--sp {
  padding-bottom: 25px !important;
}
.pl25,
.pc .pl25--pc,
.sp .pl25--sp {
  padding-left: 25px !important;
}
.pr25,
.pc .pr25--pc,
.sp .pr25--sp {
  padding-right: 25px !important;
}
.mt20,
.pc .mt20--pc,
.sp .mt20--sp {
  margin-top: 20px !important;
}
.mb20,
.pc .mb20--pc,
.sp .mb20--sp {
  margin-bottom: 20px !important;
}
.ml20,
.pc .ml20--pc,
.sp .ml20--sp {
  margin-left: 20px !important;
}
.mr20,
.pc .mr20--pc,
.sp .mr20--sp {
  margin-right: 20px !important;
}
.pt20,
.pc .pt20--pc,
.sp .pt20--sp {
  padding-top: 20px !important;
}
.pb20,
.pc .pb20--pc,
.sp .pb20--sp {
  padding-bottom: 20px !important;
}
.pl20,
.pc .pl20--pc,
.sp .pl20--sp {
  padding-left: 20px !important;
}
.pr20,
.pc .pr20--pc,
.sp .pr20--sp {
  padding-right: 20px !important;
}
.mt15,
.pc .mt15--pc,
.sp .mt15--sp {
  margin-top: 15px !important;
}
.mb15,
.pc .mb15--pc,
.sp .mb15--sp {
  margin-bottom: 15px !important;
}
.ml15,
.pc .ml15--pc,
.sp .ml15--sp {
  margin-left: 15px !important;
}
.mr15,
.pc .mr15--pc,
.sp .mr15--sp {
  margin-right: 15px !important;
}
.pt15,
.pc .pt15--pc,
.sp .pt15--sp {
  padding-top: 15px !important;
}
.pb15,
.pc .pb15--pc,
.sp .pb15--sp {
  padding-bottom: 15px !important;
}
.pl15,
.pc .pl15--pc,
.sp .pl15--sp {
  padding-left: 15px !important;
}
.pr15,
.pc .pr15--pc,
.sp .pr15--sp {
  padding-right: 15px !important;
}
.mt10,
.pc .mt10--pc,
.sp .mt10--sp {
  margin-top: 10px !important;
}
.mb10,
.pc .mb10--pc,
.sp .mb10--sp {
  margin-bottom: 10px !important;
}
.ml10,
.pc .ml10--pc,
.sp .ml10--sp {
  margin-left: 10px !important;
}
.mr10,
.pc .mr10--pc,
.sp .mr10--sp {
  margin-right: 10px !important;
}
.pt10,
.pc .pt10--pc,
.sp .pt10--sp {
  padding-top: 10px !important;
}
.pb10,
.pc .pb10--pc,
.sp .pb10--sp {
  padding-bottom: 10px !important;
}
.pl10,
.pc .pl10--pc,
.sp .pl10--sp {
  padding-left: 10px !important;
}
.pr10,
.pc .pr10--pc,
.sp .pr10--sp {
  padding-right: 10px !important;
}
.mt5,
.pc .mt5--pc,
.sp .mt5--sp {
  margin-top: 5px !important;
}
.mb5,
.pc .mb5--pc,
.sp .mb5--sp {
  margin-bottom: 5px !important;
}
.ml5,
.pc .ml5--pc,
.sp .ml5--sp {
  margin-left: 5px !important;
}
.mr5,
.pc .mr5--pc,
.sp .mr5--sp {
  margin-right: 5px !important;
}
.pt5,
.pc .pt5--pc,
.sp .pt5--sp {
  padding-top: 5px !important;
}
.pb5,
.pc .pb5--pc,
.sp .pb5--sp {
  padding-bottom: 5px !important;
}
.pl5,
.pc .pl5--pc,
.sp .pl5--sp {
  padding-left: 5px !important;
}
.pr5,
.pc .pr5--pc,
.sp .pr5--sp {
  padding-right: 5px !important;
}
.mt0,
.pc .mt0--pc,
.sp .mt0--sp {
  margin-top: 0px !important;
}
.mb0,
.pc .mb0--pc,
.sp .mb0--sp {
  margin-bottom: 0px !important;
}
.ml0,
.pc .ml0--pc,
.sp .ml0--sp {
  margin-left: 0px !important;
}
.mr0,
.pc .mr0--pc,
.sp .mr0--sp {
  margin-right: 0px !important;
}
.pt0,
.pc .pt0--pc,
.sp .pt0--sp {
  padding-top: 0px !important;
}
.pb0,
.pc .pb0--pc,
.sp .pb0--sp {
  padding-bottom: 0px !important;
}
.pl0,
.pc .pl0--pc,
.sp .pl0--sp {
  padding-left: 0px !important;
}
.pr0,
.pc .pr0--pc,
.sp .pr0--sp {
  padding-right: 0px !important;
}
.width_per1 {
  width: 1%;
}
.width_per2 {
  width: 2%;
}
.width_per3 {
  width: 3%;
}
.width_per4 {
  width: 4%;
}
.width_per5 {
  width: 5%;
}
.width_per6 {
  width: 6%;
}
.width_per7 {
  width: 7%;
}
.width_per8 {
  width: 8%;
}
.width_per9 {
  width: 9%;
}
.width_per10 {
  width: 10%;
}
.width_per11 {
  width: 11%;
}
.width_per12 {
  width: 12%;
}
.width_per13 {
  width: 13%;
}
.width_per14 {
  width: 14%;
}
.width_per15 {
  width: 15%;
}
.width_per16 {
  width: 16%;
}
.width_per17 {
  width: 17%;
}
.width_per18 {
  width: 18%;
}
.width_per19 {
  width: 19%;
}
.width_per20 {
  width: 20%;
}
.width_per21 {
  width: 21%;
}
.width_per22 {
  width: 22%;
}
.width_per23 {
  width: 23%;
}
.width_per24 {
  width: 24%;
}
.width_per25 {
  width: 25%;
}
.width_per26 {
  width: 26%;
}
.width_per27 {
  width: 27%;
}
.width_per28 {
  width: 28%;
}
.width_per29 {
  width: 29%;
}
.width_per30 {
  width: 30%;
}
.width_per31 {
  width: 31%;
}
.width_per32 {
  width: 32%;
}
.width_per33 {
  width: 33%;
}
.width_per34 {
  width: 34%;
}
.width_per35 {
  width: 35%;
}
.width_per36 {
  width: 36%;
}
.width_per37 {
  width: 37%;
}
.width_per38 {
  width: 38%;
}
.width_per39 {
  width: 39%;
}
.width_per40 {
  width: 40%;
}
.width_per41 {
  width: 41%;
}
.width_per42 {
  width: 42%;
}
.width_per43 {
  width: 43%;
}
.width_per44 {
  width: 44%;
}
.width_per45 {
  width: 45%;
}
.width_per46 {
  width: 46%;
}
.width_per47 {
  width: 47%;
}
.width_per48 {
  width: 48%;
}
.width_per49 {
  width: 49%;
}
.width_per50 {
  width: 50%;
}
.width_per51 {
  width: 51%;
}
.width_per52 {
  width: 52%;
}
.width_per53 {
  width: 53%;
}
.width_per54 {
  width: 54%;
}
.width_per55 {
  width: 55%;
}
.width_per56 {
  width: 56%;
}
.width_per57 {
  width: 57%;
}
.width_per58 {
  width: 58%;
}
.width_per59 {
  width: 59%;
}
.width_per60 {
  width: 60%;
}
.width_per61 {
  width: 61%;
}
.width_per62 {
  width: 62%;
}
.width_per63 {
  width: 63%;
}
.width_per64 {
  width: 64%;
}
.width_per65 {
  width: 65%;
}
.width_per66 {
  width: 66%;
}
.width_per67 {
  width: 67%;
}
.width_per68 {
  width: 68%;
}
.width_per69 {
  width: 69%;
}
.width_per70 {
  width: 70%;
}
.width_per71 {
  width: 71%;
}
.width_per72 {
  width: 72%;
}
.width_per73 {
  width: 73%;
}
.width_per74 {
  width: 74%;
}
.width_per75 {
  width: 75%;
}
.width_per76 {
  width: 76%;
}
.width_per77 {
  width: 77%;
}
.width_per78 {
  width: 78%;
}
.width_per79 {
  width: 79%;
}
.width_per80 {
  width: 80%;
}
.width_per81 {
  width: 81%;
}
.width_per82 {
  width: 82%;
}
.width_per83 {
  width: 83%;
}
.width_per84 {
  width: 84%;
}
.width_per85 {
  width: 85%;
}
.width_per86 {
  width: 86%;
}
.width_per87 {
  width: 87%;
}
.width_per88 {
  width: 88%;
}
.width_per89 {
  width: 89%;
}
.width_per90 {
  width: 90%;
}
.width_per91 {
  width: 91%;
}
.width_per92 {
  width: 92%;
}
.width_per93 {
  width: 93%;
}
.width_per94 {
  width: 94%;
}
.width_per95 {
  width: 95%;
}
.width_per96 {
  width: 96%;
}
.width_per97 {
  width: 97%;
}
.width_per98 {
  width: 98%;
}
.width_per99 {
  width: 99%;
}
.width_per100 {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .fk-gd {
    width: 980px;
  }
  .fk-gd-full {
    min-width: 980px;
  }
  .fk-gd-1-2 .fk-gd_col {
    width: 50%;
    float: left;
  }
  .fk-gd-1-3 .fk-gd_col {
    width: 33.33%;
    float: left;
  }
  .fk-title1 {
    font-size: 32px;
  }
  .fk-title2 {
    font-size: 24px;
  }
  .fk-title3 {
    font-size: 16px;
  }
  .fk-title4 {
    font-size: 14px;
  }
  .fk-title5 {
    font-size: 12px;
  }
  .fk-title6 {
    font-size: 10px;
  }
  .fk-ft--xl {
    font-size: 32px;
  }
  .fk-ft--l {
    font-size: 24px;
  }
  .fk-ft--m {
    font-size: 16px;
  }
  .fk-ft--s {
    font-size: 14px;
  }
  .fk-ft--xs {
    font-size: 12px;
  }
  .fk-ft--xxs {
    font-size: 10px;
  }
  .visual {
    background: url("/2020contest/common/img/visual_bg_01_pc.png") no-repeat center top;
    background-size: cover;
  }
  .visual__inner {
    margin: 0 auto;
    max-width: 1148px;
  }
  .visual__logo {
    width: 33.710801393728225%;
    top: 14.372822299651569%;
    left: 16.114982578397214%;
  }
  .about__detail {
    height: 868px;
    background-image: url("/2020contest/common/img/about_bg_01_pc.png"), url("/2020contest/common/img/about_bg_02_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100% auto, auto auto;
  }
  .about__img {
    text-align: center;
  }
  .about__img > img {
    max-width: 100%;
  }
  .result {
    margin: 50px auto 0;
    max-width: 1366px;
    background: url("/2020contest/common/img/result_bg_01_pc.png") no-repeat center top;
    background-size: 100% auto;
  }
  .result__list-block {
    width: 42.313323572474374%;
    top: 21.96193265007321%;
    left: 12.88433382137628%;
  }
  .result__list {
    margin-top: 6.055363321799308%;
  }
  .result__list--1row .result__list-item {
    margin: 0 1.903114186851211%;
  }
  .result__list--2row {
    margin-left: 25.60553633217993%;
    width: 53.806228373702425%;
  }
  .result__list--2row .result__list-item {
    margin: 0 3.536977491961415%;
  }
  .result__list--3row .result__list-item {
    margin: 0 1.903114186851211%;
  }
  .result__list--4row {
    margin-left: 21.453287197231834%;
    width: 57.266435986159166%;
  }
  .result__list--4row .result__list-item {
    margin: 0 3.323262839879154%;
  }
  .result__list-link:hover {
    opacity: 0.7;
  }
  .result__btn {
    width: 22.693997071742313%;
  }
  .result__btn-link:hover {
    opacity: 0.85;
  }
  .result__section--first .result__btn {
    top: 55.27086383601757%;
    left: 24.890190336749633%;
  }
  .result__section--third {
    margin-top: -3.074670571010249%;
  }
  .result__section--third .result__btn {
    bottom: 13.543191800878477%;
    right: 18.301610541727673%;
  }
  .nominate {
    margin: 155px auto 0;
    max-width: 1366px;
  }
  .nominate__title {
    width: 50.366032210834554%;
    top: -4.026354319180088%;
  }
  .nominate__detail {
    padding: 23.133235724743777% 0 9.51683748169839%;
    background: url("/2020contest/common/img/nominate_bg_01_pc.png") no-repeat center top;
    background-size: 100% auto;
  }
  .nominate__list {
    margin-top: 8.784773060029282%;
  }
  .nominate__list:first-child {
    margin-top: 0;
  }
  .nominate__list--1row {
    margin-left: 27.232796486090777%;
    width: 52.928257686676424%;
  }
  .nominate__list--1row .nominate__list-item {
    margin: 0 2.074688796680498%;
  }
  .nominate__list--2row {
    margin-left: 15.812591508052709%;
    width: 61.127379209370424%;
  }
  .nominate__list--2row .nominate__list-item {
    margin: 0 1.796407185628742%;
  }
  .nominate__list--3row {
    margin-left: 30.89311859443631%;
    width: 46.705710102489014%;
  }
  .nominate__list--3row .nominate__list-item {
    margin: 0 2.351097178683386%;
  }
  .nominate__list--4row {
    margin-left: 20.644216691068813%;
    width: 49.926793557833086%;
  }
  .nominate__list--4row .nominate__list-item {
    margin: 0 2.199413489736071%;
  }
  .nominate__list--5row {
    margin-left: 29.282576866764277%;
    width: 46.99853587115666%;
  }
  .nominate__list--5row .nominate__list-item {
    margin: 0 2.336448598130841%;
  }
  .nominate__list--6row {
    margin-left: 16.105417276720353%;
    width: 56.8081991215227%;
  }
  .nominate__list--6row .nominate__list-item {
    margin: 0 1.93298969072165%;
  }
  .nominate__list--7row {
    margin-left: 23.718887262079065%;
    width: 63.32357247437774%;
  }
  .nominate__list--7row .nominate__list-item {
    margin: 0 1.734104046242774%;
  }
  .nominate__list-link:hover {
    opacity: 0.7;
  }
  .prize {
    margin: 175px auto 0;
    max-width: 1104px;
  }
  .prize__title {
    width: 31.521739130434785%;
    top: -6.793478260869565%;
  }
  .prize__detail {
    padding-top: 8.152173913043478%;
    background: url("/2020contest/common/img/prize_bg_01_pc.png") no-repeat center top;
    background-size: 100% auto;
  }
  .prize__list {
    display: flex;
    flex-wrap: wrap;
  }
  .prize__list-item:nth-child(1) {
    width: 50%;
  }
  .prize__list-item:nth-child(2) {
    width: 50%;
  }
  .prize__list-item:nth-child(3) {
    width: 100%;
  }
  .cpn-detail {
    margin: 60px auto 0;
    max-width: 1366px;
  }
  .cpn-detail__title {
    margin: 0 auto;
    max-width: 73.20644216691069%;
    text-align: center;
  }
  .cpn-detail__detail {
    margin-top: -18.301610541727673%;
  }
  .cpn-detail__button-01 {
    width: 21.522693997071745%;
    top: 18.301610541727673%;
    right: 30.96632503660322%;
  }
  .cpn-detail__button-02 {
    width: 21.522693997071745%;
    top: 34.773060029282576%;
    right: 30.96632503660322%;
  }
  .cpn-detail__button-link:hover {
    opacity: 0.7;
  }
  .rule {
    margin: 130px auto 0;
    max-width: 1024px;
  }
  .rule__title {
    width: 49.21875%;
    top: -16.6015625%;
    left: 0;
    right: 0;
  }
  .rule__rule-outer {
    padding-top: 5.56640625%;
    background: url("/2020contest/common/img/rule_pic_frame-top_pc.png") no-repeat center top;
    background-size: 100% auto;
  }
  .rule__rule-inner {
    margin-top: -1px;
    padding-bottom: 5.56640625%;
    background: url("/2020contest/common/img/rule_pic_frame-bottom_pc.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .rule__rule-body {
    margin-bottom: -1px;
    padding: 7.8125% 4.8828125% 0;
    background: url("/2020contest/common/img/rule_pic_frame-middle_pc.png") repeat center top;
    background-size: 100% auto;
  }
  .rule__rule-text {
    padding: 0 40px;
    height: 225px;
    line-height: 2;
    font-size: 14px;
  }
  .rule__rule-text p,
  .rule__rule-text h3,
  .rule__rule-text h4,
  .rule__rule-text h5,
  .rule__rule-text ul,
  .rule__rule-text li {
    font-size: 14px;
  }
  .rule__rule-text a:hover {
    opacity: 0.7;
  }
  .rule__note {
    margin-top: 30px;
  }
  .rule__note-list-item {
    line-height: 2;
    font-size: 14px;
  }
  .link-area {
    margin: 70px auto;
    width: 425px;
    text-align: center;
  }
  .link-area__link:hover {
    opacity: 0.7;
  }
  .lp-modal {
    max-width: 610px;
  }
  .lp-modal__content img {
    max-width: 100%;
    max-height: calc(100vh - 200px);
  }
  .lp-modal-close__link {
    width: 90px;
    height: 90px;
  }
  .lp-modal-close__link::before,
  .lp-modal-close__link::after {
    width: 6px;
    height: 60px;
  }
  .lp-modal-close__link:hover {
    opacity: 0.7;
  }
  .footer {
    padding-top: 55px;
  }
  .footer__sns {
    margin: 0 auto;
    width: 260px;
  }
  .footer__sns-item {
    width: 76px;
  }
  .footer__sns-link:hover {
    opacity: 0.7;
  }
  .footer__contact {
    margin: 55px auto 0;
    text-align: center;
  }
  .footer__contact-link:hover {
    opacity: 0.7;
  }
  .footer__links {
    margin: 55px auto 0;
    width: 430px;
    display: flex;
    justify-content: space-between;
  }
  .footer__links-link:link,
  .footer__links-link:visited,
  .footer__links-link:hover {
    color: #fff;
  }
  .footer__brand {
    margin: 50px auto 0;
    width: 280px;
  }
  .footer__brand-item:nth-child(1) {
    width: 170px;
  }
  .footer__brand-item:nth-child(2) {
    width: 95px;
  }
  .footer__brand-link:hover {
    opacity: 0.7;
  }
  .footer__copy {
    margin-top: 50px;
    padding-bottom: 35px;
  }
  .footer__copy-item {
    margin-right: 1em;
  }
  .footer__copy-item:last-child {
    margin: 0;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 16px 40px;
    font-size: fs18;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 30px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 40px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: fs18;
    margin-bottom: 24px;
    padding: 30px 0;
  }
  .cards {
    width: 374px;
    height: 54px;
    margin-top: 24px;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 30px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  .fk-modalView-movie {
    max-width: 980px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  .fk-modalView-movie {
    max-width: 980px;
  }
  .rollover {
    opacity: 1;
  }
  .rollover:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .fk-gd {
    width: 90%;
  }
  .fk-gd-1-2 .fk-gd_col {
    width: 100%;
  }
  .fk-gd-1-3 .fk-gd_col {
    width: 100%;
  }
  .fk-title1 {
    font-size: 24px;
  }
  .fk-title2 {
    font-size: 24px;
  }
  .fk-title3 {
    font-size: 16px;
  }
  .fk-title4 {
    font-size: 14px;
  }
  .fk-title5 {
    font-size: 12px;
  }
  .fk-title6 {
    font-size: 10px;
  }
  .fk-ft--xl {
    font-size: 24px;
  }
  .fk-ft--l {
    font-size: 16px;
  }
  .fk-ft--m {
    font-size: 14px;
  }
  .fk-ft--s {
    font-size: 12px;
  }
  .fk-ft--xs {
    font-size: 10px;
  }
  .fk-ft--xxs {
    font-size: 8px;
  }
  .visual__logo {
    width: 38.93333333333333%;
    top: 2%;
    left: 2%;
  }
  .about__detail {
    background: url("/2020contest/common/img/about_bg_01_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .about__img > img {
    width: 100%;
  }
  .result {
    margin-top: 4.666666666666667%;
    background: url("/2020contest/common/img/result_bg_01_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .result__list-block {
    margin: 0 auto;
    width: 79.60000000000001%;
    top: 23.733333333333334%;
    left: 0;
    right: 0;
  }
  .result__list {
    margin-top: 5.862646566164154%;
  }
  .result__list--1row .result__list-item {
    margin: 0 1.507537688442211%;
  }
  .result__list--2row {
    margin-left: auto;
    margin-right: auto;
    width: 52.76381909547738%;
  }
  .result__list--2row .result__list-item {
    margin: 0 2.857142857142857%;
  }
  .result__list--3row .result__list-item {
    margin: 0 1.507537688442211%;
  }
  .result__list--4row {
    margin-left: auto;
    margin-right: auto;
    width: 58.96147403685092%;
  }
  .result__list--4row .result__list-item {
    margin: 0 2.556818181818182%;
  }
  .result__btn {
    width: 23.200000000000003%;
  }
  .result__section--first .result__btn {
    top: 46%;
    left: 1.066666666666667%;
  }
  .result__section--third .result__btn {
    bottom: 37.6%;
    right: 9.066666666666666%;
  }
  .nominate {
    margin-top: 2.666666666666667%;
  }
  .nominate__title {
    top: 2%;
  }
  .nominate__detail {
    padding: 59.06666666666667% 0 15.333333333333332%;
    background: url("/2020contest/common/img/nominate_bg_01_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .nominate__list {
    margin-top: 13.333333333333334%;
  }
  .nominate__list:first-child {
    margin-top: 0;
  }
  .nominate__list--1row {
    margin-left: 10.266666666666667%;
    width: 81.46666666666667%;
  }
  .nominate__list--1row .nominate__list-item {
    margin: 0 1.636661211129296%;
  }
  .nominate__list--2row {
    margin-left: 5.333333333333334%;
    width: 90%;
  }
  .nominate__list--2row .nominate__list-item {
    margin: 0 1.481481481481482%;
  }
  .nominate__list--3row {
    margin-left: 14.399999999999999%;
    width: 71.86666666666667%;
  }
  .nominate__list--3row .nominate__list-item {
    margin: 0 1.855287569573284%;
  }
  .nominate__list--4row {
    margin-left: 10.8%;
    width: 79.06666666666666%;
  }
  .nominate__list--4row .nominate__list-item {
    margin: 0 1.686340640809443%;
  }
  .nominate__list--5row {
    margin-left: 13.733333333333334%;
    width: 73.06666666666666%;
  }
  .nominate__list--5row .nominate__list-item {
    margin: 0 1.824817518248175%;
  }
  .nominate__list--6row {
    margin-left: 5.333333333333334%;
    width: 90%;
  }
  .nominate__list--6row .nominate__list-item {
    margin: 0 1.481481481481482%;
  }
  .nominate__list--7row {
    margin-left: 5.333333333333334%;
    width: 90%;
  }
  .nominate__list--7row .nominate__list-item {
    margin: 0 1.481481481481482%;
  }
  .prize {
    margin-top: 18.666666666666668%;
  }
  .prize__title {
    top: -3.6%;
  }
  .prize__detail {
    background: url("/2020contest/common/img/prize_bg_01_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .prize__list-item {
    position: relative;
  }
  .prize__list-item:nth-child(1) {
    z-index: 50;
  }
  .prize__list-item:nth-child(2) {
    z-index: 40;
  }
  .prize__list-item:nth-child(3) {
    z-index: 30;
  }
  .prize__list-item:nth-child(1) > img {
    margin-top: -4%;
  }
  .prize__list-item:nth-child(2) > img {
    margin-top: -17.066666666666666%;
  }
  .prize__list-item:nth-child(3) > img {
    margin-top: -18%;
  }
  .cpn-detail {
    margin-top: 2.666666666666667%;
  }
  .cpn-detail__title {
    margin: 0;
    text-align: center;
  }
  .cpn-detail__detail {
    margin-top: -12.666666666666668%;
  }
  .cpn-detail__button-01 {
    width: 39.733333333333334%;
    top: 15.333333333333332%;
    right: 8.666666666666668%;
  }
  .cpn-detail__button-02 {
    width: 39.733333333333334%;
    top: 39.33333333333333%;
    right: 8.666666666666668%;
  }
  .rule {
    margin-top: 18%;
  }
  .rule__title {
    top: -14.000000000000002%;
    left: 0;
    right: 0;
  }
  .rule__detail {
    padding: 0 4.266666666666667%;
  }
  .rule__rule-outer {
    padding-top: 11.224489795918368%;
    background: url("/2020contest/common/img/rule_pic_frame-top_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .rule__rule-inner {
    margin-top: -1px;
    padding-bottom: 11.224489795918368%;
    background: url("/2020contest/common/img/rule_pic_frame-bottom_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .rule__rule-body {
    margin-bottom: -1px;
    padding: 13.119533527696792% 5.102040816326531% 0;
    background: url("/2020contest/common/img/rule_pic_frame-middle_sp.png") repeat center top;
    background-size: 100% auto;
  }
  .rule__rule-text {
    padding: 0 5.681818181818182%;
    height: 280px;
    line-height: 1.6;
    font-size: 12px;
  }
  .rule__rule-text p,
  .rule__rule-text h3,
  .rule__rule-text h4,
  .rule__rule-text h5,
  .rule__rule-text ul,
  .rule__rule-text li {
    font-size: 12px;
  }
  .rule__note {
    margin-top: 8.746355685131196%;
  }
  .rule__note-list-item {
    line-height: 1.6;
    font-size: 12px;
  }
  .link-area {
    margin: 14.666666666666666% auto;
    width: 64.93333333333334%;
  }
  .lp-modal {
    width: calc(100vw - 100px);
  }
  .lp-modal__content img {
    width: 100%;
  }
  .lp-modal--height-over {
    width: auto;
    height: calc(100vh - 100px);
  }
  .lp-modal-close__link {
    width: 45px;
    height: 45px;
  }
  .lp-modal-close__link::before,
  .lp-modal-close__link::after {
    width: 4px;
    height: 36px;
  }
  .footer {
    padding-top: 6.666666666666667%;
  }
  .footer__sns {
    margin: 0 auto;
    width: 76%;
  }
  .footer__sns-item {
    width: 29.47368421052631%;
  }
  .footer__contact {
    margin: 5.333333333333334% auto 0;
    width: 76%;
  }
  .footer__contact-link > img {
    width: 100%;
  }
  .footer__links {
    margin-top: 12%;
  }
  .footer__links-item {
    margin-top: 2.933333333333333%;
    text-align: center;
  }
  .footer__links-item:first-child {
    margin-top: 0;
  }
  .footer__links-link:link,
  .footer__links-link:visited {
    color: #fff;
  }
  .footer__links-link:hover {
    text-decoration: none;
  }
  .footer__brand {
    margin: 10.666666666666668% auto 0;
    width: 66.66666666666666%;
  }
  .footer__brand-item:nth-child(1) {
    width: 58.4%;
  }
  .footer__brand-item:nth-child(2) {
    width: 32%;
  }
  .footer__copy {
    margin-top: 8%;
    padding-bottom: 6.666666666666667%;
    flex-wrap: wrap;
  }
  .footer__copy-item:first-child {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 12px 20px;
    font-size: fs14;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: fs14;
    margin-bottom: 16px;
    padding: 5.084745762711865%;
  }
  .cards {
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-top: 14.545454545454545%;
  }
  .cards img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 20px;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  #fk-modalView {
    width: 90%;
  }
  #fk-modalView img {
    width: 100%;
  }
  .fk-modalElement__closeBtn {
    float: right;
  }
  #fk-modalView {
    width: 90%;
  }
  #fk-modalView img {
    width: 100%;
  }
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .rule__title {
    top: -10.666666666666668%;
  }
}
@media screen and (max-width: 360px) {
  .rule__title {
    top: -8.666666666666668%;
  }
}
