html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: -0.2px;
  font-family: sans-serif;
  font-size: 14px;
  color: #000;
}

body a {
  color: #0e79d1;
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

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

.show-pc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .show-pc {
    display: inherit;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e7e8;
}

@media screen and (min-width: 1000px) {
  .header {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 16px;
  }
}

.header-logo {
  width: 110px;
  display: block;
}

@media screen and (min-width: 1000px) {
  .header-logo {
    width: 130px;
  }
}

.contents-wrapper {
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  .contents-wrapper {
    width: 970px;
    margin: 0 auto 200px;
  }
}

h1.main-visual {
    font-size: 18px;
    text-align: center;
    color: #a9a9a9;
}

@media screen and (max-width: 414px) {
    h1.main-visual {
        font-size: 12px;
    }
}

.main-visual img {
  width: 100%;
}

.section {
  margin: 16px auto 40px;
  padding: 0 5px;
}

.section.main-visual {
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .section {
    margin: 40px auto 80px;
    padding: 0;
  }
}

/* twitter sp表示 */
.umekomi {
    height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

@media screen and (max-width: 414px) {
    .umekomi {
        height: 500px;
    }
}

.twitter-tweet {
    margin: 10px auto;
}

@media screen and (max-width: 414px) {
    .twitter-tweet {
        width: 100% ;
    }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
    iframe.twitter-timeline-rendered{
        width: 490px !important;
    }
}

@media screen and (max-width: 480px) {
    iframe.twitter-timeline-rendered {
        width: 450px !important;
        margin:0 auto;
    }
}

.timeline-Widget {
    max-width: 300px !important;
    width:200px !important;
}

.section-lead {
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
}



.section-lead.is--bordered {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
}

@media screen and (min-width: 1000px) {
  .section-lead {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
  }
  .section-lead.is--bordered {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 26px;
  }
}

.section-lead-fontAdjust{
  font-size: 31.5px;
}

@media screen and (max-width: 414px){
  .section-lead-fontAdjust{
    font-size: 20px;
    line-height: 1.4;
  }
}

.btn {
  position: relative;
  max-width: 285px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5) inset, -1px -1px 2px 0px rgba(0, 0, 0, 0.5) inset;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
}

.btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 22.5px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11px;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 13px 22.5px;
}

.btn-end::after {
  content: none !important;
}

.btn.is--positive {
  background-color: #1677d1;
}

.btn.is--negative {
  background-color: #a72c5b;
}

.btn:hover {
  box-shadow: none;
}

@media screen and (min-width: 1000px) {
  .btn {
    max-width: 570px;
    padding: 24px;
    font-size: 32px;
    border-radius: 60px;
  }
}

.btn-vote {
  width: 100%;
  padding: 16px;
  font-size: 16px;
}

.btn-vote:first-child {
  margin-right: 16px;
}

.btn-vote::after {
  width: 6.5px;
  height: 11px;
  right: 12px;
  margin-top: -5.5px;
  background-size: 6.5px 11px;
}

@media screen and (min-width: 1000px) {
  .btn-vote {
    max-width: 324px;
    padding: 24px;
    font-size: 32px;
  }
  .btn-vote:first-child {
    margin-right: 32px;
  }
  .btn-vote::after {
    width: 13px;
    height: 22px;
    right: 24px;
    margin-top: -11px;
    background-size: 13px 22px;
  }
}

.btn-sns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 24px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
}

.btn-sns img {
  width: 40px;
  height: 40px;
}

.btn-sns::after {
  display: none;
}

.btn-sns.is--twitter {
  background-color: #1da1f2;
}

.btn-sns.is--facebook {
  background-color: #1877f2;
}

@media screen and (min-width: 1000px) {
  .btn-sns {
    margin: 20px;
    font-size: 22px;
  }
  .btn-sns img {
    margin-right: 10px;
  }
}

