@charset "UTF-8";
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

body {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f8f8f8;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 48px 0;
  background-color: #fff;
}
header .header-text {
  font-size: 18px;
}
header .header-text span {
  color: #de005b;
}
header .header-text span.fsz {
  font-size: 36px;
}

@media screen and (max-width: 769px) {
  header {
    flex-direction: column-reverse;
    padding: 8px 48px 0;
    background-color: #fff;
  }
  header .header-text {
    font-size: 18px;
  }
  header .header-text span {
    color: #de005b;
  }
  header .header-text span.fsz {
    font-size: 36px;
  }
  header .header-logo {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  header {
    padding: 0px 16px;
    background-color: #fff;
  }
  header .header-text {
    font-size: 12px;
  }
  header .header-text span {
    color: #de005b;
  }
  header .header-text span.fsz {
    font-size: 18px;
  }
}
section.top {
  background-color: #fcebee;
  padding-bottom: 140px;
}
section.top img {
  width: 100%;
}
section.top .price {
  font-weight: bold;
}
section.top .price .price1 {
  font-size: 56px;
  color: #de005b;
  text-align: center;
}
section.top .price .price1 .slash {
  transform: scaleX(-1);
  display: inline-block;
}
section.top .price .price2 {
  display: flex;
  justify-content: center;
  font-size: 56px;
  text-align: center;
  margin-top: -40px;
}
section.top .price .price2 span {
  font-size: 120px;
  color: #de005b;
  font-weight: 1200;
}
section.top .price .price2 span.yen {
  font-size: 88px;
}
section.top .price .price2 img.star {
  width: 95px;
  height: 95px;
}
section.top .price .price2 img.stars {
  width: 122px;
  height: 124px;
  margin-top: 24px;
}
section.top .menu {
  display: flex;
  justify-content: space-between;
  font-size: 50px;
  padding: 0 106px;
  margin-top: 40px;
}
section.top .menu p {
  display: block;
  background-color: #de005b;
  width: 240px;
  height: 70px;
  text-align: center;
  color: #ffffff;
  transform: rotate(-3.5deg);
  box-shadow: 0 4px 2px #d8d8d7;
}
section.top p.taiken {
  font-size: 120px;
  color: #575757;
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
}
section.top .kouhyou {
  margin-top: 72px;
}
section.top .kouhyou > p {
  font-weight: bold;
  letter-spacing: 0.5rem;
}
section.top .kouhyou p {
  font-size: 30px;
  color: #343434;
  text-align: center;
  margin-bottom: 24px;
}
section.top .kouhyou p + p {
  font-size: 40px;
  color: #ffffff;
  background-color: #595857;
  width: 660px;
  margin: 0 auto;
  line-height: 97px;
}
section.top .kouhyou img {
  display: block;
  width: 39px;
  margin: -10px auto;
}
section.top .kouhyou .list {
  max-width: 800px;
  margin: 88px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.top .kouhyou .list .list-content {
  height: 400px;
  width: 370px;
  margin-bottom: 40px;
}
section.top .kouhyou .list .list-content img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
section.top .kouhyou .list .list-content p {
  color: #ffffff;
  background-color: #575757;
  line-height: 92px;
  font-size: 25px;
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  section.top {
    padding-bottom: 32px;
  }
  section.top .price {
    font-weight: bold;
  }
  section.top .price .price1 {
    font-size: 48px;
    color: #de005b;
    text-align: center;
  }
  section.top .price .price1 .slash {
    transform: scaleX(-1);
    display: inline-block;
  }
  section.top .price .price2 {
    font-size: 48px;
    text-align: center;
  }
  section.top .price .price2 span {
    font-size: 100px;
  }
  section.top .price .price2 span.yen {
    font-size: 72px;
  }
  section.top .price .price2 img.star {
    width: 95px;
    height: 95px;
  }
  section.top .price .price2 img.stars {
    width: 122px;
    height: 124px;
    margin-top: 24px;
  }
  section.top .menu {
    justify-content: space-around;
    font-size: 32px;
    padding: 0;
    margin-top: 40px;
  }
  section.top .menu p {
    display: block;
    background-color: #de005b;
    width: 30%;
    height: 40px;
    text-align: center;
    color: #ffffff;
    transform: rotate(-3.5deg);
  }
  section.top p.taiken {
    font-size: 80px;
    text-align: center;
  }
  section.top .kouhyou {
    margin-top: 72px;
  }
  section.top .kouhyou > p {
    font-weight: bold;
    letter-spacing: 0.5rem;
  }
  section.top .kouhyou p {
    font-size: 30px;
    color: #343434;
    text-align: center;
    margin-bottom: 24px;
  }
  section.top .kouhyou p + p {
    font-size: 30px;
    color: #ffffff;
    background-color: #595857;
    width: 90%;
    margin: 0 auto;
    line-height: 97px;
  }
  section.top .kouhyou img {
    display: block;
    width: 39px;
    margin: -10px auto;
  }
  section.top .kouhyou .list {
    max-width: 800px;
    margin: 88px auto 0;
    justify-content: center;
  }
  section.top .kouhyou .list .list-content {
    width: 370px;
    height: 400px;
    margin-bottom: 40px;
  }
  section.top .kouhyou .list .list-content img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
  }
  section.top .kouhyou .list .list-content p {
    color: #ffffff;
    background-color: #575757;
    line-height: 92px;
    font-size: 25px;
    font-weight: normal;
  }
}
@media screen and (max-width: 499px) {
  section.top .price .price1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  section.top .price .price1 .slash {
    transform: scaleX(-1);
    display: inline-block;
  }
  section.top .price .price2 {
    font-size: 30px;
    text-align: center;
  }
  section.top .price .price2 span {
    font-size: 64px;
  }
  section.top .price .price2 span.yen {
    font-size: 40px;
  }
  section.top .price .price2 img.star {
    width: 55px;
    height: 55px;
  }
  section.top .price .price2 img.stars {
    width: 62px;
    height: 64px;
  }
  section.top .menu {
    justify-content: space-around;
    font-size: 20px;
    padding: 0;
    margin-top: 20px;
  }
  section.top .menu p {
    height: 28px;
  }
  section.top p.taiken {
    font-size: 50px;
    text-align: center;
  }
  section.top .kouhyou {
    margin-top: 72px;
  }
  section.top .kouhyou > p {
    letter-spacing: 0rem;
  }
  section.top .kouhyou p {
    font-size: 24px;
    margin-bottom: 24px;
  }
  section.top .kouhyou p + p {
    font-size: 28px;
    line-height: 77px;
  }
  section.top .kouhyou .list {
    width: 95%;
    margin: 88px auto 0;
    justify-content: center;
  }
  section.top .kouhyou .list .list-content {
    width: 370px;
    height: 400px;
    margin-bottom: 40px;
  }
  section.top .kouhyou .list .list-content img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
  }
  section.top .kouhyou .list .list-content p {
    color: #ffffff;
    background-color: #575757;
    line-height: 92px;
    font-size: 25px;
    font-weight: normal;
  }
}
section.onayami {
  max-width: 1000px;
  background-image: url(image/backimg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
}
section.onayami .tokorode {
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background-color: #fcebee;
  margin: 0 auto;
  position: relative;
}
section.onayami .tokorode p {
  font-size: 35px;
  color: #343434;
  transform: rotate(-3.5deg);
  text-align: center;
  float: left;
  margin-top: -22px;
  margin-left: 24px;
  font-weight: bold;
}
section.onayami .tokorode .vertical-line {
  width: 6px;
  height: 40px;
  background-color: #fcebee;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 3px);
}
section.onayami h2 {
  font-size: 55px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-top: 97px;
}
section.onayami h2 span {
  -webkit-text-decoration: underline 3px;
          text-decoration: underline 3px;
  text-underline-offset: 18px;
}
section.onayami .onayami-contents,
section.onayami .onayami-contents2 {
  width: 800px;
  margin: 100px auto 0;
}
section.onayami .onayami-contents .onayami-content,
section.onayami .onayami-contents2 .onayami-content {
  display: flex;
  margin-bottom: 50px;
}
section.onayami .onayami-contents .onayami-content img,
section.onayami .onayami-contents2 .onayami-content img {
  width: 51px;
  height: 43px;
  margin-right: 18px;
}
section.onayami .onayami-contents .onayami-content p,
section.onayami .onayami-contents2 .onayami-content p {
  font-size: 34px;
  color: #ffffff;
}
section.onayami .onayami-contents span {
  -webkit-text-decoration: underline 3px;
          text-decoration: underline 3px;
  text-underline-offset: 18px;
}
section.onayami .onayami-contents2 p {
  font-weight: bold;
}
section.onayami .onayami-contents2 span {
  color: #fcf304;
  text-decoration: none;
}
section.onayami img.thunder {
  display: block;
  width: 203px;
  height: 180px;
  margin-top: 380px;
  margin-left: auto;
  margin-right: auto;
}
section.onayami .keikoku-text {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
section.onayami .keikoku-text p {
  font-size: 40px;
  color: #ffffff;
}
section.onayami .keikoku-text img {
  margin-top: -40px;
}
section.onayami p.kiken {
  font-size: 60px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
section.onayami p.kiken span {
  font-size: 140px;
  display: inline-block;
  transform: rotate(-4.5deg);
  color: #000000;
  letter-spacing: 0.5rem;
}
section.onayami p.kiken span:first-child {
  position: relative;
  bottom: -18px;
}
section.onayami p.kiken span + span {
  transform: rotate(4.5deg);
  display: inline-block;
  position: relative;
  bottom: -38px;
}

@media screen and (max-width: 769px) {
  section.onayami h2 {
    font-size: 32px;
  }
  section.onayami .onayami-contents,
  section.onayami .onayami-contents2 {
    width: 100%;
    padding: 0 40px;
  }
  section.onayami .onayami-contents .onayami-content img,
  section.onayami .onayami-contents2 .onayami-content img {
    width: 31px;
    height: 33px;
  }
  section.onayami .onayami-contents .onayami-content p,
  section.onayami .onayami-contents2 .onayami-content p {
    font-size: 24px;
  }
  section.onayami .onayami-contents span {
    -webkit-text-decoration: underline 3px;
            text-decoration: underline 3px;
    text-underline-offset: 18px;
  }
  section.onayami .onayami-contents2 p {
    font-weight: bold;
  }
  section.onayami .onayami-contents2 span {
    color: #fcf304;
    text-decoration: none;
  }
  section.onayami img.thunder {
    display: block;
    width: 203px;
    height: 180px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  section.onayami .keikoku-text {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.onayami .keikoku-text p {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
  }
  section.onayami .keikoku-text img {
    margin-top: -40px;
  }
  section.onayami p.kiken {
    font-size: 40px;
    line-height: 120px;
    margin-top: 0px;
  }
  section.onayami p.kiken span {
    font-size: 100px;
    display: inline-block;
    transform: rotate(-4.5deg);
    color: #000000;
  }
  section.onayami p.kiken span + span {
    transform: rotate(4.5deg);
    margin-top: 32px;
  }
  section.onayami .onayami-image {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  section.onayami h2 {
    font-size: 24px;
    letter-spacing: 0rem;
    margin-top: 97px;
  }
  section.onayami .onayami-contents,
  section.onayami .onayami-contents2 {
    width: 100%;
    padding: 0 16px;
    margin-top: 56px;
  }
  section.onayami .onayami-contents .onayami-content,
  section.onayami .onayami-contents2 .onayami-content {
    display: flex;
    margin-bottom: 32px;
  }
  section.onayami .onayami-contents .onayami-content img,
  section.onayami .onayami-contents2 .onayami-content img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
  section.onayami .onayami-contents .onayami-content p,
  section.onayami .onayami-contents2 .onayami-content p {
    font-size: 20px;
  }
  section.onayami .onayami-contents span {
    text-underline-offset: 6px;
  }
  section.onayami .onayami-contents2 p {
    font-weight: bold;
  }
  section.onayami .onayami-contents2 span {
    color: #fcf304;
    text-decoration: none;
  }
  section.onayami img.thunder {
    display: block;
    width: 203px;
    height: 180px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  section.onayami .keikoku-text {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.onayami .keikoku-text p {
    font-size: 30px;
    color: #ffffff;
  }
  section.onayami .keikoku-text img {
    margin-top: -40px;
  }
  section.onayami p.kiken {
    font-size: 24px;
    margin-top: 4px;
    line-height: 60px;
  }
  section.onayami p.kiken span {
    font-size: 60px;
  }
  section.onayami p.kiken span + span {
    margin-top: 12px;
  }
  .onayami-image {
    margin-top: 0px;
  }
}
.circle {
  width: 210px;
  height: 210px;
  margin: -100px auto;
  position: relative;
}
.circle .vertical-line {
  width: 6px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 3px);
}

section.approach {
  background-color: #f2f1f0;
  padding-top: 150px;
  padding-bottom: 127px;
}
section.approach p {
  font-size: 32px;
  text-align: center;
}
section.approach p .pink {
  font-size: 45px;
  color: #de005b;
}
section.approach p + p {
  font-size: 55px;
  font-weight: bolder;
  margin-top: 24px;
}
section.approach p + p .large {
  font-size: 80px;
}
section.approach p + p .marker {
  background: linear-gradient(transparent 60%, #e66097 60%);
  display: inline-block;
  line-height: 1.4;
}
section.approach img.arrow {
  display: block;
  margin: 100px auto -120px;
}
section.approach .approach-contents {
  width: 800px;
  background-color: #ffffff;
  margin: 90px auto 0;
  border-radius: 30px;
  padding: 23px 30px 4px;
}
section.approach .approach-contents .approach-content {
  margin-bottom: 64px;
}
section.approach .approach-contents .approach-content hr {
  margin: 20px;
  border: solid #595857 2px;
}
section.approach .approach-contents .approach-content .approach-number {
  display: flex;
  align-items: center;
}
section.approach .approach-contents .approach-content .approach-number p {
  font-size: 50px;
  font-weight: bold;
  margin-top: 64px;
  margin-left: -56px;
  color: #595857;
}
section.approach .approach-contents .approach-content .approach-text {
  display: flex;
}
section.approach .approach-contents .approach-content .approach-text p {
  font-size: 28px;
  margin-left: 28px;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 769px) {
  section.approach p {
    font-size: 24px;
    text-align: center;
  }
  section.approach p .pink {
    font-size: 32px;
    color: #de005b;
  }
  section.approach p + p {
    font-size: 32px;
    font-weight: bold;
  }
  section.approach p + p .large {
    font-size: 48px;
  }
  section.approach img.arrow {
    display: block;
    margin: 100px auto -120px;
  }
  section.approach .approach-contents {
    width: 90%;
    margin-top: 48px;
  }
  section.approach .approach-contents .approach-content .approach-number p {
    font-size: 50px;
  }
  section.approach .approach-contents .approach-content .approach-text {
    display: flex;
    flex-direction: column;
  }
  section.approach .approach-contents .approach-content .approach-text p {
    margin-left: 0;
    margin-top: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  section.approach {
    padding-bottom: 0;
  }
  section.approach p {
    font-size: 20px;
    text-align: center;
  }
  section.approach p .pink {
    font-size: 22px;
  }
  section.approach p + p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
  }
  section.approach p + p .large {
    font-size: 32px;
  }
  section.approach p + p .marker {
    background: linear-gradient(transparent 60%, #e66097 60%);
    display: inline-block;
    line-height: 1;
  }
  section.approach img.arrow {
    display: block;
    margin: 100px auto -120px;
  }
  section.approach .approach-contents .approach-content {
    margin-bottom: 64px;
  }
  section.approach .approach-contents .approach-content .approach-number {
    display: flex;
    align-items: center;
  }
  section.approach .approach-contents .approach-content .approach-number p {
    font-size: 24px;
  }
  section.approach .approach-contents .approach-content .approach-text p {
    font-size: 16px;
    text-align: left;
    line-height: 1.2rem;
  }
}
section.flow {
  background-color: #f8f8f8;
  padding-top: 120px;
}
section.flow h2 {
  display: block;
  width: 800px;
  font-size: 58px;
  color: #595857;
  text-align: center;
  font-weight: normal;
  line-height: 180px;
  border: 2px solid #595857;
  border-radius: 90px;
  margin: 0 auto;
}
section.flow > img {
  display: block;
  margin: -22px auto 0;
}
section.flow img + img {
  margin-top: 16px;
}
section.flow .flow {
  width: 800px;
  display: flex;
  margin: 80px auto 0;
  height: auto;
}
section.flow .flow .flow-left {
  text-align: center;
  height: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -32px;
  display: flex;
  flex-direction: column;
}
section.flow .flow .flow-left p {
  margin-left: -44px;
  margin-bottom: 24px;
  font-size: 30px;
}
section.flow .flow .flow-left .vertical-line {
  width: 2px;
  height: 4600px;
  background-color: #595857;
  left: 0;
  transform: translateX(-50%);
}
section.flow .flow .flow-right .flow-content {
  width: 660px;
  height: 725px;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(190, 187, 185, 0.2745098039) 0px 8px 4px;
  margin-bottom: 60px;
  position: relative;
}
section.flow .flow .flow-right .flow-content img.mark {
  position: absolute;
  left: -114px;
  top: 68px;
}
section.flow .flow .flow-right .flow-content img.fukidasi {
  position: absolute;
  left: -34px;
}
section.flow .flow .flow-right .flow-content p.step {
  font-size: 36px;
  color: #ffffff;
  background-color: #595857;
  display: block;
  width: 180px;
  text-align: center;
  line-height: 55px;
}
section.flow .flow .flow-right .flow-content h3 {
  font-size: 53px;
  color: #595857;
  letter-spacing: 0.2rem;
}
section.flow .flow .flow-right .flow-content hr {
  margin-bottom: 36px;
}
section.flow .flow .flow-right .flow-content .explanation {
  font-size: 28px;
  color: #595857;
}

@media screen and (max-width: 769px) {
  section.flow h2 {
    display: block;
    width: 90%;
    font-size: 48px;
    line-height: 120px;
    border: 2px solid #595857;
  }
  section.flow .flow {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0 40px;
  }
  section.flow .flow .flow-left {
    width: 30%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -32px;
    display: flex;
    flex-direction: column;
  }
  section.flow .flow .flow-left p {
    margin-left: -34px;
  }
  section.flow .flow .flow-left .vertical-line {
    width: 2px;
    height: 3900px;
    background-color: #595857;
    left: 0;
    transform: translateX(-50%);
  }
  section.flow .flow .flow-right .flow-content {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(98, 97, 96, 0.2745098039) 0px 8px 4px;
    margin-bottom: 60px;
    position: relative;
  }
  section.flow .flow .flow-right .flow-content img {
    width: 100%;
  }
  section.flow .flow .flow-right .flow-content img.mark {
    position: absolute;
    left: -114px;
    display: none;
  }
  section.flow .flow .flow-right .flow-content img.fukidasi {
    position: absolute;
    left: -30px;
    width: 32px;
  }
  section.flow .flow .flow-right .flow-content p.step {
    font-size: 30px;
    color: #ffffff;
    background-color: #595857;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 55px;
  }
  section.flow .flow .flow-right .flow-content h3 {
    font-size: 40px;
    color: #595857;
  }
  section.flow .flow .flow-right .flow-content hr {
    margin-bottom: 36px;
  }
  section.flow .flow .flow-right .flow-content .explanation {
    font-size: 28px;
    color: #595857;
  }
}
@media screen and (max-width: 499px) {
  section.flow h2 {
    display: block;
    font-size: 32px;
  }
  section.flow .flow {
    width: 100%;
    padding: 0 12px;
  }
  section.flow .flow .flow-left {
    display: none;
  }
  section.flow .flow .flow-right .flow-content {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(98, 97, 96, 0.2745098039) 0px 8px 4px;
    margin-bottom: 60px;
    position: relative;
  }
  section.flow .flow .flow-right .flow-content img {
    width: 100%;
  }
  section.flow .flow .flow-right .flow-content img.mark {
    position: absolute;
    left: -114px;
    display: none;
  }
  section.flow .flow .flow-right .flow-content img.fukidasi {
    position: absolute;
    left: -30px;
    width: 32px;
  }
  section.flow .flow .flow-right .flow-content p.step {
    font-size: 30px;
    color: #ffffff;
    background-color: #595857;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 55px;
  }
  section.flow .flow .flow-right .flow-content h3 {
    font-size: 32px;
    color: #595857;
  }
  section.flow .flow .flow-right .flow-content hr {
    margin-bottom: 36px;
  }
  section.flow .flow .flow-right .flow-content .explanation {
    font-size: 16px;
    color: #595857;
  }
}
section.campaign-area {
  background-color: #f8f8f8;
  padding-bottom: 164px;
}

.campaign {
  max-width: 792px;
  height: 496px;
  border: #de005b 8px solid;
  background-color: #ffffff;
  margin: 160px auto 0;
  display: flex;
  flex-direction: column;
  padding: 0 48px;
}
.campaign h2 {
  background-color: #de005b;
  color: #ffffff;
  text-align: center;
  font-size: 46px;
  display: block;
  width: 662px;
  line-height: 97px;
  margin: -48px auto 0;
  padding-top: 8px;
  font-weight: normal;
}
.campaign img {
  width: 39px;
  height: 44px;
  margin: -10px auto 0;
}
.campaign p {
  font-size: 25px;
  color: #575757;
  margin-top: 8px;
  text-align: left;
}
.campaign h3 {
  font-size: 42px;
  color: #de005b;
  border-bottom: #de005b solid 4px;
  padding-bottom: 8px;
}
.campaign img.campaign-price {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.campaign-btn {
  background: linear-gradient(to bottom, #de005b, #bb014d);
  max-width: 800px;
  height: 241px;
  border-radius: 120px;
  margin: 94px auto 0;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.campaign-btn .btn-left {
  text-align: center;
}
.campaign-btn .btn-left p {
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
}
.campaign-btn .btn-left p span {
  font-size: 57px;
}
.campaign-btn .btn-left p span + span {
  font-size: 48px;
}
.campaign-btn .btn-left img {
  width: 52px;
  height: auto;
  margin-right: 8px;
}
.campaign-btn .btn-right {
  width: 154px;
  height: 154px;
  border: 3px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.syokaicampaign,
.campaignbutton {
  display: none;
}

@media screen and (max-width: 769px) {
  section.campaign-area {
    padding-bottom: 40px;
  }
  .syokaicampaign,
  .campaignbutton {
    display: block;
    width: 90%;
    margin: 40px auto;
  }
  .campaignbutton img {
    width: 100%;
  }
  .campaign,
  .campaign-btn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */