﻿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 {
    font-family:'Hiragino Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ" , Meiryo , "Meiryo UI", "Noto Sans", Roboto, Helvetica, sans-serif;
}

html {
    font-size: 62.5%;
}
body {
    padding-right: constant(safe-area-inset-right)!important; /* iphoneX用 */ 
    padding-left: constant(safe-area-inset-left)!important; /* iphoneX用 */ 
    padding-right: env(safe-area-inset-right)!important; /* iphoneX用 */ 
    padding-left: env(safe-area-inset-left)!important; /* iphoneX用 */
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
    word-break : break-all;
}
a {
    text-decoration: none;
}
a.disabed {
    pointer-events: none;
    cursor: default;
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}
em {
    font-style: normal;
}
.svg_sprite {
	display: none;
}
/*icomoon*/
@font-face {
	font-family: 'icomoon';
	src:url('../../icomoon/fonts/icomoon.eot?-z2amgs');
	src:url('../../icomoon/fonts/icomoon.eot?#iefix-z2amgs') format('embedded-opentype'),
		url('../../icomoon/fonts/icomoon.woff?-z2amgs') format('woff'),
		url('../../icomoon/fonts/icomoon.ttf?-z2amgs') format('truetype'),
		url('../../icomoon/fonts/icomoon.svg?-z2amgs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icomoon {
    font-family: 'icomoon';
}
#home_panel {
    width: 100%;
    position: relative;
}
/*背景画像*/
.wrapper{
	width:100%;
    padding: 0 0 10px 0;
	background: #feeff7;
}

