@charset "UTF-8";
/* ============================================================== base ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

h1 { font-size: inherit; margin: 0; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace,monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace,monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: .35em .75em .625em; }

legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; }

[type=search] { -webkit-appearance: textfield; outline-offset: -2px; }

[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

/*# sourceMappingURL=normalize.min.css.map */
body { word-wrap: break-word; }

section, main { display: block; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; outline: none; }

i, em { font-style: normal; }

table { border-collapse: collapse; }

li { list-style: none; }

img { max-width: 100%; line-height: 0; }

* { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }

/* ============================================================== contents ============================================================ */
/* common.scss
============================== */
html, body { height: 100%; }

html { font-size: 62.5%; }

body { background: #000; color: #fff; }

@media screen and (min-width: 961px) { body { font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif; font-weight: 400; font-size: 1.4rem; line-height: 1.8; letter-spacing: .12em; word-wrap: break-word; } }

@media screen and (min-width: 1px) and (max-width: 960px) { body { font-family: YakuHanJP, -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif; font-weight: 400; font-size: 1.3rem; line-height: 1.8; letter-spacing: .12em; word-wrap: break-word; } }

a { color: inherit; text-decoration: none; -webkit-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease; }

img { max-width: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; line-height: 0; }

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

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

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

@media screen and (min-width: 1px) and (max-width: 960px) { .pc { display: none !important; } }

.btn { text-align: center; }

.btn span { -webkit-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease; }

.btn-base-style, .btn--main, .btn--sub { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; border-radius: 3em; border: none; }

.btn--main { background: #fff; padding: 1.5em 2em; color: #20b5c7; }

@media screen and (min-width: 961px) { .btn--main { min-width: 280px; font-size: 1.8rem; }
  .btn--main:hover { background: #20b5c7; color: #fff; } }

@media screen and (min-width: 1px) and (max-width: 960px) { .btn--main { min-width: 80%; font-size: 1.5rem; } }

@media screen and (min-width: 756px) and (max-width: 960px) { .btn--main { min-width: 50%; } }

.btn--sub { padding: 1.5em 2em; background-size: 200% 100%; border: 1px solid; }

@media screen and (min-width: 961px) { .btn--sub { min-width: 280px; cursor: pointer; }
  .btn--sub:hover { opacity: 0.5; } }

@media screen and (min-width: 1px) and (max-width: 960px) { .btn--sub { min-width: 80%; } }

@media screen and (min-width: 756px) and (max-width: 960px) { .btn--sub { min-width: 50%; } }

.btn--sub img { height: 100%; width: auto; max-height: 40px; }

.btn + .btn { margin: 2rem 0 0; }

.txt { margin: 0 0 1em; }

.bold { font-weight: bold; }

.red { color: #9a0000; }

.txt--basic { font-size: 12px; line-height: 1.4; }

.txt--center { text-align: center; }

.txt--sub { font-size: 1.1rem; line-height: 1.8; }

.txt--lead { font-size: 6vw; line-height: 1.5; }

.wrap { min-height: 100%; position: relative; }

.footer { width: 100%; height: 50px; position: absolute; bottom: 10px; font-size: 1rem; padding-right: 10px; transform: scale(0.9); text-align: right; mix-blend-mode: difference; }

.content--main { position: relative; background: #000; overflow: hidden; }

.block--item { position: relative; height: 100vh; padding: 25vh 0 5vh; text-align: center; }

.block--item::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.block--item::after { content: ''; display: block; width: 100%; height: 2px; position: absolute; top: calc(50% - 1px); left: 0; z-index: 0; }

.block--item h2.block--tit, .block--item .block--item__footer { height: 30vh; text-align: center; position: relative; z-index: 1; }

.block--item h2.block--tit img, .block--item .block--item__footer img { height: 100%; background: no-repeat center; background-size: contain; }

.block--item .txt { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 3vh; height: 26vh; margin-bottom: 0; position: relative; z-index: 1; font-family: alternate-gothic-compressed, sans-serif; font-weight: 700; font-size: 6vh; }

.block--item .txt::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transform-origin: right; }

.block--item .block--item__footer { height: 2.5vh; position: absolute; bottom: 10vh; left: 50%; transform: translateX(-50%); }

.block--item.color--red { color: #fff; }

.block--item.color--red::before, .block--item.color--red::after, .block--item.color--red .txt::before { background: #e50115; }

.block--item.color--red .block--tit img { background-image: url(../images/parts/title__red.png); }

.block--item.color--red .block--item__footer img { background-image: url(../images/parts/date__red.png); }

.block--item.color--yellow { color: #000; }

.block--item.color--yellow::before, .block--item.color--yellow::after, .block--item.color--yellow .txt::before { background: #fff001; }

.block--item.color--yellow .block--tit img { background-image: url(../images/parts/title__yellow.png); }

.block--item.color--yellow .block--item__footer img { background-image: url(../images/parts/date__yellow.png); }

.block--tit img, .block--item__footer img { display: block; margin: 0 auto; transition: 0.1s cubic-bezier(0.34, 0.13, 0.47, 1); transform: scale(2.2); opacity: 0; }

.txt { opacity: 0; }

.txt::before { transition: 1.4s cubic-bezier(0.06, 0.17, 0.47, 1); }

.block--item::before { transition: .3s ease-out; transform: scaleY(0); }

.block--item::after { transition: .4s ease-out; transform-origin: left; transform: scaleX(0); }

.loaded .started.block--item::after { transform: scaleX(1); }

.loaded .started.block--item::before { transition-delay: .4s; transform: scaleY(1); }

.loaded .started.block--item .block--tit img { transition-delay: 1s; transform: scale(1); opacity: 1; }

.loaded .started.block--item .block--item__footer img { transition-delay: 1s; transform: scale(1); opacity: 1; }

.loaded .started.block--item .txt { transition-delay: .6s; opacity: 1; }

.loaded .started.block--item .txt::before { transition-delay: 1.3s; transform: scale(0); }

@media screen and (min-width: 1px) and (max-width: 960px) { .block--item .block--item__footer { width: 80%; bottom: 24vh; } }
