@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@200..700&display=swap&display=swap");
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;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  margin: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

/*  variables  */
/* mixin  */
/*  fonts  */
/*  common  */
html {
  font-weight: 900;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
}

body.isFixed {
  position: fixed;
  overflow: hidden;
}

body.isFixed .content {
  width: 100vw;
}

.content {
  flex: 1 1 auto;
  min-height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-size: 100%;
}

* {
  word-break: break-all;
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  border: none;
}

.mouse button:hover,
.mouse a:hover {
  opacity: 0.75;
  transition: all 0.5s;
}

.mouse button:hover,
.mouse [data-modal]:hover {
  cursor: pointer;
}

.mouse .cm__poster:hover {
  cursor: pointer;
}

.mouse .cm__poster:hover .cm__poster__play {
  opacity: 0.75;
  transition: all 0.5s;
}

ul {
  list-style: none;
}

img,
svg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

html.webkit img[src$="svg"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


#main-wrapper {
	max-width:900px;
	margin: 0 auto;
}

#main-body {
	position: relative;
}

#main-body a.btn-detail{
	position:absolute;
	display: block;
    bottom: 7.3%;
    left: 50%;
    width: 81%;
	transform: translate(-50%,-50%);
}

