@font-face {
    font-family: 'HKGW';
    src: url(../font/HKGW400.otf) format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: 'HKGW';
    src: url(../font/HKGW600.otf) format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: 'HKGW';
    src: url(../font/HKGW700.otf) format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: 'HKGW';
    src: url(../font/MPLUS1p.ttf) format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: 'consolab';
    src: url(../font/consolab.ttf) format("truetype");
}
* {
    -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: 14px;
    line-height: 1.5;
    background-color: #d5cebb;
}
body {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    font-family: 'HKGW', -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .3px;
    background-color: #fff;
    position: relative;
    color: #1b1b1b;
    z-index: 0;
}
a, p, h1, h2 ,h3 ,h4, h5, h6, li, dt, dd, th, td, aside, span {
    text-decoration: none;
    color: #1b1b1b;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
    word-wrap: break-word;
}
a {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a, span, aside {
    display: inline-block;
}
ul, li, ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
a img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
address {
    font-style: normal;
}

/* フォント関係 */
.text-gray {
    font-size: 12px;
    font-weight: 600;
    color: rgb(145 135 135);
}

/* コンテンツ共通 */
.max-w-1120 {
}
.px-24 {
    padding-right: 24px;
    padding-left: 24px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.m-auto {
    margin: auto;
}
.mx-24 {
    margin-right: 24px;
    margin-left: 24px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.my-60 {
    margin: 60px auto;
}
.my-80 {
    margin: 80px auto;
}
.my-100 {
    margin: 100px auto;
}
.text-c {
    text-align: center;
}
.text-r {
    text-align: right;
}
.font-800 {
    font-weight: 800;
}
.text-grad {
    background: linear-gradient(135deg, #d8a200, #9e6002);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* コンテンツ共通_見出し */
.heading h2 {
    font-size: 28px;
    font-weight: 700;
    color: #6a5535;
    margin-bottom: 3px;
}
.heading span {
    font-size: 13px;
    font-weight: 700;
    color: #bba136;
    letter-spacing: 1px;
}

/* ヘッダー */
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
header .logo {
    margin: 15px auto;
}
header h1 a {
    display: block;
    width: 130px;
}
header .btn {
    font-size: 0.85rem;
    line-height: 3;
    letter-spacing: .1em;
    color: #fff;
    font-weight: bold;
    background: #00c1d4;
    border-radius: 20px 0 0 20px;
    padding: 0 1.5rem 0 1rem;
    margin: 0.6rem 0;
    position: relative;
}
header .btn::after {
    content: "";
    display: block;
    width: 0.5rem;
    background: url(../img/common/header_arrow.svg) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
}

/* メインビジュアル */

/* CTA */
.cta_frd {
    margin-bottom: 8px;
}
.cta_btn {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
}
.cta_text1 {
    font-weight: 400;
    margin-top: -10px;
}

/* 最初のコンテンツ */
.top_txt1 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
}
.top_txt2 {
    font-size: 15px;
}

/* slick */
.slick-slide {
    outline: none;
}
.slick-initialized .slick-slide {
    align-items: flex-start;
}

/* 利用者レポート */
.UR_slider {
    width: 100%;
}
.UR_slider .slick-track {
    margin-bottom: 20px;
}
.UR_wrap .slick-initialized .slick-slide {
    display: block !important;
    padding: 0 5px;
}
.UR_slider .slick-slide:not(.slick-center) .UR_slider_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.UR_slider_item, .UR_item {
    position: relative;
}
/* 利用者レポート_画像 */
.UR_item img {
    display: block;
    filter: drop-shadow(0 4px 7px #bbb9b377);
}
/* 利用者レポート_画像内コンテンツ */
.UR_item_content {
    position: absolute;
    left: 24px;
    bottom: 20px;
    padding-right: 20px;
}
.UR_item_content * {
    color: #fff;
}
.UR_item_content span {
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #b88a00, #a86603);
    padding: 5px 10px;
    margin-bottom: 10px;
}
.UR_item_content p {
    font-size: 15px;
    font-weight: 400;
}

/* 特徴 */
.feature_item {
    background-color: #f9f5e7;
    border-radius: 15px;
    padding: 24px 10px;
    margin-bottom: 15px;
    position: relative;
}
.feature_item img {
    width: auto;
    height: 80px;
    margin: auto;
}
.feature_item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0;
}

/* 使い方 */
.HTU_wrap {
    background-color: #fbf9f4;
}
.HTU_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 18px 20px;
}
.HTU_top {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
}
.HTU_top img {
    width: 34px;
    margin-right: 10px;
}
.HTU_top h3 {
    font-size: 20px;
    font-weight: 800;
}
.HTU_mdl {
    margin-bottom: 13px;
}
.HTU_mdl_txt1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.HTU_btm {
    background-color: #f5efd9;
    border-radius: 5px;
    padding: 6px 15px;
}
.HTU_btm_txt1 {
    color: #6a5535;
    font-weight: 600;
}
.HTU_txt_last {
    font-size: 12px;
    font-weight: 600;
    color: #afa478;
    padding-bottom: 15px;
}
/* 使い方_スライダー関連 */
.HTU_slider {
    width: 100%;
    margin: auto;
}
.HTU_wrap .slick-initialized .slick-slide {
    display: block !important;
    padding: 0 10px;
}
.HTU_item {
    position: relative;
}
.HTU_item img {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    filter: drop-shadow(0 6px 7px #aaa496a6);
}
.HTU_item_txt span {
    font-family: 'consolab';
    font-size: 18px;
    color: #fff;
    background-color: #b09f88;
    border-radius: 5px;
    padding: 2px 12px 0;
    margin-bottom: 8px;
}

/* 安心・安全の理由 */
.SS_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -6%;
}
.SS_item {
    width: calc(100% / 2 - 8px);
    margin-bottom: 15px;
}
.SS_item img {
    max-width: 140px;
    margin: auto;
}
.SS_item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

/* よくある質問 */
.QandA_wrap dl {
    position: relative;
}
.QandA_wrap dl:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #e6dec2 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 15px 0;
}
.QandA_wrap dt {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
}
.QandA_wrap dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/guest/QandA_q.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.QandA_wrap dd {
    position: relative;
    padding-left: 32px;
}
.QandA_wrap dd::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/guest/QandA_a.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

/* 最後のコンテンツ、動画の箇所 */
.guide_wrap iframe {
    width: 100%;
    max-width: 400px;
    height: 56.25vw;
    max-height: 220px;
    border: 1.5px solid #fff;
}
.guide_txt1 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
}
.guide_txt2 {
    font-size: 15px;
}

/* フロートボタン */
.float_wrap {
    display: flex;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.float_wrap a {
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 0;
    position: relative;
}
.float_wrap .line {
    background: #01b702;
}
.float_wrap .cast {
    background: #baa035;
}
.float_wrap .line::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #009901 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.float_wrap .cast::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #9f8934 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* 利用者レポート */
.report_top {
    position: relative;
}
.report_user {
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 24px;
}
.report_user img {
    width: 65px;
    margin-right: 20px;
}
.report_user * {
    color: #fff;
}
.report_user_txt1 {
    font-size: 12px;
    background: linear-gradient(135deg, #b88a00, #a86603);
    padding: 4px 6px;
    margin-bottom: 8px;
}
.report_user_txt2 {
    display: block;
}
.report_mdl h3 {
    font-size: 20px;
    font-weight: 800;
}
.report_btm {
    background-color: #fbf9f4;
}
.report_btm h3 {
    font-size: 20px;
    font-weight: 800;
    color: #6a5535;
}
.report_btm_item {
    display: block;
    position: relative;
}
.report_btm_item * {
    color: #fff;
}
.report_btm_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 16px 24px;
}

/* トップページに戻るボタン */
.top-btn {
    display: block;
    width: 60%;
    max-width: 200px;
    font-weight: 600;
    color: #6a5535;
    background-color: #fff;
    border: 2px solid #6a5535;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 13px 0;
    margin: 50px auto 80px;
    position: relative;
}
.top-btn::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
    content: '';
    display: block;
    opacity: .6;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ①疑似要素のボックスを影色で塗りつぶし */
    background-color: #bebbae;
    /* ②ブラーフィルターでぼかす */
    filter: blur(15px);
    /* ③位置やサイズを調整 */
    transform: translateY(5px) scale(.8);
    /* ④乗算で重ねる */
    mix-blend-mode: multiply;
}

/* 特定商法に基づく表示 */
.law .ttl, .privacy .ttl, .terms .ttl, .fee .ttl {
    background: #958a79;
    padding: 15px 10px;
    margin-bottom: 24px;
}
.law h2, .privacy h2, .terms h2, .fee h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.law table {
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
}
.law th, .law td {
    font-size: 14px;
    border: 1px solid #000;
    padding: 6px;
}
.law th {
    width: 30%;
}

/* プライバシーポリシー */
.privacy p, .terms p {
    font-size: 13px;
    margin-bottom: 15px;
}
.privacy h3, .terms h3 {
    font-size: 14px;
    text-align: center;
    background-color: #f7f7f7;
    padding: 6px;
    margin-bottom: 6px;
}