/********************************************************
 * 汎用
 ********************************************************/
.section {
  margin: 0 auto 160px;
  width: 800px;
}

.title-1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 40px;
  text-align: center;
}

.title-2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 60px;
  text-align: center;
}

.title--sub {
  background-color: #F8F8F8;
  font-size: 22px;
  margin-bottom: 40px;
  padding: 14px;
  text-align: center;
}

.sp-br {
  display: none;
}

.description {
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 60px;
}
.description__marker {
  position: relative;
}
.description__marker::after {
  border-bottom: solid 4px #f9d425;
  bottom: -5px;
  content: ' ';
  position: absolute;
  right: 8%;
  width: 84%;
}

.hashtag {
  color: #4AB3DF;
  font-weight: bold;
}

.scroll-area {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  height: 480px;
  overflow-x: scroll;
  padding: 18px 25px;
}

.scroll-area pre {
  font-size: 16px;
  line-height: 180%;
  white-space: pre-wrap;
}

.footer {
  border-top:1px solid #EFEFEF;
}

/********************************************************
 * Hero
 ********************************************************/
.section-hero {
  height: 550px;
  margin-bottom: 80px;
}
.hero {
  background-repeat: repeat-x;
  align-items: center;
  background-position: center;
  background-size: auto 550px;
  display: flex;
  height: 550px;
  justify-content: center;
  width: 100%;
}
.hero img {
  height: 450px;
  width: 800px;
}


/********************************************************
 * 「マクアケてる」応援購入とは？
 ********************************************************/
.movies {
  display: flex;
  justify-content: space-between;
}
.movie {
  width: 49%;
}
.movie iframe {
  margin-bottom: 20px;
  width: 100%;
}
.movie p {
  font-size: 20px;
  text-align: center;
}

/********************************************************
 * キャンペーンで当たるプレゼント
 ********************************************************/
.project-list li {
  margin-bottom: 72px;
}

.project {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.project-info {
  width: 380px;
}
.project-tumbnail {
  height: 214px;
  width: 380px;
}
.project-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 14px;
}
.project-description {
  font-size: 14px;
  line-height: 180%;
}

.project-owner {
  border-left: 6px solid #EBEBEB;
  padding-left: 24px;
}
.project-owner-comment {
  font-size: 16px;
  line-height: 180%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.project-owner-info {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.project-owner-info img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 17px;
}
.project-owner-info p {
  font-size: 16px;
}


/********************************************************
 * キャンペーン参加方法
 ********************************************************/
.entry-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.entry-info li {
  width: 380px;
}

.entry {
  border: 4px solid #C6E27C;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.entry.owner {
  border: 4px solid #8AD3E7;
}
.entry-target {
  background-color: #C6E27C;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  padding: 22px;
  text-align: center;
}
.entry-target.owner {
  background-color: #8AD3E7;
}
.entry-description {
  padding: 20px 20px 36px;
}
.entry-description dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.entry-description dd {
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 40px;
}
.entry-description dd:last-child {
  margin-bottom: 0;
}

.entry-example-title {
  background-color: #F8F8F8;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 14px;
  text-align: center;
}
.entry-example-user {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.entry-example-user img {
  border-radius: 50%;
  height: 48px;
  margin-right: 20px;
  width: 48px;
}
.entry-example-user p {
  font-size: 13px;
  line-height: 160%;
}
.entry-example-text {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 24px;
}
.entry-example-image {
  border-radius: 2px;
  width: 100%;
}

.twitter-share {
  align-items: center;
  background: #4793DA;
  border-radius: 100px;
  color: #fff;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}
.twitter-share:hover {
  text-decoration: none;
}
.twitter-share p {
  font-size: 22px;
  font-weight: bold;
  margin-left: 17px;
}
