@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  background: #515c50;
}
  @media (max-width:575px){
    body {
      font-size: 1.3rem;
    }
  }

a,
a:visited {
  text-decoration: underline;
  
}
@media (min-width:576px){
  a:hover {
    text-decoration: none;
    
  }
}
@media (max-width:575px){
  a:active {
    text-decoration: none;
    
  }
}

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;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

header .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px 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 {
  max-width: 1024px;
  margin: 30px auto;
}

@media (max-width:1024px){
  main {
    margin: 10px;
  }
}

section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background: #fff;
}

@media (max-width:575px){
  section {
    padding: 15px;
  }
}

section p {
  text-align: left;
}

section ul,
section dl {
  text-align: left;
}

hr {
  margin: 0;
  border-top: 3px solid #f0f0f0;
}

.headline {
  padding: 50px 30px;
}

@media (max-width:768px){
  .headline {
    padding: 30px;
  }
}

@media (max-width:575px){
  .headline {
    padding: 15px;
  }
}


.headline p {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2;
  color: #222;
}

@media (max-width:768px){
  .headline p {
    text-align: left;
    font-size: 1.8rem;
  }
}

@media (max-width:575px){
  .headline p {
    padding-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media (min-width:576px){
  .campaign {
    background: url(../img/sec-bg.jpg) no-repeat right top;
    background-size: cover;
  }
}
@media (max-width:575px){
  .campaign {
    background: #1d140f;
  }
}

.campaign-item {
  display: block;
  cursor: pointer;
  border: 3px solid rgba(255,255,255,0.1);
}

.campaign-item:hover {
  border: 3px solid rgba(255,255,255,0.3);
}


.campaign .modal-content {
  border: none;
  background: transparent;
}

.campaign .modal-body {
  width: 75%;
  margin: 0 auto;
  padding: 0;
}
.campaign .modal-footer {
  margin-top: 20px;
  padding: 0;
  border: none;
  justify-content: center;
}

button {
  border: none;
  padding: 0;
  align-items: center;
  font-family: 'Noto Sans Japanese';
}

.btn-close {
  display: block;
  margin-top: 0;
  line-height: 48px;
  font-size: 2.4rem;
  text-align: center;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
  cursor: pointer;
  text-decoration: none;
}




h4 {
  text-align: left;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

@media (max-width:768px){
  h4 {
    font-size: 2.2rem;
  }
}

@media (max-width:575px){
  h4 {
    font-size: 1.5rem;
  }
}

.campaign p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #aaa;
}

@media (max-width:575px){
  .campaign p {
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .campaign p span {
    font-size: 80%;
  }
}


.btn-catch {
  display: inline-block;
  background: rgba(29,20,15,0.8);
  font-weight: 500;
  border-radius: 0;
  padding: 15px 40px;
  border: 1px solid rgba(223,190,106,0.3);
  line-height: 1;
  transition: 0.3s;
}

.btn-catch:link,
.btn-catch:visited,
.btn-catch:hover,
.btn-catch:active,
.btn-catch:focus {
  text-decoration: none;
  color: rgba(222, 189, 106, 0.7);
}

@media (min-width:576px){
    .btn-catch:hover {
      color: #fff;
      background: rgba(222, 189, 106, 0.7);
    }
}

@media (max-width:575px){
  .btn-catch {
    display: block;
    text-align: center;
    padding: 15px;
    letter-spacing: 0;
  }
  
  .btn-catch:active {
    color: #fff;
    background: rgba(222, 189, 106, 0.7);
  }
}


h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px 10px;
  text-align: center;
  border-bottom: 1px solid #5d8d67;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5d8d67;
}

@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: 700;
  color: #e4032d;
}

@media (max-width:575px){
  .campaign-timer {
    
  }
}

.campaign-timer .inner {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #e4032d;
}

@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: 600;
  color: #4a4a4a;
}

@media (max-width:575px){
  .process dt {
    font-size: 1.3rem;
  }
}

.process dt span {
  background: #eff4f0;
  font-size: 80%;
  font-weight: 500;
}

.process dd {
  margin-top: 15px;
  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;
  }
}


section ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width:575px){
  section ul {
    padding-left: 20px;
  }
}


.campaign-book {
  width: 65%;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.campaign-book:link,
.campaign-book:visited,
.campaign-book:hover,
.campaign-book:active,
.campaign-book:focus {
  text-decoration: none;
}

@media (max-width:768px){
  .campaign-book {
    width: 80%;
  }
}

@media (max-width:575px){
  .campaign-book {
    width: 100%;
    text-align: center;
  }
}


.campaign-book > div {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
}

.campaign-book p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a4a4a;
}

@media (max-width:575px){
  .campaign-book p {
    font-size: 1.5rem;
    text-align: left;
  }
}

.campaign-book .btn-item {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #5f8b67;
  border-radius: 40px;
  font-weight: 500;
  line-height: 1;
  color: #5f8b67;
  transition: 0.3s;
}

@media (max-width:575px){
  .campaign-book .btn-item {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .campaign-book:hover .btn-item {
    background: #5f8b67;
    color: #fff;
  }
}

@media (max-width:575px){
  .campaign-book:active .btn-item {
    background: #5f8b67;
    color: #fff;
  }
}

.campaign-book img {
  border: 1px solid #ddd;
}




/* Footer */
footer {
  width: 100%;
  padding: 30px;
  background: #f7f7f7;
  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: #222;
  border-radius: 50%;
}

#page-top a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#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;
}

