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 {
  margin: 0;
  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 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  color: #404748;
}


/*スマホ*/

@media all and (max-width: 767px) {

  a {
    font-weight: bold;
    text-decoration: underline;
  }

  img {
  	width: 100%;
  }

  .lead img {
    width: 100%;
    height: auto;
  }

  section {
    padding-bottom: 64px;
  }

  section .kikaku {
    width: 343px;
    margin: 32px auto 0;
  }

  .share-btn {
		background-color: #F7F8F8;
		padding: 32px 0;
	}

  .share-btn ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 18px;
    margin: 0;
    padding: 0;
  }

  .share-btn li{
    display: block;
    margin-bottom: 0;
    padding: 0 5px;
  }

  .pc-image {
    display: none;
  }

  .wrapper {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .dl-area br {
    display: none;
  }

  .btn-wrapper-pc {
    display: none;
  }

  .btn-wrapper-pc li {
    margin: 0 24px 0;
  }

  .btn-wrapper-pc p {
    padding: 8px 0;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
  }

  .dl-area {
    color: #fff;
    width: 100%;
    background-color: #404848;
    padding: 20px 0;
    line-height: 1.4;
  }

  .dl-area ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .dl-area li{
    margin-bottom: 0;
    padding: 0 8px;
  }

  .dl-area p {
    margin: 0 0 16px;
    font-family: Hiragino Kaku Gothic Pro;
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
  }

  .dl-area .btn-wrapper-pc p {
    font-size: 12px;
  }

  .dl-area-btn {
    background-color: #64e8de;
    padding: 20px;
    border: 1px dotted white;
  }

  .banner-area img {
    width: 100%;
  }

  .abj-area {
    background: #F5F5F5;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .abj-area .abj-image {
    margin-bottom: 8px;
  }

  .abj-area .abj-image .sp-image {
    width: 72px;
  }

  .abj-area p {
      margin: 16px 16px 0;
      color: #888F8F;
      font-size: 80%;
      line-height: 1.7;
      text-align: left;
  }


  li img {
    width: 120px;
  }


  .btn-wrapper-pc>img {
    width: 240px;
    margin: 0 0 24px;
  }

  footer {
    padding: 24px 0;
  }

  footer a {
    color: #404848;
    font-size: 1rem;
  }


  footer div {
    color: #404848;
    font-size: 0.75rem;
    margin: 16px 0;
  }

}

/*PC*/

@media all and (min-width: 768px) {

  body {
    background:linear-gradient(#FFF8E3, #E5F0F9, #FFF0F9);
	}

	.wrapper {
    background: #fff;
    width: 560px;
    margin: 0 auto;
	}

  .sp-image {
    display: none;
  }

  .images, .lead, .comment {
    background: #fff;
    width: 560px;
    margin: 0 auto;
    text-align: center;
  }

  .images img, .lead img {
    width: 100%;
    height: auto;
  }

  .lead img {
    width: 100%;
    height: auto;
  }

  section {
    padding-bottom: 64px;
  }

  section .text {
    margin: 20px 16px 0;
    color: #FF6C96;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
  }

  section .kikaku {
    width: 343px;
    margin: 32px auto 0;
  }

  section .kikaku img {
    width: 343px;
    height: auto;
    margin: 0 auto;
  }

  .share-btn {
		background-color: #F7F8F8;
		padding: 32px 0;
	}

  .share-btn ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 18px;
    margin: 0;
    padding: 0;
  }

  .share-btn li{
    display: block;
    margin-bottom: 0;
    padding: 0 5px;
  }

  .dl-area br {
    display: none;
  }

  .btn-wrapper-sp {
    display: none;
  }

  .btn-wrapper-pc li {
    margin: 0 24px 0;
  }

  .btn-wrapper-pc img {
    width: 120px;
    border-radius: 8px;
  }

  .btn-wrapper-pc p {
    padding: 8px 0;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
  }

  .dl-area {
    color: #fff;
    width: 100%;
    height: 180px;
    background-color: #404848;
    padding: 20px 0;
    line-height: 1.4;
  }

  .dl-area ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 40px;
  }

  .dl-area li {
    margin-bottom: 0;
  }

  .dl-area p {
    margin: 0 0 16px;
    font-family: Hiragino Kaku Gothic Pro;
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
  }

  .dl-area .btn-wrapper-pc p {
    font-size: 12px;
  }

  .dl-area-btn {
    background-color: #64e8de;
    padding: 20px;
    border: 1px dotted white;
  }

  .banner-area img {
    width: 100%;
  }

  .abj-area {
    background: #F5F5F5;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .abj-area .abj-image {
    margin-bottom: 8px;
  }

  .abj-area p {
    font-family: Source Han Sans;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #888F8F;
  }

  .btn-wrapper-pc>img {
    width: 240px;
    margin: 0 0 24px;
  }

  footer {
    background: #fff;
    padding: 24px 0;
  }

  footer a {
    color: #404848;
    font-size: 1rem;
  }

  footer div {
    color: #404848;
    font-size: 0.75rem;
    margin: 16px 0;
  }

}
