@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP");
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* ===================================================================

reset style

=================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

strong {
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

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

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

common style

=================================================================== */
html, body {
    width: 100%;
    overflow: auto;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 82.5%;
}

body {
    background: #ffffff;
    color: #262626;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.open {
    overflow: hidden;
}

body a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #f1f1f1;
    outline: none;
    text-decoration: none;
}

body a:hover {
    color: #ffffff;
    text-decoration: none;
}

body a:hover img {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

body a:focus {
    color: #011315;
    outline: none;
    text-decoration: none;
}

body .red {
    color: #ff2e2e;
}

body .blue {
    color: #112cbb;
}

body .pink {
    color: #eb3250;
}

body .ybg {
    background: linear-gradient(transparent 50%, #fffcb4 50%);
}

body .bold {
    font-weight: bold;
}

img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #0b9aa4;
    max-width: 100%;
    max-height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.hidden-pc {
    display: none;
}

.image:after {
    content: "";
    display: block;
    clear: both;
}

.photo_l:after {
    content: "";
    display: block;
    clear: both;
}

.photo_l img {
    float: left;
    margin: 0 30px 30px 0;
}

.photo_r img {
    float: right;
    margin: 0 0 30px 30px;
}

@media (max-width: 750px) {
    .hidden-sp {
        display: none;
    }
    .hidden-pc {
        display: block;
    }
    .photo_l {
        margin: 0 2% 2% 0;
    }
    .photo_l img {
        font-weight: normal;
    }
    .photo_r {
        margin: 0 0 2% 2%;
    }
    .photo_r img {
        font-weight: normal;
    }
}