@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@700&display=swap");
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

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

.font, body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #505050; }
  @media screen and (max-width: 749px) {
    .font, body {
      font-size: 1.3rem; } }

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.bg {
  height: 500px;
  background: linear-gradient(90deg, #98feaf 0%, #98fefe 50.25%, #c0c2fd 100%);
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0; }
  @media screen and (max-width: 749px) {
    .bg {
      top: 63px;
      height: 250px; } }
  .bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    width: 100%; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF; }

div,
main,
section {
  display: block;
  position: relative; }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

sup {
  vertical-align: super;
  font-size: 50%; }

b,
em {
  font-weight: 900; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }
  a.block {
    display: block; }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5 !important; }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.bg_white {
  background: #FFF; }

.bg_black {
  background: #000; }

.bg_grad-rg {
  background: linear-gradient(90deg, #59c1b0 0%, #56b5d8 100%); }

.bg_grad-b {
  background: linear-gradient(180deg, #30aad9 0%, #3b49a7 100%); }

.bg_grad-b2 {
  background: linear-gradient(0deg, #30aad9 0%, #3b49a7 100%); }

.bg_silver {
  background: #C7C6C6; }

.bg_blue {
  background: #376FBB; }

.bg_green {
  background: #4AA294; }

.bg_yellow {
  background: #F8DF3B; }

.bg_kiban_burn {
  z-index: 0; }
  .bg_kiban_burn::after {
    opacity: 0.5;
    content: "";
    background-image: url("../img/bg_kiban.png");
    background-size: 1410px 1400px;
    background-repeat: repeat-y;
    background-position: center top;
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bg_kiban_burn::after {
        opacity: 0.2; } }

.bg_kiban_screen {
  z-index: 0; }
  .bg_kiban_screen::after {
    opacity: 0.5;
    content: "";
    background-image: url("../img/bg_kiban.png");
    background-size: 1410px 1400px;
    background-repeat: repeat-y;
    background-position: center top;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bg_kiban_screen::after {
        opacity: 0.2; } }

.text_white {
  color: #FFF; }

.text_black {
  color: #000; }

.text_grad-rg {
  color: linear-gradient(90deg, #59c1b0 0%, #56b5d8 100%); }

.text_grad-b {
  color: linear-gradient(180deg, #30aad9 0%, #3b49a7 100%); }

.text_grad-b2 {
  color: linear-gradient(0deg, #30aad9 0%, #3b49a7 100%); }

.text_silver {
  color: #C7C6C6; }

.text_blue {
  color: #376FBB; }

.text_green {
  color: #4AA294; }

.text_yellow {
  color: #F8DF3B; }

.hr_white {
  border-top: 1px solid #FFF; }

.hr_black {
  border-top: 1px solid #000; }

.hr_grad-rg {
  border-top: 1px solid linear-gradient(90deg, #59c1b0 0%, #56b5d8 100%); }

.hr_grad-b {
  border-top: 1px solid linear-gradient(180deg, #30aad9 0%, #3b49a7 100%); }

.hr_grad-b2 {
  border-top: 1px solid linear-gradient(0deg, #30aad9 0%, #3b49a7 100%); }

.hr_silver {
  border-top: 1px solid #C7C6C6; }

.hr_blue {
  border-top: 1px solid #376FBB; }

.hr_green {
  border-top: 1px solid #4AA294; }

.hr_yellow {
  border-top: 1px solid #F8DF3B; }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .mt130 {
      margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .mt140 {
      margin-top: 70px !important; } }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap100 {
      padding: 0 20px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap500 {
      padding: 0 20px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap600 {
      padding: 0 20px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap700 {
      padding: 0 20px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap800 {
      padding: 0 20px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap900 {
      padding: 0 20px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 20px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1100 {
      padding: 0 20px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1200 {
      padding: 0 20px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1300 {
      padding: 0 20px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 20px; } }

.header__inner, .headerSpNav, .visually-hidden, .footerLink, .footer__inner, footer.footer {
  display: none; }

.label {
  display: flex;
  z-index: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700; }
  @media screen and (min-width: 750px) {
    .label {
      height: 75px; } }
  @media screen and (max-width: 749px) {
    .label {
      flex-wrap: wrap;
      padding: 15px 0;
      text-align: center; } }
  @media screen and (max-width: 749px) {
    .label {
      font-size: 2.0rem; } }
  .label em {
    color: #F8DF3B;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    display: inline-block; }
    @media screen and (max-width: 749px) {
      .label em {
        font-size: 2.8rem; } }
  .label::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: skewX(-15deg);
    background: linear-gradient(90deg, #30aad9 0%, #3b49a7 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .label::after {
        transform: skewX(-10deg); } }

.btn_type1 {
  width: 585px;
  height: 80px;
  background: linear-gradient(90deg, #59c1b0 0%, #56b5d8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 900;
  border-radius: 100vh;
  transition: transform 0.4s; }
  @media screen and (max-width: 749px) {
    .btn_type1 {
      width: 90%;
      height: 50px;
      font-size: 2.0rem; } }
  .btn_type1:hover {
    transform: scale(1.1); }

.share {
  display: flex;
  align-items: center;
  width: 100px;
  height: 37px;
  position: absolute;
  right: 0;
  top: -37px;
  padding-bottom: 15px; }
  .share::after {
    content: "";
    width: 100%;
    height: 7px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0; }
  .share_text {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem; }
  .share_icon {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s; }
    .share_icon:hover {
      opacity: 0.5; }
    .share_icon-fb {
      width: 8px;
      margin-left: 17px; }
    .share_icon-tw {
      width: 15px;
      margin-left: 20px; }
  .share-top {
    top: 0;
    padding-top: 15px;
    padding-bottom: 0; }
    .share-top::after {
      top: 0;
      bottom: auto; }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; } }

@keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; } }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .mt130 {
      margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .mt140 {
      margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt130 {
    margin-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt140 {
    margin-top: 140px !important; } }

.pt10 {
  display: block;
  padding-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .pt10 {
      padding-top: 5px !important; } }

.pt20 {
  display: block;
  padding-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .pt20 {
      padding-top: 10px !important; } }

.pt30 {
  display: block;
  padding-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .pt30 {
      padding-top: 15px !important; } }

.pt40 {
  display: block;
  padding-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .pt40 {
      padding-top: 20px !important; } }

.pt50 {
  display: block;
  padding-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .pt50 {
      padding-top: 25px !important; } }

.pt60 {
  display: block;
  padding-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .pt60 {
      padding-top: 30px !important; } }

.pt70 {
  display: block;
  padding-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .pt70 {
      padding-top: 35px !important; } }

.pt80 {
  display: block;
  padding-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .pt80 {
      padding-top: 40px !important; } }

.pt90 {
  display: block;
  padding-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .pt90 {
      padding-top: 45px !important; } }

.pt100 {
  display: block;
  padding-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .pt100 {
      padding-top: 50px !important; } }

.pt110 {
  display: block;
  padding-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .pt110 {
      padding-top: 55px !important; } }

.pt120 {
  display: block;
  padding-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .pt120 {
      padding-top: 60px !important; } }

.pt130 {
  display: block;
  padding-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .pt130 {
      padding-top: 65px !important; } }

.pt140 {
  display: block;
  padding-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .pt140 {
      padding-top: 70px !important; } }

.pb10 {
  display: block;
  padding-bottom: 10px !important; }
  @media screen and (max-width: 749px) {
    .pb10 {
      padding-bottom: 5px !important; } }

.pb20 {
  display: block;
  padding-bottom: 20px !important; }
  @media screen and (max-width: 749px) {
    .pb20 {
      padding-bottom: 10px !important; } }

.pb30 {
  display: block;
  padding-bottom: 30px !important; }
  @media screen and (max-width: 749px) {
    .pb30 {
      padding-bottom: 15px !important; } }

.pb40 {
  display: block;
  padding-bottom: 40px !important; }
  @media screen and (max-width: 749px) {
    .pb40 {
      padding-bottom: 20px !important; } }

.pb50 {
  display: block;
  padding-bottom: 50px !important; }
  @media screen and (max-width: 749px) {
    .pb50 {
      padding-bottom: 25px !important; } }

.pb60 {
  display: block;
  padding-bottom: 60px !important; }
  @media screen and (max-width: 749px) {
    .pb60 {
      padding-bottom: 30px !important; } }

.pb70 {
  display: block;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 749px) {
    .pb70 {
      padding-bottom: 35px !important; } }

.pb80 {
  display: block;
  padding-bottom: 80px !important; }
  @media screen and (max-width: 749px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.pb90 {
  display: block;
  padding-bottom: 90px !important; }
  @media screen and (max-width: 749px) {
    .pb90 {
      padding-bottom: 45px !important; } }

.pb100 {
  display: block;
  padding-bottom: 100px !important; }
  @media screen and (max-width: 749px) {
    .pb100 {
      padding-bottom: 50px !important; } }

.pb110 {
  display: block;
  padding-bottom: 110px !important; }
  @media screen and (max-width: 749px) {
    .pb110 {
      padding-bottom: 55px !important; } }

.pb120 {
  display: block;
  padding-bottom: 120px !important; }
  @media screen and (max-width: 749px) {
    .pb120 {
      padding-bottom: 60px !important; } }

.pb130 {
  display: block;
  padding-bottom: 130px !important; }
  @media screen and (max-width: 749px) {
    .pb130 {
      padding-bottom: 65px !important; } }

.pb140 {
  display: block;
  padding-bottom: 140px !important; }
  @media screen and (max-width: 749px) {
    .pb140 {
      padding-bottom: 70px !important; } }

.fs20 {
  font-size: 2.0rem; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 400; }

.fw700 {
  font-weight: 400; }

.fw900 {
  font-weight: 400; }

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #FFF; }
  @media screen and (min-width: 750px) {
    .header {
      height: 80px; } }
  @media screen and (max-width: 749px) {
    .header {
      height: 63px; } }
  @media screen and (min-width: 750px) and (max-width: 2000px) {
    .header {
      padding: 0 12%; } }
  .headerInner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1080px; }
  .header_logo {
    width: 283px;
    display: block; }
    @media screen and (max-width: 749px) {
      .header_logo {
        width: 50%;
        margin: auto; } }
  .header_switch {
    width: 25px; }
    @media screen and (min-width: 750px) {
      .header_switch {
        display: none; } }
  .header_menuWrap {
    display: flex;
    align-items: center;
    margin-left: auto; }
    @media screen and (max-width: 749px) {
      .header_menuWrap {
        display: none; } }
  .header_menu-message {
    width: 71px;
    margin-left: 20px; }
  .header_menu-winners {
    width: 69px;
    margin-left: 53px; }
  .header_menu-mc {
    width: 25px;
    margin-left: 53px; }
  .header_menu-campaign {
    width: 86px;
    margin-left: 60px; }
  .header_menu-information {
    width: 100px;
    margin-left: 51px; }

.container {
  padding-top: 80px; }
  @media screen and (max-width: 749px) {
    .container {
      padding-top: 63px; } }

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  .modal_dialog {
    background: #FFF;
    width: 100%;
    max-width: 700px;
    height: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 58px; }
    @media screen and (max-width: 749px) {
      .modal_dialog {
        width: 92%;
        height: 50%;
        min-height: 350px;
        padding-top: 35px; } }
    .modal_dialog_ikehata {
      width: 174px;
      margin: auto; }
      @media screen and (max-width: 749px) {
        .modal_dialog_ikehata {
          width: 36%; } }
    .modal_dialog_uchida {
      width: 190px;
      margin: auto; }
      @media screen and (max-width: 749px) {
        .modal_dialog_uchida {
          width: 38%; } }
    .modal_dialog_close {
      width: 26px;
      position: absolute;
      top: 22px;
      right: 24px;
      cursor: pointer; }
      @media screen and (max-width: 749px) {
        .modal_dialog_close {
          width: 13px;
          top: 11px;
          right: 11px; } }
    .modal_dialog_textWrap {
      height: calc(100% - 195px); }
      @media screen and (min-width: 750px) {
        .modal_dialog_textWrap {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 38px; } }
      @media screen and (max-width: 749px) {
        .modal_dialog_textWrap {
          overflow-y: scroll;
          margin-top: 20px;
          height: calc(100% - 121px);
          line-height: 1.38; } }
    @media screen and (min-width: 750px) {
      .modal_dialog_text {
        padding: 0 50px; } }
    @media screen and (max-width: 749px) {
      .modal_dialog_text {
        padding: 0 4%; } }
    .modal_dialog_menu {
      display: block;
      margin: auto; }
      .modal_dialog_menuWrap {
        height: calc(100% - 35px);
        display: flex;
        flex-direction: column; }
      .modal_dialog_menu-message {
        width: 22%; }
      .modal_dialog_menu-winners {
        width: 20%; }
      .modal_dialog_menu-mc {
        width: 7%; }
      .modal_dialog_menu-campaign {
        width: 25%; }
      .modal_dialog_menu-information {
        width: 30%; }

.fv {
  padding: 80px 12% 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .fv {
      padding: 45px 2% 0; } }
  .fv_movie {
    background: linear-gradient(#fff 0%, #d9d9d9 100%);
    filter: drop-shadow(6.25px 6.25px 6.25px rgba(75, 80, 104, 0.3));
    max-width: 1080px;
    width: 100%; }
    .fv_movie iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.message_title {
  width: 153px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .message_title {
      width: 25%; } }

.winners_title {
  width: 147px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .winners_title {
      width: 26%; } }
  .winners_title-diamond {
    width: 143px; }
    @media screen and (max-width: 749px) {
      .winners_title-diamond {
        width: 26% !important; } }
  .winners_title-gold {
    width: 72px; }
    @media screen and (max-width: 749px) {
      .winners_title-gold {
        width: 14% !important; } }
  .winners_title-silver {
    width: 93px; }
    @media screen and (max-width: 749px) {
      .winners_title-silver {
        width: 20% !important; } }

.winners_subTitle {
  max-width: 1200px;
  margin: 63px auto 0; }
  .winners_subTitle-sales {
    width: 201px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .winners_subTitle-sales {
        width: 36% !important; } }
  .winners_subTitle-smb {
    width: 268px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .winners_subTitle-smb {
        width: 46% !important; } }
  .winners_subTitle-best {
    width: 255px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .winners_subTitle-best {
        width: 46% !important; } }
  .winners_subTitle::after, .winners_subTitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 35%;
    background: #505050;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .winners_subTitle::after, .winners_subTitle::before {
        width: 18%; } }
  .winners_subTitle::before {
    left: 0; }
  .winners_subTitle::after {
    right: 0; }

.winnersList {
  max-width: 220px;
  width: 22%;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 40px 4%;
  white-space: nowrap; }
  .winnersListWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 990px;
    margin: 35px auto 0;
    flex-wrap: wrap; }
  .winnersList_image {
    padding-top: 0 !important; }
    .winnersList_image::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #FFF;
      position: absolute;
      left: 0;
      top: 0;
      box-sizing: border-box; }
  .winnersList img {
    filter: drop-shadow(6.25px 6.25px 6.25px rgba(75, 80, 104, 0.2)); }
  @media screen and (max-width: 749px) {
    .winnersList {
      width: 45%;
      margin: 0 0 20px;
      font-size: 1.0rem; }
      .winnersList:nth-of-type(2n) {
        margin: 0 0 20px 3%; } }
  @media screen and (min-width: 750px) {
    .winnersList:first-child, .winnersList:nth-of-type(5n) {
      margin-left: 0; } }
  .winnersList span {
    display: block;
    padding-top: 10px; }

.mc_title {
  width: 380px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .mc_title {
      width: 64%; } }

.mc_flex {
  background: #FFF;
  width: calc(90% / 2);
  padding-bottom: 32px; }
  .mc_flexWrap {
    max-width: 700px;
    margin: auto;
    display: flex; }
    @media screen and (max-width: 749px) {
      .mc_flexWrap {
        flex-wrap: wrap;
        max-width: 200px; } }
  @media screen and (max-width: 749px) {
    .mc_flex {
      width: 100%;
      padding-bottom: 17px; } }
  .mc_flex:first-child {
    margin-right: auto; }
  .mc_flex:last-child {
    margin-left: auto; }
    @media screen and (max-width: 749px) {
      .mc_flex:last-child {
        margin-top: 41px; } }
  .mc_flex_image {
    width: 100%; }
  .mc_flex_name {
    margin: 34px auto 0; }
    .mc_flex_name-ikehata {
      width: 174px; }
      @media screen and (max-width: 749px) {
        .mc_flex_name-ikehata {
          width: 60%; } }
    .mc_flex_name-uchida {
      width: 190px; }
      @media screen and (max-width: 749px) {
        .mc_flex_name-uchida {
          width: 65%; } }
  .mc_flex_link {
    margin: 25px auto 0;
    max-width: 330px;
    width: 90%;
    cursor: pointer; }
    @media screen and (max-width: 749px) {
      .mc_flex_link {
        width: 165px; } }

.campaign_title {
  width: 320px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .campaign_title {
      width: 53%; } }

.campaign_image {
  width: 600px;
  margin: 35px auto 0; }
  @media screen and (max-width: 749px) {
    .campaign_image {
      width: 96%; } }

.information_title {
  width: 211px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .information_title {
      width: 35%; } }

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #fafafa 0%, #d9d9d9 100%); }
  @media screen and (min-width: 750px) {
    .footer {
      height: 150px;
      margin-top: 138px; } }
  @media screen and (max-width: 749px) {
    .footer {
      height: 75px;
      margin-top: 65px; } }
  .footer_copy {
    line-height: 1;
    font-size: 1.2rem; }
    @media screen and (max-width: 749px) {
      .footer_copy {
        font-size: 0.9rem; } }

.wrap {
	padding-top:0 !important;
}
