@charset 'UTF-8';
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:500i,700i,500,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:500i,700i,500,900');
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-size: 100%;
    font-weight: normal; 

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
}

html
{
    font-size: 62.5%;
}

body
{
    font-size: 1.2rem;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none; 

    background: transparent;
}

ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}

mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs 
*/
hr
{
    display: block;

    height: 1px;
    margin: 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #9f9fa0;
}

input,
select
{
    vertical-align: middle;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: normal;
}

@media screen and (max-width: 600px)
{
    *
    {
        min-width: inherit !important; 
        max-width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .pcnone
    {
        display: none !important;
    }
}

.hide
{
    display: none;
}

input:focus,
select:focus
{
    outline: none;
}

/* 
end of reset
*/
/* 
start of MIXIN STYLES
*/
/* 
start of COMMON STYLE
*/
/* 
start of MIXIN STYLES
*/
.wrap.is-open
{
    filter: blur(3px);
}

.inner
{
    padding: 0 3%;
}
@media screen and (min-width: 768px)
{
    .inner
    {
        width: 960px;
        margin: 0 auto;
    }
}

/* ============================
font-family
============================ */
@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 100; 

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 200; 

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 300; 

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 400; 

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: bold; 

    src: local('Yu Gothic Bold');
}

@font-face
{
    font-family: 'Helvetica Neue';
    font-weight: 100; 

    src: local('Helvetica Neue Regular');
}

@font-face
{
    font-family: 'Helvetica Neue';
    font-weight: 200; 

    src: local('Helvetica Neue Regular');
}

body
{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
    font-family: 'FOT-筑紫ゴシック Pr5 M', sans-serif;

    color: #3e3a39;
}

#fontplus-trial-banner
{
    display: none;
}

/* ============================
header
============================ */
.header
{
    display: none;
}
@media screen and (min-width: 768px)
{
    .header
    {
        position: fixed;
        z-index: 999999; 
        top: 50px;
        left: 50px;

        display: block;
    }
    .header ul li a
    {
        font-family: 'Roboto', sans-serif !important;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: italic;
        line-height: 2.3; 

        letter-spacing: .1em;

        color: #a3a3a3;
    }
    .header ul li a:hover
    {
        position: relative;
    }
    .header ul li a:hover:after
    {
        position: absolute;
        bottom: 0; 

        display: block;

        width: 100%;
        height: 3px;

        content: '';

        background: rgba(229, 202, 0, .7);
    }
}

.menu-trigger
{
    position: fixed;
    z-index: 999999999999999;
    top: 29px;
    right: 20px;

    width: 26px;
    height: 26px;
}
@media screen and (min-width: 768px)
{
    .menu-trigger
    {
        display: none;
    }
}
.menu-trigger span
{
    display: block;

    width: 26px;
    height: 1px;

    background: #e5ca00;
}
.menu-trigger span:before
{
    display: block;

    width: 26px;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s; 
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);

    background: #e5ca00;
}
.menu-trigger span:after
{
    display: block;

    width: 26px;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s; 
    -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
            transform: translateY(-9px);

    background: #e5ca00;
}
.menu-trigger span.is-open
{
    background: none;
}
.menu-trigger span.is-open:before
{
    -webkit-transform: rotate(45deg) translateY(0);
        -ms-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);

    background: #fff;
}
.menu-trigger span.is-open:after
{
    -webkit-transform: rotate(-45deg) translateY(0);
        -ms-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);

    background: #fff;
}

.spHeadNav
{
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 100%;

    display: block;

    width: 100%;
    height: 9999px;

    -webkit-transition: all .6s;
            transition: all .6s; 
    vertical-align: top;

    opacity: 0;
    background: #e5ca00;
}
@media screen and (min-width: 768px)
{
    .spHeadNav
    {
        display: none;
    }
}
.spHeadNav.is-open
{
    left: 0;

    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 1;
}
.spHeadNav .cont
{
    padding-top: 90px;
}
.spHeadNav .cont ul li
{
    padding: 0 40px;
}
.spHeadNav .cont ul li a
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic; 

    display: block;

    padding: 20px 10px;

    text-align: left;

    color: #fff;
    border-bottom: 1px solid #fff;
}
.spHeadNav .cont ul li:last-child a
{
    border: none;
}

