@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans Japanese',メイリオ,Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  color: #444;
  background-image: linear-gradient(to bottom, #fef4f4 0%, #fdeff2 100%);

  /*
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  */
}
  @media (max-width:575px){
    body {
      font-size: 1.3rem;
    }
  }

a,
a:visited {
  text-decoration: underline;
  color: #e8588d;
}
@media (min-width:576px){
  a:hover {
    text-decoration: none;
    color: #ea76a1;
  }
}

img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

/* Header */
header {
  width: 100%;
  background: #fff;
}

header .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 0;
}

@media (max-width:1024px){
  header .inner {
    padding-left: 8px;
  }
}

.logo {
  width: 200px;
  height: auto;
}

@media (max-width: 575px){
  .logo {
    width: 140px;
    height: auto;
  }
}

main {
  /*flex-grow: 1;*/
  max-width: 1024px;
  margin: 30px auto;
  
  border-radius: 4px;
  }

@media (max-width:1024px){
  main {
    margin: 15px;
  }
}

section {
  max-width: 1024px;
  margin: 0 auto 30px;
  padding: 30px;
  border-radius: 7px;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 25px rgba(145,92,139,0.2);
}

@media (max-width:575px){
  section {
    padding: 20px;
  }
}

section p {
  text-align: left;
}

section ul,
section dl {
  text-align: left;
}


section ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width:575px){
  section ul {
    padding-left: 20px;
  }
}

.headline p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width:575px){
  .headline p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}




.item-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  border: 2px solid #e8588d;
  background: #fff;
  color: #e8588d;
}

@media (max-width:575px){
  .item-btn {
    width: 100%;
    font-size: 1.6rem;
  }
  .item-btn:active {
    opacity: 0.8;
    transition: 0.2s;
  }
}

@media (min-width:576px){
  .item-btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
  
.item-btn:link,
.item-btn:active,
.item-btn:hover,
.item-btn:visited {
  text-decoration: none;
  color: #e8588d;
}



h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px 10px;
  text-align: center;
  border-bottom: 1px solid #e8588d;
  font-size: 2.0rem;
  font-weight: 300;
  color: #e8588d;
}

@media (max-width:575px){
  h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}


.period p {
  font-size: 120%;
  letter-spacing: 1px;
  text-align: center
}

/* Count Down Timer */
.campaign-timer {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width:575px){
  .campaign-timer {
    
  }
}

.campaign-timer .inner {
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  background: #e8588d;
}

@media (max-width:575px) {
  .campaign-timer .inner {
    display: block;
  }
}

/*数字*/
.campaign-timer .number {
  /*font-size: 3.6rem;*/
  padding-left: 2px;
  padding-right: 2px;
}
/*単位*/
.campaign-timer .unit {}


.process dl {
  margin-bottom: 0;
  padding-top: 20px;
}

.process h3 + dl {
  padding-top: 0;
}

.process dl:not(:last-child){
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}


.process dt {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
}

@media (max-width:575px){
  .process dt {
    font-size: 1.3rem;
  }
}

.process dt span {
  background: #fef4f4;
  color: #777;
  font-size: 80%;
  font-weight: 300;
}

.process dd {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 1.6rem;
  text-align: left;
  font-size: 1.4rem;
}

@media (max-width:575px){
  .process dd {
    padding-left: 0;
    font-size: 1.3rem;
  }
}


.campaign_sec {
  width: 100%;
  padding: 30px;
  background: #fff;
  text-align: center;
}

@media (max-width:575px){
  .campaign_sec {
    padding: 20px;
  }
}

.campaign_sec .inner {
  max-width: 1024px;
  margin: 0 auto;
}

h4 {
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: 300;
}

.goods img {
  border: 1px solid #ddd;
}


/* Footer */
footer {
  width: 100%;
  padding: 30px;
  background: #f0f0f0;
  text-align: center;
  color: #333;
}

footer p,
footer address{
  font-size: 1.2rem;
}

@media (max-width:767px){
  footer p {
    text-align: left;
  }
}


/* Page scroll */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  margin: 0;
  line-height: 0;
}

@media (max-width:575px){
  #page-top {
    right: 10px;
  }
}

#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #e8588d;
  border-radius: 50%;
}

#page-top a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

#page-top::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -4px;
}

