<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: nnotameni
Author: EMIKO AMANO
Version: 1.0.0
*/
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;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol, 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;
  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, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
  /*16px×62.5%=10px*/
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn li {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn .fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}

.br-pc {
  display: block;
}

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

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.cont-pc {
  display: inherit;
}

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

.cont-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont-sp {
    display: inherit;
  }
}

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

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

#trailer {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0s;
  transition: 0s;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -2;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: calc(100vh);
  overflow: auto;
  max-width: 150vh;
}

#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border: solid 1px #323232;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: #254C6D;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer.on {
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#trailer.on .overlay_trailer {
  display: block;
}

.fixed_bg {
  display: block;
  background-image: url("img/bg.jpg");
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  opacity: .5;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  height: 100%;
  font-family: 'Noto Serif JP', serif;
  background-color: #F4F7FB;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

/*
LOADING----------------------- Z: 10000~
*/
@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #F4F7FB;
}

.loading .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loading .lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}

.loading .lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}

.loading .lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

/*
TRAILER----------------------- Z: 1000~
*/
/*
NAV--------------------------- Z: 100~
*/
.close_btn_comment {
  cursor: pointer;
  display: none;
  z-index: 1001;
  position: fixed;
  letter-spacing: .1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  width: 70px;
  height: 70px;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .close_btn_comment {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
  }
}

.close_btn_comment .menu_text {
  color: #254C6D;
}

.close_btn_comment .menu_text::after {
  content: 'close';
  text-align: center;
  font-size: 1.5rem;
}

.close_btn_comment .gnav_btn_inner {
  height: 28px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 0 4px;
  text-align: center;
}

.close_btn_comment .gnav_btn_inner .menu_arrow, .close_btn_comment .gnav_btn_inner .menu_arrow2, .close_btn_comment .gnav_btn_inner .menu_arrow3 {
  width: 50px;
  height: 1px;
}

.close_btn_comment .gnav_btn_inner .menu_arrow {
  background-color: #E22F00;
  width: 23px;
  -webkit-transform: rotate(90deg) translate(14px, 8px);
          transform: rotate(90deg) translate(14px, 8px);
}

.close_btn_comment .gnav_btn_inner .menu_arrow2 {
  -webkit-transform: rotate(27deg) translate(2px, 3px);
          transform: rotate(27deg) translate(2px, 3px);
  background-color: #E22F00;
}

.close_btn_comment .gnav_btn_inner .menu_arrow3 {
  width: 23px;
  -webkit-transform: rotate(-90deg) translate(7px, 36px);
          transform: rotate(-90deg) translate(7px, 36px);
  background-color: #E22F00;
}