/* ============================
contents
============================ */
.sec-cont
{
    padding: 100px 0;
}
@media screen and (min-width: 768px)
{
    .sec-cont
    {
        padding: 200px 0;
    }
}
.sec-cont .tl-lv1
{
    font-size: 3.2rem;

    position: relative;

    margin-bottom: 40px;

    text-align: center;
    letter-spacing: .075em;
}
@media screen and (min-width: 768px)
{
    .sec-cont .tl-lv1
    {
        font-size: 5.4rem;

        margin-bottom: 80px;
    }
}
.sec-cont .tl-lv1 .tl-inner
{
    position: relative; 

    display: inline-block;
}
.sec-cont .tl-lv1 h2 span
{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900; 

    position: relative;
    z-index: 99;
}
.sec-cont .tl-lv1 h2 span.ja
{
    font-family: 'FOT-筑紫ゴシック Pro B';
    font-size: 1.2rem;
    font-weight: bold; 

    display: block;

    letter-spacing: .03em;

    color: #e5ca00;
}
@media screen and (min-width: 768px)
{
    .sec-cont .tl-lv1 h2 span.ja
    {
        font-size: 1.4rem;
    }
}
.sec-cont .tl-lv1 .number
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 10.0rem;
    font-weight: 500;
    font-style: italic; 

    position: absolute;
    z-index: 1;
    top: -38px;
    right: -60px;

    letter-spacing: 0;

    color: #dfdfdf;
}
@media screen and (min-width: 768px)
{
    .sec-cont .tl-lv1 .number
    {
        font-size: 20.0rem;

        top: -93px;
        right: -162px;
    }
}
.sec-cont .tl-lv1 .number .num
{
    display: inline-block;

    margin-left: -3px;
}

.copyright
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.0rem;
    font-weight: 500;
    font-style: italic;

    padding: 0 20px 20px;

    text-align: right;
    letter-spacing: .075em;
}

/* ============================
parts
============================ */
.btn-round
{
    text-align: center;
}

.btn-submit
{
    text-align: right;
}
@media screen and (max-width: 768px)
{
    .btn-submit
    {
        text-align: center;
    }
}

input[type='submit']
{
    border: none;
    background: none; 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type='submit'],
.btn-round a
{
    font-family: 'FOT-筑紫ゴシック Pr5 D';
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    width: 180px;
    height: 40px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease; 
    text-align: center;
    letter-spacing: .075em;

    color: #e5ca00;
    border-radius: 20px;
    background: #4e526b;
}
@media screen and (min-width: 768px)
{
    input[type='submit'],
    .btn-round a
    {
        font-size: 1.6rem; 
        line-height: 50px;

        width: 200px;
        height: 50px;

        border-radius: 25px;
    }
}

input[type='submit']
{
    line-height: 38px;
}

input[type='submit']:hover,
.btn-round a:hover
{
    cursor: pointer;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    color: #4e526b; 
    background: #e5ca00;
}

.btn-entry a
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 500;

    display: block;

    width: 240px;
    margin: 0 auto;
    padding: 10px;

    text-align: center;
    letter-spacing: .05em; 

    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #00a4bb;
}
@media screen and (min-width: 768px)
{
    .btn-entry a
    {
        font-size: 2.2rem;

        width: 330px;
        padding: 20px;

        -webkit-transition: all .2s ease;
                transition: all .2s ease;
    }
    .btn-entry a:hover
    {
        -webkit-transition: all .2s ease;
                transition: all .2s ease; 

        color: #00a4bb;
        border-color: #00a4bb;
        background: #fff;
    }
}
.btn-entry a span
{
    font-size: 1.2rem;
}
