@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
a, p, h1, h2 ,h3 ,h4, h5, h6, li, dt, dd, th, td, aside, span, small, address {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    cursor: -moz-text;
    cursor: -webkit-text;
    cursor: text;
}
h1, h2 ,h3 ,h4, h5, h6 {
    display: block;
    text-align: center;
    position: relative;
}
ul, li, ol {
    list-style: none;
}
a {
    display: inline-block;
}
p {
    display: block;
}
span {
  display: inline-block;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
a, a > img, h1 > img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
address {
    font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 10px;
}
body {
  width: 100%;
  font-family: "zen-old-mincho",-apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-style: normal;
  position: relative;
  z-index: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #000;
  font-style: normal;
  font-feature-settings: "pwid";
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}
.visuallyhidden {
  width: 1px;
  height: 1px;
  visibility: collapse;
}

main, footer, .fixed_container {
    max-width: 430px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/*------------------------------------------------
  共通ブロック
------------------------------------------------*/
.shipporiMincho {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.section {
    position: relative;
    margin: 0 auto 30px;
}
.section_inner {
    padding-top: 130px;
}
.section_contents {
    padding: 0 20px;
}
.section_head h2 img {
    width: auto;
    height: 110px;
    margin: 0 auto -20px;
}
.beigeSec::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/dividing_beigeTop.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.beigeSec::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/dividing_beigeBtm.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
}
.beigeSec .section_contents {
    background-color: #f4f1ea;
}
.purpleSec::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/dividing_purpleTop.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.purpleSec::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/dividing_purpleBtm.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
}
.purpleSec .section_contents {
    background-color: #ededf4;
}

/*
  CTAボタン
------------------------------------------------*/
.cta {
    display: inline-block;
    font-family: apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 25px;
    z-index: 2;
}
.cta_wrap {
    display: block;
    text-align: center;
}
.cta .money {
    width: 200px;
    margin: auto;
}
.cta p:first-of-type {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.cta p:nth-of-type(2) {
    width: 200px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .3rem;
    background: #91833f;
    border-radius: 20px;
    margin: 0 auto 10px;
    padding: 2px;
}
.cta p:nth-of-type(3) {
    font-size: 1.8rem;
    font-weight: bold;
    color: #91833f;
}
.cta p:nth-of-type(4) strong {
    font-size: 1.8rem;
    color: #2bac38;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.cta small {
    display: block;
    font-size: 1.1rem;
}
.cta_btn {
    width: 260px;
    margin: 10px auto 2px;
}
/* CTAボタン（メインビジュアル直下） */
.mv_wrap .cta {
    margin: -60px auto 40px;
}

/*------------------------------------------------
  画面下部固定ボタン（fixed）
------------------------------------------------*/
.fixed_container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: sticky;
    bottom: 0;
    left: 0;
}
.fixed_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.fixed_inner a {
    width: 50%;
}

/*------------------------------------------------
  ヘッダー（header）
------------------------------------------------*/
header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    width: 100px;
}
.header_guestBtn {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
    background: rgb(201, 178, 88);
    background: linear-gradient(135deg, rgb(201, 178, 88) 0%, rgba(154,133,46,1) 100%);
    border-radius: 5px;
    padding: 15px;
}

/*------------------------------------------------
  メインビジュアル（mv）
------------------------------------------------*/
.mv_wrap {
    text-align: center;
}

/*------------------------------------------------
  キャストシステム（castSystem）
------------------------------------------------*/
.castSystem .section_inner {
    padding-top: 0;
}
.castSystem_img {
    width: calc(100% - 40px);
    margin: auto;

}