h2.ttl,
h1.ttl {
    margin: 0;
    padding: 16px 12px;
    box-shadow: none;
    box-sizing: border-box; 
    background: #feeff7; 
    font-weight: normal;
}
h2.ttl .ttl_sub,
h1.ttl .ttl_sub {
    display: block;
    position: relative;
    line-height: 1.4;
    padding: 0 0 0 20px;
    border: none;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 1.6rem;  
}
h2.ttl .ttl_sub::before,
h1.ttl .ttl_sub::before {
    content: "";
    display: block;
    height: 100%;
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: text-top;
    border-radius: 2px;
    background: #F88AC3;
}
/*SVG右矢印*/
svg.arrow {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 12px;
    fill: #999999;
}
/*いちごなびの安心への取り組み、ライター募集*/
.ban_box {
    width: 100%;
    margin: 12px 0 0;
    text-align: center;
}
.ban_box img {
    width: 300px;
}
/*オファー登録で1万円が当たる！キャンペーンバナー*/
.ban_campaign {
    width: 100%;
    margin: 0;
    text-align: center;
}
.ban_campaign a {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.ban_campaign img {
    width: 100%;
}
.ban_campaign_line {
    box-sizing: border-box;
    padding: 5px 0 4px;
    border: solid 1px #ff2783;
    background: #fff;
    color: #ff2783;
    font-size: 1.2rem;
    text-align: center;
}
.ban_voice {
    margin: 12px 0 12px 0;
    text-align: center;
}
.ban_voice a {
	color: #F772B7;
    font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
}
.ban_voice span {
	color: #F39;
	text-decoration: underline;
}
/*DPSページ*/
.lp_img img { 
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
}
.more_osusume {
    display: block;
    height: 54px;
    line-height: 54px;
    margin: 24px 0;
    border-radius: 4px;
    background-color: #F88AC3;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}
/*はじめてご利用になる方*/
.recommendregist {
    width: 95%;
    margin: 0 auto;
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, .2);
    background: #fff;
}
.recommendregist .ttl {
    height: 30px;
    line-height: 30px;
    background: #efefef;
    background: -webkit-linear-gradient( top, #fff 0%, #ccc 100%);
    background: linear-gradient( to bottom, #fff 0%, #ccc 100%);
    font-size: 1.4rem;
    font-weight: bold;
}
.recommendregist .ttl img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px 5px 0 8px;
}
.recommendregist .disc {
    line-height: 1.4;
    margin: 8px 8px 15px 8px;
}
.recommendregist .disc span {
    color: #f06;
}
.recommendregist .bt_newregist {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 15px 0;
    font-size: 2rem;
    font-weight: bold;
}
.recommendregist .bt_newregist a {
    display: block;
    padding: 8px;
    border: solid 1px #ccc;
	border-radius: 7px;
    background: rgb(255,255,255); /* Old browsers */
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f2 50%, #e5e5d8 51%, #ddddcc 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f2 50%, #e5e5d8 51%, #ddddcc 100%);
    color: #f06;
    text-align: center;
}
/*今すぐ使ってみよう*/
.recommendscout {
    width: 95%;
    margin: 0 auto;
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, .2);
    background: #fff;
}
.recommendscout .ttl {
    height: 40px;
    line-height: 40px;
    background: #f06;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.recommendscout p {
    line-height: 1.5;
    margin: 0;
    padding: 8px;
    color: #333;
    font-size: 1.4rem;
}
.recommendscout .bt_regist {
    padding: 0 8px 8px 8px;
}
.recommendscout .bt_regist a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #9ece10;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
/*ページング*/
.paging {
    height: 29px;
    margin: 24px 12px 40px;
    box-sizing: border-box;
}
.paging .prev {
    position: relative;
	float: left;
	width: 100px;
    height: 46px;
    line-height: 46px;    
    border-radius: 4px;
    background: #fff;
    text-align: center;
}
.paging .next {
    position: relative;
	float: right;
	width: 100px;
    height: 46px;
    line-height: 46px;
	border-radius: 4px;
    background: #fff; 
    text-align: center;
}
.paging .prev a, .paging .next a, .paging .prev2 a, .paging .next2 a {
    display: block;
    color: #F772B7;
}
.paging .currentPage2 {
    display: block;
    width: 45%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 12px 0 0 0;
    -moz-box-sizing: border-box;
    color: #666;
    font-size: 1.1rem;
    text-align: center;
}
.paging .currentPage2 em {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}
.numericpagination {
    margin: 0px 12px 24px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3rem;
}
.numericpagination a {
    display: inline-block;
    margin: 0 4px;
    color: #333;
    text-decoration: underline;
}
.numericpagination .onpage {
    display: inline-block;
    margin: 0 5px;
    color: #F772B7;
}
.numericpagination .ten {
    display: inline-block;
    margin: 0 5px;
}
 /* -------------------------
	右下追従アイコン
------------------------- */
.ic_fixed {
    position: fixed;
    bottom:12px;
    right:14px;
    width: 100px;
    z-index: 1;
    transform-origin:  52% 100%;
    -webkit-transform-origin:  52% 100%;
}
.gtm_oubotokuten .ic_fixed{
    width: 100px;
}
/*アニメーション：バウンド*/
.ic_fixed.bounce {
    animation: bounce 1.5s linear alternate;
    -webkit-animation: bounce 1.5s linear alternate;
}

@keyframes bounce {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/*アニメーション：揺れる*/
.ic_fixed.shake {
    animation: shake 3s linear infinite alternate;
    -webkit-animation: shake 3s linear infinite alternate;
}
@keyframes shake {
    0% {
        transform: rotate(5deg)
    }
    20% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(-5deg)
    }
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(5deg)
    }
    20% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(-5deg)
    }
}
 /* -------------------------
	下部追従アイコン
------------------------- */
.ic_fixed_bottom {
    position: fixed;
    padding: 4px;
    background: rgba(248,138,195,.8);
    box-sizing: border-box;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform-origin:  52% 100%;
    -webkit-transform-origin:  52% 100%;
    transition: .2s;
}
.ic_fixed_bottom .btn_bn_bottom {
    height: 20px; 
    text-align: center;
    color: #FFF;
}
.ic_fixed_bottom .btn_bn_bottom::after {
    content: url(../../../svg/sp/ic_arrow_white.svg);
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(90deg);
    margin: 4px 0;
    vertical-align: bottom;
}
.ic_fixed_bottom img {
    width: 100%;
}
/*閉じた状態*/
.ic_fixed_bottom.active {
    padding-top: 8px;
}
.ic_fixed_bottom.active img {
    display: none;
    transition: .2s;
}
.ic_fixed_bottom.active .btn_bn_bottom::after {
    content: url(../../../svg/sp/ic_arrow_white.svg);
    transform: rotate(-90deg);
}
.ic_fixed_bottom.active .btn_bn_bottom.ouenkin::before {
    content: "いちごなびから貰える「入店応援金」";
    font-size: 1.2rem;
}
    .ic_fixed_bottom.active .btn_bn_bottom.scout::before {
        content: "オファー登録で全員1,000円貰える！";
        font-size: 1.2rem;
    }

