/* LP内のフォントファミリーを調節 (全体設定だと細いHiraginoが当たるようになっている) */
/* 意図せずLucida Grandeを使わない */
body {
  font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

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

.section-2 {
  margin: 0 auto 30px;
  width: 800px;
}

.section-3 {
  margin: 0 auto 160px;
  width: 800px;
}

.title-1 {
  font-size: 21px;
  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: 30px;
  text-align: center;
  margin-top: -16px;/*厳密なマージン調整*/
}

.title-3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;/*厳密なマージン調整*/
}

.title-4 {
  font-size: 34px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: center;
  margin-top: -16px;/*厳密なマージン調整*/
}

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

.sp-br {
  display: none;
}

.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;
}

.hr-border {
  border-style: solid;
  border-width: 0.5px;
  border-color: #E5E5E5;
}

/********************************************************
 * Hero
 ********************************************************/
 .section-hero {
  margin-bottom: 64px;
}
.hero {
  display: flex;
  width: 100%;
  justify-content: center;
}
.hero img {
  height: 450px;
}

.kv-extension {
  height: 100px;
  width: 1000px;
}
.kv-extension-left {
  background-repeat: repeat-x;
  background-position: right top;
  background-size: 212px;
}
.kv-extension-right {
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 212px;
}
/********************************************************
 * キャンペーン応募方法
 ********************************************************/
 .section-campaign {
  margin: 0 auto 39px;
  width: 800px;
}
.campaign-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.campaign-content {
  width:184px;
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campaign-title {
  font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
  color:#F7C600;
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0px 16px 0px;
}
.campaign-content-message {
  color:#333333;
  font-size:20px;
  font-weight: bold;
  width: 300px;
  line-height: 32px;
  margin-bottom: -10px;/*行間開けたぶんの調整*/
}
.campaign-content-image {
  height:200px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.campaign-image {
  width:184px;
  height:182px;
}
.campaign-footer-message {
  color:#8E8E8E;
  font-size:11px;
  width: 300px;
  line-height: 19px;
  margin-top: -4px;
}


.campaign-step-app-download-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-items: center;
}

.campagne-step-section .app-img-iphone {
  height: 48px;
  margin-right: 24px;
}

.campagne-step-section .app-img-android {
  height: 48px;
}

.campagne-step-section .app-download-content {
  margin-top: 22px;
}


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

/********************************************************
 * キャンペーンで当たるプレゼント
 ********************************************************/
.project-list li {
  margin-bottom: 72px;
}
.project {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.project-info {
  width: 380px;
}
.project-tumbnail {
  height: 214px;
  width: 380px;
  /* border: 1px solid #ccc; */
  /* border-radius: 2px; */
}
.project-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  margin-top: -2px;
  margin-bottom: 6px;
}
.project-description {
  font-size: 15px;
  line-height: 200%;
}
.project-description2 {
  font-size: 12px;
  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-list {
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 12px;
}

/********************************************************
 * Makuakeを楽しむならアプリがおすすめ
 ********************************************************/

.project-center {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.project-content-image {
}
.project-content-descriptions-1 {
  width: 400px;
  padding-left: 22px;
}
.project-content-descriptions-2 {
  width: 400px;
  padding-left: 8px;
}
.project-image {
  width:400px;
}
.project-content-number {
  font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size:54px;
  color:#F7C600;
  margin: 38px 0px 13px 0px;
}
.project-content-title {
  font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size:44px;
  color:#333;
  margin-bottom: 12px;
  line-height: 66px;
}
.project-content-message{
  font-size:16px;
  color:#4a4a4a;
  line-height: 38px;
}

.project-content-descriptions-2 .project-content-number {
  margin-top: 12px;
}

/********************************************************
 * アプリダウンロード
 ********************************************************/
.section-top-phrase {
  margin: 0 auto 90px;
  width: 800px;
}

 .app-download-top-phrase {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-items: center;
}

.top-phrase-decoration-image {
  height: 50px;
  margin: 0px 10px;
}
.app-download-content {
  display: flex;
  justify-content: center;
  margin: 16px 0px;
  align-items: center;
}
.app-img-iphone {
  height: 64px;
  margin-right: 32px;
  vertical-align: top;
}
.app-img-android {
  height: 64px;
  vertical-align: top;
}
.download-badges {
  align-items: center;
  /*なんかずれる*/
}

/********************************************************
 * 抽選で各15名様に当たる！
 ********************************************************/
 .lottery-title-content {
  position:relative;
  height:40px;
  margin: 24px 0px 32px 0px;
 }
.lottery-title {
  font-size: 24px;
  font-weight: bold;
  z-index:1;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
}
.lottery-title-background {
  position: absolute;
  bottom:13px;
  width:40%;
  height:10px;
  background-color:#FFE600;
  z-index:0;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
}

/********************************************************
 * アプリをダウンロードして キャンペーンに応募しよう！
 ********************************************************/

 .apply-lottery-title-content {
  margin: 44px 0px 28px 0px;
  text-align: center;
  line-height: 64px;
 }
.apply-lottery-title {
  font-size: 38px;
  font-weight: bold;
  margin: auto;
  background: linear-gradient(transparent 60%, #FFE600 60%);
}







