@charset "utf-8";

/*
Theme Name: Coming Soon
Theme URI: https://www.printop.co.jp/
Author: Daisuke Honda
Author URI: https://www.sapoweb-kumamoto.com/
Description: 名刺印刷なら熊本のプリントップのWebサイト準備中用テーマ
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/


/* リセット
-------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
body {
    line-height: 1.8;
}
ol,
ul {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
header,
footer,
section {
    display: block;
}


/* ベース
-------------------------------------------------------- */
html {
    font-size: 62.5%;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
    min-width: 320px;
    width: 100%;
    color: #fff;
    word-wrap: break-word;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.0;

    overflow-wrap: break-word;
}
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background: url("../img/bg_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, .4);
}
a {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}
a:hover,
a.active {
    color: #ccc;
    text-decoration: underline;
}
.wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    box-sizing: border-box;
    padding: 0 15px 0;
    min-height: 100vh;
    max-width: 1364px;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* text-shadow: 1px 1px 5px rgba(0, 0, 0, .5); */
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.hdr {
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;

    /* -ms-flex-negative: 0;
    flex-shrink: 0; */
}
.hdr h1 {
    font-size: 26px;
    font-size: 2.6rem;
}
.hdr h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 82px;
    font-size: 8.2rem;
    line-height: 1.0;
}
.hdr .url {
    padding: 20px 0 40px;
    font-size: 62px;
    font-size: 6.2rem;
    font-weight: 600;
}
.main {
    width: 100%;

    /* flex: 1 0 auto;
    min-height: 1px; *//*IE11 img resizing bug*/
}
.about p {
    text-align: center;
}
.ftr {
    margin-top: auto;
    padding: 40px 0 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;

    /* -ms-flex-negative: 0;
    flex-shrink: 0; */
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .wrap {
        margin: 0 2% 10px 2%;
        min-height: auto;
        width: 96%;
    }
    .hdr {
        padding: 20px 0 0;
    }
    .hdr h1 {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .hdr h2 {
        margin: 30px 0 25px;
        color: #fff;
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.0;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrap {
        margin: 0 2% 10px 2%;
        width: 96%;
    }
    .hdr {
        padding: 20px 0 0;
    }
    .ftr {
        padding: 40px 0 20px;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .wrap {
        margin: 0 auto;
        padding: 0 15px 80px;
    }
    .hdr {
        padding: 20px 0 0;
    }
    .ftr {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
        padding: 20px 0;
    }
}


/* カウントダウンタイマー
-------------------------------------------------------- */
.timer {
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 7px;/* Webkit */
       -moz-border-radius: 7px;/* FF */
            border-radius: 7px;
    text-align: center;
}
.timer-txt {
    padding: 0 0 20px;
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    padding: 0 2px;
    width: 100%;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    text-align: center;
}
.countdown-amount {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.0;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .timer {
        padding: 20px;
    }
    .countdown-amount {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.0;
    }
}
