@charset "UTF-8";
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 200;
    src: url("/common/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 300;
    src: url("/common/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 500;
    src: url("/common/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 700;
    src: url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 900;
    src: url("/common/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

@font-face {
    font-family: "NotoSerif";
    font-style: normal;
    font-weight: 500;
    src: url("/common/fonts/NotoSerifJP-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 300;
    src: url("/common/fonts/Metropolis-Light.otf") format("opentype");
}

@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 400;
    src: url("/common/fonts/Metropolis-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 600;
    src: url("/common/fonts/Metropolis-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: "VeneerClean";
    font-style: normal;
    font-weight: 400;
    src: url("/common/fonts/33B33C_0_0.woff") format("woff");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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.homeHeader,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header.homeHeader,
hgroup,
menu,
nav,
section {
    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;
}

a {
    color: #222;
    text-decoration: underline;
}

a:active {
    background-color: transparent;
}

img {
    vertical-align: top;
}

sup {
    display: inline-block;
    font-size: .7em;
    transform: translateY(-25%);
}

@media (min-width: 768px) {
    body.pc a:hover {
        text-decoration: none;
    }
}

::-moz-selection {
    background: #0075c1;
    color: #fff;
}

::selection {
    background: #0075c1;
    color: #fff;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
}

@media (max-width: 767px) {
    html {
        min-width: 0 !important;
        font-size: 87.5%;
    }
}

@media (max-width: 374px) {
    html {
        font-size: 3.7333333vw;
    }
}

body {
    color: #222;
    font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 300;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
}

@media (max-width: 414px) {
    .forPC {
        display: none;
    }
    .forSP {
        display: block;
    }
}

#lBoxBk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .95);
    z-index: 4002;
    cursor: pointer;
    display: none;
}

#lBox {
    width: 100%;
    position: absolute;
    top: 80px;
    pointer-events: none;
    z-index: 4003;
    display: none;
}

#lBoxInner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: auto;
}

.lmovEmbed #lBoxInner {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

#closeBtn {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 2;
}

#closeBtn::before,
#closeBtn::after {
    content: "";
    display: block;
    width: 80%;
    height: 8%;
    background-color: #0075c1;
    position: absolute;
    left: 10%;
    top: 46%;
    transform: rotate(45deg);
    transform-origin: center;
}

#closeBtn::after {
    transform: rotate(-45deg);
}