* {
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  font-family: serif;
}

ul, ol {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.01em;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.txt {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: max(2.7450980392vw, 18px);
  }
}

.gold {
  color: #CFA21E;
}

.white {
  color: #fff;
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.title-wrap {
  text-align: center;
}
.title-wrap h3 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .title-wrap h3 {
    font-size: max(6.5359477124vw, 30px);
  }
}
.title-wrap .sub-txt {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .title-wrap .sub-txt {
    font-size: max(3.137254902vw, 21px);
  }
}
.title-wrap h3.gold {
  color: #CFA21E;
}
.title-wrap.bar .sub-txt {
  display: block;
  width: 150px;
  height: 5px;
  background-color: #CFA21E;
  margin: 15px auto;
}

main {
  overflow: hidden;
}

#mv {
  background-image: url(../img/mv-bg.jpg);
  height: 100vh;
  max-height: 750px;
}
@media screen and (max-width: 768px) {
  #mv {
    height: unset;
    max-height: unset;
  }
}
#mv .gold {
  background: linear-gradient(90deg, #cfa21e, #b4a98a 40%, #cfa21e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mv .mask {
  background-image: linear-gradient(90deg, transparent, transparent 38%, #141934 63% 100%);
  height: calc(100% - 100px);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #mv .mask {
    background-image: linear-gradient(180deg, transparent, transparent 38%, #141934 63% 100%);
  }
}
#mv .flex {
  max-width: 1300px;
  width: 95%;
  margin: auto;
  align-items: center;
}
#mv .flex .mv-message {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mv .flex .mv-message {
    width: 100%;
    text-align: center;
  }
}
#mv .flex .mv-message .gold {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #mv .flex .mv-message .gold {
    font-size: 6.5359477124vw;
  }
}
#mv .flex .mv-message .txt-l {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #mv .flex .mv-message .txt-l {
    font-size: 4.5751633987vw;
  }
}
#mv .flex .mv-message .txt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #mv .flex .mv-message .txt {
    margin-top: 20px;
  }
}
#mv .flex .mv-message .button-wrap {
  margin-top: 30px;
}
#mv .flex .mv-message .button-wrap .mv-link {
  background-color: #9A8137;
  color: #ffffff;
  display: block;
  border-radius: 20px;
  font-size: 21px;
  font-weight: bold;
  width: 48%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #mv .flex .mv-message .button-wrap .mv-link {
    font-size: max(3.0065359477vw, 17px);
  }
}
#mv .flex .capt-wrap {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #mv .flex .capt-wrap {
    width: 100%;
  }
}
#mv .flex .capt-wrap img {
  display: block;
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mv .flex .capt-wrap img {
    max-width: 200px;
    width: 50%;
  }
}
#mv .message {
  background-color: rgba(0, 0, 0, 0.4823529412);
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .message {
    margin-top: 15px;
  }
}

#concept {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #concept {
    padding: 40px 0;
  }
}
#concept .content-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #concept .content-wrap {
    margin-top: 30px;
  }
}
#concept .txt-wrap {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #concept .txt-wrap {
    width: 100%;
  }
}
#concept .border-gold {
  border: 1px solid #CFA21E;
  padding: 30px 50px;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #concept .border-gold {
    padding: 20px;
  }
}
#concept .border-gold::after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 250px;
  background-color: rgba(207, 163, 30, 0.3725490196);
  left: 0;
  margin-top: -100px;
  z-index: -2;
  margin-left: calc((100vw - 1200px) / -2);
}
@media screen and (max-width: 1200px) {
  #concept .border-gold::after {
    margin-left: -5%;
    width: 70vw;
  }
}
#concept .border-gold h4 {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept .border-gold h4 {
    font-size: max(3.9215686275vw, 21px);
  }
}
#concept .border-gold ul {
  margin-top: 30px;
}
#concept .border-gold ul li {
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #concept .border-gold ul li {
    font-size: max(3.137254902vw, 19px);
  }
}
#concept .border-gold ul li:last-child {
  margin-bottom: 0;
}
#concept .border-gold ul li::before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 33px;
  margin-left: -55px;
}
#concept .border-gold ul li:nth-child(1)::before {
  background-image: url(../img/num01.png);
}
#concept .border-gold ul li:nth-child(2)::before {
  background-image: url(../img/num02.png);
  width: 46px;
}
#concept .border-gold ul li:nth-child(3)::before {
  background-image: url(../img/num03.png);
  width: 47px;
}
#concept .img-wrap {
  width: 15%;
}
@media screen and (max-width: 768px) {
  #concept .img-wrap {
    width: 100%;
  }
}
#concept .img-wrap img {
  width: 120%;
  margin-left: -50%;
  margin-top: -150px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #concept .img-wrap img {
    display: block;
    margin: 10px auto;
    width: 40%;
  }
}