.close_btn_movie {
  cursor: pointer;
  display: none;
  z-index: 1001;
  position: fixed;
  letter-spacing: .1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  width: 70px;
  height: 70px;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .close_btn_movie {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
}

.close_btn_movie .menu_text::after {
  color: #FFF;
  content: 'close';
  text-align: center;
  font-size: 1.5rem;
}

.close_btn_movie .gnav_btn_inner {
  height: 28px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 0 4px;
  text-align: center;
}

.close_btn_movie .gnav_btn_inner .menu_arrow, .close_btn_movie .gnav_btn_inner .menu_arrow2, .close_btn_movie .gnav_btn_inner .menu_arrow3 {
  width: 50px;
  height: 1px;
}

.close_btn_movie .gnav_btn_inner .menu_arrow {
  background-color: #E22F00;
  width: 23px;
  -webkit-transform: rotate(90deg) translate(14px, 8px);
          transform: rotate(90deg) translate(14px, 8px);
}

.close_btn_movie .gnav_btn_inner .menu_arrow2 {
  -webkit-transform: rotate(27deg) translate(2px, 3px);
          transform: rotate(27deg) translate(2px, 3px);
  background-color: #E22F00;
}

.close_btn_movie .gnav_btn_inner .menu_arrow3 {
  width: 23px;
  -webkit-transform: rotate(-90deg) translate(7px, 36px);
          transform: rotate(-90deg) translate(7px, 36px);
  background-color: #E22F00;
}

nav {
  -webkit-transition: 1s;
  transition: 1s;
}

nav.active {
  opacity: 1;
}

nav .gnav {
  opacity: 0;
  background-image: linear-gradient(to right, transparent 0% 100px, white 100px 100%), url(img/lace_menu.svg);
  background-size: 100%, 100px;
  background-repeat: no-repeat, repeat-y;
  z-index: 1000;
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0%;
  -webkit-transition: 1s;
  transition: 1s;
  overflow-y: auto;
  overscroll-behavior: none;
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
  nav .gnav {
    background-image: linear-gradient(to right, transparent 0% 40px, white 40px 100%), url(img/lace_menu.svg);
    background-size: 100%, 50px;
  }
}

nav .gnav.show {
  top: 0;
  opacity: 1;
}

nav .gnav::-webkit-scrollbar {
  width: 5px;
}

nav .gnav::-webkit-scrollbar-track {
  background-color: #ccc;
}

nav .gnav::-webkit-scrollbar-thumb {
  background-color: #254C6D;
}

nav .gnav .gnav_inner {
  max-width: 300px;
  min-width: 200px;
  width: 15%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  nav .gnav .gnav_inner {
    width: 80%;
    padding: 25px 0px 25px 20px;
  }
}

nav .gnav .gnav_title {
  margin-bottom: 40px;
}

nav .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: solid 1px #333;
  padding-left: 1em;
}

nav .gnav li {
  padding: 15px 0;
}

nav .gnav li a, nav .gnav li #btn_movie {
  cursor: pointer;
  color: #fff;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

nav .gnav li a:hover, nav .gnav li #btn_movie:hover {
  opacity: .5;
}

.nav_btn {
  cursor: pointer;
  display: none;
  z-index: 1001;
  position: fixed;
  letter-spacing: .1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  width: 70px;
  height: 70px;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .nav_btn {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
  }
}

.nav_btn .menu_text {
  color: #254C6D;
}

.nav_btn .menu_text::after {
  content: 'menu';
  text-align: center;
  font-size: 1.5rem;
}

.nav_btn .gnav_btn_inner {
  height: 28px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 0 4px;
}

.nav_btn .gnav_btn_inner .menu_arrow, .nav_btn .gnav_btn_inner .menu_arrow2, .nav_btn .gnav_btn_inner .menu_arrow3 {
  width: 50px;
  height: 1px;
  background-color: #254C6D;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav_btn .gnav_btn_inner .menu_arrow3 {
  width: 50%;
}

.nav_btn.show {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_btn.show .menu_text:after {
  content: 'close';
}

.nav_btn.show .gnav_btn_inner .menu_arrow {
  background-color: #E22F00;
  width: 23px;
  -webkit-transform: rotate(90deg) translate(14px, 8px);
          transform: rotate(90deg) translate(14px, 8px);
}

.nav_btn.show .gnav_btn_inner .menu_arrow2 {
  -webkit-transform: rotate(27deg) translate(2px, 3px);
          transform: rotate(27deg) translate(2px, 3px);
  background-color: #E22F00;
}

.nav_btn.show .gnav_btn_inner .menu_arrow3 {
  width: 23px;
  -webkit-transform: rotate(-90deg) translate(7px, 36px);
          transform: rotate(-90deg) translate(7px, 36px);
  background-color: #E22F00;
}

/*
MAIN------------------
*/
section {
  position: relative;
}

section .section_inner {
  position: relative;
}

section .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}

@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    padding: 60px 20px 80px;
    max-width: 500px;
  }
}

h2 {
  max-width: 278.13px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
    width: 80%;
  }
}

h3 {
  font-size: 1.8em;
  letter-spacing: .1em;
  margin-bottom: 40px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 30px;
    font-size: 1.5em;
    letter-spacing: 0;
  }
}

h3 span {
  letter-spacing: 0em;
  padding-left: .5em;
  font-size: .66em;
}

.bl {
  color: #254C6D;
}

.or {
  color: #E22F00;
}

.bold {
  font-weight: 800;
}

