@charset "UTF-8";
/* CSS Document */
/*--トップページ--*/
/*ダウンロードボタン*/
.button__download {
  position: fixed;
  bottom: 30px;
  right: 60px;
  display: block;
  width: 180px;
}
/*メインビジュアル*/
.top {
  background-color: #3bb4ff;
  padding: 0 20px;
  background-image: url("../image/top/bg-.png");
  background-size: 1250px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.gif-wrapper {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.top__wrapper {
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 70px 0 90px 0;
}
/*.top__wrapper::after {
	content: "";
	position: absolute;
	background-image: url("../image/top/anime01.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 190px;
	height: 190px;
	left: 0;
	top: 0;
}*/
.top__wrapper-text {
  text-align: left;
  padding-top: 40px;
}
.top__animation {
  position: absolute;
  bottom: -5%;
  left: 0;
  max-width: 210px;
  width: 100%;
}
.top__wrapper-text__headline {
  max-width: 740px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.top__wrapper-text__subtitle {
  max-width: 634px;
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
.top__wrapper-phone {
  display: block;
  max-width: 290px;
  width: 35%;
  /*margin-left: 10px;*/
}
.top__wrapper-text__price-sp {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto 20px auto;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}
/*@media(min-width: 1400px) {
	.top__wrapper {
		max-width: 1200px;
	}
	.top__wrapper-text__headline {
		max-width: 860px;
	}
	.top__wrapper-text__subtitle {
		max-width: 680px;
	}
	.top__wrapper-phone {
		max-width: 320px;
	}
}*/
@media (max-width: 950px) {
  .top__wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .top {
    background-size: 1000px;
  }
  .top__wrapper {
    display: block;
    padding: 35px 0 70px 0;
  }
  .top__wrapper-text__headline {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .top__wrapper-text {
    padding-top: 0;
  }
  .top__wrapper-text__price-sp {
    max-width: 200px;
    width: 100%;
  }
  .top__wrapper-text__subtitle {
    max-width: 420px;
    margin-bottom: 15px;
  }
  .top__wrapper-phone {
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0 auto;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
  }
  .top__animation {
    bottom: -8%;
    max-width: 190px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .top__animation {
    bottom: -8%;
    max-width: 154px;
    width: 100%;
  }
}
/*問い合わせボタン*/
a.inquiry-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 5rem;
  width: 230px;
  margin: auto;
  padding: 0 4rem;
  border-radius: 100vw;
  background: #283747;
  background-size: 400%;
  color: #fff;
}
a.inquiry-button:hover::before {
  transform: scaleX(1);
}
a.inquiry-button:hover {
  color: #fff;
}
a.inquiry-button span {
  position: relative;
  z-index: 1;
}
a.inquiry-button::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(59, 180, 255, 1) 10.8%,
    rgba(18, 83, 229, 1) 94.3%
  );
  transition: all 0.475s;
}
/*スタンパについて*/
.section__about {
  padding: 0 20px;
}
.section__about-lead {
  color: #3bb4ff;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 100px;
  margin-top: 100px;
}
.section__about ul {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 80px auto;
  list-style: none;
}
.section__about li {
  margin: 0 12px 20px auto;
  width: 266px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}
.section__about li:last-child {
  margin-right: 0;
}
.section__about-point__image {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.section__about-point__headline {
  color: #3bb4ff;
  padding: 25px 25px 5px 25px;
}
.section__about-point__text {
  padding: 0 25px 25px 25px;
}
/*@media(min-width: 1400px) {
	.section__about ul {
  max-width: 1265px;
}
	.section__about li {
  margin: 0 12px 20px auto;
  width: 24%;
}
}*/
@media (max-width: 768px) {
  .section__about-lead {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .section__about ul {
    max-width: 768px;
    flex-wrap: wrap;
  }
  .section__about li {
    width: 47%;
    margin: 0 auto 20px auto;
    background-color: #fff;
  }
  .section__about li:last-child {
    margin-right: auto;
  }
  .section__about-point__headline {
    padding: 15px 15px 0px 15px;
    font-size: 1.6rem;
  }
  .section__about-point__text {
    padding: 0px 15px 15px 15px;
  }
}
/*3つの特徴*/
/*01*/
.section__features-headline__wrapper {
  padding: 0 20px;
}
.section__features-headline {
  max-width: 283px;
  margin: 0 auto 30px auto;
  display: block;
  width: 100%;
}
.wrapper {
  background-color: #3bb4ff;
  padding: 0 20px;
}
.section__features-wrapper {
  display: flex;
  max-width: 1100px !important;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.features__animation {
  position: absolute;
  top: -38%;
  right: 0;
  max-width: 175px;
  width: 100%;
}
.marketing__animation {
  position: absolute;
  top: -35%;
  left: 0;
  max-width: 160px;
  width: 100%;
}
.section__features-wrapper__text {
  display: flex;
  width: 60%;
  text-align: left;
  padding-right: 30px;
}
.section__features-wrapper__text-number {
  display: block;
  max-width: 95px;
  width: 100%;
  max-height: 78px;
  margin-right: 30px;
}
.section__features-wrapper__text-detail h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 4.4rem;
}
.section__features-wrapper__text-detail p {
  padding-top: 10px;
  color: #fff;
}
.section__features-wrapper__image {
  display: block;
  width: 45%;
  object-fit: cover;
  border-radius: 30px;
}
/*@media(min-width: 1400px) {
	.section__features-wrapper {
		max-width: 1265px!important;
	}
}*/
@media (max-width: 768px) {
  .section__features-wrapper__text {
    display: block;
  }
  .section__features-wrapper__text-number {
    margin-bottom: 30px;
  }
  .section__features-wrapper__text-detail p {
    padding-top: 5px;
  }
  .features__animation {
    top: -25%;
    right: -2%;
    max-width: 145px;
    width: 100%;
  }
  .marketing__animation {
    top: -24%;
    left: 0;
    max-width: 150px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section__features-wrapper {
    display: block;
  }
  .section__features-wrapper__text {
    width: 100%;
    padding-right: 0;
  }
  .section__features-wrapper__text-detail p {
    padding: 5px 0 20px 0;
  }
  .section__features-wrapper__image {
    width: 100%;
  }
  .features__animation {
    top: 1%;
    right: 2%;
    max-width: 140px;
    width: 100%;
  }
  .marketing__animation {
    top: 1%;
    left: unset;
    right: 0 !important;
    max-width: 135px;
    width: 100%;
  }
}
/*02*/
.section__features-wrapper.reverse {
  flex-direction: row-reverse;
}
.section__features-wrapper__text-02 {
  display: flex;
  width: 60%;
  text-align: left;
  padding-left: 30px;
}
.section__features-wrapper__text-number-02 {
  display: block;
  max-width: 109px;
  width: 100%;
  max-height: 78px;
  margin-right: 30px;
}
.section__features-wrapper__text-detail-02 h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #3bb4ff;
  line-height: 4.4rem;
}
.section__features-wrapper__text-detail-02 p {
  padding-top: 10px;
  color: #3bb4ff;
}
.wrapper-02 {
  background-color: #fff;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .section__features-wrapper__text-02 {
    display: block;
    width: 100%;
  }
  .section__features-wrapper__text-number-02 {
    margin-bottom: 30px;
  }
  .section__features-wrapper__text-detail-02 p {
    padding: 5px 0 20px 0;
  }
}
@media (max-width: 576px) {
  .section__features-wrapper__text-02 {
    padding-left: 0px;
  }
}
/*03*/
.wrapper-03 {
  background-color: #3bb4ff;
  padding: 0 20px;
  margin-bottom: 100px;
}
.section__features-wrapper__text-number-03 {
  display: block;
  max-width: 110px;
  width: 100%;
  max-height: 78px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section__features-wrapper__text-number-03 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .wrapper-03 {
    margin-bottom: 80px;
  }
}
/*スタンプラリーの流れ*/
.section__flow-headline__wrapper {
  padding: 0 20px;
}
.section__flow-headline {
  max-width: 291px;
  width: 100%;
  display: block;
  margin: 0 auto 30px auto;
}
/*お知らせ*/
.section__news {
  background-color: #fff;
  padding: 0 20px 100px 20px;
  text-align: left;
}
.section__news-headline {
  max-width: 118px;
  width: 100%;
  display: block;
  padding-top: 60px;
  margin: 0 auto 4px auto;
}
.section__news ul {
  list-style: none;
}
.section__news-wrapper {
  max-width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #3bb4ff;
  padding: 0 40px 17px 40px;
  position: relative;
}
.section__news-wrapper h2 {
  font-size: 1.6rem;
}
.section__news-wrapper h3 {
  font-size: 1.4rem;
  padding: 5px 25px;
  margin-left: 20px;
  color: #3bb4ff;
  background-color: #ecf7ff;
}
.section__news-wrapper h2::after {
  content: "お知らせ";
  font-size: 1.4rem;
  padding: 5px 25px;
  margin-left: 20px;
  color: #3bb4ff;
  background-color: #ecf7ff;
}
.section__news-wrapper__text a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.section__news-wrapper__text a:hover {
  opacity: 0.5;
}
.section__news-wrapper__text p {
  position: relative;
  margin-top: 20px;
}
.section__news-wrapper__text p::after {
  content: "";
  background-image: url("../image/top/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 20px;
  right: 0px;
}
@media (max-width: 768px) {
  .section__news {
    padding-bottom: 80px;
  }
  .section__news-wrapper {
    padding: 0 20px 17px 20px;
  }
}
@media (max-width: 576px) {
  .section__news-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section__news-headline {
    padding-top: 45px;
  }
}
/*お問い合わせ*/
.section__inquiry {
  background-color: #3bb4ff;
  background-image: url("../image/top/bg_transparency.png");
  background-size: 1250px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 20px;
}
.section__inquiry-headline__pc {
  display: block;
  max-width: 575px;
  width: 100%;
  padding-top: 60px;
  margin: 0 auto 30px auto;
}
.section__inquiry-headline__sp {
  display: none;
}
.section__inquiry ul {
  display: flex;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
.section__inquiry li {
  margin: 0 20px 100px 0;
  width: 580px;
  background-color: #fff;
  border-radius: 10px;
}
.section__inquiry-text {
  padding: 40px 15px 40px 15px;
}
.section__inquiry li:last-child {
  margin-right: 0px;
}
.section__inquiry-text a {
  text-decoration: none;
}
.section__inquiry-text__headline {
  font-size: 2.5rem;
  color: #3bb4ff;
  max-width: 270px;
  /*padding: 12px 27px;*/
  border: solid 3px #3bb4ff;
  border-radius: 135px;
  margin: 0 auto 0 auto;
  padding: 12px 0;
  transition: 0.3s;
}
.section__inquiry-text__headline:hover {
  opacity: 0.7;
}
.section__inquiry-text p {
  margin-bottom: 30px;
  font-weight: 600;
}
.section__inquiry-text h3 {
  font-weight: 500;
  font-size: 1.4rem;
}
.section__inquiry-text__headline-phone {
  font-size: 2.5rem;
  margin: 0 auto;
  padding-bottom: 5px;
  text-decoration: none;
  color: #3bb4ff !important;
}
/*見出し*/
/*@media(min-width: 1400px) {
	.section__inquiry ul {
		max-width: 1265px;
	}
	.section__inquiry li {
  width: 100%;
}
}*/
@media (max-width: 768px) {
  .section__inquiry li {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .section__inquiry {
    background-size: 1000px;
    padding-bottom: 80px;
  }
  .section__inquiry-headline__pc {
    display: none;
  }
  .section__inquiry-headline__sp {
    display: block;
    max-width: 304px;
    width: 100%;
    padding-top: 45px;
    margin: 0 auto 30px auto;
  }
  .section__inquiry ul {
    display: block;
  }
  .section__inquiry li {
    width: 100%;
    margin: 0 auto 20px auto;
    height: 212px;
  }
  .section__inquiry li:last-child {
    margin-bottom: 0px;
  }
}
