<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body, 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%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-hover {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 0%;
    left: 100%;
  }
  50.1% {
    left: 0;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes menu-hover {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 0%;
    left: 100%;
  }
  50.1% {
    left: 0;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes menu-open-hide {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes menu-open-hide {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes menu-open-show {
  0% {
    width: 0;
  }
  100% {
    width: 130%;
  }
}

@keyframes menu-open-show {
  0% {
    width: 0;
  }
  100% {
    width: 130%;
  }
}

@-webkit-keyframes home-cursor-hover-on {
  0% {
    display: block;
  }
  0.1% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes home-cursor-hover-on {
  0% {
    display: block;
  }
  0.1% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes home-cursor-hover-off {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    display: none;
  }
}

@keyframes home-cursor-hover-off {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    display: none;
  }
}

@-webkit-keyframes progress-grow {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes progress-grow {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes progress-shrink {
  100% {
    stroke-dashoffset: 108;
  }
}

@keyframes progress-shrink {
  100% {
    stroke-dashoffset: 108;
  }
}

@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@-webkit-keyframes circle-zoom-up {
  0% {
    width: 0;
    height: 0;
    border-radius: 50%;
  }
  70% {
    width: 100%;
    height: 100vh;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100vh;
    border-radius: 0%;
  }
}

@keyframes circle-zoom-up {
  0% {
    width: 0;
    height: 0;
    border-radius: 50%;
  }
  70% {
    width: 100%;
    height: 100vh;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100vh;
    border-radius: 0%;
  }
}

@-webkit-keyframes circle-zoom-down {
  0% {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
  30% {
    width: 100%;
    height: 100vh;
    border-radius: 50%;
  }
  100% {
    width: 0%;
    height: 0vh;
    border-radius: 50%;
  }
}

@keyframes circle-zoom-down {
  0% {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
  30% {
    width: 100%;
    height: 100vh;
    border-radius: 50%;
  }
  100% {
    width: 0%;
    height: 0vh;
    border-radius: 50%;
  }
}

@-webkit-keyframes works-header {
  0% {
    height: 100vh;
  }
  100% {
    height: 80vh;
  }
}

@keyframes works-header {
  0% {
    height: 100vh;
  }
  100% {
    height: 80vh;
  }
}

@-webkit-keyframes neon-1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  13% {
    opacity: 0.7;
  }
  13.1% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  16.1% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  34.9% {
    opacity: 0;
  }
  35% {
    opacity: 0.7;
  }
  35.1% {
    opacity: 0;
  }
  41% {
    opacity: 0;
  }
  41.1% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  43.1% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes neon-1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  13% {
    opacity: 0.7;
  }
  13.1% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  16.1% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  34.9% {
    opacity: 0;
  }
  35% {
    opacity: 0.7;
  }
  35.1% {
    opacity: 0;
  }
  41% {
    opacity: 0;
  }
  41.1% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  43.1% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes neon-2 {
  0% {
    opacity: 1;
  }
  46% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes neon-2 {
  0% {
    opacity: 1;
  }
  46% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes left-content-def-slide {
  0% {
    left: -2.08333vw;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-content-def-slide {
  0% {
    left: -2.08333vw;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes left-content-max-slide {
  0% {
    left: -30px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-content-max-slide {
  0% {
    left: -30px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes left-content-min-slide {
  0% {
    left: -22.91667px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-content-min-slide {
  0% {
    left: -22.91667px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes left-content-sp-slide {
  0% {
    left: 4vw;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-content-sp-slide {
  0% {
    left: 4vw;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes left-content-1361-slide {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes left-content-1361-slide {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes left-content-1360-slide {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes left-content-1360-slide {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes left-content-768-slide {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes left-content-768-slide {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes main-slide {
  0% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes main-slide {
  0% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes left-slide {
  0% {
    right: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes left-slide {
  0% {
    right: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/*========================================================*/
/*  TAG RESET */
/*========================================================*/
html, body {
  height: 100%;
  margin: 0;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 10px;
  color: #000;
  width: 100%;
}

@media screen and (-ms-high-contrast: none) {
  html, body {
    cursor: auto;
  }
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*========================================================*/
* {
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}

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

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

.anchor {
  position: absolute;
  top: -90px;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  visibility: hidden;
}

/*========================================================*/
/*  LAYOUT */
/*========================================================*/
body.fixed {
  width: 100%;
  position: fixed;
  top: auto;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.modal-fixed {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: auto;
  overflow-y: hidden;
}

.ci {
  text-align: center;
}

.ci &gt; img {
  display: inline-block;
}

.debug-sheet {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .debug-sheet img {
    max-width: none;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
}

@media screen and (max-width: 768px) {
  .debug-sheet img {
    max-width: none;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -160px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root #site-header {
    max-width: none !important;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

body#page-home {
  overflow-x: hidden;
}

body#page-home .site-wrapper #site-header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 10px;
  z-index: 100;
}

body#page-home .site-wrapper #site-header .sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  float: right;
  margin-right: 25px;
}

body#page-home .site-wrapper #site-header .sns li dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

body#page-home .site-wrapper #site-header .sns li dl dt {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}

body#page-home .site-wrapper #site-header .sns .share {
  position: relative;
  margin-right: 25px;
}

body#page-home .site-wrapper #site-header .sns .share:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  border-left: 1px solid #fff;
}

body#page-home .site-wrapper #main-container .main-contents .kv {
  height: 100vh;
  margin-bottom: 3px;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a {
  width: 100%;
  height: 100%;
  display: block;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .background {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .background .background-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .background .background-wrap .background-movie {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .background .background-wrap .background-movie .movie {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .movie-title {
  font-size: 7em;
  font-family: Times New Roman, Roman, serif;
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .movie-title {
    font-size: 35px;
    top: 42%;
  }
}

body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .movie-text {
  position: absolute;
  font-size: 2.3em;
  top: 52%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 20px;
  border-radius: 8px;
  background: #832828;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .kv .movie-content a .movie-text {
    font-size: 16px;
    line-height: 1em;
    top: 56%;
  }
}

body#page-home .site-wrapper #main-container .main-contents .kv .content2,
body#page-home .site-wrapper #main-container .main-contents .kv .content3 {
  top: 0;
}

body#page-home .site-wrapper #main-container .main-contents .kv .content2.kv-fixed,
body#page-home .site-wrapper #main-container .main-contents .kv .content3.kv-fixed {
  position: fixed;
}

body#page-home .site-wrapper #main-container .main-contents .kv .content2 {
  z-index: 1;
}

body#page-home .site-wrapper #main-container .main-contents .kv .content3 {
  z-index: 0;
}

body#page-home .site-wrapper #main-container .main-contents .coming-contents {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 300vh;
}

body#page-home .site-wrapper #main-container .main-contents .coming-contents h3 {
  position: relative;
  left: -5px;
  font-size: 42px;
  color: #fff;
  font-family: Times New Roman, Roman, serif;
  padding-top: 50px;
  letter-spacing: 3px;
}

body#page-home .site-wrapper #main-container .main-contents .coming-contents h3 span {
  letter-spacing: 0;
  font-size: 30px;
  color: #fff;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin-left: 42px;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .coming-contents {
    height: 72px;
    padding-top: 26px;
  }
  body#page-home .site-wrapper #main-container .main-contents .coming-contents h3 {
    font-size: 19px;
    padding-top: 0;
  }
  body#page-home .site-wrapper #main-container .main-contents .coming-contents h3 span {
    font-size: 14px;
    margin-left: 18px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents {
  text-align: center;
  background-color: #fff;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .title {
  position: relative;
  font-size: 42px;
  color: #832828;
  font-family: Times New Roman, Roman, serif;
  padding-top: 122px;
  margin-bottom: 100px;
  display: inline-block;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .title:after {
    display: block;
    content: '';
    width: 114px;
    height: 1px;
    position: absolute;
    right: 23%;
    bottom: -12px;
    border-bottom: 3px solid #832828;
  }
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .title {
    font-size: 21px;
    padding-top: 34px;
    margin-bottom: 20px;
  }
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .title:after {
    display: block;
    content: '';
    width: 54px;
    height: 1px;
    position: absolute;
    right: 26%;
    bottom: -4px;
    border-bottom: 1px solid #832828;
  }
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  width: calc(100% - 12px);
  max-width: 1420px;
  margin: 0 auto;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li {
  margin: 1px;
  position: relative;
  flex-basis: calc(25% - 2px);
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li {
    flex-basis: calc(33.33% - 2px);
  }
}

@media screen and (max-width: 500px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li {
    flex-basis: calc(50% - 2px);
  }
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-name {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3vw;
  margin: 0 auto;
  text-align: start;
  letter-spacing: 5px;
}

@media screen and (min-width: 1420px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-name {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-name {
    font-size: 22px;
    letter-spacing: 0;
  }
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-id {
  width: 100%;
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  word-break: break-word;
  font-size: 2vw;
}

@media screen and (min-width: 1420px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-id {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li a .text-wrap .nav-id {
    font-size: 15px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-black a:after {
  background: rgba(51, 51, 51, 0.8);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-black a:hover:after {
  background: rgba(51, 51, 51, 0);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-red a:after {
  background: rgba(131, 40, 40, 0.8);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-red a:hover:after {
  background: rgba(131, 40, 40, 0);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-white a {
  color: #333333;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-white a:after {
  background: rgba(255, 255, 255, 0.8);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-white a:hover {
  color: white;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-white a:hover:after {
  background: rgba(255, 255, 255, 0);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-brown a {
  color: #333333;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-brown a:after {
  background: rgba(250, 243, 219, 0.8);
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-brown a:hover {
  color: white;
}

body#page-home .site-wrapper #main-container .main-contents .nav-contents .contents-navi .nav-list li.base-brown a:hover:after {
  background: rgba(250, 243, 219, 0);
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt {
  position: relative;
  flex-basis: 38%;
  flex-shrink: 2;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-height: 360px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 90px 40px 0;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt {
    flex-basis: auto;
    min-height: auto;
    width: 100%;
    padding: 32px 20px 40px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .subtitle {
  font-size: 2.7vw;
  font-family: Times New Roman, Roman, serif;
  width: 100%;
  margin: 0 auto 35px;
  letter-spacing: 3px;
  word-break: break-word;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .subtitle {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .text {
  font-size: 1.6vw;
  width: 100%;
  margin: 0 auto 36px;
  line-height: 2vw;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .text {
    font-size: 14px;
    min-width: 250px;
    padding-left: 0;
    line-height: 18px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .text .btn {
  display: inline-block;
  width: auto;
  margin: 0.2vw;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .text .btn a {
    padding: 20px 20px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .slick-dots {
  position: static;
  width: auto;
  text-align: left;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .slick-dots li {
  margin: 0 5px 0 0;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .text-wrap .slick-dots li button:before {
  color: #fff;
  font-size: 37px;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .btn {
  margin: 1vw 0;
  width: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .btn a {
  display: inline-block;
  color: #fff;
  font-size: 1.5vw;
  background: #832828;
  border-radius: 8px;
  padding: 10px 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dt .btn a {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd {
  flex-basis: 62%;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 100%;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd {
    width: 100%;
    flex-basis: auto;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slick-list {
  height: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list {
  height: 100%;
  margin-bottom: 0;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

@media screen and (max-width: 899px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow img {
    width: 48%;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow.arrow-prev {
  left: 35px;
}

@media screen and (max-width: 899px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow.arrow-prev {
    left: 15px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow.arrow-next {
  right: 35px;
}

@media screen and (max-width: 899px) {
  body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slick-arrow.arrow-next {
    right: 0px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box dd .slide-list .slide img {
  width: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-black {
  background: #333333;
  color: #fff;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-black dt .btn a {
  background: #fff;
  color: #832828;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-red {
  background: #832828;
  color: #fff;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-red dt .btn a {
  background: #fff;
  color: #832828;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-white {
  background: white;
  color: #333;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-white .slick-dots &gt; li button:before {
  color: #832828 !important;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-brown {
  background: #faf3db;
  color: #333;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box.base-brown .slick-dots &gt; li button:before {
  color: #832828 !important;
}

body#page-home .site-wrapper #main-container .main-contents .slide-contents .box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

body#page-home .site-wrapper #main-container .main-contents .map-contents {
  background-image: url("../images/map_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  padding: 115px 20px 80px;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents {
    padding-bottom: 50px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .title {
  position: relative;
  font-size: 42px;
  color: #832828;
  font-family: Times New Roman, Roman, serif;
  margin-bottom: 60px;
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .title:after {
  display: block;
  content: '';
  width: 114px;
  height: 1px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-bottom: 3px solid #832828;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .title {
    font-size: 21px;
    padding-top: 38px;
    margin-bottom: 25px;
  }
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .title:after {
    width: 57px;
    right: -11%;
    bottom: -3px;
    border-bottom: 2px solid #832828;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps {
  flex-basis: 480px;
  margin: 0 15px;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps {
    flex-basis: auto;
    width: 100%;
    margin: 0 0 50px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 104.16%;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap {
    padding-top: 50%;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap iframe .is-upper-900 {
  display: block;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap iframe .is-upper-900 {
    display: none;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap iframe .is-lower-900 {
  display: none;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .maps .map-wrap iframe .is-lower-900 {
    display: block;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .timeline {
  flex-basis: 400px;
  margin: 0 15px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .timeline {
    flex-basis: auto;
    margin: 0;
  }
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .timeline .timeline-wrap {
  position: relative;
  width: 100%;
}

body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .timeline .timeline-wrap .fb-page.fb_iframe_widget {
  width: 100%;
}

@media screen and (max-width: 900px) {
  body#page-home .site-wrapper #main-container .main-contents .map-contents .flex .timeline .timeline-wrap .fb-page.fb_iframe_widget {
    max-width: 500px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents {
  background-color: #fff;
  text-align: center;
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .title {
  position: relative;
  font-size: 42px;
  color: #832828;
  font-family: Times New Roman, Roman, serif;
  padding-top: 105px;
  margin-bottom: 65px;
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .title:after {
  display: block;
  content: '';
  width: 114px;
  height: 1px;
  position: absolute;
  right: 14%;
  left: 50%;
  border-bottom: 3px solid #832828;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .title {
    font-size: 21px;
    padding-top: 36px;
    margin-bottom: 38px;
  }
  body#page-home .site-wrapper #main-container .main-contents .access-contents .title:after {
    width: 57px;
    right: 14%;
    bottom: -6px;
    border-bottom: 2px solid #832828;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li {
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li {
    margin-bottom: 28px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dt {
  font-size: 24px;
  position: relative;
  display: inline-block;
  font-family: Times New Roman, Roman, serif;
  margin-left: 1.5em;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dt:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0px;
  left: -17%;
  background-image: url("../images/access_icon.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dt {
    font-size: 16px;
    margin-left: 17px;
    letter-spacing: 0;
  }
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dt:after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 2px;
    left: -12%;
    background-size: 12px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd {
    margin-bottom: 5em;
  }
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd:last-child {
    margin-bottom: 7px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li {
  margin-bottom: 10px;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li {
    margin-bottom: 0;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li:not(.allow) {
  border: 3px solid #832828;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li:not(.allow) {
    width: 100%;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li:not(.allow).last-stop {
  background: #832828;
  color: #fff;
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow {
  padding: 0 20px 0 10px;
  font-size: 12px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow {
    text-align: left;
    padding: 10px 0 20px 50px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #832828;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 40px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow:before {
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #832828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    right: auto;
    bottom: 0;
    left: 38px;
    margin-top: 0;
  }
}

body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow .train {
  margin-bottom: 15px;
}

@media screen and (max-width: 720px) {
  body#page-home .site-wrapper #main-container .main-contents .access-contents .access-list &gt; li dl dd .access-detail li.allow .train {
    margin-bottom: 8px;
  }
}

body#page-home .site-wrapper #main-container .main-contents .link-contents {
  background-color: #832828;
  text-align: center;
}

body#page-home .site-wrapper #main-container .main-contents .link-contents .title {
  position: relative;
  font-size: 42px;
  color: #fff;
  font-family: Times New Roman, Roman, serif;
  padding-top: 65px;
  margin-bottom: 85px;
  display: inline-block;
}

body#page-home .site-wrapper #main-container .main-contents .link-contents .title:after {
  display: block;
  content: '';
  width: 114px;
  height: 1px;
  position: absolute;
  right: 4%;
  bottom: -10px;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .link-contents .title {
    font-size: 21px;
    padding-top: 40px;
    margin-bottom: 35px;
  }
  body#page-home .site-wrapper #main-container .main-contents .link-contents .title:after {
    width: 57px;
    right: 4%;
    bottom: -7px;
    border-bottom: 2px solid #fff;
  }
}

body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 73px;
}

body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li {
  margin-left: 16px;
}

body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1030px) {
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list {
    width: 494px;
    margin: 0 auto;
  }
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li {
    margin-bottom: 16px;
  }
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li:nth-child(1), body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li:nth-child(3) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list {
    width: 216px;
    padding-bottom: 30px;
  }
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li {
    width: 216px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  body#page-home .site-wrapper #main-container .main-contents .link-contents .banner-list li img {
    width: 216px;
  }
}

body#page-home .site-wrapper .modal-detail {
  display: none;
  width: 70%;
  height: 39.37vw;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper .modal-detail {
    width: 90%;
    height: 50vh;
  }
}

body#page-home .site-wrapper .modal-detail .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

body#page-home .site-wrapper .modal-detail .inner .modal-movie {
  width: 100%;
  height: 100%;
}

body#page-home .site-wrapper #modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100001;
  display: none;
  overflow-y: auto;
  cursor: pointer;
}

body#page-home .site-wrapper #site-footer {
  width: 100%;
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  height: 111px;
}

body#page-home .site-wrapper #site-footer .copy {
  font-size: 14px;
  padding-top: 45px;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 768px) {
  body#page-home .site-wrapper #site-footer .copy {
    font-size: 9px;
    padding-top: 20px;
    letter-spacing: 0;
  }
}
</pre></body></html>