@charset "UTF-8";

/* ----------------------------------------

---------------------------------------- */
.pageheader {
  padding: 0 0 48px;
  background: url(/furusato/img/campaign/bg_pagetit_photo_natsu_pc.png) no-repeat center top, url(/furusato/img/campaign/bg_pagetit_natsu_pc.png) no-repeat center top #c0f1f7;
}
.pagetit {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.overture-tit {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-shadow: #FFF 2px 0px 0px, #FFF -2px 0px 0px,
  #FFF 0px -2px 0px, #FFF 0px 2px 0px,
  #FFF 2px 2px 0px, #FFF -2px 2px 0px,
  #FFF 2px -2px 0px, #FFF -2px -2px 0px,
  #FFF 1px 2px 0px, #FFF -1px 2px 0px,
  #FFF 1px -2px 0px, #FFF -1px -2px 0px,
  #FFF 2px 1px 0px, #FFF -2px 1px 0px,
  #FFF 2px -1px 0px, #FFF -2px -1px 0px,
  #FFF 1px 1px 0px, #FFF -1px 1px 0px,
  #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}
@media screen and (max-width: 991px) {
  .pageheader {
    background: url(/furusato/img/campaign/bg_pagetit_photo_natsu_pc.png) no-repeat center top, url(/furusato/img/campaign/bg_pagetit_natsu_pc.png) no-repeat center top #c0f1f7;
    background-size: 130% auto, cover;
  }
  .pagetit {
    width: 100%;
    max-width: none;
  }
  .overture-tit {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .pageheader {
    padding-bottom: 32px;
    background: url(/furusato/img/campaign/bg_pagetit_natsu_sp.png) no-repeat center top #c0f1f7;
    background-size: cover;
  }
  .pagetit {
    font-size: 24px;
  }
  .overture-tit {
    margin-bottom: 16px;
    font-size: 16px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.camp-cmnhead {
  margin-bottom: 24px;
  text-align: center;
}
.camp-cmnhead__inner {
  display: inline-block;
  border-bottom: 6px solid #FFF32E;
  padding: 0 .5em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .camp-cmnhead__inner {
    font-size: 20px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.term {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: start;
  margin: 40px auto;
}
.term:last-child {
  margin-bottom: 0;
}
.term-box {
  flex-basis: 50%;
  max-width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  /*flex-wrap: wrap;*/
  border: 2px solid #2cad96;
  color: #333;
  background: #2cad96;
}
.term-box.is-enddate {
  border-color: #B9B9B9;
  background: #B9B9B9;
}
.term-box__tit {
  flex-basis: 5em;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
  background: #2cad96;
}
.term-box.is-enddate .term-box__tit {
  background: #B9B9B9;
}
.term-box__txt {
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0 16px 10px;
  background: #FFF;
}
.term-box.is-enddate .term-box__txt {
  color: #B9B9B9;
}/*.term-box.is-futuredate .term-box__txt::after {
  content: '開催前';
  display: inline-block;
  width: 4em;
  margin-left: 0.5em;
  padding: 3px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #df5b5f;
  text-align: center;
	vertical-align: middle;
}*/
.term-box.is-nowdate .term-box__txt::after {
  content: '開催中';
  display: inline-block;
  width: 4em;
  /*position: absolute;
  top: 0;
  left: 0;*/
  margin-left: 0.5em;
  padding: 3px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #df5b5f;
  text-align: center;
	vertical-align: middle;
}
.term-box.is-enddate .term-box__txt::after {
  content: '終了';
  display: inline-block;
  width: 4em;
  margin-left: 0.5em;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #B9B9B9;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .term {
    margin: 16px auto;
    flex-wrap: wrap;
  }
  .term-box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .term-box:not(:last-child) {
    margin-bottom: 8px;
  }
  .term-box__tit {
    font-size: 14px;
  }
  .term-box__txt {
    padding: 12px 4px 12px 8px;
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .term-box {
    display: block;
  }
  .term-box__tit {
    padding: 4px 4%;
  }
  .term-box__txt {
    line-height: 1.25;
  }
}


/* ----------------------------------------

---------------------------------------- */
.howto {
  padding: 40px 0 56px;
  color: #FFF;
  background: #684c44;
}
.step-contact {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.step-contact::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 4px;
  background: url(/furusato/img/campaign/icn_mail.svg) no-repeat center left;
  background-size: 20px 14px;
}
.step-contact .u--txt--link {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #FFFF00;
}
.step-contact .u--txt--link.is-hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .howto {
    padding: 32px 0 40px;
  }
  .step-contact {
    font-size: 14px;
  }
  .step-contact::before {
    width: 17px;
    height: 12px;
    background-size: 17px 12px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.steplist {
  margin: 24px auto;
}
.steplist:last-child {
  margin-bottom: 0;
}
.steplist-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  /*flex-wrap: wrap;*/
  border-radius: 60px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 10px 6px 30px;
  color: #333;
  background: #FFF;
}
.steplist-box:not(:last-child) {
  margin-bottom: 12px;
}
.steplist-box__tit {
  flex-basis: 5em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #FF9600;
}
.steplist-box__txt {
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.steplist-box__txt .u--txt--link {
  text-decoration: underline;
  color: #2361AD;
}
.steplist-box__txt .u--txt--link.is-hover {
  text-decoration: none;
  color: #1494e5;
}
.steplist-box__txt .u--txt--emp {
  color: #FF9600;
}
@media screen and (max-width: 991px) {
  .steplist-box__tit {
    flex-basis: 4em;
    flex-shrink: 0;
    font-size: 20px;
  }
  .steplist-box__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .steplist {
    margin: 16px auto;
  }
  .steplist-box {
    border-radius: 10px;
    padding: 8px 16px;
  }
  .steplist-box__tit {
    flex-basis: 4.5em;
    font-size: 14px;
  }
  .steplist-box__txt {
    font-size: 14px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.tweet {
  padding: 40px 0 56px;
  background: #F1DDBC;
}
.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#terminated {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
}
#terminated > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding: 32px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .tweet {
    padding: 32px 0 40px;
  }
  #terminated > div {
    width: 9em;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ----------------------------------------

---------------------------------------- */
.detail {
  padding: 40px 0 56px;
  color: #FFF;
  background: #684c44;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .detail {
    padding: 32px 0 40px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.detaillist-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: start;
  /*flex-wrap: wrap;*/
}
.detaillist {
  flex-basis: 49%;
}
.detaillist__item:not(:last-child) {
  margin-bottom: 24px;
}
.detaillist-tit {
  border-left: 3px solid #FF9600;
  margin-bottom: 16px;
  padding: 4px 16px 4px 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  background: #FFF;
}
.detaillist-txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #FFF;
}
.detaillist-txt .u--txt--link {
  color: #FFFF00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.detaillist-txt .u--txt--link.is-hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .detaillist {
    flex-basis: 48.5%;
  }
  .detaillist-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detaillist-tit {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .detaillist:not(:last-child) .detaillist__item:last-child {
    margin-bottom: 20px;
  }
  .detaillist-wrap {
    flex-wrap: wrap;
  }
  .detaillist {
    flex-basis: 100%;
    max-width: 100%;
  }
  .detaillist-txt {
    font-size: 13px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.campatt {
  padding: 40px 0 56px;
  background: #FFF;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .campatt {
    padding: 32px 0 40px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.attlist {

}
.attlist__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 14px;
  line-height: 1.5;
}
.attlist__item:not(:last-child) {
  margin-bottom: 12px;
}
.attlist__item::before {
  content: '・';
  display: block;
  width: 1em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.attlist-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #4484B6;
}
.attlist-link.is-hover {
  color: #1494e5;
  text-decoration: none;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .attlist__item {
    font-size: 13px;
  }
  .attlist__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------

---------------------------------------- */
.about {
  padding: 40px 0 48px;
  color: #FFF;
  background: #684c44;
}
.about .camp-cmnhead {
  margin-bottom: 32px;
}
.about__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
.about__txt:not(:last-child) {
  margin-bottom: 24px;
}
.about-btn {
  margin: 40px auto;
}
.about-btn:last-child {
  margin-bottom: 0;
}
.about-btn__btn {
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ff6200;
  border-radius: 8px;
  padding: 23px 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExcHgiIGhlaWdodD0iMTlweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIKIGQ9Ik0wLjk0OSwxOC4yOTggQzAuNDI5LDE3Ljc3MCAwLjQyOSwxNi45MTQgMC45NDksMTYuMzg2IEw3LjUzMSw5LjY5NyBMMC45NDksMy41IEMwLjQyOSwyLjQ3NyAwLjQyOSwxLjYyNCAwLjk0OSwxLjk0IEMxLjQ2OCwwLjU2NyAyLjMxMSwwLjU2NyAyLjgzMCwxLjk0IEwxMC4zNTIsOC43NDEgQzEwLjg3MCw5LjI2NyAxMC44NzAsMTAuMTI0IDEwLjM1MiwxMC42NTIgTDIuODMwLDE4LjI5OCBDMi4zMTEsMTguODI0IDEuNDY4LDE4LjgyNCAwLjk0OSwxOC4yOTggWiIvPgo8L3N2Zz4=') no-repeat right 24px center #ff6200;
  background-size: 9px 16px;
  text-decoration: none !important;
  transition: border-color .2s ease-in, background-color .2s ease-in, color .2s ease-in;
}
.about-btn__btn.is-hover {
  border: 1px solid #ff6200;
  color: #ff6200;
  background: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExcHgiIGhlaWdodD0iMTlweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyNTUsIDk4LCAwKSIKIGQ9Ik0wLjk0OSwxOC4yOTggQzAuNDI5LDE3Ljc3MCAwLjQyOSwxNi45MTQgMC45NDksMTYuMzg2IEw3LjUzMSw5LjY5NyBMMC45NDksMy41IEMwLjQyOSwyLjQ3NyAwLjQyOSwxLjYyNCAwLjk0OSwxLjk0IEMxLjQ2OCwwLjU2NyAyLjMxMSwwLjU2NyAyLjgzMCwxLjk0IEwxMC4zNTIsOC43NDEgQzEwLjg3MCw5LjI2NyAxMC44NzAsMTAuMTI0IDEwLjM1MiwxMC42NTIgTDIuODMwLDE4LjI5OCBDMi4zMTEsMTguODI0IDEuNDY4LDE4LjgyNCAwLjk0OSwxOC4yOTggWiIvPgo8L3N2Zz4=') no-repeat right 24px center #fff;
  background-size: 9px 16px;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .about {
    padding: 32px 0 40px;
  }
  .about .camp-cmnhead {
    margin-bottom: 24px;
  }
  .about-btn {
    margin: 24px auto;
  }
  .about-btn__btn {
    max-width: 320px;
    padding: 23px 4%;
    font-size: 16px;
    background-position: right 4.26666% center;
    background-size: 11px 19px;
  }
}


/* ----------------------------------------

---------------------------------------- */
.frstrcmd-tit {
  line-height: 1.4;
}
.frstrcmd-titinner {
  display: inline-block;
  border-bottom: 6px solid #FFF32E;
  padding: 0 .5em;
}
.frstrcmd-titinner__sub {
  display: inline;
  font-size: 24px;
  font-weight: bold;
}
.frstrcmd-titinner__txt {
  display: inline;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
  .frstrcmd {
    margin-top: 32px;
  }
  .frstrcmd-tit {
    margin-bottom: 24px;
  }
  .frstrcmd-titinner__sub {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
  }
  .frstrcmd-titinner__txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
  }
}


/* ----------------------------------------

---------------------------------------- */

@media screen and (max-width: 991px) {

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