@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* default */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.overWrap {
  margin-top: 0;
}

.contents {
  background-color: transparent;
}
.contents h2 {
  color: #3fcaa9;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents h2 small {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.notice {
  color: #ed6498;
  font-weight: inherit;
}

.linkBtn {
  display: block;
  background: linear-gradient(-135deg, #3feca9, #2abaad);
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}

.animated {
  opacity: 0;
}

.fadeIn {
  animation-duration: 1s;
}

/* header */
header {
  padding: 10px;
  position: relative;
  height: auto;
  background: linear-gradient(-135deg, #3feca9, #2abaad);
}
header .contents {
  margin: 0 auto;
  padding: 10px;
}
header .titleBox {
  background: url(../img/stamp_rally/header_sp.png) center center no-repeat;
  background-size: 100%;
  height: 100vw;
  position: relative;
}
header .titleBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* conceptWrap */
.conceptWrap {
  background-color: #e3fff8;
}
.conceptWrap .contents {
  position: relative;
}
.conceptWrap .bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: url(../img/stamp_rally/bg_concept.png) left center no-repeat;
  background-size: 90%;
  animation-delay: .2s;
}
.conceptWrap .textBox {
  animation-delay: .8s;
}
.conceptWrap .catch {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.conceptWrap .text {
  margin-bottom: 20px;
}
.conceptWrap .imageIcon {
  height: 20vw;
  background-image: url(../img/stamp_rally/ico01.png), url(../img/stamp_rally/ico11.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: contain;
}
.conceptWrap .imageIcon span {
  display: block;
  width: 65%;
  height: 5px;
  margin: auto;
  background-color: #3fcaa9;
  position: relative;
  top: 9.5vw;
}
.conceptWrap .imageIcon span:before, .conceptWrap .imageIcon span:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
}
.conceptWrap .imageIcon span:before {
  border-width: 6.5px 11.3px 6.5px 0;
  border-color: transparent #3fcaa9 transparent transparent;
  left: -5px;
}
.conceptWrap .imageIcon span:after {
  border-width: 6.5px 0 6.5px 11.3px;
  border-color: transparent transparent transparent #3fcaa9;
  right: -5px;
}

.newsWrap {
  background-color: #ffffff;
}

/* about */
.aboutWrap {
  background-image: linear-gradient(0deg, transparent 31px, rgba(63, 236, 169, 0.2) 32px), linear-gradient(90deg, transparent 31px, rgba(63, 236, 169, 0.2) 32px);
  background-size: 32px 32px;
}
.aboutWrap h3 {
  color: #000;
  font-size: 28px;
}
.aboutWrap h3 img {
  display: inline-block;
  vertical-align: bottom;
}
.aboutWrap .detailBox {
  margin-bottom: 30px;
}
.aboutWrap .detailBox .phone {
  position: relative;
  margin-bottom: 30px;
}
.aboutWrap .detailBox .phone .text {
  background-color: #3fcaa9;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
}
.aboutWrap .detailBox .textArea {
  margin-bottom: 30px;
}
.aboutWrap .detailBox .textArea .title {
  color: #3fcaa9;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.aboutWrap .detailBox .textArea .text {
  margin-bottom: 10px;
}
.aboutWrap .detailBox .sugoiArea .title {
  color: #3fcaa9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.aboutWrap .detailBox .sugoiArea .title:before, .aboutWrap .detailBox .sugoiArea .title:after {
  content: '|';
  display: inline-block;
  margin-top: -10px;
}
.aboutWrap .detailBox .sugoiArea .title:before {
  transform: rotate(-25deg);
  padding-right: 10px;
}
.aboutWrap .detailBox .sugoiArea .title:after {
  transform: rotate(25deg);
  padding-left: 10px;
}
.aboutWrap .stepBox {
  background: linear-gradient(-135deg, #3feca9, #2abaad);
}
.aboutWrap .stepBox .box .nam {
  background-color: #fff;
  color: #3fcaa9;
  border: 10px solid #3fcaa9;
  border-radius: 50%;
  text-align: center;
  width: 20vw;
  height: 20vw;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}
.aboutWrap .stepBox .box .textArea {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  position: relative;
}
.aboutWrap .stepBox .box .title {
  font-size: 28px;
  font-weight: bold;
}
.aboutWrap .stepBox .box img {
  width: 80%;
  margin: 20px auto;
}

/* kouka */
.koukaWrap {
  background-color: #e3fff8;
}
.koukaWrap .box {
  background-color: #fff;
  border: 1px solid #2abaad;
  border-radius: 10px;
  padding: 20px;
  width: 75%;
}
.koukaWrap .text {
  font-weight: bold;
  font-size: 24px;
  color: #3fcaa9;
}
.koukaWrap .textArea2 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-top: 20px;
}
.koukaWrap .textArea2 .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.koukaWrap .textArea2 p {
  text-indent: -1em;
  padding-left: 1em;
}

/* footer */
footer {
  background: linear-gradient(-135deg, #3feca9, #2abaad);
}
footer .contents {
  padding: 0;
  margin: 0 auto;
}
footer h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
footer h3:after {
  content: '';
  display: block;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
  width: 100px;
  margin: 0 auto;
}
footer .box {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
footer .box p {
  margin-bottom: 10px;
}
footer .linkBtn.home {
  background: linear-gradient(-135deg, #2685ec, #1639ba);
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  header .phone {
    margin: 20px 0;
  }

  .aboutWrap h3 {
    padding: 0 40px;
    position: relative;
  }
  .aboutWrap h3 img {
    margin-bottom: 10px;
  }
  .aboutWrap h3:before, .aboutWrap h3:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
  }
  .aboutWrap h3:before {
    background-image: url(../img/stamp_rally/ico02.png);
    bottom: 0;
    left: 0;
  }
  .aboutWrap h3:after {
    background-image: url(../img/stamp_rally/ico03.png);
    top: 0;
    right: 0;
  }
  .aboutWrap .stepBox .box {
    margin-bottom: 20px;
  }

  .koukaWrap .box {
    margin-top: -10px;
    padding-bottom: 25px;
    position: relative;
  }
  .koukaWrap .box:nth-child(even) {
    margin-left: auto;
  }
  .koukaWrap .box:before {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    z-index: 4;
  }
  .koukaWrap .box.no1:before {
    background-image: url(../img/stamp_rally/ico09.png);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -60px;
  }
  .koukaWrap .box.no2:before {
    background-image: url(../img/stamp_rally/ico10.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -60px;
  }
  .koukaWrap .box.no3:before {
    background-image: url(../img/stamp_rally/ico11.png);
    bottom: 0;
    right: -50px;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 768px) {
  .contents {
    width: 1000px;
    margin-bottom: 50px;
  }
  .contents h2 {
    font-size: 36px;
  }

  .linkBtn {
    padding: 25px 0;
    font-size: 26px;
  }

  header {
    padding: 30px 0;
  }
  header .contents {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .titleBox {
    height: 600px;
    width: 60%;
    padding: 20px;
    background-size: contain;
    animation-delay: .2s;
  }
  header .titleBox img {
    width: 70%;
  }
  header .phone {
    animation-delay: .5s;
  }
  header .icoBox {
    animation-delay: .8s;
  }

  .conceptWrap .contents {
    padding: 90px 130px;
    margin-bottom: 0;
  }
  .conceptWrap .bgBox {
    background-size: auto;
  }
  .conceptWrap h2 {
    margin-bottom: 40px;
  }
  .conceptWrap .text {
    margin-bottom: 50px;
    padding: 0 120px;
  }
  .conceptWrap .imageIcon {
    height: 95px;
  }
  .conceptWrap .imageIcon span {
    top: 45px;
    width: 75%;
  }

  .aboutWrap {
    position: relative;
    z-index: 1;
  }
  .aboutWrap > .contents {
    position: relative;
  }
  .aboutWrap > .contents:before, .aboutWrap > .contents:after {
    content: '';
    display: block;
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(63, 202, 169, 0.2);
    border-radius: 50%;
  }
  .aboutWrap > .contents:before {
    top: 60px;
    left: -325px;
  }
  .aboutWrap > .contents:after {
    bottom: -325px;
    right: -250px;
  }
  .aboutWrap h3 {
    position: relative;
  }
  .aboutWrap h3:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 100px;
    right: 100px;
    bottom: 0;
    background-image: url(../img/stamp_rally/ico04.png);
  }
  .aboutWrap h3 img {
    margin-right: 20px;
  }
  .aboutWrap .contents {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .aboutWrap .detailBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .aboutWrap .detailBox .phone {
    width: 39%;
    margin-left: 100px;
    position: relative;
  }
  .aboutWrap .detailBox .phone:before, .aboutWrap .detailBox .phone:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .aboutWrap .detailBox .phone:before {
    background-image: url(../img/stamp_rally/ico02.png);
    bottom: 150px;
    left: -30px;
  }
  .aboutWrap .detailBox .phone:after {
    background-image: url(../img/stamp_rally/ico03.png);
    bottom: -20px;
    right: -30px;
  }
  .aboutWrap .detailBox .phone .text {
    width: 175px;
    height: 175px;
    font-size: 24px;
    top: 60px;
    left: -100px;
  }
  .aboutWrap .detailBox .textArea {
    width: 45%;
    margin-top: 100px;
    position: relative;
  }
  .aboutWrap .detailBox .textArea:before, .aboutWrap .detailBox .textArea:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
    top: -100px;
  }
  .aboutWrap .detailBox .textArea:before {
    background-image: url(../img/stamp_rally/ico01.png);
    left: 0;
  }
  .aboutWrap .detailBox .textArea:after {
    background-image: url(../img/stamp_rally/ico05.png);
    right: 0;
  }
  .aboutWrap .detailBox .textArea .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .aboutWrap .detailBox .textArea .text {
    margin-bottom: 20px;
  }
  .aboutWrap .detailBox .textArea .linkBtn:before {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    background-image: url(../img/stamp_rally/ico06.png);
    bottom: -10px;
    right: 0;
  }
  .aboutWrap .detailBox .sugoiArea {
    margin-top: 50px;
  }
  .aboutWrap .detailBox .sugoiArea .title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .aboutWrap .detailBox .sugoiArea .text {
    padding: 0 200px;
    position: relative;
  }
  .aboutWrap .detailBox .sugoiArea .text:before, .aboutWrap .detailBox .sugoiArea .text:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 75px;
    top: -20px;
  }
  .aboutWrap .detailBox .sugoiArea .text:before {
    background-image: url(../img/stamp_rally/ico08.png);
    left: 140px;
  }
  .aboutWrap .detailBox .sugoiArea .text:after {
    background-image: url(../img/stamp_rally/ico07.png);
    right: 120px;
  }
  .aboutWrap .stepBox .contents {
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px;
  }
  .aboutWrap .stepBox .box {
    width: 32%;
    margin-top: -40px;
  }
  .aboutWrap .stepBox .box:nth-child(1) {
    animation-delay: .2s;
  }
  .aboutWrap .stepBox .box:nth-child(2) {
    animation-delay: .5s;
  }
  .aboutWrap .stepBox .box:nth-child(3) {
    animation-delay: .8s;
  }
  .aboutWrap .stepBox .box .nam {
    width: 90px;
    height: 90px;
    border-width: 15px;
    font-size: 40px;
  }
  .aboutWrap .stepBox .box .textArea {
    height: 85%;
  }
  .aboutWrap .stepBox .box img {
    margin: 30px auto;
  }

  .koukaWrap {
    padding: 50px;
  }
  .koukaWrap .contents {
    padding: 0;
  }
  .koukaWrap .contents:before, .koukaWrap .contents:after {
    content: '';
    display: block;
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(63, 202, 169, 0.2);
    border-radius: 50%;
  }
  .koukaWrap .contents:before {
    top: -360px;
    left: -400px;
  }
  .koukaWrap .contents:after {
    bottom: -500px;
    right: -400px;
  }
  .koukaWrap .textArea {
    position: relative;
    height: 600px;
  }
  .koukaWrap .textArea2 {
    padding: 20px 150px;
  }
  .koukaWrap .box {
    position: absolute;
    width: 42%;
    padding: 20px 40px;
  }
  .koukaWrap .box:before, .koukaWrap .box:after {
    width: 25px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 75px;
    z-index: 4;
  }
  .koukaWrap .box.no1 {
    top: 0;
    left: 20px;
    z-index: 1;
  }
  .koukaWrap .box.no1.fadeIn {
    animation-delay: .2s;
  }
  .koukaWrap .box.no1:before {
    background-image: url(../img/stamp_rally/ico10.png);
    left: 140px;
    top: -60px;
  }
  .koukaWrap .box.no1:after {
    background-image: url(../img/stamp_rally/ico09.png);
    right: -30px;
    bottom: -20px;
  }
  .koukaWrap .box.no2 {
    top: 20px;
    right: 100px;
    z-index: 2;
  }
  .koukaWrap .box.no2.fadeIn {
    animation-delay: .5s;
  }
  .koukaWrap .box.no2:after {
    background-image: url(../img/stamp_rally/ico07.png);
    right: -80px;
    bottom: 150px;
  }
  .koukaWrap .box.no3 {
    width: 53%;
    top: 40%;
    left: 0;
  }
  .koukaWrap .box.no3.fadeIn {
    animation-delay: .8s;
  }
  .koukaWrap .box.no3:before {
    background-image: url(../img/stamp_rally/ico12.png);
    left: 0;
    bottom: -100px;
  }
  .koukaWrap .box.no3:after {
    background-image: url(../img/stamp_rally/ico10.png);
    right: -50px;
    bottom: -120px;
  }
  .koukaWrap .box.no4 {
    top: 35%;
    right: 0;
    z-index: 3;
  }
  .koukaWrap .box.no4.fadeIn {
    animation-delay: 1.1s;
  }
  .koukaWrap .box.no4:before {
    background-image: url(../img/stamp_rally/ico13.png);
    right: 0;
    top: -60px;
  }
  .koukaWrap .box.no4:after {
    background-image: url(../img/stamp_rally/ico11.png);
    right: 20px;
    bottom: -100px;
  }
  .koukaWrap .box.no5 {
    bottom: 80px;
    left: 35%;
    z-index: 1;
  }
  .koukaWrap .box.no5.fadeIn {
    animation-delay: 1.4s;
  }
  .koukaWrap .box.no5:before {
    background-image: url(../img/stamp_rally/ico07.png);
    left: 50px;
    top: -60px;
    transform: scale(-1, 1);
  }
  .koukaWrap .text {
    font-size: 26px;
  }

  footer h3 {
    font-size: 36px;
  }
  footer .linkBtn {
    width: 50%;
    margin: 0 auto;
    padding: 15px 0;
  }
  footer .box {
    padding: 30px;
    margin-bottom: 50px;
  }
  footer .box p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.contents2 h4 {
  color: #ed6498;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.contents2 h4 small {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
}

/*# sourceMappingURL=stamprally.css.map */
