* {
    -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%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
    position: relative;
    color: #111111;
    z-index: 0;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    height:100%;
    -webkit-font-smoothing: auto;
}
@media all and (-ms-high-contrast:none) {
    body {
        font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
    }
}
a, p, h1, h2 ,h3 ,h4, h5, h6, li, dt, dd, th, td, aside, span, small, address {
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.3rem;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
}
h1, h2 ,h3 ,h4, h5, h6 {
    display: block;
    font-weight: bold;
    text-align: center;
    position: relative;
}
a, a > img, h1 > img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a, p, span, aside, small, address {
    display: inline-block;
}
ul, li, ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
address {
    font-style: normal;
}

/* 共通 */
.pc {
    display: none;
}
article {
    background: #fff;
    position: relative;
    padding: 5rem 0 10rem;
}
article:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    border-right: 100vw solid transparent;
}
article.white:before {
    border-bottom: 10vw solid #fff;
}
article.green:before {
    border-bottom: 10vw solid #18b8c7;
}
article.lightGreen {
    background: #d8f2f5;
}
article.lightGreen:before {
    border-bottom: 10vw solid #d8f2f5;
}
.headline {
    text-align: center;
    margin-bottom: 4rem;
}
.headline p {
    font-family: fairwater-solid-serif,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    color: #18b8c7;
    margin-bottom: 1.5rem;
}
.headline h3 {
    font-size: 1.8rem;
    color: #006d77;
    letter-spacing: 2px;
}
.green .headline * {
    color: #fff;
}

/* ヘッダー */
header {
    width: 100%;
    background: rgb(34, 34, 34);
    overflow: hidden;
}
header .logo {
    margin: 1rem 0;
}
header h1 a {
    display: block;
    width: 110px;
    margin-left: 1rem;
}

/* メインビジュアル */
.mv {
    background: #18b8c7;
    padding: 4rem 0 6rem;
}
.mv:before {
    bottom: 0;
    border-right: 0;
    border-left: 170vw solid transparent;
    border-bottom: 130vw solid rgb(255, 255, 255, 0.2);
}
.mv h2, .mv h3 {
    color: #fff;
    text-shadow: 0 2px 0 #0096a5;
}
.mv-txt {
    margin-bottom: 4rem;
}
.mv h2 {
    font-size: 2.6rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}
.mv h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.mv h3 span {
    font-size: 1.4rem;
}
.mv img {
    width: 250px;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 2;
}
.btn-wrap a {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    padding: 1.7rem 2.5rem 1.7rem 0;
    margin: 0 auto 1.5rem;
}
.entry-btn {
    background: #ed8121;
    text-shadow: 0 2px 0 #bf600c;
    box-shadow: 0 2px 0 #bf600c;
}
.login-btn {
    background: #ffb833;
    text-shadow: 0 2px 0 #d6951d;
    box-shadow: 0 2px 0 #d6951d;
}
.btn-wrap a:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("../../img/asp/btn_arrow.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
}

/* アフィリエイトの仕組み */
.intro .inner {
    padding: 0 1.5rem;
}
.intro .txt-wrap {
    text-align: center;
    margin: auto;
}
.intro .txt-wrap p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 5rem;
}
.intro .txt-wrap img {
    width: 85%;
    max-width: 450px;
    margin: 0 auto;
}

/* 獲得に繋がりやすいターゲット */
.target {
    max-width: 700px;
    background: #def3f5;
    border-radius: 3px;
    padding: 2rem 1.5rem 0;
    margin: 7rem auto 0;
    position: relative;
}
.target h4 {
    width: 80%;
    max-width: 320px;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #fff;
    letter-spacing: 2px;
    background: #107a86;
    border-radius: 3rem;
    position: absolute;
    top: -2rem;
    right: 0;
    left: 0;
    margin: auto;
}
.target div {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}
.target p {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-left: 2rem;
}
.target div:last-of-type {
    border-top: 1px dashed #107a86;
}
.target img {
    width: auto;
    max-height: 6rem;
}

