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

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

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

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; color: inherit; text-decoration: none; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { resize: none; }

html, body { -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; text-rendering: optimizeLegibility; }

img, video { vertical-align: bottom; max-width: 100%; height: auto; }

img[src$=".svg"] { width: 100%; }

li { list-style: none; }

main { display: block; }

h1, h2, h3, h4, h5 { font-weight: normal; }

/* --------------------------------------------------
Common
-------------------------------------------------- */
html { height: 100%; font-size: 10px; }

body { height: 100%; font-weight: 400; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5 { font-weight: 400; }

@media screen and (max-width: 768px) { .pc { display: none !important; } }
@media screen and (min-width: 769px) { .sp { display: none !important; } }
/* --------------------------------------------------
Content
-------------------------------------------------- */
body { font-family: classico-urw-condensed, sans-serif; color: #000000; }
body #wrapper { height: 100%; position: relative; text-align: center; }
body #wrapper .titlearea { z-index: 9; padding: 26px 0 0; }
body #wrapper .titlearea h1 { font-size: 1.3rem; margin: 0 0 6px; }
body #wrapper .titlearea h2 { width: 155px; margin: 0 auto; }
body #wrapper .contentarea { display: flex; align-items: center; height: calc(100% - 69px); }
body #wrapper .flex_wrapper { display: flex; flex-direction: column; box-sizing: border-box; overflow: hidden; padding: 0 35px; }
body #wrapper .flex_wrapper .content { font-size: 3.85rem; color: #fff; position: relative; letter-spacing: .06em; }
body #wrapper .flex_wrapper .content a { display: block; height: 100%; }
body #wrapper .flex_wrapper .content a span { position: absolute; left: 0; right: 0; top: 50%; transform: translate(0, -50%); text-align: center; }
body #wrapper .flex_wrapper .content:nth-of-type(1) { margin: 0 0 10px; }
body.is-loaded { opacity: 1 !important; transition: opacity 2s ease 0s; }

@media screen and (orientation: landscape) { body #wrapper .titlearea { padding: 42px 0 0; }
  body #wrapper .titlearea h1 { font-size: 1.5rem; }
  body #wrapper .titlearea h2 { width: 172px; }
  body #wrapper .contentarea { height: calc(100% - 89px); justify-content: center; }
  body #wrapper .flex_wrapper { flex-direction: row; justify-content: center; padding: 0; width: calc((100vh - 180px) * 1.34 + 20px); }
  body #wrapper .flex_wrapper .content { width: calc((100% - 20px) * .5); font-size: roundnum(3.513909224vw, 2); }
  body #wrapper .flex_wrapper .content a img { width: 100%; height: auto; }
  body #wrapper .flex_wrapper .content a span { display: block; z-index: 2; top: auto; bottom: 3.88%; transform: none; }
  body #wrapper .flex_wrapper .content a::after { display: block; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: 0; z-index: 1; -webkit-transition: opacity .4s ease 0s; transition: opacity .4s ease 0s; }
  body #wrapper .flex_wrapper .content a:hover::after { opacity: .3; }
  body #wrapper .flex_wrapper .content:nth-of-type(1) { margin: 0 20px 0 0; font-size: roundnum(2.3426061493vw, 2); } }
