* {
    -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: 15px;
}

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;
    font-style: normal;
    position: relative;
    color: #1b1b1b;
    background: #fff;
    z-index: 0;
    font-weight: 400;
    font-style: normal;
}
@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, time {
    text-decoration: none;
    color: #1b1b1b;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
    font-style: normal;
}
h1, h2 ,h3 ,h4, h5, h6 {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold !important;
    margin: 0;
}
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;
}

.logo_point {
    display: block;
    width: 3rem;
    margin: 0 auto 1.5rem;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* コンテンツ共通_タイトル */
.title {
    margin-bottom: 1rem;
}

.title h2 {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 3px;
}

/* ヘッダー */
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
header .logo {
    margin: 1rem 0;
}
header h1 a {
    display: block;
    width: 110px;
    margin-left: 1rem;
}
header .btn {
    font-size: 0.9rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    background: #0abab5;
    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;
}

/* メインビジュアル */
.mv_wrap {
    background: url(../img/common/mv_bg.jpg) center left 50% no-repeat;
    background-size: cover;
    position: relative;
}
.mv_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #088783fc;
    opacity: 0.8;
}
.mv_wrap img {
    margin: auto;
    position: relative;
    z-index: 3;
}
.mv_wrap .pc {
    display: none;
}

/* 使い方ガイド */
.guide_wrap {
    text-align: center;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}
.guide_wrap .inner {
    display: inline-block;
    background: #E28200;
    border-radius: 5px;
    padding: 0.7rem 0.7rem 0.1rem;
}
.guide_wrap iframe {
    width: 70vw;
    max-width: 400px;
    height: 39vw;
    max-height: 220px;
    border: 1.5px solid #fff;
}
.guide_wrap p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
}
.no1 {
    width: 80%;
    max-width: 450px;
    margin: 1rem auto 0;
}

