@charset "UTF-8";
h2 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 42px;
}

h3 {
  text-align: center;
}

section .flex-container {
  display: flex;
  justify-content: center;
}

.inner {
  max-width: 1046px;
}

.container01 {
  margin-bottom: 64px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==================================================== */
main {
  padding-top: 140px;
}
main > section:first-child {
  padding: 0;
}

.image_main-visual_waonpoint_top img {
  width: 100%;
}

main > section:nth-child(even) {
  background-color: initial;
}

.contents {
  padding: 100px 0;
}
.contents:nth-child(even) {
  background-color: #f7f7f7;
}

.text {
  margin-bottom: 2rem;
}

.img-container > img {
  width: 100%;
}

.what-is-ignica-money {
  margin-bottom: 24px;
}

a.b_rounded {
  width: 336px;
  height: 68px;
  background: #B60081;
  border-radius: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.1);
}

.pc-hide,
br.pc-hide {
  display: none;
}

br.sp-hide {
  display: inline;
}

@media screen and (max-width: 750px) {
  .pc-hide {
    display: block;
  }
  .pc-hide.sp2 {
    display: none;
  }
  .sp-hide {
    display: none;
  }
  br.pc-hide {
    display: inline;
  }
  br.sp-hide {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc-hide.sp2 {
    display: inline;
  }
}
/* ==================================================== */
.top_tamaru {
  padding: 56px 0 76px;
}
.top_tamaru .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_tamaru .inner img {
  width: 374px;
}
.top_tamaru .inner h3 {
  line-height: 1;
  margin-top: 32px;
  position: relative;
  padding-bottom: 0.56em;
  font-size: 42px;
  margin-bottom: 18px;
  color: #B60081;
}
@media screen and (max-width: 599px) {
  .top_tamaru .inner h3 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.top_tamaru .inner h3:after {
  content: "";
  background: #B60081;
  display: block;
  width: 120px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .top_tamaru .inner h3:after {
    height: 5px;
  }
}
.top_tamaru .inner p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ==================================================== */
.touroku h2 {
  font-size: 36px;
  margin-bottom: 48px;
  color: #B60081;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .touroku h2 {
    font-size: 32px;
    margin-bottom: 42px;
  }
}
.touroku__list {
  display: flex;
  justify-content: center;
}
.touroku__list li {
  width: 333px;
  margin: 12px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 36px 28px 26px;
  position: relative;
}
.touroku__list li h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 0.8em;
}
.touroku__list li .pic {
  text-align: center;
}
.touroku__list li .listnum {
  position: absolute;
  left: -12px;
  top: -12px;
}
@media screen and (max-width: 750px) {
  .touroku__list {
    flex-direction: column;
    align-items: center;
  }
  .touroku__list li {
    border-radius: 12px;
    padding: 56px 24px;
    width: 100%;
    margin: 0 12px;
    font-size: 20px;
    line-height: 1.6;
  }
  .touroku__list li:nth-of-type(n + 2) {
    margin-top: 68px;
  }
  .touroku__list li .pic img {
    width: 100%;
    max-width: 268px;
    margin-bottom: 10px;
  }
  .touroku__list li .listnum {
    left: -15px;
    top: -15px;
  }
}

/* ==================================================== */
.store {
  padding: 56px 0 76px;
}
.store .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store .inner img {
  width: 298px;
  margin-bottom: 35px;
}
.store .inner h2 {
  line-height: 1;
  margin-top: 32px;
  position: relative;
  padding-bottom: 0.9em;
  font-size: 36px;
  margin-bottom: 16px;
  color: #B60081;
}
@media screen and (max-width: 599px) {
  .store .inner h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.store .inner h2:after {
  content: "";
  background: #B60081;
  display: block;
  width: 120px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .store .inner h2:after {
    height: 5px;
  }
}
.store .inner p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #B60081;
  font-weight: bold;
}
.store .inner a {
  width: 260px;
}

/* ==================================================== */
.toiawase {
  padding: 56px 0 76px;
}
.toiawase .inner h2 {
  line-height: 1;
  margin-top: 32px;
  position: relative;
  padding-bottom: 0.9em;
  font-size: 36px;
  margin-bottom: 36px;
  color: #B60081;
}
@media screen and (max-width: 750px) {
  .toiawase .inner h2 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .toiawase .inner h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.toiawase .inner h2:after {
  content: "";
  background: #B60081;
  display: block;
  width: 120px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.toiawase .inner h3 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 0.5em;
  color: #B60081;
}
.toiawase .inner h3:nth-of-type(n + 2) {
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  .toiawase .inner h3 {
    font-size: 25px;
  }
}
.toiawase .inner p {
  font-size: 20px;
  line-height: 1.6;
  padding-left: 1.4em;
}
.toiawase .inner p.kome {
  padding-left: 2.4em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .toiawase .inner p {
    padding-left: 0;
  }
  .toiawase .inner p.kome {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.toiawase .inner img {
  margin-bottom: 35px;
}
.toiawase .inner a {
  color: #B60081;
  text-decoration: underline;
}

/* ああああああああああああああああああああああああああああああ */
@media screen and (max-width: 750px) {
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  main {
    padding: inherit;
    padding-top: 140px;
  }
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
}/*# sourceMappingURL=waonpoint.css.map */