@charset "UTF-8";
/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
    margin: 0;
    padding: 0;
}

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: baseline;
}

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

body {
    line-height: 1;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
}

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;
}

/* reset css */



/* TEXT STYLE  ////////////////////////*/


body {
    font-size: 16px;
    color: #000000;
    line-height: 1.5em;
}

.text-en {
    font-family: ingra, sans-serif;
    font-weight: 700;
}



h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: sans-serif;
}

h1 {}


h2 {
    font-size: 50px;
    letter-spacing: 3px;
    text-align: center;
}

h2.head01 {
    font-size: 80px;
    margin: 100px 0 100px 0;
    line-height: 0.8;
    text-align: left;
    position: relative;
}
h2.head01 small {
    font-size: 0.25em;
    letter-spacing: 0;
}

h2.head01::before{
    position: absolute;
    content:"";
    border: solid 2px #000;
    width: 150%;
    top: 62%;
    left: 0;
}

h3 {}


h4 {}

h5 {}

small {
    font-size: 0.5em;
}

strong {
    font-weight: bold;
}


blockquote {
    display: block;
    margin: 0;
    padding-left: 40px;
    padding: 30px 0 30px 40px;
    border-left: 4px solid #ccc;
    background-color: #f5f5f5;
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
}

hr {}


a {
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img{
    transition: 0.5s;
}

a img:hover {
    
    opacity: 0.8;
}

ul {
    list-style: none;
}

li {
    line-height: 1.2;
    padding: 1.5em 0;
}


p {
    font-size: 1rem;
}


p.description {
    line-height: 2.3;
    word-wrap: break-word;
}

p.read {
    padding-top: 15px;
    font-size: 1.5rem;
    word-wrap: break-word;
    line-height: 2;
    margin-bottom: 30px;
}


.text-small {
    font-size: 0.8em;
}

.text-bold {
    font-weight: 500;
}

.text-subtitle {
    font-size: 1.5rem;
}

.fs07 {
    font-size: 0.7em;
}

.fs08 {
    font-size: 0.8em;
}

.fs09 {
    font-size: 0.9em;
}

.fs11 {
    font-size: 1.1em;
}

.fs12 {
    font-size: 1.2em;
}

.fs15 {
    font-size: 1.5em;
}

.fs18 {
    font-size: 1.8em;
}

.fs20 {
    font-size: 2em;
}

.fs30 {
    font-size: 3em;
}

.fs35 {
    font-size: 3.5em;
}

.ls0 {
    letter-spacing: 0 !important;
}

@media (max-width: 992px) {
    h2.head01{
        font-size: 50px;
    }
}

@media (max-width: 768px){
    h2.head01{
        font-size: 32px;
    }
}

/* END TEXT STYLE */


/* COLOR STYLE  ////////////////////////*/
.text-red {
    color: red;
}

.text-black {
    color: #333333;
}

.text-gray {
    color: #777777;
}

.text-white {
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

/* COLOR END */




/* IMAGE STYLE  ////////////////////////*/

.img-full {
    width: 100%;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

.object_fit_img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

/* IMAGE END */



/* BOX STYLE  ////////////////////////*/

.clearfix {
    clear: both;
}


div.space10 {
    height: 10px;
    clear: both;
}

div.space20 {
    height: 20px;
    clear: both;
}

div.space30 {
    height: 30px;
    clear: both;
}

div.space50 {
    height: 50px;
    clear: both;
}

@media screen and (min-width: 992px) {
    .pconly {
        display: block !important
    }

    .sponly {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .pconly {
        display: none !important;
    }

    .sponly {
        display: block !important;
    }
}


/* BOX END */


/* TABLE STYLE  ////////////////////////*/
table {
    background-color: #ffffff;
    width: 100%;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {

    .table td,
    .table th {
        padding: .5rem .25rem;
    }
}

/* TABLE END */


.js-scroll-fade {
    position: relative;
    opacity: 0;
    transform: translateY(15%);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}

.is-scroll-fade {
    opacity: 1;
    transform: translateY(0);
}