@charset "utf-8";



/* ======================================================

Reset

====================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
a,
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 {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-size: 100%
}

body {
    line-height: 1
}

img {
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

li {
    list-style-type: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: none;
    border-top: 1px solid #ccc
}

a {
    outline: none;
}

.cf:before,
.cf:after,
.section:before,
.section:after {
    content: "";
    display: table
}

.cf:after,
.section:after {
    clear: both
}

.cf,
.section {
    zoom: 1
}




/*
========================================

Common - layout

========================================
*/

html {
    background-color: #f4f4f4;
}

body {
    width: 100%;
    margin: 0 auto;
    color: #000000;
    font-family: "メイリオ", sans-serif;
    text-align: center;
    background: url(/images/home/bg.png) repeat-x left bottom;
    min-height: 100vh; /* 画面より内容が少なくても底まで伸ばす */
}

#content {
    margin: 0 20px;
}

p {
    text-align: center;
    color: #53473f;
    font-size: 14px;
}

h1 {
    margin: 40px 10px;
    color: #b60081;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    display: inline-block;
}

h2 {
    margin-bottom: 10px;
    font-size: 14px;
}

.os {
    margin: 20px auto 120px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

td {
    padding: 30px 10px 0;
}

.store img {
    max-width: 620px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

td.btn-area {
    padding: 20px 40px 30px;
    text-align: center;
}

td.btn-area a {
    font-weight: bold;
    border: 1px solid #b90c87;
    padding: 15px 40px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-radius: 100px;
    background-color: #b60081;
}

td.btn-area a:hover {
    background-color: #ffffff;
    border: 1px solid #b90c87;
    color: #b90c87 !important;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.border {
    border-bottom: 1px solid #dbdbdb;
}

.small {
    font-size: 12px;
}

@media (min-width: 421px) {
    .sp {
        display: none;
    }
}

@media (max-width: 420px) {

    .pc {
        display: none;
    }

    #content {
        padding-bottom: 80px;
    }
    td {
        padding: 20px 0 0;
        ;
    }

    h1 {
        margin: 30px 10px;
    }
    .os {
        margin: 0 0 20px;
        background: #ffffff;
        border-radius:10px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .pb40 {
        padding-bottom: 40px;
    }

    body {
        height: auto !important;
    }

    td.btn-area {
        padding:20px 0 ;
    }

    td.btn-area a {
        padding: 15px 20px;
        margin: 0 20px;
    }
}