.text_center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-smallest {
  font-size: .625em;
}

.font-smaller {
  font-size: .75em;
}

.font-small {
  font-size: .875em;
}

.font-big {
  font-size: 1.125em;
}

.font-bigger {
  font-size: 1.5em;
}

.font-biggest {
  font-size: 2em;
}

.inline-block {
  display: inline-block;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d7f2f8));
  background: linear-gradient(transparent 50%, #d7f2f8 50%);
}

.text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.8em;
}

.text_body p:last-of-type {
  margin-bottom: 0;
}

#top {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 48.95vw;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  #top {
    height: 240vw;
  }
}

#top .main_img {
  position: absolute;
  width: 50%;
  top: 0%;
  left: 0%;
}

@media screen and (max-width: 768px) {
  #top .main_img {
    top: 0%;
    width: 100%;
  }
}

#top .main_img img {
  width: 100%;
  height: 48.95vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 27%;
     object-position: 50% 27%;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  #top .main_img img {
    height: auto;
  }
}

#top .main_img img.active {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#top .top_copyright {
  position: absolute;
  top: 96%;
  left: 1%;
  width: 20%;
}

@media screen and (max-width: 768px) {
  #top .top_copyright {
    top: 56.5%;
    left: 2%;
    width: 59%;
  }
}

#top .title {
  position: absolute;
  top: 15.31%;
  left: 56.04%;
  width: 36.77%;
}

@media screen and (max-width: 768px) {
  #top .title {
    top: 46.75%;
    left: 9%;
    width: 82%;
  }
}

#top .top_date {
  position: absolute;
  top: 42.72%;
  left: 64.32%;
  width: 20.36%;
}

@media screen and (max-width: 768px) {
  #top .top_date {
    top: 62%;
    left: 10%;
    width: 80%;
  }
}

#top .top_cast {
  position: absolute;
  top: 56.36%;
  left: 65.57%;
  width: 17.75%;
}

@media screen and (max-width: 768px) {
  #top .top_cast {
    top: 71%;
    left: 15%;
    width: 70%;
  }
}

#top .top_player {
  position: absolute;
  top: 77.35%;
  left: 72.3%;
  width: 4.3%;
}

@media screen and (max-width: 768px) {
  #top .top_player {
    top: 86.5%;
    left: 41.5%;
    width: 17%;
  }
}

#top .top_basedon {
  position: absolute;
  top: 85.5%;
  left: 67.19%;
  width: 14.48%;
}

@media screen and (max-width: 768px) {
  #top .top_basedon {
    top: 92.5%;
    left: 21.6%;
    width: 56.8%;
  }
}

#news-top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px;
}

@media screen and (max-width: 768px) {
  #news-top {
    padding: 40px 20px;
  }
}

#news-top .bnrs_cau {
  margin-bottom: 40px;
  text-align: center;
  font-size: .9em;
  color: #E22F00;
  line-height: 1.6;
}

#news-top .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

#news-top .bnrs a {
  width: 33%;
  background-color: #627E97;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  padding: 1.5em 1em;
  border: double 4px #FFF;
  letter-spacing: .1em;
  -webkit-transition: .5s;
  transition: .5s;
}

#news-top .bnrs a:hover {
  background-color: #254C6D;
}

#news-top .bnrs a.rev {
  background-color: #fff;
  color: #254C6D;
  border: double 4px #627E97;
}

#news-top .bnrs a.rev:hover {
  background-color: #a8b8c5;
}

@media screen and (max-width: 768px) {
  #news-top .bnrs a {
    width: 100%;
    margin-bottom: 10px;
  }
  #news-top .bnrs a:last-of-type {
    margin-bottom: 0;
  }
}

#news-top h2 {
  margin-bottom: 20px;
}

#news-top .news_list {
  padding: 0;
  line-height: 1.4;
  margin: 0 auto;
}

#news-top .news_list .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
  padding: 14px 7px;
}

@media screen and (max-width: 768px) {
  #news-top .news_list .news_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 7px;
  }
}