#man_benefit .title-wrap, #woman_benefit .title-wrap {
  text-align: left;
}
#man_benefit .title-sec, #woman_benefit .title-sec {
  flex-wrap: unset;
  align-items: center;
}
#man_benefit .title-sec .title-wrap, #woman_benefit .title-sec .title-wrap {
  max-width: 900px;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #man_benefit .title-sec .title-wrap, #woman_benefit .title-sec .title-wrap {
    width: 100%;
  }
}
#man_benefit .title-sec .title-wrap::before, #woman_benefit .title-sec .title-wrap::before {
  position: absolute;
  content: "BENEFIT";
  color: transparent;
  -webkit-text-stroke: 1px #141934;
  text-stroke: 1px #141934;
  font-size: 100px;
  opacity: 0.3;
  margin-top: -60px;
  z-index: -1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #man_benefit .title-sec .title-wrap::before, #woman_benefit .title-sec .title-wrap::before {
    font-size: 19.6078431373vw;
  }
}
#man_benefit .title-sec .img-wrap, #woman_benefit .title-sec .img-wrap {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #man_benefit .title-sec .img-wrap, #woman_benefit .title-sec .img-wrap {
    display: none;
  }
}
#man_benefit .title-sec .img-wrap img, #woman_benefit .title-sec .img-wrap img {
  width: 500px;
  position: relative;
  right: 0;
  margin-left: -250px;
  z-index: -2;
}
#man_benefit .main-sec, #woman_benefit .main-sec {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #man_benefit .main-sec, #woman_benefit .main-sec {
    margin-top: 30px;
    justify-content: space-around;
  }
}
#man_benefit .main-sec li, #woman_benefit .main-sec li {
  padding-left: 50px;
  font-size: 21px;
  margin-bottom: 20px;
  position: relative;
}
#man_benefit .main-sec li::before, #woman_benefit .main-sec li::before {
  content: "";
  position: absolute;
  margin-left: -40px;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(../img/icon-04.png);
}
#man_benefit .main-sec .txt-wrap, #woman_benefit .main-sec .txt-wrap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #man_benefit .main-sec .txt-wrap, #woman_benefit .main-sec .txt-wrap {
    width: 100%;
  }
}
#man_benefit .main-sec .capt-wrapper, #woman_benefit .main-sec .capt-wrapper {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #man_benefit .main-sec .capt-wrapper, #woman_benefit .main-sec .capt-wrapper {
    width: 100%;
    margin-top: 50px;
    max-width: 500px;
  }
}
#man_benefit .main-sec .capt-wrapper .capt-wrap, #woman_benefit .main-sec .capt-wrapper .capt-wrap {
  width: 48%;
  z-index: 5;
}
#man_benefit .main-sec .capt-wrapper .capt-wrap img, #woman_benefit .main-sec .capt-wrapper .capt-wrap img {
  height: auto;
}
#man_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(1) img, #woman_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(1) img {
  margin-top: -30px;
}
#man_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(2) img, #woman_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(2) img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #man_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(2) img, #woman_benefit .main-sec .capt-wrapper .capt-wrap:nth-child(2) img {
    margin-top: 10px;
  }
}

#woman_benefit {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #woman_benefit {
    margin-top: 30px;
  }
}
#woman_benefit .title-sec .title-wrap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #woman_benefit .title-sec .title-wrap {
    text-align: left;
  }
}
#woman_benefit .title-sec .title-wrap::before {
  margin-left: -500px;
}
@media screen and (max-width: 768px) {
  #woman_benefit .title-sec .title-wrap::before {
    margin-left: 0;
  }
}
#woman_benefit .title-sec .img-wrap img {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #woman_benefit .main-sec .txt-wrap {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #woman_benefit .main-sec .capt-wrapper {
    order: 2;
  }
}