/* ボタン */
.btn_wrap {
    background-color: rgb(75 93 99);
    padding: 3rem 1.5rem;
    text-align: center;
}
.btn_wrap:last-child {
    padding: 3rem 0 6rem;
}
.btn_wrap a {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.btn_wrap aside {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.bannerLink {
    margin: 1.5rem 0 0;
}
.btn_wrap .bannerLink a, .btn_wrap .bannerLink img {
    margin: 0 auto;
    max-width: 460px;
}
.btn_wrap .carrying {
    display: block;
    width: calc(100% - 2rem);
    max-width: 400px;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #fff;
    background: #5e767c;
    border-radius: 10px;
    margin: 1rem auto 0;
    padding: 0.5rem;
}

/* pico */
.top_wrap {
    padding: 5rem 0;
}
.top_wrap img {
    display: block;
    width: 30%;
    max-width: 140px;
    margin: 0 auto 3rem;
}
.top_wrap p {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.top_wrap p span {
    display: inline;
    color: #00a39e;
}

/* 新着情報 */
.news_wrap {
    background: #e5eeed;
    max-width: 600px;
    border-bottom: .5rem solid #0abab5;
    margin: auto;
}
.news_wrap h2 {
    color: #00a39e;
}

/* グルマ・ソロマ */
.reward_wrap {
    border-bottom: .5rem solid #0abab5;
    padding-bottom: 5rem;
}
.reward_wrap .heading {
    max-width: 600px;
    text-align: center;
    background-color: #0abab5;
    margin: 0 auto 4rem;
    position: relative;
}
.reward_wrap .heading::after {
    content: "";
    background: #0abab5;
    height: 1.5rem;
    width: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    margin: auto;
}
.reward_wrap .heading h2 {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 1.5rem 0 2.2rem;
}

/* グルマ・ソロマ_各見出し */
.reward_wrap .text_about {
    max-width: 600px;
    margin-bottom: 2rem;
    text-align: center;
    margin: 0 auto 1.5rem;
}
.reward_wrap .block_solo .text_about {
    margin: 0 auto 2rem;
}
.reward_wrap .text_about img {
    width: calc(100% - 3rem);
    border-radius: 10px;
    margin: auto;
}
.reward_wrap .text_about h3 {
    width: 80%;
    font-size: 1.1rem;
    line-height: 3rem;
    color: #fff;
    letter-spacing: 3px;
    background-color: #0abab5;
    border-radius: 50px;
    border: 2px solid #fff;
    margin: -1.5rem auto 1rem;
    position: relative;
}
.reward_wrap .text_about p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: bold;
}
.reward_wrap .text_about p span {
    color: #00a39e;
}

/* グルマ */
.block_group {
    margin-bottom: 4rem;
}
.block_group .inner {
    max-width: 600px;
    padding: 0 1.5rem;
    margin: auto;
}
.block_group ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block_group li {
    width: calc(100% / 3 - .2rem);
    text-align: center;
    background-color: #0abab5;
    border-radius: 10px;
    padding: 1rem 0;
}
.block_group li img {
    width: auto;
    height: 2.8rem;
    margin: 0 auto .8rem;
}
.block_group li p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
}

/* 報酬について_その他手当 */
.reward_wrap .block_allow {
    border: 1px solid #109992;
    border-radius: 10px;
    text-align: center;
}
.reward_wrap .block_allow p {
    display: block;
    background-color: #109992;
    border-radius: 8px 8px 0 0;
    color: white;
    font-size: .95rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.5;
}
.reward_wrap .block_allow .list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.reward_wrap .block_allow dl {
    display: block;
    width: calc(100% / 3);
    border-right: 1px dashed #109992;
    margin: .7rem 0;
}
.reward_wrap .block_allow dl:last-of-type {
    border-right: 0;
}
.reward_wrap dt {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    background: linear-gradient(transparent 70%, #fff255);
}
.reward_wrap dd {
    display: block;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: bold;
}
.reward_wrap .list dd span {
    font-size: 1.1rem;
    color: #109992;
    font-weight: bold;
}

/* マッチングの流れ_スライド(グルマ、ソロマ) */
.reward_wrap .slide_solo {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.reward_wrap .item {
    position: relative;
}
.reward_wrap .item:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #0abab5;
    position: absolute;
    top: 40%;
    right: 0;
    margin: auto;
}
.reward_wrap .item:last-of-type:after {
    content: "";
}
/* マッチングの流れ_画像 */
.reward_wrap .item img {
    display: block;
    margin: 0 auto 1rem;
}
/* slick */
.slick-slide {
    outline: none;
}
.slick-initialized .slick-slide {
    align-items: flex-start;
}
.flow_wrap .slick-initialized .slick-slide {
    display: block !important;
}

/* picoについて */
.about_wrap {
    text-align: center;
    background-color: #0abab5;
    border-top: .5rem solid #eaf9f7;
    padding: 5rem 0 6rem;
}
.about_head {
    margin-bottom: 5.5rem;
}
.about_head img {
    width: auto;
    height: 2.4rem;
    margin: 0 auto 2.5rem;
}
.about_head p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: bold;
}

/* picoについて_リスト */
.about_wrap .list {
    max-width: 1200px;
    margin: auto;
    padding: 0 1.5rem;
}
.about_wrap .item {
    width: 100%;
    max-width: 380px;
    background-color: white;
    margin: 0 auto 4.5rem;
    padding: 2.3rem 0 1.3rem;
    position: relative;
    border-radius: 10px;
}
.about_wrap .item:last-of-type {
    margin-bottom: 0;
}
/* picoについて_アイコン */
.about_wrap .item img {
    width: 6rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -3rem;
}
/* picoについて_テキスト */
.about_wrap .text {
    text-align: center;
}
.about_wrap .text h4 {
    font-size: 1.15rem;
    color: #00a39e;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    position: relative;
}
.about_wrap .text p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
}