/*------------------------------------------------
  Xの特徴（feature）
------------------------------------------------*/
.feature .section_contents {
    padding-top: 20px;

}
.feature_block:not(:last-of-type) {
    margin-bottom: 30px;
}
.feature_block:not(:nth-of-type(2)) h3, .feature_block:not(:nth-of-type(2)) p {
    text-align: left;
    border-left: 2px solid #a39446;
    margin-left: 15px;
    padding-left: 12px;
}
.feature_block:nth-of-type(2) h3, .feature_block:nth-of-type(2) p {
    text-align: right;
    border-right: 2px solid #a39446;
    margin-right: 15px;
    padding-right: 12px;
}
.feature_block h3 {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: .2rem;
    padding-bottom: 5px;
}
.feature_img {
    position: relative;
}
.feature_block:not(:nth-of-type(2)) .feature_img::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
}
.feature_block:nth-of-type(2) .feature_img::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
}
.feature_block p {
    padding-top: 12px;
    padding-bottom: 10px;
}
.feature_block:nth-of-type(2) p {
    font-size: 1.38rem;
    letter-spacing: -.05rem;
}
.feature_block .fontLarge {
    font-size: 1.8rem;
}
.feature_block .fontGold {
    font-size: 2rem;
    color: #91833f;
}

/*------------------------------------------------
  Xの稼げる仕組み（system）
------------------------------------------------*/
.system .section_inner {
    padding-bottom: 30px;
}
.system_wrap .section_contents {
    padding-top: 20px;
}
.system_block {
    border: 2px solid #d1bc62;
}
.system_block:not(:last-of-type) {
    margin-bottom: 30px;
}
.system_block .block_head {
    background-color: #d1bc62;
}
.system_block .block_head * {
    color: #fff;
}
.system_block .block_content {
    background-color: #f4f1ea;
    padding: 15px 0 20px;
}
.system_block h4 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    padding: 0 20px 15px;
}
.system_block .txt {
    padding: 15px 20px;
}

/*------------------------------------------------
  報酬シミュレーション（simulation）
------------------------------------------------*/
.simulation_wrap .section_contents {
    padding-top: 80px;
}
.simulation_block {
    width: 260px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 80px;
    padding: 72px 20px 13px;
    position: relative;
}
.simulation_block:last-of-type {
    margin: 0 auto;
}
.simulation_block img {
    width: auto;
    height: 124px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
}
.simulation_block p {
    font-size: 1.6rem;
    letter-spacing: .15rem;
}
.simulation_block .shipporiMincho {
    font-size: 2.6rem;
    color: #91833f;
    vertical-align: sub;
    margin-left: 5px;
}
.simulation_block p:last-of-type {
    font-weight: 800;
    margin-top: 3px;
}
.simulation_block .en {
    color: #91833f;
}
.simulation .cta_container {
    text-align: center;
    background-color: #ededf4;
    padding-top: 45px;
    padding-bottom: 20px;
}

/*------------------------------------------------
  6つのメリット（smerit）
------------------------------------------------*/
.merit_wrap .section_contents {
    padding-top: 20px;
}
.merit_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.merit_item {
    width: calc(50% - 10px);
    border-bottom: 1px solid #a39446;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.merit_item:first-of-type, .merit_item:nth-child(2) {
    min-height: 300px;
}
.merit_item:nth-child(3), .merit_item:nth-child(4) {
    min-height: 325px;
}
.merit_item:nth-child(5), .merit_item:nth-child(6) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.merit_item p:first-of-type {
    font-size: 1.9rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}
.merit_item img {
    width: 64px;
    margin: 0 auto 10px;
}
.merit_item h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 800;
    color: #91833f;
    margin-bottom: 10px;
}

/*------------------------------------------------
  よくある質問（question）
------------------------------------------------*/
.question_wrap .section_contents {
    padding-top: 20px;
}
.question_wrap dt {
    font-size: 1.6rem;
    color: #91833f;
    font-weight: 800;
    margin-bottom: 5px;
}
.question_wrap dt span {
    font-size: 2rem;
    color: #91833f;
    font-weight: 800;
    margin-right: 5px;
}
.question_wrap dd {
    margin-bottom: 20px;
}
.question .section_inner {
    padding-bottom: 10px;
}

/*------------------------------------------------
  フッター（footer）
------------------------------------------------*/
.footer_inner {
    text-align: center;
    background: #ededf4;
    padding: 60px 0 20px;
}
.btn_asp {
    display: block;
    width: calc(100% - 60px);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #2e92b1;
    border-radius: 6px;
    padding: 15px 0;
    margin: 0 auto 60px;
}
.footer_logo {
    width: 140px;
    margin: 0 auto 50px;
}
.footer_linkList {
    margin-bottom: 30px;
}
.footer_linkList a {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_copywriter {
    font-size: 1rem;
}