#how_work {
  background-color: rgba(130, 118, 95, 0.0745098039);
  margin-top: 50px;
}
#how_work .bar {
  max-width: 420px;
  width: 40%;
  height: 10px;
  margin: auto;
  display: block;
  background-color: #CFA21E;
}
#how_work .container {
  padding: 70px 0;
  max-width: 1080px;
}
#how_work ul {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #how_work ul {
    max-width: 400px;
    margin: 40px auto;
  }
}
#how_work ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #how_work ul li {
    width: 100%;
    margin-top: 50px;
  }
}
#how_work ul li .num {
  position: absolute;
  background-color: #CFA21E;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 70px;
  color: #ffffff;
  font-size: 40px;
  margin-top: -30px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #how_work ul li .num {
    margin-left: 90px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #how_work ul li .num {
    margin-left: 16.6666666667vw;
  }
}
#how_work ul li .capt-wrap img {
  display: block;
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #how_work ul li .capt-wrap img {
    width: 50%;
    max-width: 170px;
  }
}
#how_work ul li .txt-wrap {
  text-align: center;
  margin-top: 10px;
  font-size: 21px;
}
#how_work ul li::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow.png);
  width: 82px;
  height: 40px;
  background-size: cover;
  background-position: center;
  margin-left: -70px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #how_work ul li::before {
    display: none;
  }
}
#how_work ul li:first-child::before {
  display: none;
}

#event-trust {
  background-color: rgba(51, 59, 106, 0.6588235294);
  padding: 100px 0;
  position: relative;
}
#event-trust::after {
  position: absolute;
  content: "";
  width: 25vw;
  height: 1500px;
  background-color: #373E6A;
  right: 0;
  margin-top: -1400px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #event-trust::after {
    width: 90vw;
    height: 300px;
    margin-top: -200px;
  }
}
#event-trust h5 {
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #event-trust h5 {
    font-size: max(3.9215686275vw, 21px);
  }
}
#event-trust .event-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #event-trust .event-wrap ul {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
#event-trust .event-wrap ul li {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #event-trust .event-wrap ul li {
    width: 100%;
    margin-top: 20px;
  }
}
#event-trust .event-wrap ul li .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3333333333);
}
#event-trust .event-wrap ul li .inner .txt-wrap {
  padding: 20px;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.05em;
}
#event-trust .event-wrap ul li .inner .img-wrap {
  height: unset;
}
#event-trust .event-wrap ul li .inner .img-wrap img {
  height: 100%;
}
#event-trust .safety-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #event-trust .safety-wrap ul {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
#event-trust .safety-wrap li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #event-trust .safety-wrap li {
    width: 100%;
    margin-top: 20px;
  }
}
#event-trust .safety-wrap li .inner {
  background-color: #292F52;
  border-radius: 15px;
  padding: 20px;
  height: calc(100% - 40px);
}
#event-trust .safety-wrap li .inner .icon-wrap {
  height: 75px;
}
#event-trust .safety-wrap li .inner .icon-wrap img {
  width: unset;
  display: block;
  margin: auto;
}
#event-trust .safety-wrap li .inner .txt-wrap {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #event-trust .safety-wrap li .inner .txt-wrap {
    font-size: max(3.137254902vw, 21px);
  }
}
#event-trust .bottom-capt {
  width: 250px;
  margin: auto;
}

#cta {
  padding: 40px 0;
}
#cta .cta-wrap {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  background-image: url(../img/cta-bg.jpg);
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap {
    width: calc(95% - 20px);
    padding: 10px;
  }
}
#cta .cta-wrap .large {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap .large {
    font-size: max(5.8823529412vw, 30px);
  }
}
#cta .cta-wrap .middle {
  font-size: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap .middle {
    font-size: max(4.1830065359vw, 18px);
  }
}
#cta .cta-wrap .flex {
  max-width: 730px;
  margin: auto;
}
#cta .cta-wrap .join-txt {
  font-size: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap .join-txt {
    font-size: max(3.3986928105vw, 17px);
  }
}
#cta .cta-wrap .button {
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 850px;
  margin: auto;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  margin-top: 25px;
  display: block;
  width: 45%;
  padding: 10px 0;
}
#cta .cta-wrap .button span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap .button span {
    font-size: max(3.3986928105vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  #cta .cta-wrap .button {
    max-width: 500px;
    font-size: max(3.3986928105vw, 19px);
    line-height: 1.5;
    padding: 10px 0;
    width: 100%;
  }
}

footer {
  background-image: linear-gradient(165deg, #292f52, #333b6a 62%, #141934);
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
  line-height: 2;
}
footer .txt {
  font-size: 19px;
}
footer .middle {
  font-size: 21px;
}
footer ul li {
  display: inline-block;
  margin: 20px 10px;
}
footer ul li a {
  color: #ffffff;
  text-decoration: underline;
}
footer ul li:first-child::after {
  content: "/";
  display: inline;
  position: absolute;
  margin-top: -30px;
  margin-left: 75px;
}/*# sourceMappingURL=style.css.map */