#news-top .news_list .news_item .news_date {
  color: #000;
  padding-right: 80px;
  letter-spacing: .15em;
}

@media screen and (max-width: 768px) {
  #news-top .news_list .news_item .news_date {
    padding-right: 0;
    padding-bottom: .5em;
  }
}

#news-top .news_list .news_item .news_title a {
  color: #000;
}

#news-top .news_list .news_item .news_title a:hover {
  opacity: .5;
}

#news-top .more_link {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .15em;
}

#news-top .more_link a {
  color: #786AB2;
  text-decoration: underline;
}

#news-top .more_link a:hover {
  text-decoration: none;
}

#intro {
  position: relative;
}

#intro .section_bg {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/lace_blue_left.png), url(img/lace_blue_right.png);
  background-size: 600px, 250px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

#intro .section_inner {
  margin-top: -100vh;
  position: relative;
}

#intro .section_inner .section_main .intro_tate {
  width: 237px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_tate {
    width: 70%;
    max-width: 180px;
  }
}

#intro .section_inner .section_main .block .text_body p {
  padding-bottom: 1em;
  text-align: center;
}

#casta {
  position: relative;
}

#casta .section_bg {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/lace_white_top.png), url(img/lace_white_bottom.png);
  background-size: 500px, 400px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

#casta .section_inner {
  margin-top: -100vh;
  position: relative;
}

#casta .section_inner .section_main .block {
  padding: 60px 0;
  border-top: 1px solid rgba(37, 75, 109, 0.32);
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block {
    padding: 40px 0;
  }
}

#casta .section_inner .section_main .block:last-of-type {
  border-bottom: 1px solid rgba(37, 75, 109, 0.32);
}

#casta .section_inner .section_main .block .prof_box {
  max-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#casta .section_inner .section_main .block .prof_box .prof_item {
  width: 29%;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .prof_box .prof_item {
    width: 47%;
    margin-bottom: 40px;
  }
}

#casta .section_inner .section_main .block .prof_box .prof_item .prof_img {
  width: 100%;
  margin-bottom: 20px;
}

#casta .section_inner .section_main .block .prof_box .prof_item .role {
  color: #254C6D;
  margin-bottom: 0.5em;
}

#casta .section_inner .section_main .block .prof_box .prof_item .role_en {
  margin-bottom: 1em;
}

#casta .section_inner .section_main .block .prof_box .prof_item .name {
  font-size: 1.5em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .prof_box .prof_item .name {
    margin-bottom: 0.5em;
  }
}

#casta .section_inner .section_main .block .prof_box.noimg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#casta .section_inner .section_main .block .prof_box.noimg .prof_item {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .prof_box.noimg .prof_item {
    width: 40%;
  }
}

#casta .section_inner .section_main .block .prof_box.prof_box_solo {
  width: 29%;
  max-width: 263.9px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .prof_box.prof_box_solo {
    width: 47%;
    max-width: unset;
  }
}

#casta .section_inner .section_main .block .prof_box.prof_box_solo .prof_item {
  width: 100%;
  margin-bottom: 0;
}

#casta .section_inner .section_main .block .block_inner {
  padding: 60px 0 0px;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .block_inner {
    padding: 40px 0 0;
  }
}

#casta .section_inner .section_main .block .block_inner:last-of-type {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .block_inner:last-of-type {
    padding: 40px 0 0;
  }
}

#casta .section_inner .section_main .block .block_inner .koen_date {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block .block_inner .koen_date {
    margin-bottom: 20px;
  }
}

#casta .section_inner .section_main .block .btn_comment {
  max-width: 263.9px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

#casta .section_inner .section_main .block .btn_comment:hover {
  opacity: .5;
}

#casta .section_inner .section_main .block.block_staff ul li {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block.block_staff ul li {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #casta .section_inner .section_main .block.block_staff ul li {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #casta .section_inner .section_main .block.block_staff ul li span {
    display: block;
  }
}

#casta .section_inner .section_main .block.block_staff span {
  margin-right: 1em;
}

#casta .section_inner .section_main .block.block_staff span.bunko {
  font-size: .7em;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block.block_staff span.bunko {
    display: inline;
  }
}

