@charset "UTF-8";
/*
Theme Name: fountpages
Theme URI: http://fountain-net.com
Description: fountpages
Version: 1.0.0
Author: izumi
Author URI: http://fountain-net.com
*/

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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
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;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    /*border-bottom:1px dotted;*/
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {

}
input, select {
    vertical-align:middle;
}

/* iOS */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


body{
    background-color: #FFF;
    width: 100%;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 19px;
    line-height: 33px;
    color: #000000;
}

a:hover{
    opacity:0.9;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


a img:hover {
    opacity:0.8;
}

.fix {
    position:fixed;
    margin-left:10px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    text-align: center;
    font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 45px;
    line-height: 52px;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #000000;
}

h2 {
    text-align: center;
    font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 50px;
    color: #000000;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: bold;
}

/*___________________ コンテンツ _____________________*/
#contents{
    background-image: url(./images/bg.jpg);
    background-repeat: repeat-y;
    width: 784px;
    margin: 0px auto;
    overflow: hidden;
    display: block;

}
.box{
    width: 700px;
    margin: 35px auto 80px;
    overflow: hidden;
    display: block;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
}

img.alignleft {
    margin-right: 15px;
}

img.alignright {
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.big {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.0;
}


.lpform {
    width: 450px;
}

.under-line {
    text-decoration: underline;
}

.red {
    color: #B51700;
}

.highlight {
    background-color: #ffd877;
}


.form {
    margin: 25px auto 35px;
}

.form .agree {
    margin-bottom: 5px;
}

.form .agree input[type="checkbox"] {
    margin-right: 5px;
}

.form .button {
    margin: 0 auto;
    text-align: center;
}

.form input[type="email"], .form input[type="text"], .form input[type="number"], .form textarea {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    padding: 8px;
}

.form input[type="email"] {
    width: 100%;
}

.form input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

form[name="form"] {
    margin: 0 auto 35px;
    text-align: center;
}

form[name="form"] fieldset {
    border: none;
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 300px;
}

form[name="form"] fieldset label {
    display: block;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

form[name="form"] fieldset input[type="text"], form[name="form"] fieldset input[type="email"], form[name="form"] fieldset input[type="tel"], form[name="form"] fieldset textarea {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    outline: none;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
}

form[name="form"] .center-text {
    margin: 0 auto;
    text-align: center;
}

form[name="form"] input[type="submit"] {
    background: #d70000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#commentform input[type="submit"] {
    background: #d70000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    outline: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#main .lpform {
    margin: 0 auto 15px;
    text-align: left;
}

#main .lpform label {
    font-size: 20px;
    font-weight: bold;
}

#main .lpform input[type="text"], #main .lpform input[type="email"], #main .lpform input[type="number"], #main .lpform input[type="tel"], #main .lpform input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 8px;
    width: 100%;
}

#main .lpform input[type="submit"] {
    border: none;
    cursor: pointer;
}

#main .lpform .formtable dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#main .lpform .formtable dd {
    margin-bottom: 15px;
}

#main .lpform .formtable dd input[type="text"], #main .lpform .formtable dd input[type="email"], #main .lpform .formtable dd input[type="number"], #main .lpform .formtable dd input[type="tel"], #main .lpform .formtable dd input[type="submit"] {
    margin-bottom: 0;
}

#main .lpformtable {
    margin-left: 0 auto 35px;
}

#main .lpformtable input[type="text"], #main .lpformtable input[type="email"], #main .lpformtable input[type="number"], #main .lpformtable input[type="tel"], #main .lpformtable input[type="submit"], #main .lpformtable textarea {
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    outline: none;
    padding: 8px;
    width: 100%;
}

#main .lpformtable input[type="submit"] {
    background: #d70000;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}


.video{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.video-box {
    padding-bottom: 50px;
}

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}
.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}
.comments-area cite b {
    font-weight: normal;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}
.comments-area article header a:hover {
    color: #21759b;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
    font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 24px 0;
    margin: 2.085714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
    display: inline;
}
.required {
    color: red;
}

button,
input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}


.movie{
    width: 720px;
    margin: 0px auto 20px;
    display: block;
}


/*___________________ カウントダウン _____________________*/