/*リダイレクト*/
.redirect {
    background: #FEEFF7;
}
.redirect .nabbit_redirect {
    position: relative;
    width: 60px;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.box_redirect {
	border-radius: 16px;
	margin: 16px;
    padding: 32px 24px;
    background: #fff;
}
.box_redirect h1 {
    margin: 0 0 12px;
    color: #F772B7;
    font-size: 1.6rem;
	text-align: center;
}
.box_redirect .ttl .posi_logo {
	text-align: center;
}
.box_redirect .inner p {
    margin: 4px 0 16px;
    font-size: 1.4rem;
    text-align: left;
}
.bt_redirect {
    width: 100%;
    margin: 0 auto;
}
.bt_redirect a {
    display: block;
    padding: 14px;
    border: solid 2px #ddd;
	border-radius: 4px;
    background: #F6F6F6;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.box_redirect .inner .time {
	text-align: center;
	margin-bottom: 8px;
}

 /* -------------------------
	コンテンツ共通
------------------------- */
.arrow {
    display: block;
    padding: 0;
    position: relative;
}
.arrow:after {
	content: "";
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	-webkit-transform: none;
	transform: none;
    border: none;
	background-image: url('/../../svg/sp/ic_arrow_gray.svg');
	background-repeat: no-repeat;
}
.arrow.arrow_pink::after {
	background-image: url('/../../svg/sp/ic_arrow_pink.svg');
}
.arrow.arrow_white::after {
	background-image: url('/../../svg/sp/ic_arrow_white.svg');
}
.arrow.arrow_large:after {
	width: 10px;
	height: 18px;
	background-size: 100% auto;
}
.arrow.arrow_under::after {
	transform: rotate(90deg);
}
.arrow.arrow_upper::after {
	transform: rotate(-90deg);
}

section.info_balloon {
    width: 96%;
    margin: auto;
    padding: 2%;
    color: #333;
    font-size: 1.6rem;
}

    section.info_balloon .info_balloon_box {
        line-height: 1.6;
        vertical-align: middle;
        padding: 23px;
        border-radius: 2px;
        background: #ffffff;
        background: -webkit-linear-gradient( top, #ffffff 0%, #fafafa 100%);
        background: linear-gradient( to bottom, #ffffff 0%, #fafafa 100%);
        font-size: 1.2rem;
        word-break: break-all;
    }

        section.info_balloon .info_balloon_box .info_balloon_title_gray {
            font-size: 1.4rem;
            line-height: 1.4;
            padding: 10px 0 12px 6px;
            color: #999;
        }

        section.info_balloon .info_balloon_box img {
            width: 100%;
            margin: 0 auto 10px auto;
        }

        section.info_balloon .info_balloon_box .info_balloon_box_btn {
            display: -webkit-box;
            display: flex;
            margin: 10px 0 10px;
        }

            section.info_balloon .info_balloon_box .info_balloon_box_btn a {
                display: inline-block;
                width: 100%;
                height: 50px;
                line-height: 50px;
                border-radius: 6px;
                box-sizing: border-box;
                background: #f69;
                color: #fff;
                font-size: 1.6rem;
                text-align: center;
            }

/*都道府県選択モーダル*/
.balloon_box {
    vertical-align: middle;
    padding: 16px;
    box-shadow: rgba(102,102,102,0.1) 2px 2px;
    border-radius: 4px;
    background: #ffffff;
    word-break: break-all;
}

    .balloon_box .title {
        padding: 10px 0 12px 0px;
        text-align: center;
    }

        .balloon_box .title span {
            display: inline-block;
            position: relative;
            padding: 2px;
            color: #333;
            font-size: 2rem;
            font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        }

            .balloon_box .title span::before {
                content: "";
                display: block;
                position: absolute;
                bottom: -8px;
                width: 100%;
                height: 4px;
                background: #C6D9F4;
            }

    .balloon_box .balloon_box_preflist {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .balloon_box .balloon_box_prefitem {
        width: 33%;
    }

    .balloon_box .balloon_box_preflink {
        display: block;
        height: 80px;
        line-height: 80px;
        margin: 4px;
        background: #dbe7f8;
        border-radius: 4px;
        border: solid 1px #666;
        box-shadow: rgba(102,102,102,0.1) 2px 2px;
        color: #333;
        font-size: 1.8rem;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        text-align: center;
    }
    #inline-pref5 .balloon_box .title span::before,#inline-pref5 .balloon_box_preflink { background-color: #fff6c0; }/*東北*/
    #inline-pref11 .balloon_box .title span::before,#inline-pref11 .balloon_box_preflink { background-color: #ece5f7; }/*北関東*/
    #inline-pref1 .balloon_box .title span::before,#inline-pref1 .balloon_box_preflink { background-color: #fbe6f6; }/*関東*/
    #inline-pref9 .balloon_box .title span::before,#inline-pref9 .balloon_box_preflink { background-color: #d8f0e0; }/*甲信越*/
    #inline-pref6 .balloon_box .title span::before,#inline-pref6 .balloon_box_preflink { background-color: #f5e5da; }/*北陸*/
    #inline-pref2 .balloon_box .title span::before,#inline-pref2 .balloon_box_preflink { background-color: #dbe7f8; }/*東海*/
    #inline-pref3 .balloon_box .title span::before,#inline-pref3 .balloon_box_preflink { background-color: #ffecd5; }/*関西*/
    #inline-pref7 .balloon_box .title span::before,#inline-pref7 .balloon_box_preflink { background-color: #f8dfe7; }/*中国・四国*/
    #inline-pref4 .balloon_box .title span::before,#inline-pref4 .balloon_box_preflink { background-color: #eff5cf; }/*九州*/
.text_user_select_none {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}