#casta .section_inner .section_main .block.block_staff .btn_comment {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #casta .section_inner .section_main .block.block_staff .btn_comment {
    width: 47%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.btn_comment.btn_cau {
  color: #786AB2;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}

.btn_comment.btn_cau:hover {
  text-decoration: none;
}

#schedule {
  position: relative;
}

#schedule .section_bg {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/lace_blue_left.png), url(img/lace_blue_right.png);
  background-size: 600px, 250px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

#schedule .section_inner {
  margin-top: -100vh;
  position: relative;
}

#schedule .section_inner .section_main .block {
  line-height: 2;
  margin-bottom: 60px;
}

#schedule .section_inner .section_main .block:last-of-type {
  margin-bottom: 0;
}

#schedule .section_inner .section_main .block.tksh p {
  line-height: 1.8;
  margin-bottom: 0.7em;
}

#schedule .section_inner .section_main .block.tksh p:last-of-type {
  margin-bottom: 0;
}

#schedule .section_inner .section_main .block.tksh p.font-check {
  color: #E22F00;
  font-weight: bold;
  font-size: .9em;
}

#schedule .section_inner .section_main .block.tksh p.lhs {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #schedule .section_inner .section_main .block.tksh p span {
    display: inline-block;
  }
}

#schedule .section_inner .section_main .block.tksh a {
  color: #786AB2;
  text-decoration: underline;
}

#schedule .section_inner .section_main .block.tksh a:hover {
  text-decoration: none;
}

#schedule .section_inner .section_main .block.tksh .tksh_block {
  margin-bottom: 1.5em;
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #ccc;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #schedule .section_inner .section_main .block.tksh .tksh_block {
    padding: 40px 20px;
  }
}

#schedule .section_inner .section_main .block.tksh .tksh_block:last-of-type {
  margin-bottom: 0;
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tktsites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tktsites a {
  display: block;
  width: 200px;
  text-align: center;
  padding: .5em;
  background-color: #627E97;
  -webkit-transition: .5s;
  transition: .5s;
  color: #FFF;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border: double 4px #FFF;
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tktsites a:hover {
  background-color: #254C6D;
}

@media screen and (max-width: 768px) {
  #schedule .section_inner .section_main .block.tksh .tksh_block .tktsites a {
    width: 100%;
  }
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tksh_block_inner {
  margin-bottom: 2em;
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tksh_block_inner:last-of-type {
  margin-bottom: 0;
}

#schedule .section_inner .section_main .block.tksh .tksh_block .tksh_block_inner p {
  margin-bottom: .4em;
}

#schedule .section_inner .section_main .block h3 {
  margin-bottom: 20px;
}

#schedule .section_inner .section_main .block .sh_date {
  font-weight: 800;
  margin-top: 0.8em;
}

#schedule .section_inner .section_main .block .sh_date:first-of-type {
  margin-top: 0em;
}

#schedule .section_inner .section_main .block .tkt {
  text-decoration: underline;
  font-size: 1.4em;
}

#schedule .section_inner .section_main .block .tkt2 {
  text-decoration: underline;
  font-size: 1.2em;
}

#schedule .section_inner .section_main .block .cau_last {
  margin-top: 0.8em;
}

#schedule .section_inner .section_main .block .sh_place {
  margin-top: 1em;
}

#schedule .section_inner .section_main .block .sh_place a {
  display: inline-block;
  padding: 0.1em 2em;
  border: solid 1px #786AB2;
  border-radius: 20px;
  line-height: 1;
  margin-left: 1em;
  font-size: .8em;
}

#schedule .section_inner .section_main .block .sh_place a:hover {
  background-color: rgba(120, 106, 178, 0.1);
}

#schedule .section_inner .section_main .block ul li {
  text-align: justify;
}

#story {
  position: relative;
}

#story .section_bg {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/clack.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 42% 35%;
}

#story .section_inner {
  margin-top: -100vh;
}

#story .section_inner .section_main .story_tate {
  max-width: 266px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main .story_tate {
    max-width: 189px;
    width: 70%;
  }
}