.Timer{
    background-color: #003E85;
    font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 900px;
    height: 52px;
    font-size: 33px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFF00;
    text-align: center;
    padding-top: 13px;
    margin-left: 6px;
    display: block;

}

/*___________________ フッター _____________________*/

footer{
    background-color: #EEEEEE;
    width: 772px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}
footer ul{
    list-style-type: none;
    margin: 0 auto 0px;
    display: block;
}
footer ul li{
    color: #1F1F1F;
    display: inline;
}
footer ul li a{
    color: #1F1F1F;
    text-decoration: none;
}
small{
    color: #CCC;
    margin: 0px auto 0px;
    display: block;
}

/*___________________ トップ _____________________*/

#page-top {
    background-color: #333333;
    width: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity:0.8;
    color: #fff;
    padding: 3px 3px;
    border-radius: 5px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 84px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity:0.8;
    font-size:12px;
}
#page-top a:hover {
    text-decoration: none;
    opacity:0.5;
}
.video{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.story {
    margin: 30px auto 50px;
    width: 800px;
}

.smartchildform br {
    display: none;
}

.smartchildform p {
    margin-bottom: 0px;
}

@media (max-width: 640px) {

    body {
        background-color: #EEEEEE;
        width: 784px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 21px;
        line-height: 34px;
        color: #000000;
    }

    p {
        font-size: 1.8em;
        line-height: 1.5em;
        margin-bottom: 26px;
    }

    a:hover {
        opacity: 0.9;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }

    a img:hover {
        opacity: 0.8;
    }

    h1 {
        text-align: center;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 55px;
        line-height: 63px;
        margin-top: 60px;
        margin-bottom: 20px;
        color: #000000;
    }

    h2 {
        text-align: center;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "HGP創英角ｺﾞｼｯｸUB", "HGPSoeiKakugothicUB", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 55px;
        line-height: 63px;
        margin-bottom: 60px;
        color: #000000;
    }



    /*___________________ コンテンツ _____________________*/
    #contents {
        background: white;
        width: 784px;
        margin: 0px auto;
        overflow: hidden;
        display: block;

    }

    .box {
        width: 720px;
    }

    /*___________________ カウントダウン _____________________*/
    .Timer {
        background-color: #003E85;
        font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        width: 900px;
        height: 52px;
        font-size: 33px;
        font-weight: bold;
        line-height: 32px;
        color: #FFFF00;
        text-align: center;
        padding-top: 13px;
        margin-left: 6px;
        display: block;

    }

    .time {
        font-size: 28px;
        font-weight: bold;
        color: #C52100;
        text-align: center;
        margin: 0px auto 20px;
        display: block;
    }
    

    /*___________________ フッター _____________________*/
    footer {
        background-color: #EEEEEE;
        width: 772px;
        font-size: 17px;
        line-height: 30px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 auto;
        display: block;
    }

    footer ul {
        list-style-type: none;
        margin: 0 auto 0px;
        display: block;
    }

    footer ul li {
        color: #1F1F1F;
        display: inline;
    }

    footer ul li a {
        color: #1F1F1F;
        text-decoration: none;
    }

    small {
        color: #CCC;
        margin: 0px auto 0px;
        display: block;
    }

    /*___________________ トップ _____________________*/
    #page-top {
        background-color: #333333;
        width: 160px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        opacity: 0.8;
        color: #fff;
        padding: 3px 3px;
        border-radius: 5px;
    }

    #page-top a {
        text-decoration: none;
        color: #fff;
        width: 164px;
        text-align: center;
        display: block;
        border-radius: 10px;
        opacity: 0.8;
        font-size: 28px;
        height: 50px;
        padding-top: 15px;
    }

    #page-top a:hover {
        text-decoration: none;
        opacity: 0.5;
    }
    .video{
        position:relative;
        width:100%;
        padding-top:56.25%;
    }
    .video iframe{
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
    }
    .video-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .story {
        margin: 100px auto 120px;
        width: 800px;
    }

    .lpform {
        width: auto;
    }

    .big {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.0;
    }

    #main .lpform input[type="email"] {
        font-size: 150%;
        margin-bottom: 20px;
    }

}