@charset "utf-8";

/* ----------------------------------------
	demolition.css
---------------------------------------- */

.h1-wrapper {
  padding-top: 12rem;
  position: relative;
  overflow: hidden;
}

.h1-wrapper::before {
  content: attr(data-en);
	position: absolute;
	top: 34%;
	left: -2%;
  z-index: -2;
	color: #E1F3E2;
	font-size: 15rem;
	font-family: "ZCOOL XiaoWei", sans-serif;
  font-weight: 400;
  line-height: 0;
  white-space: nowrap;
}

.h1-ttl {
  margin: 0 20% 2rem 20%;
}

.h1-ttl h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1.5rem;
}

.h1-content {
  background-color: #39b54a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 20%;
}

.h1-content p {
  color: #fff;
}

.h1-content-ttl {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

/* 画面幅1180px以下：タブレット対応 */
@media screen and (max-width:1180px) {
  .h1-wrapper {
    padding-top: 8rem;
  }

  .h1-wrapper::before {
    font-size: 10rem;
    top: 32%;
  }

  .h1-content {
    padding: 4rem 15%;
  }

  .h1-ttl {
    margin: 0 15% 2rem 15%;
  }
}

/* 画面幅767px以下：スマホ対応 */
@media screen and (max-width:767px) {
  .h1-wrapper {
    padding-top: 4rem;
  }

  .h1-wrapper::before {
    font-size: 11rem;
    top: 23%;
  }

  .h1-content {
    padding: 4rem 6%;
  }

  .h1-ttl {
    margin: 0 6% 2rem 6%;
  }
  
  .purchase-item-content {
    display: block;
  }

  .purchase-item-content figure div {
    margin-bottom: 1rem;
  }
}

/* 画面幅575px以下：スマホ対応 */
@media screen and (max-width:575px) {
  .h1-wrapper::before {
    font-size: 8rem;
    top: 26%;
  }

  .h1-content {
    padding: 2rem 1rem;
  }

  .h1-ttl {
    margin: 0 1rem 3rem 1rem;
  }

  .h1-ttl h1 {
    font-size: 1.2rem;
  }

  .h1-content-ttl {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

/* 画面幅375px以下：スマホ対応 */
@media screen and (max-width:375px) {
  .h1-wrapper::before {
    font-size: 6rem;
    top: 22%;
  }
}