.to_top {
  z-index: 99;
  -webkit-transition: .2s;
  transition: .2s;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  width: 70px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  margin: 0 10px -137px auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    margin: 0 10px -125px auto;
    width: 60px;
  }
}

.to_top:hover {
  opacity: .3;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.to_top.active {
  opacity: 1;
}

footer .cage {
  width: 110px;
  margin: 0 0 -1px auto;
}

@media screen and (max-width: 768px) {
  footer .cage {
    width: 90px;
    margin: 0 3px -1px auto;
  }
}

footer .footer {
  line-height: 1.8;
  padding: 40px 40px 20px;
  color: #FFF;
  text-align: center;
  background-color: #627E97;
}

@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px;
  }
}

footer .footer p {
  margin-bottom: 0.8em;
}

footer .footer p:last-of-type {
  margin-bottom: 0;
}

footer .footer a {
  color: #FFCBF8;
  text-decoration: underline;
}

footer .footer a:hover {
  text-decoration: none;
}

footer .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto;
}

footer .footer ul li {
  font-size: 1.2rem;
  margin: 0 1em;
}

footer .footer ul li:hover {
  opacity: .5;
}

footer .footer ul li img {
  width: 24px;
}

footer .footer .title {
  max-width: 250px;
  margin: 0 auto 10px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  footer .footer .title {
    margin: 0 auto 20px;
  }
}

footer .footer .footer_copy {
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer .footer .footer_copy {
    text-align: center;
  }
}

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

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

.comment_window {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: none;
  position: fixed;
  z-index: 2000;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overscroll-behavior: none;
}

.comment_window::-webkit-scrollbar {
  width: 3px;
}

.comment_window::-webkit-scrollbar-track {
  background-color: #ccc;
}

.comment_window::-webkit-scrollbar-thumb {
  background-color: #254C6D;
}

.comment_window.on {
  -webkit-animation: windowon .5s alternate;
          animation: windowon .5s alternate;
  top: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment_window .comment_window_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_inner {
    max-width: 500px;
    padding: 60px 20px;
  }
}

.comment_window .goraijo {
  font-size: .9em;
}

.comment_window .goraijo h5 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #254C6D;
}

.comment_window .goraijo .goraijo_body {
  padding: 40px 0;
  border-top: solid 1px #254C6D;
  border-bottom: solid 1px #254C6D;
  line-height: 2;
  text-align: justify;
}

.comment_window .goraijo .goraijo_body h6 {
  font-weight: bold;
  color: #254C6D;
  margin-top: 2em;
}

.comment_window .goraijo .goraijo_body ul li {
  margin-bottom: .8em;
}

.comment_window .goraijo .goraijo_body ul li:last-of-type {
  margin-bottom: 0;
}

.comment_window .comment_window_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper {
    display: block;
  }
}

.comment_window .comment_window_upper .comment_img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper .comment_img {
    margin: 0 auto 20px;
  }
}

.comment_window .comment_window_upper .comment_prof {
  width: calc(100% - 240px);
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper .comment_prof {
    width: 100%;
    text-align: center;
  }
}

.comment_window .comment_window_upper .comment_prof .comment_role, .comment_window .comment_window_upper .comment_prof .role {
  color: #254C6D;
  margin-bottom: 0.5em;
}

.comment_window .comment_window_upper .comment_prof .comment_role_en, .comment_window .comment_window_upper .comment_prof .role_en {
  margin-bottom: 1em;
}

.comment_window .comment_window_upper .comment_prof .comment_name {
  font-size: 1.5em;
}

.comment_window .comment_window_lower h4 {
  letter-spacing: .1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_lower h4 {
    text-align: center;
  }
}

.comment_window .comment_window_lower .comment_body {
  padding: 40px 0;
  border-top: solid 1px #254C6D;
  border-bottom: solid 1px #254C6D;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_window_lower .comment_body {
    padding: 30px 0;
  }
}

.comment_window .comment_window_lower .comment_body p {
  line-height: 2;
  text-align: justify;
}

