﻿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 {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
    padding-right: constant(safe-area-inset-right);/* iphoneX用 */ 
    padding-left: constant(safe-area-inset-left);/* iphoneX用 */ 
    padding-right: env(safe-area-inset-right);/* iphoneX用 */ 
    padding-left: env(safe-area-inset-left);/* iphoneX用 */
    word-break:break-all;
}
a {
    text-decoration: none;
}
a.disabed {
    pointer-events: none;
    cursor: default;
}
em  {
    font-style:normal;
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: 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';
}
/*背景画像*/
.wrapper{
	width:100%;
    padding: 0 0 12px 0;
	background: #feeff7;
}

/*index以外のh1タイトル*/
h1.ttl {
    margin: 0;
    padding: 16px 12px;
    box-shadow: none;
    box-sizing: border-box;
    background: #feeff7;  
}
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;   
}
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;
}
/*右矢印*/
.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;
}

/*オファー登録で1万円が当たる！キャンペーンバナー*/
.ban_campaign {
    width: 100%;
    margin: 12px 0 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;
	font-size: 1.2rem;
    text-align: center;
}
.ban_voice a {
	color: #F772B7;
	font-weight: bold;
	text-decoration: underline;
}
#content .post .ban_campaign a {
    text-decoration: none;
}
#content .post .ban_voice a {
	color: #F772B7;
}
/*いちごなびの安心への取り組み、ライター募集*/
.ban_box {
    width: 100%;
    margin: 12px 0;
    text-align: center;
}
.ban_box img {
    width: 300px;
}

/*もっと見る（campaign/voice.aspx&info/index.aspx）*/
.more {
    padding: 8px;
}
.more a {
    display: block;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ccc;
    background-color: #eee;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
}

/*リダイレクト*/
.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;
}
#home_panel {
    width: 100%;
}

/*--------------------------------------

  アニメーションモーダル

---------------------------------------*/

/*========　モーダル基本　========*/
/* ModalIn */
.ModalIn {
    z-index: 9999;
    -webkit-animation: ModalIn .4s ease forwards;
    animation: ModalIn .4s ease forwards;
}
@-webkit-keyframes ModalIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes ModalIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.ModalIn .modal-content {
    -webkit-animation: FadeInUp .4s ease-out forwards;
    animation: FadeInUp .4s ease-out forwards;
}
@keyframes FadeInUp {
from {
    top: 55%;
    opacity: 0;
}
90% {
    top: 49%;
}
to {
    top: 50%;
    opacity: 1;
}
}
@-webkit-keyframes FadeInUp {
from {
    top: 55%;
    opacity: 0;
}
90% {
    top: 49%;
}
to {
    top: 50%;
    opacity: 1;
}
}
.ModalIn.long .modal-content {
    -webkit-animation: FadeInUpLong .4s ease-out forwards;
    animation: FadeInUpLong .4s ease-out forwards;
}
@keyframes FadeInUpLong {
from {
    top: 40px;
    opacity: 0;
}
90% {
    top: -10px;
}
to {
    top: 0;
    opacity: 1;
}
}
@-webkit-keyframes FadeInUpLong {
from {
    top: 40px;
    opacity: 0;
}
90% {
    top: -10px;
}
to {
    top: 0;
    opacity: 1;
}
}

/* ModalOut */
.ModalOut {
    -webkit-animation: ModalOut .4s ease forwards;
    animation: ModalOut .4s ease forwards;
}
@keyframes ModalOut {
from {
    opacity: 1;
}

to {
    opacity: 0;
}
}
@-webkit-keyframes ModalOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.ModalOut .modal-content {
    -webkit-animation: FadeOutDown .4s ease-out forwards;
    animation: FadeOutDown .4s ease-out forwards;
}
@keyframes FadeOutDown {
from {
    top: 50%;
    opacity: 1;
}
10% {
    top: 49%;
}
to {
    top: 55%;
    opacity: 0;
}
}
@-webkit-keyframes FadeOutDown {
from {
    top: 50%;
    opacity: 1;
}
10% {
    top: 49%;
}
to {
    top: 55%;
    opacity: 0;
}
}
.ModalOut.long .modal-content {
    -webkit-animation: FadeOutDownLong .4s ease-out forwards;
    animation: FadeOutDownLong .4s ease-out forwards;
}
@keyframes FadeOutDownLong {
from {
    top: 0;
    opacity: 1;
}
10% {
    top: -10px;
}
to {
    top: 40px;
    opacity: 0;
}
}
@-webkit-keyframes FadeOutDownLong {
from {
    top: 0;
    opacity: 1;
}
10% {
    top: -10px;
}
to {
    top: 40px;
    opacity: 0;
}
}

/**/
.modal {
    position: relative;
    opacity: 0;
    z-index: -9999;
}
.modal.long {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal.long::-webkit-scrollbar {
    display: none;
}
.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 10px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 1), inset -1px -1px 1px 0 rgba(0, 0, 0, .2), 3px 3px 2px 0 rgba(0, 0, 0, .1);
    background: #f6f6f6;
    text-align: center;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.modal .modal-content .close {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 20px;
    padding: 7px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, .1);
    background: #fff;
    cursor: pointer;
}
.modal .modal-content .close span {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 1px;
    height: 20px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    background: #999;
}
.modal .modal-content .close span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 20px;
    height: 1px;
    background: #999;
}
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;
    }
.svg_sprite {
	display: none;
}
.text_user_select_none {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}