@charset "utf-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
base
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	color: #333333;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 680px;
	overflow: hidden;
}
.article{
    padding: 0 16px;
}
.story,
.app,
.graph,
.result,
.money{
    margin-bottom: 64px;
}
.h2{
    margin-bottom: 8px;
    padding: 8px;
    border-left: solid 8px #ff8398;
    background: #efefef;
    font-size: 2.0rem;
    font-weight: bold;
}
.h3{
    margin-bottom: 16px;
    padding: 8px;
    background: #ff8398;
    font-size: 2.0rem;
    font-weight: bold;
    color: white;
}
.h4{
    margin-bottom: 16px;
    padding: 8px;
    border-left: solid 8px #ff8398;
    font-weight: bold;
}
.img-box{
    margin-bottom: 32px;
}
.grid{
    display: grid;
    grid-gap: 8px;
}
.grid4-2{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid2{
    grid-template-columns: 1fr 1fr;
}
.grid3-2{
    grid-template-columns: 1fr 1fr 1fr;
}
.img-box.flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.img-box.flex .li{
    padding: 0 8px;
    width: 100%;
}
.img-box.flex .li:first-child{
    padding: 0 8px 0 0;
}
.img-box.flex .li:last-child{
    padding: 0 0 0 8px;
}
.img-box.flex .li:first-child:last-child{
    padding: 0;
}
.about .inner > .text,
.story .inner > .text,
.app .inner > .text,
.graph .inner > .text,
.result .inner > .text,
.money .inner > .text{
    margin-bottom: 32px;
}
.date::before,
.talk .balloon::before,
.talk .balloon::after,
.result-text::before,
.result-text::after{
	content: "";
	position: absolute;
}
.strong{
    color: red;
    font-weight: 900;
}
.bold{
    font-weight: 900;
}
.mbr{
    display: none;
}

/*--------------------------------
contents
--------------------------------*/
.header{
    padding: 24px 16px;
    text-align: center;
}
.header h1{
    margin: auto;
    width: 200px;
    line-height: 1;
}
.date-box{
    margin-bottom: 32px;
    text-align: right;
}
.date{
    display: inline-block;
    position: relative;
    text-align: right;
}
.date::before{
	margin: auto;
	width: 17px;
	background:url("../images/reload.webp") no-repeat left center / contain;
	top: 0;
	left: -22px;
	bottom: 0;
}
.result-text{
    margin-bottom: 32px;
    padding: 16px 16px 16px 58px;
    border: solid 2px #ff8398;
    background: #ffe1e6;
    position: relative;
}
.result-text::before,
.result-text::after{
	margin: auto;
	top: 0;
	bottom: 0;
}
.result-text::before{
	width: 30px;
	height: 30px;
	background: url("../images/heart.webp") no-repeat left center / contain;
	left: 8px;
	bottom: 0;
}
.result-text::after{
	width: 1px;
	height: 80%;
	background: #ff8398;
	left: 46px;
}
.talk{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.talk .icon{
    width: 70px;
    height: 70px;
    border: solid 3px;
    border-radius: 100px;
    overflow: hidden;
}
.talk.icon-left .icon{
    margin-right: 24px;
    border-color: #83baff;
}
.talk.icon-right .icon{
    margin-left: 24px;
    border-color: #8bd789;
}
.talk .balloon{
    padding: 8px;
    flex: 1;
    border: solid 3px;
    border-radius: 16px;
    position: relative;
}
.talk.icon-left .balloon{
    border-color: #83baff;
}
.talk.icon-right .balloon{
    border-color: #8bd789;
}
.talk .balloon::before,
.talk .balloon::after{
	margin: auto;
	height: 1px;
	border: solid 10px transparent;
	top: 0;
	bottom: 0;
}
.talk.icon-left .balloon::before{
	border-right: solid 14px #83baff;
	left: -27px;
}
.talk.icon-left .balloon::after{
	border-right: solid 14px white;
	left: -22px;
}
.talk.icon-right .balloon::before{
	border-left: solid 14px #8bd789;
	right: -27px;
}
.talk.icon-right .balloon::after{
	border-left: solid 14px white;
	right: -22px;
}
.talk-box,
.tw-box{
    margin-bottom: 32px;
}
.tw-box .text {
    margin: 8px 0;
    pointer-events: none;
    font-size: 2.8vw;
    line-height: 1.4;
    color: #333333;
}
.app-box{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-box .left{
    margin-right: 16px;
    width: 94px;
    height: 94px;
}
.app-box .right{
    flex: 1;
}
.app-box .table{
    width: 100%;
}
.app-box th{
    background: #ffe1e6;
    vertical-align: middle;
}
.app-box th,
.app-box td{
    padding: 4px;
    width: 50%;
    border: solid 1px #ff8398;
    font-size: 1.4rem;
}
.app-box .btn-box{
    text-align: center;
}
.app-box .btn-box .btn{
    margin: auto;
    display: block;
}
.btn-box{
    margin: 0 auto 32px;
    padding: 0 60px;
    max-width: 380px;
    text-align: center;
}
.graph .img-box{
    margin: 32px auto;
    padding: 0 16px;
    max-width: 400px;
}
.graph .h4{
    padding: 0 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    text-align: center;
}
.graph .h4 .man,
.graph .h4 .woman{
    padding: 4px;
    color: white;
}
.graph .h4 .man{
    width: 52%;
    background: #02aaf5;
}
.graph .h4 .woman{
    width: 48%;
    background: #f44235;
}
.graph .img-box.grid{
    margin: 0 0 48px;
    padding: 0;
    max-width: inherit;
}
.count-box{
    margin-bottom: 32px;
    padding: 16px 8px;
    background: #333333;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-weight: 900;
    color: yellow;
}
.count-box p{
    opacity: 0;
    transition-duration: 0.5s;
}
.count-box p.active{
    opacity: 1;
}
.count-box p .num,
.strong .num{
    font-size: 2.4rem;
}
.app-card{
    margin: auto;
    width: 100%;
    max-width: 680px;
    transition-duration: 0.5s;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -200px;
}
.app-card .h3{
    margin: auto;
    padding: 0;
    background: none;
    text-align: center;
    color: #333333;
}
.app-card .app-box{
    margin-bottom: 0;
    padding: 12px 16px;
    box-shadow: 0 0 8px #333;
}
.app-card .left{
    margin-right: 8px;
    width: 40px;
    height: 40px;
}
.app-card .center{
	flex: 1;
}
.app-card .right{
	margin-left: 8px;
	width: 120px;
	flex: inherit;
}
.app-card .btn-box{
    margin: auto;
    padding: 0;
}
.app-card.fix{
    bottom: 0;
}
.footer{
    padding: 8px;
    background: #333333;
    text-align: center;
    font-size: 1.4rem;
    color: white;
}
.qr{
    margin-bottom: 32px;
    padding: 16px;
    background: black;
    border: solid 2px #8d8d8d;
    border-radius: 12px;
    color: white;
}
.qr .app-box{
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}
.app-card .qr{
    margin-bottom: 0;
    border: solid #8d8d8d;
    border-width: 2px 2px 0 2px;
    border-radius: 12px 12px 0 0;
}
.app-card .qr .left{
    width: 80px;
    height: 80px;
}
.app-card .qr .right{
    width: inherit;
    flex: 1;
}
.qr-text{
    text-align: center;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:355px){
    .mbr{
        display: block;
    }
	.app-box{
		display: block;
	}
	.app-box .left{
		margin: 0 auto 16px;
	}
	.app-card .app-box{
		display: flex;
	}
	.app-card .app-box .left{
		margin: 0 8px 0 0;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
    body{
        font-size: 2.0rem;
    }
    .wbr{
    	display: none;
    }
	.story,
	.app,
	.graph,
	.result,
	.money{
		margin-bottom: 96px;
	}
    .h2{
        margin-bottom: 16px;
        padding: 16px;
        border-left: solid 16px #ff8398;
        font-size: 3.0rem;
    }
    .h3{
        margin-bottom: 24px;
        padding: 16px;
        font-size: 2.6rem;
    }
    .h4{
        margin-bottom: 32px;
        padding: 16px;
        font-size: 2.4rem;
    }
    .grid{
        grid-gap: 24px;
    }
    .header{
        padding: 32px 32px 48px;
    }
    .header h1{
        width: 500px;
    }
    .btn-box{
        margin-bottom: 48px;
        padding: 0 160px;
        max-width: inherit;
    }
	.inner{
		padding: 0 24px;
	}
	.img-box.flex .li{
		padding: 0 12px;
	}
	.img-box.flex .li:first-child{
		padding: 0 12px 0 0;
	}
	.img-box.flex .li:last-child{
		padding: 0 0 0 12px;
	}
	.about .inner > .text,
	.story .inner > .text,
	.app .inner > .text,
	.graph .inner > .text,
	.result .inner > .text,
	.money .inner > .text{
		margin-bottom: 48px;
	}
	.article{
		padding: 0;
	}
	.img-box{
		margin-bottom: 48px;
	}
	.app-box{
		margin-bottom: 24px;
	}
    .app-box th, .app-box td{
        font-size: 2rem;
    }
    .app-box .left{
        margin-right: 24px;
        width: 124px;
        height: 124px;
    }
	.talk .balloon{
		padding: 12px 16px;
	}
	.talk-box{
		margin-bottom: 48px;
	}
	.talk .icon{
		width: 100px;
		height: 100px;
	}
	.tw-box .text {
		margin: 16px 0;
		font-size: 2.0rem;
	}
	.result-text{
		margin-bottom: 48px;
		padding: 32px 32px 32px 126px;
		border: solid 4px #ff8398;
	}
	.result-text::before{
		width: 60px;
		height: 60px;
		left: 16px;
	}
	.result-text::after{
		width: 2px;
		left: 92px;
	}
	.graph .img-box{
		margin: 48px auto;
		padding: 0 32px;
	}
	.date-box{
		margin-bottom: 48px;
	}
	.count-box{
		margin-bottom: 64px;
		padding: 32px 16px;
		font-size: 3.0rem;
	}
	.count-box p .num{
		font-size: 4.2rem;
	}
	.strong .num{
		font-size: 3rem;
	}
	.app-card .left{
		margin-right: 16px;
		width: 80px;
		height: 80px;
	}
	.app-card .right{
		margin-left: 16px;
		width: 240px;
	}
    .qr-text{
        font-size: 2.7rem;
        line-height: 1.4;
    }
    .app-card .qr-text{
        font-size: 2.1rem;
    }
}