/* ギャラ飲みの流れ */
.flow_wrap {
    background-color: #109992;
    border-top: .5rem solid #eaf9f7;
    position: relative;
    padding: 5rem 0;
}
.flow_wrap .flow_head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.flow_wrap .flow_head img {
    width: auto;
    height: 4.4rem;
    position: absolute;
    top: -3rem;
    left: 0;
}
.flow_wrap .flow_head h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}
.flow_wrap .flow_head p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: bold;
}
.flow_wrap .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 1.5rem;
}
.flow_wrap .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* ギャラ飲みの流れ_アイテム */
.flow_wrap .item {
    width: calc(100% / 2 - .5rem);
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.flow_wrap .num {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #8fccc9;
    border-radius: 8px 8px 0 0;
}
.flow_wrap img {
    display: block;
    width: 3.5rem;
    margin: 1rem auto;
}
.flow_wrap .item p {
    display: block;
    font-size: 0.85rem;
    line-height: 1.5;
    padding: 0 1rem 1rem;
}

/* 利用者レポート */
.voice_wrap {
    background-color: #e5edec;
    position: relative;
    padding: 5rem 0;
}
.voice_wrap .voice_head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.voice_wrap .voice_head img {
    width: auto;
    height: 3.7rem;
    position: absolute;
    top: -2rem;
    left: 0;
}
.voice_wrap .voice_head h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #007f7b;
    text-align: center;
    margin-bottom: 1rem;
}
.voice_wrap .list {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    overflow-x: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.voice_wrap .list::-webkit-scrollbar{
  display: none;
}
.voice_wrap .item {
    max-width: 430px;
    margin-right: 1.5rem;
    padding-top: 3.5rem;
    position: relative;
}
.voice_wrap .item .inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 4rem 1.5rem 1.5rem;
}
.voice_wrap .item:first-of-type {
    margin-left: 1.5rem;
}
.voice_wrap .item p {
    font-size: .85rem;
    line-height: 1.6;
    font-weight: bold;
}
.voice_wrap .item img {
    width: 7rem;
    border: 5px solid white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.voice_wrap .item .top {
    display: flex;
    justify-content: space-between;
    background-color: #e4f2f1;
    border-radius: 5px;
    padding: .5rem 1rem;
}
.voice_wrap .item .mdl {
    width: 65vw;
    line-height: 1.7;
    color: #007f7b;
    padding: .8rem 0;
}
.voice_wrap .item .mdl span {
    color: #cb5600;
}
.voice_wrap .item .btm {
    font-weight: normal;
}

/* メリット */
.merit_wrap {
    padding-bottom: 3rem;
}
.merit_wrap .heading {
    text-align: center;
    background-color: #0abab5;
    margin-bottom: 1.5rem;
    position: relative;
}
.merit_wrap .heading::after {
    content: "";
    background: #0abab5;
    height: 1.5rem;
    width: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    margin: auto;
}
.merit_wrap .heading img {
    width: auto;
    height: 4.5rem;
    position: absolute;
    top: -2rem;
    left: 0;
}
.merit_wrap .heading h2 {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 4rem 0 2.2rem;
}

/* メリット_リスト、アイテム */
.merit_wrap .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 1.5rem;
}
.merit_wrap .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.8rem 0;
}

/* マッチングの流れ_アイテム */
.merit_wrap .item {
    width: calc(100% / 2 - .7rem);
    max-width: 300px;
    border: 0;
    border-bottom: 1px dashed #00a39e;
    padding: 1rem 0 2rem;
}
.merit_wrap .num {
    display: block;
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 900;
    color: #00a39e;
    text-align: center;
}
.merit_wrap img {
    display: block;
    width: 3.5rem;
    margin: 0 auto 0.7rem;
}
.merit_wrap .item .top {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #007f7b;
    padding-bottom: 0.4rem;
    letter-spacing: 1px;
}
.merit_wrap .item .btm {
    display: block;
    font-size: .85rem;
    line-height: 1.6;
}

.merit_wrap .item:nth-last-of-type(2),
.merit_wrap .item:last-of-type {
    border-bottom: 0;
}

/* よくある質問 */
.question_wrap, .precaution_wrap {
    max-width: 1000px;
    margin: 0 auto 4rem;
    padding: 0 1.5rem;
}
.question_wrap .heading, .precaution_wrap .heading {
    margin-bottom: 2rem;
}
.question_wrap h2, .precaution_wrap h2 {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    padding: .8rem 0;
}
.precaution_wrap p {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* よくある質問_質問 */
.question_wrap dt {
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #47474781;
    border-width: 1px 0;
    margin: 0 auto 1rem;
    padding: .6rem 0;
}
.question_wrap dd {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* フッター */
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: 0.8rem;
    letter-spacing: 1px;
    background: #EBA200;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1rem;
}
footer .btn_asp {
    font-size: .9rem;
    font-weight: bold;
    background: #2e92b1;
    padding: 1rem 0;
}
footer .btn_contact {
    text-decoration: underline;
    margin-bottom: 1.5rem;
}
footer .btn_shop span {
    font-size: 1.1rem;
    font-weight: bold;
}
footer .pages {
    width: 100%;
    max-width: 500px;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
}
footer .title, footer dt {
    font-size: 0.9rem;
    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;
}
footer .block a {
    font-size: 0.8rem;
    padding: 0.5rem;
}
footer dl {
    display: flex;
    flex-flow: column;
    margin-bottom: 1.5rem;
}
footer dl:first-of-type dd {
    display: flex;
    flex-flow: column;
    margin: 0 1rem;
}
footer dd {
    font-size: 0.8rem;
}
footer dd a {
    display: inline-block;
    margin: auto;
    line-height: 1.8rem;
    text-decoration: underline;
}
.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.sns a {
    width: 2rem;
    margin: 0 0.8rem;
}

/* フロートボタン */
.float_wrap {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.float_wrap a {
    width: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.8rem 0;
}
.float_wrap .line {
    background: #01b702;
}
.float_wrap .guest {
    background: #0abab5;
}