@charset "euc-jp";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #021847;
  font-size: 16px;
  line-height: 2.2em;
  color: #f1f1f1;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-image: url(../images/main2_pc.png), url(../images/gra_footer.png);
  background-position: center top -80px, center bottom;
  background-repeat: no-repeat, repeat-x;
}

p {
  margin-bottom: 1.5em;
}

a:hover img {
  filter: brightness(80%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.small {
  font-size: 0.6em;
}

.word-block {
  display: block;
}

/* -------------------------------------------------
main
-------------------------------------------------*/

#main-wrapper {
  width: 100%;
  height: 840px;
  position: relative;
}

#main-wrapper h1 {
  position: absolute;
  left: calc(50% - 287px);
  top: 363px;
  width: 574px;
  height: auto;
}

#main-wrapper h2 {
  position: absolute;
  left: calc(50% - 399px);
  top: 676px;
  width: 795px;
  height: auto;
}

#main-wrapper h1 img,
#main-wrapper h2 img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------
supporters
-------------------------------------------------*/

#supporters-wrapper {
  color: #21288d;
  background-color: #e3e3e3;
  width: 100%;
  max-width: 1420px;
  padding: 80px 40px 80px 40px;
  margin: 0 auto;
}

#supporters-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

#supporters-container h2 {
  font-size: 48px;
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro H", "TsukuGoPro-H";
  line-height: 1.4em;
  margin-bottom: 0.8em;
}


#supporters-container p {
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 3em;
}

#supporters-container p span {
  display: inline-block;
}

#contact-wrapper {
  background-color: #fff;
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
  font-size: 16px;
  padding: 1.5em 2em 2em 2em;
  line-height: 1.5;
}

#contact-wrapper h4 {
  font-size: 20px;
  margin-bottom: 1.0em;
}

#contact-wrapper a {
  text-decoration: none;
  color: #21288d;
}

.supporters-name {
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 40px 0;
}

.supporters-name span {
  display: block;
  width: 46%;
  padding: 0 2%;
  margin-bottom: 1.5em;
}

#notice {
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
  font-size: 16px;
  margin: 40px 0;
}

/* -------------------------------------------------
official site
-------------------------------------------------*/

#official-wrapper {
  width: 100%;
  padding: 0px 0 80px 0;
  text-align: center;
}

#official-wrapper a {
  display: inline-block;
  color: #021847;
  background-color: #fff;
  font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro E", "TsukuGoPro-E";
  font-size: 24px;
  border-radius: 100px;
  padding: 0.8em 2.2em 1.0em 3.2em;
  line-height: 1;
  background-image: url(../images/icon_arrow2.png);
  background-repeat: no-repeat;
  background-position:left 26px center;
  background-size: 30px auto;
  text-decoration: none;
}

/* -------------------------------------------------
sns share
-------------------------------------------------*/

#sns-container {
  width: 100%;
  background-color: #181616;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4px;
  z-index: 3;
}

ul#social {
  width: 100%;
  align-items: center;
}

#social li {
  display: inline-block;
  height: 27px;
  vertical-align: bottom;
  padding: 0 0;
  margin: 5px 2px 0 2px;
  overflow: hidden;
}

/* -------------------------------------------------
1200°Ê²¼
-------------------------------------------------*/

@media only screen and (max-width: 1200px) {

  body {
    font-size: 1.33vw;
    background-image: url(../images/main2_pc.png), url(../images/gra_footer.png);
    background-position: center top -6.66vw, center bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 125% auto, auto auto;
  }

  /* -------------------------------------------------
main 1200
-------------------------------------------------*/

  #main-wrapper {
    height: 70vw;
  }

  #main-wrapper h1 {
    position: absolute;
    left: calc(50% - 23.91vw);
    top: 30.25vw;
    width: 47.83vw;
  }

  #main-wrapper h2 {
    position: absolute;
    left: calc(50% - 33.25vw);
    top: 56.33vw;
    width: 66.25vw;
  }

  /* -------------------------------------------------
supporters 1200
-------------------------------------------------*/

  #supporters-wrapper {
    width: auto;
    padding: 6.66vw 3.33vw 6.66vw 3.33vw;
  }

  #supporters-container {
    width: auto;
  }

  #supporters-container h2 {
    font-size: 4vw;
  }

  #supporters-container h3 {
    font-size: 3vw;
  }

  #supporters-container p {
    font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
    font-size: 1.33vw;
  }

  #contact-wrapper {
    font-size: 1.33vw;
  }

  #contact-wrapper h4 {
    font-size: 1.66vw;
  }

  .supporters-name {
    font-size: 1.33vw;
    margin: 3.33vw 0;
  }

  #notice {
    font-family: "FOT-ÃÞ»ç¥´¥·¥Ã¥¯ Pro B", "TsukuGoPro-B";
    font-size: 1.33vw;
    margin: 3.33vw 0;
  }

  /* -------------------------------------------------
official site 1200
-------------------------------------------------*/

  #official-wrapper {
    width: 100%;
    padding: 0 0 6.66vw 0;
    text-align: center;
  }

  #official-wrapper a {
    font-size: 2vw;
    background-position: left 2.16vw center;
    background-size: 2.5vw auto;
  }

}

/* -------------------------------------------------
640°Ê²¼
-------------------------------------------------*/

@media only screen and (max-width: 640px) {

  body {
    font-size: 3.43vw;
    background-image: url(../images/main2_sp.png), url(../images/gra_footer.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 100% auto, auto 80vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* -------------------------------------------------
main 640
-------------------------------------------------*/

  #main-wrapper {
    width: 100%;
    height: 180vw;
    position: relative;
  }

  #main-wrapper h1 {
    position: absolute;
    left: calc(50% - 37.26vw);
    top: 88vw;
    width: 74.53vw;
    height: auto;
  }

  #main-wrapper h2 {
    position: absolute;
    left: calc(50% - 40vw);
    top: 140vw;
    width: 80vw;
    height: auto;
  }

  /* -------------------------------------------------
supporters 640
-------------------------------------------------*/

  #supporters-wrapper {
    width: calc(100% - 10vw);
    padding: 10vw 5vw 10vw 5vw;
  }

  #supporters-container h2 {
    font-size: 7vw;
  }

  #supporters-container h2 span {
    display: inline-block;
  }

  #supporters-container p {
    font-size: 3.6vw;
    text-align: left;
  }

  #supporters-container p span {
    display: inline;
  }

  #contact-wrapper {
    font-size: 3.2vw;
  }

  #contact-wrapper h4 {
    font-size: 3.8vw;
  }

  .supporters-name {
    font-size: 3.6vw;
    margin: 10vw 0;
  }

  .supporters-name span {
    display: block;
    width: 46%;
    padding: 0 2%;
    margin-bottom: 1.5em;
  }

  #notice {
    font-size: 3.6vw;
    margin: 8vw 0;
  }

  /* -------------------------------------------------
official site 640
-------------------------------------------------*/

  #official-wrapper {
    padding: 0 0 12vw 0;
  }

  #official-wrapper a {
    font-size: 5vw;
    border-radius: 20vw;
    padding: 0.8em 1.8em 1.0em 2.8em;
    background-position: left 6vw center;
    background-size: 5vw auto;
  }

}