.project-detail {
  margin: 20px 0;
  padding: 0 5px;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (min-width: 1000px) {
  .project-detail {
    line-height: 1.8;
  }
}

.questionare-wrapper img {
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width: 1000px) {
  .questionare-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .questionare-wrapper img {
    width: 475px;
    height: 100%;
    margin-top: 0;
  }
}

.section-supporter {
  margin: 50px 0;
  padding: 13px 4px;
  border: solid 1px #ededed;
}

@media screen and (min-width: 1000px) {
  .section-supporter {
    margin: 80px 0;
    padding: 40px 0 60px;
  }
}

.signature-wrapper, .vote-wrapper {
  margin: 0 -5px;
  padding: 18px 10px;
  border: solid 10px #ececec;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .signature-wrapper, .vote-wrapper {
    margin: 0;
    padding: 32px 12px;
    border: solid 20px #ececec;
  }
}

.signature-lead {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 1000px) {
  .signature-lead {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.vote-lead {
  margin-bottom: 15px;
  font-size: 15px;
}

@media screen and (min-width: 1000px) {
  .vote-lead {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.vote-heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}

.vote-heading span {
  display: block;
  margin-top: 5px;
  font-size: 21px;
}

@media screen and (min-width: 1000px) {
  .vote-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 28px;
  }
  .vote-heading span {
    display: inline;
    margin-top: 0;
    font-size: 32px;
  }
}

.vote-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 300;
}

.vote-note img {
  width: 36px;
  height: 36px;
  margin-right: 2px;
}

@media screen and (min-width: 1000px) {
  .vote-note {
    font-size: 22px;
  }
  .vote-note img {
    width: 40px;
    height: 40px;
  }
}

.vote-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media screen and (min-width: 1000px) {
  .vote-btn-wrapper {
    margin-top: 30px;
  }
}

.supporter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  padding: 0 10px;
}

@media screen and (min-width: 1000px) {
  .supporter-wrapper {
    margin-top: 20px;
    padding: 0 60px;
  }
}

.supporter-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-bottom: solid 2px #000;
  font-size: 20px;
  line-height: 1.3;
}

.supporter-heading em {
  display: inline-block;
  margin-right: 8px;
  font-size: 60px;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .supporter-heading {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .supporter-heading em {
    margin: 0 20px 0 40px;
    font-size: 90px;
  }
  .supporter-heading small {
    font-size: 22px;
  }
}

.supporter-subheading {
  margin: 0 15px;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .supporter-subheading {
    margin: 0 20px;
    font-size: 22px;
  }
}

.supporter {
  margin-bottom: 10px;
  padding: 6px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.17);
}

.supporter-empty {
  width:18.8%;  
}

.supporter img {
  width: 148px;
  height: 148px;
}

.supporter span {
  display: none;
}

.movie-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .movie-heading {
    margin: 40px auto 20px;
    font-size: 22px;
  }
}

.movie {
  margin: 0 auto;
}

.show-pc {
  margin-bottom: 50px;
}
.show-sp {
  margin-bottom: 30px;
}

a.panteneLink{
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0px auto;
}
a.panteneLink img{
  width: 100%;
}
a.panteneLink img.pc{
  display: block;
}
a.panteneLink img.sp{
  display: none;
}


@media screen and (max-width: 736px) {
  a.panteneLink{
    width: 100%;
    max-width: 710px;
    display: block;
    margin: 0px auto;
  }
  a.panteneLink img.sp{
    display: block;
  }
  a.panteneLink img.pc{
    display: none;
  }

}

.termsAgreement{
  width: 100%;
}
@media screen and (max-width: 736px) {
  div.termsAgreement{
    width: 90%;
    margin: 0 auto;
  }
}

.termsAgreement p{
  font-size: 19px;
  line-height: 33px;
}

@media screen and (max-width: 736px) {
  .termsAgreement p{
    font-size: 100%;
    line-height: 1.5;
  }
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
}

.news dt {
  margin: 10px 15px 0 0;
}

.news dd {
  margin-top: 10px;
}

@media screen and (min-width: 1000px) {
  .news {
    padding: 0 40px;
    font-size: 20px;
    line-height: 33px;
  }
  .news dt {
    margin: 20px 40px 0 0;
  }
  .news dd {
    margin-top: 20px;
  }
}

.sns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  .sns-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.text-note {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 1000px) {
  .text-note {
    margin-top: 10px;
    font-size: 14px;
  }
}

.footer {
  padding: 40px 0;
  background-color: #000;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}

.footer li {
  margin: 0 10px;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.mt12{
    margin-top: 12px;
}

.mb20{
    margin-bottom: 20px;
}