@charset "UTF-8";
body,html {
  margin:0;
  width:100%;
  height:100%;
  font-family:Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,Osaka,MS PGothic,arial,helvetica,sans-serif
}

body {
  word-wrap:break-word;
  margin: 0px;
  background-color: #de0010;
}

section {
  margin: 0 16px 20px;
  padding: 20px 16px 20px 16px;
}

img {
  width: 100%;
}

a {
  font-size: 0px;
}

.share {
  margin-bottom: 20px;
  text-align: center;
}

.main {
  text-align: center;
  background-image: url("../img/mv_bg.png");
  background-repeat: repeat;
  background-size: cover;
  line-height: 0px;
  font-size: 0px;
}

.main img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 96%;
}

.gizagiza {
  height: 44px;
  margin-bottom: 20px;
  background-image: url("../img/mv_gizagiza.png");
  background-repeat: repeat-x;
  background-size: cover;
  line-height: 0px;
  font-size: 0px;
}

.ichigoline img{
  max-width: 30%;
}

.ichigoline {
  text-align: center;
}

section {
  background-color: #FFFFFF;
  text-align: center;
}

.title {
  margin-top: 8px;
  margin-bottom: 16px;
}

.title img {
  width: 80%;
  max-width: 300px;
}

h3 .wp_title01 {
  width: 50%;
  max-width: 260px;
}

h3 .wp_title02 {
  width: 80%;
  max-width: 473px;
}

.button {
  font-size: 0;
  transition: all .3s;
}

.button img {
  max-width: 500px;
}

#wallpaper .button:hover,#papercraft .button:hover {
  opacity: 0.7;
}

section p {
  text-align: left;
}

.info_wp {
  margin-top: 40px;
  margin-bottom: 24px;
}

.appinfo {
  margin-bottom: 60px;
  padding: 10px;
  background-color: #de0010;
  text-align: center;
}

.appinfo .title img {
  max-width: 100%;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 20%;
  max-width: 100px;
}

.footer .copyright {
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

/* flexwrap */
.fexwrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: center;
}

.flexitem {
  display: inline-block;
  flex: 1;
  margin:0 5px 10px;
  min-width: 200px;
  max-width: 300px;
}


/* 画面幅768px以上 */
@media screen and (min-width:768px) and ( max-width:1024px) {
  section {
    margin: 30px 160px 30px;
    padding: 20px 20px 20px 20px;
  }

  .main img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
  }

  .gizagiza {
    margin-bottom: 40px;
    background-size: 450px 45px;
  }

  .gizagiza img {
    display: block;
  }

  .share {
    margin-bottom: 20px;
  }
  
}

/* 画面幅1024px以上 */
@media screen and (min-width:1024px) and (max-width:1800px) {
  section {
    margin: 30px 240px 40px;
    padding: 30px 30px 30px 30px;
  }

  .main img {
    margin-bottom: 30px;
    width: 65%;
  }

  .gizagiza {
    background-size: 450px 45px;
  }

  .share {
    margin-bottom: 40px;
  }
}

/* 画面幅1440px以上 */
@media screen and (min-width:1440px) {
  p,li {
    font-size: 22px;
  }

  section {
    margin: 30px 400px 40px;
    padding: 30px 30px 30px 30px;
  }

  .main img {
    margin-bottom: 30px;
    width: 50%;
  }

  .share {
    margin-bottom: 40px;
  }

  .appinfo .title img {
    width: 100%;
  }

  .flexitem {
    max-width: 300px;
  }
}

/* 全画面用 */
.info p {
  text-align: left;
}

.info-title {
  margin-top: 0px;
}