/* 報酬獲得までの流れ */
.flow {
    background: #18b8c7;
}
.flow .inner {
    overflow-x: scroll;
    padding-bottom: 1.5rem;
}
.flow ul {
    display: flex;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    padding: 0 1.5rem;
    margin: auto;
}
.flow li {
    /* height: 16.6rem; */
    background: #fff;
    text-align: center;
    border-radius: 3px;
    position: relative;
    padding: 2rem 3rem;
    margin-right: 0.5rem;
}
.flow li:not(:first-of-type) {
    padding: 2rem 3rem 2rem 5.5rem;
}
.flow li:last-of-type {
    margin: 0;
}
.flow li:last-of-type:before, .flow li:last-of-type:after {
    display: none;
}
.flow li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.3rem 0 8.3rem 2.5rem;
    border-color: transparent transparent transparent #19b8c7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 0.5rem);
    margin: auto;
    z-index: 2;
}
.flow li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.3rem 0 8.3rem 2.5rem;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: 3;
}
.flow li p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: bolder;
}
.flow li img {
    width: auto;
    height: 7rem;
    margin: 0 auto 1.5rem;
}

/* 報酬システム */
.reward .inner {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: auto;
}
.reward-block {
    max-width: 600px;
    border: 3px solid #107a86;
    border-radius: 4px;
    background: #fbffff;
    margin: 0 auto 2rem;
}
.reward h4 {
    font-size: 1.4rem;
    color: #fff;
    background: #107a86;
    border-radius: 1px 1px 0 0;
    padding: 0.3rem 0;
}
.reward-inner {
    padding: 1.5rem;
}
.reward .inner p {
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}
.reward .inner p:first-of-type {
    font-size: 1.4rem;
    color: #107a86;
    font-weight: bold;
    letter-spacing: 1px;
}
.reward table {
    width: auto;
    max-width: auto;
    margin: 0.5rem 0 0;
}
.reward table th, .reward table td {
    width: auto;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}
.reward table th {
    padding-right: 2.5rem;
    position: relative;
}
.reward table th:before {
    content: "";
    width: 0.6rem;
    height: 2px;
    background: rgb(36, 36, 36);
    position: absolute;
    right: 0.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.reward table th:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0 0.4rem 0.8rem;
    border-color: transparent transparent transparent rgb(36, 36, 36);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.reward table td {
    color: #107a86;
    padding-left: 1rem;
}

/* アフィリエイト開始の手順 */
article.entry {
    padding: 5rem 0;
}
.entry .inner {
    max-width: 600px;
    margin: auto;
    padding: 0 1.5rem 3rem;
}
.entry li {
    display: flex;
    align-items: center;
    background: #107a86;
    border-radius: 3px;
    position: relative;
    margin-bottom: 2.5rem;
}
.entry li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.3rem 1.2rem 0 1.2rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
}
.entry li:last-of-type:after {
    display: none;
}
.entry li span {
    width: 6rem;
    font-family: arial;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.entry .right {
    width: calc(100% - 6rem);
    background: #fff;
    border-radius: 0 3px 3px 0;
    padding: 1.5rem;
}
.entry .right p {
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
}
.entry .right p:first-of-type {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* フッター */
footer {
    width: 100%;
    text-align: center;
    background: rgb(34, 34, 34);
    padding: 3rem 0 1.5rem;
}
footer a, footer span, footer small, footer dd {
    color: #fff;
}
footer .btn_shop, footer .btn_asp {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    background: #EBA200;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1.5rem;
}
footer .btn_asp {
    font-size: 1.3rem;
    font-weight: bold;
    background: #2e92b1;
    padding: 1rem 0;
}
footer .btn_contact {
    font-size: 1.5rem;
    text-decoration: underline;
    margin-bottom: 1.5rem;
}
footer .btn_shop span {
    font-size: 1.6rem;
    font-weight: bold;
}
footer .pages {
    width: 100%;
    max-width: 500px;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
}
footer .title, footer dt {
    font-size: 1.35rem;
    font-weight: bold;
    color: #6dcbc9;
    margin-bottom: 0.2rem;
}
footer .block {
    display: flex;
    width: 100%;
    max-width: 500px;
    text-align: center;
    justify-content: space-between;
    padding: 0 1rem;
}
footer .block a {
    font-size: 1.2rem;
    padding: 0.5rem;
}
footer dl {
    margin: 0 1rem 1.5rem;
}
footer dd {
    font-size: 1.2rem;
}
footer dd a {
    display: block;
    margin: auto;
    font-size: 1.2rem;
    text-decoration: underline;
}
.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.sns a {
    width: 2rem;
    margin: 0 0.8rem;
}