.comment_window .close_text_comment {
  text-align: center;
  color: #254C6D;
  letter-spacing: .25em;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: .9em;
  margin-top: 3em;
  cursor: pointer;
}

.body_news {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .body_news {
    font-size: 1.3em;
  }
}

.body_news span strong {
  font-weight: 900;
}

.body_news .fixed_bg_news {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/lace_white_top.png), url(img/lace_white_bottom.png);
  background-size: 500px, 400px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

.body_news main {
  min-height: 80vh;
}

.body_news * {
  max-width: 100%;
  font-family: 'Noto Serif JP', serif;
}

.body_news img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

.body_news figure {
  display: block;
}

.body_news figure.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.body_news figure.is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.body_news a {
  display: block;
}

.body_news a .block {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 20px 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.body_news a .block:hover {
  opacity: .5;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .body_news a .block {
    margin: 0 auto 20px;
    padding: 20px;
  }
}

.body_news a .block .post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .body_news a .block .post_item {
    display: block;
  }
}

.body_news a .block .post_item .entry-meta {
  color: #254C6D;
  font-weight: 800;
  letter-spacing: .15em;
  width: 180px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .body_news a .block .post_item .entry-meta {
    width: 100%;
    margin-bottom: 1em;
  }
}

.body_news a .block .post_item .entry-title {
  width: calc(100% - 200px);
  color: #000;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .body_news a .block .post_item .entry-title {
    width: 100%;
  }
}

.body_news .archive_nav, .body_news .single_nav {
  background-color: transparent;
  border-bottom: none;
  margin: 0 auto;
}

.body_news .archive_nav a, .body_news .single_nav a {
  color: #254C6D;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .body_news .archive_nav, .body_news .single_nav {
    width: 100%;
  }
}

.body_news .single_item {
  background-color: #fff;
  max-width: 1100px;
  padding: 80px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .body_news .single_item {
    margin: 0 auto;
    padding: 40px 20px;
  }
}

.body_news .single_item .single_date {
  color: #254C6D;
  padding-bottom: 20px;
  border-bottom: solid 1px #254C6D;
}

.body_news .single_item h3 {
  padding-top: 40px;
  font-size: 1.5em;
  font-weight: 800;
  display: block;
}

@media screen and (max-width: 768px) {
  .body_news .single_item h3 {
    font-size: 1.3em;
    padding-top: 30px;
  }
}

.body_news .single_item .single_content {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #254C6D;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .body_news .single_item .single_content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.body_news .single_item .single_content a {
  display: inline;
  color: #254C6D;
  text-decoration: underline;
}

.body_news .single_item .single_content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .body_news .single_item .single_content p iframe {
    height: auto;
  }
}

.body_news .single_item .single_content p.has-medium-font-size {
  font-size: 1.2em !important;
  line-height: 1.7;
}

.body_news .navigation.pagination {
  text-align: center;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .body_news .navigation.pagination {
    width: 100%;
    max-width: inherit;
  }
}

.body_news .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}

.body_news .nav-links * {
  padding: 0 .5em;
  text-align: center;
}

.body_news .single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}

.body_news .single_nav a {
  color: #254C6D;
  text-decoration: underline;
}

.body_news .single_nav span {
  display: block;
  width: 33%;
  text-align: center;
}

.body_news nav {
  -webkit-transition: 1s;
  transition: 1s;
}

.body_news nav.active {
  opacity: 1;
}

.body_news nav .gnav .gnav_inner ul a img, .body_news nav .gnav .gnav_inner ul #btn_movie img {
  width: 100%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeIn.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fadeInUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.blurUp {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.blurUp.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fadeInBlur {
  opacity: 0.3;
  -webkit-transition: 5s;
  transition: 5s;
}

.fadeInBlur.is-inview {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.blurUpSpan {
  opacity: .6;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.blurUpSpan.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}

@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}

.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.clipDown {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0% 0% 100% 0);
          clip-path: inset(0% 0% 100% 0);
}

.clipDown.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.coloring {
  opacity: .2;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.coloring.is-inview {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>