@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:100,400,500,600|Montserrat:400,600");
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
svg {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    common

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

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.disable {
  cursor: default;
}

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

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}

a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

.helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: 'Campton Book';
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/Campton-Book-Bold.woff2") format("woff2"), url("../../assets/fonts/Campton-Book-Bold.woff") format("woff"), url("../../assets/fonts/Campton-Book-Bold.otf") format("opentype");
}

/* ベーススタイル
-------------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > .wrap {
  height: auto;
  min-height: 100%;
}

body.is-fixed > .wrap {
  position: fixed;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #3377ee;
  text-decoration: none;
  word-wrap: break-word;
}

.overlay-gradient .eyecat {
  position: relative;
}

.overlay-gradient .eyecat::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.0;
  background: linear-gradient(135deg, rgba(200, 240, 250, 0.8), rgba(225, 255, 255, 0.8), rgba(51, 119, 238, 0.8));
  background-size: 200% 200%;
  background-position: 0% 50%;
  animation: Gradient 4s linear infinite;
  transition: 0.6s opacity;
}

.overlay-gradient .eyecat img {
  transition: 0.6s filter;
}

.overlay-gradient:hover img {
  filter: sepia(100%) contrast(300%);
}

.overlay-gradient:hover .eyecat::after {
  opacity: 0.8;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (min-width: 768px) {
  #dr-menu,
  #dr-btn {
    display: none !important;
  }
  #bg {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: #000;
  }
  #bg .slide {
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin: -20px;
    top: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #bg .slide:not(:first-child) {
    display: none;
  }
  .global-header {
    position: absolute;
    width: 100%;
    height: 70px;
    color: #fff;
    background: rgba(17, 17, 17, 0.9);
    z-index: 9999;
  }
  .global-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    background: transparent;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.25);
  }
  .global-header .frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  .global-header .mainlogo {
    display: block;
    position: relative;
    left: 0px;
    top: 20px;
    width: 135px;
    height: 25px;
    margin-right: auto;
  }
  .global-header .mainlogo:hover .logo {
    fill: #3377ee;
  }
  .global-header .mainlogo .logo {
    fill: #fff;
    transition: all 0.2s;
  }
  .global-header .menu {
    display: flex;
    justify-content: center;
    margin-top: 23px;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  .global-header .nav .item {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 22px;
  }
  .global-header .nav a {
    display: inline-block;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    transition: color 0.2s;
  }
  .global-header .nav a:hover {
    color: #3377ee;
  }
  .global-header .sns {
    position: relative;
    top: -2px;
  }
  .global-header .sns .item {
    display: inline-block;
    margin-left: 18px;
    width: 20px;
    height: 20px;
  }
  .global-header .sns a {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .global-header .sns a svg {
    position: relative;
    top: 4px;
    vertical-align: baseline;
  }
  .global-header .sns a .ico {
    transition: all 0.2s;
  }
  .global-header .sns a:hover .ico {
    fill: #3377ee;
  }
  .area-hero {
    position: relative;
    width: 100%;
    height: 300px;
    background: #333;
    overflow: hidden;
  }
  .area-hero:before {
    position: absolute;
    top: 300px;
    content: '';
    width: 120%;
    height: 70px;
    margin-left: -10%;
    background: transparent;
    box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.25);
    z-index: 999;
    overflow: hidden;
  }
  .area-hero .block-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .area-hero .block-title .title {
    width: 472px;
    margin: 0 auto;
  }
  .area-hero .block-title .caption {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  .area-hero #video-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  .area-hero #video-background {
    position: relative;
    left: 0;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%);
  }
  .container {
    position: relative;
  }
  .container .container-inr {
    width: 1100px;
    margin: 80px auto 0;
    border-top: 10px solid #3377ee;
  }
  .container .container-inr .col-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.85);
    padding: 0 50px 50px;
  }
  .container .container-inr .col-2 aside {
    display: flex;
    flex-direction: column;
  }
  .container .container-inr .area-pagetitle {
    position: relative;
    height: 145px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
  }
  .container .container-inr .area-pagetitle .title {
    position: relative;
    margin: 0 auto;
  }
  .container .container-inr .area-pagetitle .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 22px;
    height: 4px;
    background: #3377ee;
    transform: translateX(-50%);
  }
  .container .container-inr .area-banner .banner .item {
    margin-top: 20px;
  }
  .container .container-inr .area-banner .banner .item:first-child {
    margin-top: 0;
  }
  .container .container-inr .area-archive-menu {
    margin-top: 40px;
  }
  .container .container-inr .area-archive-menu .title {
    color: #3377ee;
    font-size: 2.4rem;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  .container .container-inr .area-archive-menu .list {
    margin-top: 20px;
  }
  .container .container-inr .area-archive-menu .list .item {
    margin-top: 10px;
  }
  .container .container-inr .area-archive-menu .list a {
    display: inline-block;
    color: #222;
    font-size: 2.0rem;
    line-height: 1;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
  .block-readmore {
    padding: 10px 0 20px;
  }
  .block-readmore .more {
    display: block;
    width: 35px;
    height: 60px;
    margin: 60px auto 0;
  }
  .block-readmore .more .ico {
    display: block;
    width: 35px;
    height: 35px;
  }
  .block-readmore .more .text {
    display: block;
    width: 35px;
    margin-top: 7px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  .error404 #main {
    position: relative;
    width: 100%;
    height: calc(100vh - 368px);
  }
  .error404 #main .inr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 200px;
    padding-top: 80px;
    margin: auto;
    box-sizing: border-box;
  }
  .error404 #main h2 {
    font-size: 8.0rem;
    text-align: center;
    color: #fff;
  }
  .error404 #main .body {
    text-align: center;
    color: #fff;
  }
  .pagetop {
    padding: 45px 0;
    text-align: center;
  }
  .pagetop a {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    color: #fff;
    font-size: 1.3rem;
    font-family: "Campton Book", sans-serif;
    line-height: 1em;
    background: transparent url("../../assets/img/arw_pagetop.svg") center top no-repeat;
    background-size: 12px;
  }
  .global-footer {
    position: relative;
    width: 100%;
    height: 230px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
  }
  .global-footer .mainlogo {
    display: block;
    width: 135px;
    height: 25px;
    margin: 0 auto;
  }
  .global-footer .menu {
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  .global-footer .nav {
    margin-top: 30px;
  }
  .global-footer .nav .item {
    display: inline-block;
    height: 20px;
    line-height: 26px;
    margin: 0 calc(22px / 2);
  }
  .global-footer .nav a {
    display: inline-block;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    transition: color 0.2s;
  }
  .global-footer .nav a:hover {
    color: #3377ee;
  }
  .global-footer .sns {
    margin-top: 10px;
  }
  .global-footer .sns .item {
    display: inline-block;
    margin: 0 calc(18px / 2);
  }
  .global-footer .sns a {
    display: inline-block;
    width: 20px;
    height: 25px;
  }
  .global-footer .sns a svg {
    position: relative;
    top: 4px;
    vertical-align: baseline;
  }
  .global-footer .sns a .ico {
    transition: all 0.2s;
  }
  .global-footer .sns a:hover .ico {
    fill: #3377ee;
  }
  .global-footer .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 1.1rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .frame {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #bg {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
  #bg .slide {
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin: -20px;
    top: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #bg .slide:not(:first-child) {
    display: none;
  }
  #dr-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 14px;
    padding: 0;
    z-index: 1000;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
  }
  body.is-open #dr-btn {
    left: 20px;
    right: auto;
  }
  body.home #dr-btn span {
    background: #fff;
  }
  #dr-btn span {
    position: absolute;
    display: block;
    background: #222;
    height: 1px;
    transition: all 0.4s;
  }
  #dr-btn span:first-child {
    width: 22px;
    top: 0px;
  }
  body.is-open #dr-btn span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }
  #dr-btn span:nth-child(2) {
    width: 22px;
    margin-top: -1px;
    top: 50%;
  }
  body.is-open #dr-btn span:nth-child(2) {
    opacity: 0;
  }
  #dr-btn span:last-child {
    width: 11px;
    right: 0;
    bottom: 0px;
  }
  body.is-open #dr-btn span:last-child {
    width: 22px;
    transform: translateY(-6.5px) rotate(-45deg);
  }
  #dr-menu {
    position: fixed;
    top: 0;
    right: -2000px;
    width: calc(100vw - 60px);
    height: 100%;
    color: #fff;
    background: rgba(34, 34, 34, 0.85);
    z-index: 999;
    transition: 0.2s all;
  }
  body.is-open #dr-menu {
    right: 0;
  }
  #dr-menu .inr {
    padding: 15px 25px;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
  }
  #dr-menu .mainlogo {
    display: block;
    width: 95px;
    margin: 0 auto;
  }
  #dr-menu .heading {
    margin-top: 15px;
    font-family: "Campton Book", sans-serif;
    color: #888;
    font-size: 1.0rem;
  }
  #dr-menu .heading::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
  #dr-menu .menu {
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  #dr-menu .nav {
    margin-top: 0px;
  }
  #dr-menu .nav .item {
    display: block;
    margin-top: 15px;
  }
  #dr-menu .nav a {
    display: inline-block;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
  }
  #dr-menu .sns {
    margin-top: 50px;
  }
  #dr-menu .sns .item {
    display: inline-block;
    margin-right: 12px;
  }
  #dr-menu .sns a {
    display: inline-block;
    width: 30px;
    height: auto;
  }
  #dr-menu .sns a img {
    position: relative;
    top: 4px;
    vertical-align: baseline;
  }
  #dr-menu .copyright {
    margin-top: 15px;
    font-size: 1.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
  .global-header {
    position: fixed;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
  }
  .global-header:before {
    position: absolute;
    content: '';
    width: 120%;
    height: 50px;
    margin-left: -10%;
    background: transparent;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  }
  .global-header .mainlogo {
    position: relative;
    top: 15px;
    display: block;
    width: 95px;
    margin: 0 auto;
  }
  .global-header .mainlogo .logo {
    fill: #222;
    transition: all 0.2s;
  }
  .global-header .menu {
    display: none;
  }
  .area-hero {
    position: relative;
    width: 100%;
    height: 200px;
    background: #333;
    overflow: hidden;
  }
  .area-hero #video-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  .area-hero #video-background {
    position: relative;
    left: 0;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%);
  }
  .container {
    position: relative;
  }
  .container .container-inr {
    width: calc(100vw - 45px);
    margin: 30px auto 0;
    border-top: 5px solid #3377ee;
  }
  .container .container-inr .col-2 aside {
    display: flex;
    flex-direction: column;
    padding-bottom: 37px;
  }
  .container .container-inr .area-pagetitle {
    height: 107px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
  }
  .container .container-inr .area-pagetitle .title {
    position: relative;
    margin: 0 auto;
  }
  .container .container-inr .area-pagetitle .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #3377ee;
    transform: translateX(-50%);
  }
  .container .container-inr .area-banner {
    order: 2;
    margin: 25px 37px 0;
  }
  .container .container-inr .area-banner .banner .item {
    margin-top: 27px;
  }
  .container .container-inr .area-archive-menu {
    margin-top: 40px;
  }
  .container .container-inr .area-archive-menu .title {
    color: #3377ee;
    font-size: 1.2rem;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .container .container-inr .area-archive-menu .list {
    margin-top: 20px;
  }
  .container .container-inr .area-archive-menu .list .item {
    margin-top: 10px;
    text-align: center;
  }
  .container .container-inr .area-archive-menu .list a {
    display: inline-block;
    color: #222;
    font-size: 2.0rem;
    line-height: 1;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
  .container .container-inr .select-archive {
    position: relative;
    display: block;
    width: 240px;
    height: 30px;
    margin: 10px auto 0;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(204, 204, 204, 0.8));
    border-radius: 15px;
  }
  .container .container-inr .select-archive .select-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: #aaa;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .container .container-inr .select-archive select {
    opacity: 0;
    width: 240px;
    height: 30px;
    color: #aaa;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    border: none;
    background: none;
  }
  .block-readmore .more {
    display: block;
    width: 26px;
    margin: 30px auto 10px;
  }
  .block-readmore .more .ico {
    display: block;
    width: 26px;
  }
  .block-readmore .more .text {
    display: block;
    width: 26px;
    margin-top: 4px;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  .error404 #main {
    position: relative;
    width: 100%;
  }
  .error404 #main .inr {
    padding: 150px 0 80px;
    box-sizing: border-box;
  }
  .error404 #main h2 {
    font-size: 8.0rem;
    text-align: center;
    color: #fff;
  }
  .error404 #main .body {
    text-align: center;
    color: #fff;
  }
  .pagetop {
    padding: 25px 0;
    text-align: center;
  }
  .pagetop a {
    position: relative;
    display: inline-block;
    padding-top: 18px;
    color: #fff;
    font-size: 1.1rem;
    font-family: "Campton Book", sans-serif;
    line-height: 1em;
    background: transparent url("../../assets/img/arw_pagetop.svg") center top no-repeat;
    background-size: 13px;
    text-align: center;
  }
  .global-footer {
    position: relative;
    width: 100%;
    height: 230px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
  }
  .global-footer .mainlogo {
    display: block;
    width: 135px;
    margin: 0 auto;
  }
  .global-footer .menu {
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  .global-footer .nav {
    margin-top: 20px;
    padding: 0 40px;
  }
  .global-footer .nav .item {
    display: inline-block;
    height: 20px;
    line-height: 26px;
    margin: 0 calc(22px / 2);
  }
  .global-footer .nav a {
    display: inline-block;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
  }
  .global-footer .sns {
    margin-top: 20px;
  }
  .global-footer .sns .item {
    display: inline-block;
    margin: 0 calc(18px / 2);
  }
  .global-footer .sns a {
    display: inline-block;
    width: 20px;
    height: auto;
  }
  .global-footer .sns a img {
    position: relative;
    top: 4px;
    vertical-align: baseline;
  }
  .global-footer .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  body.home .container {
    position: relative;
    padding-bottom: 100px;
  }
  body.home .container::before {
    position: absolute;
    left: calc(50% - 550px);
    top: 0;
    display: block;
    content: '';
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
  }
  body.home .container main {
    width: auto;
    margin: 0;
    border-top: none;
  }
  body.home .global-header {
    position: absolute;
    width: 100%;
    min-height: 128px;
    height: auto;
    color: #fff;
    background: none;
    z-index: 9999;
  }
  body.home .global-header:before {
    content: none;
  }
  body.home .global-header .frame {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  body.home .global-header .mainlogo {
    position: static;
    top: 45px;
    display: block;
    width: 190px;
    height: 35px;
    margin: 45px auto 0;
  }
  body.home .area-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333;
    overflow: hidden;
  }
  body.home .area-hero:before {
    content: none;
  }
  body.home .area-hero .block-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.home .area-hero .block-title .title {
    position: relative;
    top: 30px;
    width: 472px;
    margin: 0 auto;
  }
  body.home .area-hero .block-title .caption {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-hero #video-wrap {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  body.home .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  body.home .area-hero #video-background {
    position: relative;
    left: 0;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%);
  }
  body.home .area-slide {
    padding-top: 60px;
  }
  body.home .area-slide .swiper-container {
    width: 100%;
    height: 100%;
  }
  body.home .area-slide .swiper-slide {
    width: 640px;
    height: 360px;
  }
  body.home .area-slide .swiper-pagination {
    position: relative;
    padding-top: 20px;
    height: 40px;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  body.home .area-slide .slide-prev,
  body.home .area-slide .slide-next {
    position: absolute;
    top: calc(50% - 20px);
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }
  body.home .area-slide .slide-prev {
    left: 80px;
    background: transparent url("../../assets/img/ico_circle_arw_l_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-slide .slide-next {
    right: 80px;
    background: transparent url("../../assets/img/ico_circle_arw_r_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-topics {
    margin-top: -40px;
  }
  body.home .area-topics .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.home .area-topics .frame::before {
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    width: 265px;
    height: 265px;
    background: url("../../assets/img/img_circle.svg") 0 0 no-repeat;
  }
  body.home .area-topics .block-title {
    position: absolute;
    left: -40px;
    width: 265px;
    height: 265px;
    border-radius: 100%;
    background-size: 265px;
  }
  body.home .area-topics .block-title .title {
    position: absolute;
    top: 45px;
    left: 35px;
    width: 165px;
  }
  body.home .area-topics .block-title .caption {
    position: absolute;
    top: 130px;
    left: 75px;
    font-size: 1.0rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-topics .block-more {
    position: absolute;
    top: 185px;
    left: 35px;
  }
  body.home .area-topics .block-more .more {
    position: relative;
    font-family: "Campton Book", sans-serif;
    color: #000;
    z-index: 1;
  }
  body.home .area-topics .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
  body.home .area-topics .block-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin-top: 20px;
    padding-top: 95px;
    padding-left: 140px;
  }
  body.home .area-topics .block-post a {
    display: inline-block;
  }
  body.home .area-topics .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-topics .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.home .area-topics .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.home .area-topics .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .meta {
    display: none;
  }
  body.home .area-topics .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.home .area-topics .block-post .read {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-video {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 140px;
  }
  body.home .area-video .thumb {
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: cover;
  }
  body.home .area-video .title {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    z-index: 1;
  }
  body.home .area-video .more {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 24px;
    z-index: 1;
  }
  body.home .area-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 61px;
    height: 61px;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-video .movie-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% + 45px);
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  body.home .area-live .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.home .area-live .block-title .title {
    position: absolute;
    top: 0px;
    left: -90px;
    width: 366px;
  }
  body.home .area-live .block-title .caption {
    position: absolute;
    top: 90px;
    left: 0px;
    font-size: 1.0rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 130px;
  }
  body.home .area-live .block-post a {
    display: inline-block;
  }
  body.home .area-live .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-live .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.home .area-live .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.home .area-live .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.home .area-live .block-post .live-meta .live-date {
    margin-top: 5px;
    font-size: 3.4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #222;
  }
  body.home .area-live .block-post .read {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-live .block-more {
    text-align: right;
    margin-top: 70px;
    padding: 0 70px;
  }
  body.home .area-live .block-more .more {
    font-family: "Campton Book", sans-serif;
    color: #000;
  }
  body.home .area-live .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
  body.home .area-instagram {
    position: relative;
  }
  body.home .area-instagram a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
    height: 310px;
    background: #242424 url("../../assets/img/bg_instagram.svg") center center no-repeat;
    background-size: 400px;
  }
  body.home .area-instagram a::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: linear-gradient(135deg, rgba(19, 112, 228, 0.8), rgba(230, 57, 209, 0.8), rgba(73, 129, 255, 0.8), rgba(19, 112, 228, 0.8));
    background-size: 600% 600%;
    animation: Gradient 4s ease infinite;
    transition: 0.6s all;
  }
  body.home .area-instagram a:hover::after {
    opacity: 0.8;
  }
  body.home .area-instagram .title {
    position: relative;
    right: calc(50% + 120px);
    font-family: "Campton Book", sans-serif;
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .title br {
    display: none;
  }
  body.home .area-instagram .caption {
    position: relative;
    right: calc(50% + 120px);
    font-family: "Campton Book", sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.home .container {
    position: relative;
    padding-bottom: 25px;
  }
  body.home .container::before {
    position: absolute;
    left: 17.5px;
    top: 0;
    display: block;
    content: '';
    width: calc(100vw - 35px);
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
  }
  body.home .global-header {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    color: #fff;
    background: none;
    z-index: 9999;
  }
  body.home .global-header:before {
    content: none;
  }
  body.home .global-header .frame {
    display: block;
    position: relative;
    width: 1100vw;
    margin: 0 auto;
    text-align: center;
  }
  body.home .global-header .mainlogo {
    position: static;
    top: 45px;
    display: block;
    width: 190px;
    margin: 45px auto 0;
  }
  body.home .global-header .menu {
    margin-top: 25px;
  }
  body.home .area-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333;
    overflow: hidden;
  }
  body.home .area-hero .block-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.home .area-hero .block-title .title {
    width: 310px;
    margin: 0 auto;
  }
  body.home .area-hero .block-title .caption {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-hero #video-wrap {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  body.home .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  body.home .area-hero #video-background {
    position: relative;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-slide {
    padding-top: 45px;
  }
  body.home .area-slide .swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-slide {
    width: 268px;
    height: auto;
  }
  body.home .area-slide .swiper-pagination {
    position: relative;
    padding-top: 20px;
    height: 30px;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  body.home .area-slide .slide-prev,
  body.home .area-slide .slide-next {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 1;
  }
  body.home .area-slide .slide-prev {
    left: 20px;
    background: transparent url("../../assets/img/ico_circle_arw_l_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-slide .slide-next {
    right: 20px;
    background: transparent url("../../assets/img/ico_circle_arw_r_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-topics {
    margin-top: 50px;
  }
  body.home .area-topics .block-title {
    position: relative;
    left: 0px;
    border-radius: 100%;
    background-size: 265px;
    z-index: 1;
  }
  body.home .area-topics .block-title .title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 115px;
    margin: 0 auto;
  }
  body.home .area-topics .block-title .caption {
    display: none;
  }
  body.home .area-topics .block-post {
    position: relative;
    display: block;
    margin: 0 10px;
  }
  body.home .area-topics .block-post a {
    display: block;
  }
  body.home .area-topics .block-post a:nth-child(odd) .post .eyecat {
    order: 2;
  }
  body.home .area-topics .block-post a:nth-child(odd) .post .terms {
    left: 10px;
  }
  body.home .area-topics .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-topics .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.home .area-topics .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.home .area-topics .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.home .area-topics .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.home .area-topics .block-post .terms {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  body.home .area-topics .block-post .read {
    display: none;
  }
  body.home .area-topics .block-more {
    text-align: center;
  }
  body.home .area-topics .block-more .more {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
    padding-top: 30px;
    color: #000;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-topics .block-more .more::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 26px;
    height: 26px;
    background: transparent url("../../assets/img/ico_circle_arw_r.svg") center top no-repeat;
    background-size: 26px;
  }
  body.home .area-video {
    position: relative;
    margin-top: 40px;
    margin-bottom: 75px;
    padding-bottom: 20px;
  }
  body.home .area-video .inr {
    position: relative;
    width: 100%;
    height: 200px;
  }
  body.home .area-video .thumb {
    position: absolute;
    width: 100%;
    height: 200px;
    background: #000 url("https://unsplash.it/500/250") left top no-repeat;
    background-size: cover;
  }
  body.home .area-video .title {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: 1;
  }
  body.home .area-video .more {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 14px;
    z-index: 1;
  }
  body.home .area-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-video .movie-title {
    position: absolute;
    bottom: -10px;
    margin: auto;
    width: 100%;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  body.home .area-live .frame {
    position: relative;
    width: 100%;
    margin: auto;
  }
  body.home .area-live .block-title {
    position: relative;
  }
  body.home .area-live .block-title .title {
    width: 220px;
    margin: 0 auto;
  }
  body.home .area-live .block-title .caption {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -55px;
    font-size: 0.65rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 30px;
  }
  body.home .area-live .block-post a {
    display: inline-block;
  }
  body.home .area-live .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-live .block-post .post {
    position: relative;
    width: 260px;
    margin: 36px auto 0;
  }
  body.home .area-live .block-post .eyecat {
    display: block;
    width: 260px;
  }
  body.home .area-live .block-post .post-title {
    margin-top: 12px;
    color: #3377ee;
    font-size: 1.4rem;
    line-height: 1.55;
  }
  body.home .area-live .block-post .date {
    margin-top: 4px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 2.6rem;
  }
  body.home .area-live .block-post .live-meta .live-date {
    font-size: 2.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #222;
  }
  body.home .area-live .block-post .read {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-live .block-more {
    text-align: center;
  }
  body.home .area-live .block-more .more {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
    padding-top: 30px;
    color: #000;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-more .more::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 26px;
    height: 26px;
    background: transparent url("../../assets/img/ico_circle_arw_r.svg") center top no-repeat;
    background-size: 26px;
  }
  body.home .area-instagram {
    position: relative;
  }
  body.home .area-instagram a {
    position: relative;
    display: block;
    margin-top: 80px;
    padding: 20px;
    height: 310px;
    background: #242424 url("../../assets/img/bg_instagram.svg") center center no-repeat;
    background-size: 190px;
    box-sizing: border-box;
  }
  body.home .area-instagram a::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: linear-gradient(135deg, rgba(19, 112, 228, 0.8), rgba(230, 57, 209, 0.8), rgba(73, 129, 255, 0.8), rgba(19, 112, 228, 0.8));
    background-size: 600% 600%;
    animation: Gradient 4s ease infinite;
    transition: 0.6s all;
  }
  body.home .area-instagram a:hover::after {
    opacity: 0.8;
  }
  body.home .area-instagram .title {
    color: #fff;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    line-height: 0.9;
    font-size: 3.0rem;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .caption {
    margin-top: 10px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .more {
    margin-top: 20px;
    font-family: "Campton Book", sans-serif;
    color: #fff;
    text-align: right;
  }
  body.home .area-instagram .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
}

@media screen and (min-width: 768px) {
  body.home .container {
    position: relative;
    padding-bottom: 100px;
  }
  body.home .container::before {
    position: absolute;
    left: calc(50% - 550px);
    top: 0;
    display: block;
    content: '';
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
  }
  body.home .container main {
    width: auto;
    margin: 0;
    border-top: none;
  }
  body.home .global-header {
    position: absolute;
    width: 100%;
    min-height: 128px;
    height: auto;
    color: #fff;
    background: none;
    z-index: 9999;
  }
  body.home .global-header:before {
    content: none;
  }
  body.home .global-header .frame {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  body.home .global-header .mainlogo {
    position: static;
    top: 45px;
    display: block;
    width: 190px;
    height: 35px;
    margin: 45px auto 0;
  }
  body.home .area-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333;
    overflow: hidden;
  }
  body.home .area-hero:before {
    content: none;
  }
  body.home .area-hero .block-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.home .area-hero .block-title .title {
    position: relative;
    top: 30px;
    width: 472px;
    margin: 0 auto;
  }
  body.home .area-hero .block-title .caption {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-hero #video-wrap {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  body.home .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  body.home .area-hero #video-background {
    position: relative;
    left: 0;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%);
  }
  body.home .area-slide {
    padding-top: 60px;
  }
  body.home .area-slide .swiper-container {
    width: 100%;
    height: 100%;
  }
  body.home .area-slide .swiper-slide {
    width: 640px;
    height: 360px;
  }
  body.home .area-slide .swiper-pagination {
    position: relative;
    padding-top: 20px;
    height: 40px;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  body.home .area-slide .slide-prev,
  body.home .area-slide .slide-next {
    position: absolute;
    top: calc(50% - 20px);
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }
  body.home .area-slide .slide-prev {
    left: 80px;
    background: transparent url("../../assets/img/ico_circle_arw_l_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-slide .slide-next {
    right: 80px;
    background: transparent url("../../assets/img/ico_circle_arw_r_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-topics {
    margin-top: -40px;
  }
  body.home .area-topics .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.home .area-topics .frame::before {
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    width: 265px;
    height: 265px;
    background: url("../../assets/img/img_circle.svg") 0 0 no-repeat;
  }
  body.home .area-topics .block-title {
    position: absolute;
    left: -40px;
    width: 265px;
    height: 265px;
    border-radius: 100%;
    background-size: 265px;
  }
  body.home .area-topics .block-title .title {
    position: absolute;
    top: 45px;
    left: 35px;
    width: 165px;
  }
  body.home .area-topics .block-title .caption {
    position: absolute;
    top: 130px;
    left: 75px;
    font-size: 1.0rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-topics .block-more {
    position: absolute;
    top: 185px;
    left: 35px;
  }
  body.home .area-topics .block-more .more {
    position: relative;
    font-family: "Campton Book", sans-serif;
    color: #000;
    z-index: 1;
  }
  body.home .area-topics .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
  body.home .area-topics .block-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin-top: 20px;
    padding-top: 95px;
    padding-left: 140px;
  }
  body.home .area-topics .block-post a {
    display: inline-block;
  }
  body.home .area-topics .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-topics .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.home .area-topics .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.home .area-topics .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .meta {
    display: none;
  }
  body.home .area-topics .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.home .area-topics .block-post .read {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-video {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 140px;
  }
  body.home .area-video .thumb {
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: cover;
  }
  body.home .area-video .title {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    z-index: 1;
  }
  body.home .area-video .more {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 24px;
    z-index: 1;
  }
  body.home .area-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 61px;
    height: 61px;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-video .movie-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% + 45px);
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  body.home .area-live .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.home .area-live .block-title .title {
    position: absolute;
    top: 0px;
    left: -90px;
    width: 366px;
  }
  body.home .area-live .block-title .caption {
    position: absolute;
    top: 90px;
    left: 0px;
    font-size: 1.0rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 130px;
  }
  body.home .area-live .block-post a {
    display: inline-block;
  }
  body.home .area-live .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-live .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.home .area-live .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.home .area-live .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.home .area-live .block-post .live-meta .live-date {
    margin-top: 5px;
    font-size: 3.4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #222;
  }
  body.home .area-live .block-post .read {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-live .block-more {
    text-align: right;
    margin-top: 70px;
    padding: 0 70px;
  }
  body.home .area-live .block-more .more {
    font-family: "Campton Book", sans-serif;
    color: #000;
  }
  body.home .area-live .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
  body.home .area-instagram {
    position: relative;
  }
  body.home .area-instagram a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
    height: 310px;
    background: #242424 url("../../assets/img/bg_instagram.svg") center center no-repeat;
    background-size: 400px;
  }
  body.home .area-instagram a::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: linear-gradient(135deg, rgba(19, 112, 228, 0.8), rgba(230, 57, 209, 0.8), rgba(73, 129, 255, 0.8), rgba(19, 112, 228, 0.8));
    background-size: 600% 600%;
    animation: Gradient 4s ease infinite;
    transition: 0.6s all;
  }
  body.home .area-instagram a:hover::after {
    opacity: 0.8;
  }
  body.home .area-instagram .title {
    position: relative;
    right: calc(50% + 120px);
    font-family: "Campton Book", sans-serif;
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .title br {
    display: none;
  }
  body.home .area-instagram .caption {
    position: relative;
    right: calc(50% + 120px);
    font-family: "Campton Book", sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.home .container {
    position: relative;
    padding-bottom: 25px;
  }
  body.home .container::before {
    position: absolute;
    left: 17.5px;
    top: 0;
    display: block;
    content: '';
    width: calc(100vw - 35px);
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
  }
  body.home .global-header {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    color: #fff;
    background: none;
    z-index: 9999;
  }
  body.home .global-header:before {
    content: none;
  }
  body.home .global-header .frame {
    display: block;
    position: relative;
    width: 1100vw;
    margin: 0 auto;
    text-align: center;
  }
  body.home .global-header .mainlogo {
    position: static;
    top: 45px;
    display: block;
    width: 190px;
    margin: 45px auto 0;
  }
  body.home .global-header .menu {
    margin-top: 25px;
  }
  body.home .area-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333;
    overflow: hidden;
  }
  body.home .area-hero .block-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.home .area-hero .block-title .title {
    width: 310px;
    margin: 0 auto;
  }
  body.home .area-hero .block-title .caption {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-hero #video-wrap {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  body.home .area-hero #video-wrap::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/img/overlay.png") 0 0 repeat;
  }
  body.home .area-hero #video-background {
    position: relative;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-slide {
    padding-top: 45px;
  }
  body.home .area-slide .swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-slide {
    width: 268px;
    height: auto;
  }
  body.home .area-slide .swiper-pagination {
    position: relative;
    padding-top: 20px;
    height: 30px;
    box-sizing: border-box;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  body.home .area-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  body.home .area-slide .slide-prev,
  body.home .area-slide .slide-next {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 1;
  }
  body.home .area-slide .slide-prev {
    left: 20px;
    background: transparent url("../../assets/img/ico_circle_arw_l_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-slide .slide-next {
    right: 20px;
    background: transparent url("../../assets/img/ico_circle_arw_r_w.svg") center center no-repeat;
    background-size: 100%;
  }
  body.home .area-topics {
    margin-top: 50px;
  }
  body.home .area-topics .block-title {
    position: relative;
    left: 0px;
    border-radius: 100%;
    background-size: 265px;
    z-index: 1;
  }
  body.home .area-topics .block-title .title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 115px;
    margin: 0 auto;
  }
  body.home .area-topics .block-title .caption {
    display: none;
  }
  body.home .area-topics .block-post {
    position: relative;
    display: block;
    margin: 0 10px;
  }
  body.home .area-topics .block-post a {
    display: block;
  }
  body.home .area-topics .block-post a:nth-child(odd) .post .eyecat {
    order: 2;
  }
  body.home .area-topics .block-post a:nth-child(odd) .post .terms {
    left: 10px;
  }
  body.home .area-topics .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-topics .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.home .area-topics .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.home .area-topics .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.home .area-topics .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.home .area-topics .block-post .terms {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.home .area-topics .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  body.home .area-topics .block-post .read {
    display: none;
  }
  body.home .area-topics .block-more {
    text-align: center;
  }
  body.home .area-topics .block-more .more {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
    padding-top: 30px;
    color: #000;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-topics .block-more .more::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 26px;
    height: 26px;
    background: transparent url("../../assets/img/ico_circle_arw_r.svg") center top no-repeat;
    background-size: 26px;
  }
  body.home .area-video {
    position: relative;
    margin-top: 40px;
    margin-bottom: 75px;
    padding-bottom: 20px;
  }
  body.home .area-video .inr {
    position: relative;
    width: 100%;
    height: 200px;
  }
  body.home .area-video .thumb {
    position: absolute;
    width: 100%;
    height: 200px;
    background: #000 url("https://unsplash.it/500/250") left top no-repeat;
    background-size: cover;
  }
  body.home .area-video .title {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: 1;
  }
  body.home .area-video .more {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 14px;
    z-index: 1;
  }
  body.home .area-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    transform: translateY(-50%) translateX(-50%);
  }
  body.home .area-video .movie-title {
    position: absolute;
    bottom: -10px;
    margin: auto;
    width: 100%;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  body.home .area-live .frame {
    position: relative;
    width: 100%;
    margin: auto;
  }
  body.home .area-live .block-title {
    position: relative;
  }
  body.home .area-live .block-title .title {
    width: 220px;
    margin: 0 auto;
  }
  body.home .area-live .block-title .caption {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -55px;
    font-size: 0.65rem;
    line-height: 1;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 30px;
  }
  body.home .area-live .block-post a {
    display: inline-block;
  }
  body.home .area-live .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.home .area-live .block-post .post {
    position: relative;
    width: 260px;
    margin: 36px auto 0;
  }
  body.home .area-live .block-post .eyecat {
    display: block;
    width: 260px;
  }
  body.home .area-live .block-post .post-title {
    margin-top: 12px;
    color: #3377ee;
    font-size: 1.4rem;
    line-height: 1.55;
  }
  body.home .area-live .block-post .date {
    margin-top: 4px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 2.6rem;
  }
  body.home .area-live .block-post .live-meta .live-date {
    font-size: 2.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #222;
  }
  body.home .area-live .block-post .read {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
  body.home .area-live .block-more {
    text-align: center;
  }
  body.home .area-live .block-more .more {
    display: inline-block;
    position: relative;
    margin: 20px auto 0;
    padding-top: 30px;
    color: #000;
    font-size: 1.0rem;
    font-family: "Campton Book", sans-serif;
  }
  body.home .area-live .block-more .more::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 26px;
    height: 26px;
    background: transparent url("../../assets/img/ico_circle_arw_r.svg") center top no-repeat;
    background-size: 26px;
  }
  body.home .area-instagram {
    position: relative;
  }
  body.home .area-instagram a {
    position: relative;
    display: block;
    margin-top: 80px;
    padding: 20px;
    height: 310px;
    background: #242424 url("../../assets/img/bg_instagram.svg") center center no-repeat;
    background-size: 190px;
    box-sizing: border-box;
  }
  body.home .area-instagram a::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: linear-gradient(135deg, rgba(19, 112, 228, 0.8), rgba(230, 57, 209, 0.8), rgba(73, 129, 255, 0.8), rgba(19, 112, 228, 0.8));
    background-size: 600% 600%;
    animation: Gradient 4s ease infinite;
    transition: 0.6s all;
  }
  body.home .area-instagram a:hover::after {
    opacity: 0.8;
  }
  body.home .area-instagram .title {
    color: #fff;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    line-height: 0.9;
    font-size: 3.0rem;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .caption {
    margin-top: 10px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: right;
    z-index: 1;
  }
  body.home .area-instagram .more {
    margin-top: 20px;
    font-family: "Campton Book", sans-serif;
    color: #fff;
    text-align: right;
  }
  body.home .area-instagram .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-news .container .container-inr .area-pagetitle .title,
  body.tax-news_category .container .container-inr .area-pagetitle .title,
  body.single-news .container .container-inr .area-pagetitle .title {
    top: 50px;
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-news .container .container-inr .area-pagetitle .title,
  body.tax-news_category .container .container-inr .area-pagetitle .title,
  body.single-news .container .container-inr .area-pagetitle .title {
    top: 40px;
    width: 124px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-news .container-inr .col-2 {
    padding-top: 40px;
  }
  body.post-type-archive-news .col-2 main {
    width: 710px;
  }
  body.post-type-archive-news .col-2 aside {
    width: 240px;
  }
  body.post-type-archive-news .block-post {
    position: relative;
    display: block;
  }
  body.post-type-archive-news .block-post a {
    display: block;
  }
  body.post-type-archive-news .block-post a:first-child .post {
    margin-top: 0;
  }
  body.post-type-archive-news .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.post-type-archive-news .block-post a:nth-child(even) .post .cat {
    left: 10px;
  }
  body.post-type-archive-news .block-post a:hover .post-body {
    color: #fff;
    background: #3377ee;
  }
  body.post-type-archive-news .block-post a:hover .post-body .post-title {
    color: #fff;
  }
  body.post-type-archive-news .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 35px;
    background: #fff;
  }
  body.post-type-archive-news .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.post-type-archive-news .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.post-type-archive-news .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 30px 25px;
    box-sizing: border-box;
    transition: background 0.4s;
  }
  body.post-type-archive-news .block-post .meta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-news .block-post .post-title {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  body.post-type-archive-news .block-post .read {
    margin-top: 5px;
    color: #222;
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-news .content {
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-news .area-news {
    padding-top: 30px;
  }
  body.post-type-archive-news .block-post {
    position: relative;
    display: block;
    margin: 0 -10px 0;
  }
  body.post-type-archive-news .block-post a {
    display: block;
  }
  body.post-type-archive-news .block-post a:first-child .post {
    margin-top: 0;
  }
  body.post-type-archive-news .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.post-type-archive-news .block-post a:nth-child(even) .post .cat {
    left: 10px;
  }
  body.post-type-archive-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.post-type-archive-news .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.post-type-archive-news .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.post-type-archive-news .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.post-type-archive-news .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.post-type-archive-news .block-post .cat {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-news .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-news .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  body.post-type-archive-news .block-post .read {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body.single-news .area-single .post-body {
    padding: 35px 150px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-single .post-head {
    position: relative;
    padding: 0 150px 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-single .post-head .category .item {
    display: inline-block;
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
  }
  body.single-news .area-single .post-head .meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-align: right;
    border-bottom: 1px solid #000;
  }
  body.single-news .area-single .post-head .title {
    padding-top: 5px;
    color: #3377ee;
    font-size: 2.2rem;
  }
  body.single-news .area-single .post-head .live-meta {
    position: absolute;
    right: 50px;
    top: -110px;
  }
  body.single-news .area-single .post-head .live-meta .live-date {
    font-size: 5.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-news .area-single .post-head .live-meta .live-place {
    color: #3377ee;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-news .area-single .post-nav {
    padding: 30px 0;
  }
  body.single-news .area-single .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-news .area-single .post-nav .list .disable {
    opacity: 0;
  }
  body.single-news .area-single .post-nav .list i {
    display: block;
    width: 36px;
  }
  body.single-news .area-single .post-nav .list .text {
    display: block;
    width: 36px;
    margin-top: 7px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  body.single-news .block-content {
    padding: 30px 0;
  }
  body.single-news .block-content .editor {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.single-news .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-news .post-share .item {
    width: 100%;
  }
  body.single-news .post-share .item.line {
    display: none;
  }
  body.single-news .post-share a {
    display: block;
    height: 50px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-news .post-share a:hover {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.single-news .post-share .ico {
    display: inline-block;
    position: relative;
    top: 12px;
    width: 26px;
  }
  body.single-news .area-recent-news {
    padding: 50px 0 70px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-recent-news .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.single-news .area-recent-news .block-title .title {
    width: 225px;
    margin: 0 auto;
  }
  body.single-news .area-recent-news .block-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: 35px;
  }
  body.single-news .area-recent-news .block-post a {
    display: inline-block;
  }
  body.single-news .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-news .area-recent-news .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.single-news .area-recent-news .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.single-news .area-recent-news .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-news .area-recent-news .block-post .meta {
    display: none;
  }
  body.single-news .area-recent-news .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.single-news .area-recent-news .block-post .read {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  body.single-news .area-single .post-body {
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-single .post-body .eyecat {
    margin: 0 -22.5px;
  }
  body.single-news .area-single .post-head {
    position: relative;
    padding: 60px 0px 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-single .post-head .category {
    position: absolute;
    right: -10px;
    top: 15px;
    text-align: right;
  }
  body.single-news .area-single .post-head .category .item {
    display: inline-block;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
  }
  body.single-news .area-single .post-head .meta {
    padding: 0px 15px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }
  body.single-news .area-single .post-head .title {
    margin-top: 2px;
    padding: 0 20px;
    color: #3377ee;
    font-size: 1.5rem;
  }
  body.single-news .area-single .live-meta {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  body.single-news .area-single .live-meta .live-date {
    font-size: 3.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-news .area-single .live-meta .live-place {
    color: #3377ee;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-news .post-nav {
    padding: 20px 25px 35px;
  }
  body.single-news .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-news .post-nav .list .disable {
    opacity: 0;
  }
  body.single-news .post-nav .list i {
    display: block;
    width: 26px;
  }
  body.single-news .post-nav .list .text {
    display: block;
    width: 26px;
    margin-top: 4px;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
    white-space: nowrap;
  }
  body.single-news .block-content {
    padding: 15px;
  }
  body.single-news .block-content .editor {
    font-size: 1.3rem;
    line-height: 1.66;
  }
  body.single-news .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-news .post-share .item {
    width: 100%;
  }
  body.single-news .post-share a {
    display: block;
    height: 40px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-news .post-share .ico {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 22px;
  }
  body.single-news .area-recent-news {
    padding: 50px 0 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-news .area-recent-news .block-title .title {
    width: 170px;
    margin: 0 auto;
  }
  body.single-news .area-recent-news .block-post {
    position: relative;
    display: block;
    margin: 0 -10px;
  }
  body.single-news .area-recent-news .block-post a {
    display: block;
  }
  body.single-news .area-recent-news .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.single-news .area-recent-news .block-post a:nth-child(even) .post .cat {
    left: 10px;
  }
  body.single-news .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-news .area-recent-news .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.single-news .area-recent-news .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.single-news .area-recent-news .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.single-news .area-recent-news .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.single-news .area-recent-news .block-post .cat {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-news .area-recent-news .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-news .area-recent-news .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.1rem;
    line-height: 1.35;
  }
  body.single-news .area-recent-news .block-post .read {
    display: none;
  }
  body.single-news .area-recent-news .block-more .more {
    position: absolute;
    top: 185px;
    left: 75px;
    font-family: "Campton Book", sans-serif;
    color: #000;
  }
  body.single-news .area-recent-news .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-live .container .container-inr,
  body.page-previously-live .container .container-inr {
    position: relative;
  }
  body.post-type-archive-live .container .container-inr .area-pagetitle,
  body.page-previously-live .container .container-inr .area-pagetitle {
    height: 90px;
  }
  body.post-type-archive-live .container .container-inr .area-pagetitle .title,
  body.page-previously-live .container .container-inr .area-pagetitle .title {
    position: absolute;
    left: 2px;
    top: -120px;
    width: 238px;
  }
  body.post-type-archive-live .container .container-inr .area-pagetitle .title::after,
  body.page-previously-live .container .container-inr .area-pagetitle .title::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-live .container .container-inr .area-pagetitle,
  body.page-previously-live .container .container-inr .area-pagetitle {
    height: 60px;
  }
  body.post-type-archive-live .container .container-inr .area-pagetitle .title,
  body.page-previously-live .container .container-inr .area-pagetitle .title {
    position: absolute;
    left: 20px;
    top: -20px;
    width: 124px;
  }
  body.post-type-archive-live .container .container-inr .area-pagetitle .title::after,
  body.page-previously-live .container .container-inr .area-pagetitle .title::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  body.single-live .container .container-inr {
    position: relative;
  }
  body.single-live .container .container-inr .area-pagetitle .title {
    position: absolute;
    left: 2px;
    top: -30px;
    width: 238px;
  }
  body.single-live .container .container-inr .area-pagetitle .title::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  body.single-live .container .container-inr .area-pagetitle {
    height: 60px;
  }
  body.single-live .container .container-inr .area-pagetitle .title {
    position: absolute;
    left: 20px;
    top: -20px;
    width: 124px;
  }
  body.single-live .container .container-inr .area-pagetitle .title::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-live .live-nav,
  body.page-previously-live .live-nav {
    position: relative;
    height: 90px;
  }
  body.post-type-archive-live .live-nav::before,
  body.page-previously-live .live-nav::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: calc(100% - 240px);
    height: 90px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-live .live-nav a,
  body.page-previously-live .live-nav a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 240px;
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
  }
  body.post-type-archive-live .live-nav a::after,
  body.page-previously-live .live-nav a::after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 27px;
    margin: auto;
    background: transparent url("../../assets/img/ico_arw_r_w.svg") 0 0 no-repeat;
  }
  body.post-type-archive-live .live-nav a .text,
  body.page-previously-live .live-nav a .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 70px;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    line-height: 1;
    text-align: right;
    transform: translateY(-50%);
  }
  body.post-type-archive-live .area-archive-live,
  body.page-previously-live .area-archive-live {
    width: 100%;
    padding-bottom: 80px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-live .area-archive-live .block-live,
  body.page-previously-live .area-archive-live .block-live {
    width: auto;
    padding: 0 50px;
  }
  body.post-type-archive-live .area-archive-live .block-live a,
  body.page-previously-live .area-archive-live .block-live a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
  }
  body.post-type-archive-live .area-archive-live .block-live a:first-child,
  body.page-previously-live .area-archive-live .block-live a:first-child {
    margin-top: 0;
  }
  body.post-type-archive-live .area-archive-live .block-live a:hover .post-body,
  body.page-previously-live .area-archive-live .block-live a:hover .post-body {
    color: #fff;
    background: #3377ee;
  }
  body.post-type-archive-live .area-archive-live .block-live a:hover .post-body .post-title,
  body.page-previously-live .area-archive-live .block-live a:hover .post-body .post-title {
    color: #fff;
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta,
  body.page-previously-live .area-archive-live .block-live .live-meta {
    position: relative;
    flex-basis: 290px;
    align-self: stretch;
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta .inr,
  body.page-previously-live .area-archive-live .block-live .live-meta .inr {
    position: relative;
    top: calc(50% - 10px);
    transform: translateY(-50%);
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta .live-date,
  body.page-previously-live .area-archive-live .block-live .live-meta .live-date {
    color: #222;
    font-size: 5.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta .live-place,
  body.page-previously-live .area-archive-live .block-live .live-meta .live-place {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.6rem;
    font-weight: 700;
  }
  body.post-type-archive-live .area-archive-live .block-live .post,
  body.page-previously-live .area-archive-live .block-live .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-basis: 710px;
    background: #fff;
  }
  body.post-type-archive-live .area-archive-live .block-live .eyecat,
  body.page-previously-live .area-archive-live .block-live .eyecat {
    display: block;
    flex-basis: 310px;
    align-self: stretch;
  }
  body.post-type-archive-live .area-archive-live .block-live .eyecat img,
  body.page-previously-live .area-archive-live .block-live .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.post-type-archive-live .area-archive-live .block-live .post-body,
  body.page-previously-live .area-archive-live .block-live .post-body {
    flex-basis: 400px;
    align-self: stretch;
    padding: 30px 25px;
    box-sizing: border-box;
    transition: background 0.4s;
  }
  body.post-type-archive-live .area-archive-live .block-live .meta,
  body.page-previously-live .area-archive-live .block-live .meta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-live .area-archive-live .block-live .post-title,
  body.page-previously-live .area-archive-live .block-live .post-title {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  body.post-type-archive-live .area-archive-live .block-live .read,
  body.page-previously-live .area-archive-live .block-live .read {
    margin-top: 5px;
    color: #222;
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-live .container .container-inr .area-pagetitle,
  body.page-previously-live .container .container-inr .area-pagetitle {
    padding-top: 15px;
    height: 0px;
  }
  body.post-type-archive-live .live-nav,
  body.page-previously-live .live-nav {
    position: relative;
    height: 45px;
  }
  body.post-type-archive-live .live-nav::before,
  body.page-previously-live .live-nav::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: calc(100% - 125px);
    height: 45px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-live .live-nav a,
  body.page-previously-live .live-nav a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 125px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
  }
  body.post-type-archive-live .live-nav a::after,
  body.page-previously-live .live-nav a::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 13px;
    margin: auto;
    background: transparent url("../../assets/img/ico_arw_r_w.svg") 0 0 no-repeat;
    background-size: 100%;
  }
  body.post-type-archive-live .live-nav a .text,
  body.page-previously-live .live-nav a .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    line-height: 1;
    text-align: right;
    transform: translateY(-50%);
  }
  body.post-type-archive-live .area-archive-live,
  body.page-previously-live .area-archive-live {
    padding-bottom: 35px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-live .area-archive-live .block-live,
  body.page-previously-live .area-archive-live .block-live {
    padding: 35px;
  }
  body.post-type-archive-live .area-archive-live .block-live a,
  body.page-previously-live .area-archive-live .block-live a {
    display: block;
    margin-top: 35px;
  }
  body.post-type-archive-live .area-archive-live .block-live a:first-child,
  body.page-previously-live .area-archive-live .block-live a:first-child {
    margin-top: 0;
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta,
  body.page-previously-live .area-archive-live .block-live .live-meta {
    position: relative;
  }
  body.post-type-archive-live .area-archive-live .block-live .live-meta .live-date,
  body.page-previously-live .area-archive-live .block-live .live-meta .live-date {
    font-size: 2.8rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #222;
  }
  body.post-type-archive-live .area-archive-live .block-live .post,
  body.page-previously-live .area-archive-live .block-live .post {
    position: relative;
  }
  body.post-type-archive-live .area-archive-live .block-live .eyecat,
  body.page-previously-live .area-archive-live .block-live .eyecat {
    display: block;
  }
  body.post-type-archive-live .area-archive-live .block-live .post-body,
  body.page-previously-live .area-archive-live .block-live .post-body {
    box-sizing: border-box;
  }
  body.post-type-archive-live .area-archive-live .block-live .meta,
  body.page-previously-live .area-archive-live .block-live .meta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-live .area-archive-live .block-live .post-title,
  body.page-previously-live .area-archive-live .block-live .post-title {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
  }
  body.post-type-archive-live .area-archive-live .block-live .read,
  body.page-previously-live .area-archive-live .block-live .read {
    margin-top: 5px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.53;
  }
}

@media screen and (min-width: 768px) {
  body.page-previously-live .container .container-inr .area-pagetitle {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .live-nav::before {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .live-nav a {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.page-previously-live .live-nav a::after {
    background: transparent url("../../assets/img/ico_arw_r.svg") 0 0 no-repeat;
  }
  body.page-previously-live .live-nav a .text {
    color: #222;
  }
  body.page-previously-live .area-archive-live {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .area-archive-live .block-live .live-meta .live-date {
    color: #fff;
  }
  body.page-previously-live .area-archive-live .block-live .meta {
    color: #fff;
  }
  body.page-previously-live .area-archive-live .block-live .post-title {
    color: #3377ee;
  }
  body.page-previously-live .area-archive-live .block-live .read {
    color: #fff;
  }
  body.page-previously-live .block-readmore .more svg {
    fill: #fff;
  }
  body.page-previously-live .block-readmore .more .text {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  body.page-previously-live .container .container-inr .area-pagetitle {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .live-nav {
    position: relative;
    height: 45px;
  }
  body.page-previously-live .live-nav::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: calc(100% - 125px);
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .live-nav a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 125px;
    height: 45px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.page-previously-live .live-nav a::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 13px;
    margin: auto;
    background: transparent url("../../assets/img/ico_arw_r.svg") 0 0 no-repeat;
    background-size: 100%;
  }
  body.page-previously-live .live-nav a .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    line-height: 1;
    text-align: right;
    transform: translateY(-50%);
  }
  body.page-previously-live .area-archive-live {
    padding-bottom: 35px;
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-previously-live .area-archive-live .block-live {
    padding: 35px;
  }
  body.page-previously-live .area-archive-live .block-live a {
    display: block;
    margin-top: 35px;
  }
  body.page-previously-live .area-archive-live .block-live a:first-child a {
    margin-top: 0;
  }
  body.page-previously-live .area-archive-live .block-live .live-meta {
    position: relative;
  }
  body.page-previously-live .area-archive-live .block-live .live-meta .live-date {
    color: #fff;
    font-size: 2.8rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
  }
  body.page-previously-live .area-archive-live .block-live .post {
    position: relative;
  }
  body.page-previously-live .area-archive-live .block-live .eyecat {
    display: block;
  }
  body.page-previously-live .area-archive-live .block-live .post-body {
    box-sizing: border-box;
  }
  body.page-previously-live .area-archive-live .block-live .meta {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.page-previously-live .area-archive-live .block-live .post-title {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 700;
  }
  body.page-previously-live .area-archive-live .block-live .read {
    margin-top: 5px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.53;
  }
  body.page-previously-live .block-readmore .more svg {
    fill: #fff;
  }
  body.page-previously-live .block-readmore .more .text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  body.single-live .area-single .post-body {
    padding: 35px 150px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-single .post-head {
    position: relative;
    padding: 0 150px 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-single .post-head .category .item {
    display: inline-block;
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
  }
  body.single-live .area-single .post-head .meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-align: right;
    border-bottom: 1px solid #000;
  }
  body.single-live .area-single .post-head .title {
    padding-top: 5px;
    color: #3377ee;
    font-size: 2.2rem;
  }
  body.single-live .area-single .post-head .live-meta {
    position: absolute;
    right: 50px;
    top: -110px;
  }
  body.single-live .area-single .post-head .live-meta .live-date {
    font-size: 5.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    text-align: right;
  }
  body.single-live .area-single .post-head .live-meta .live-place {
    color: #3377ee;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-live .area-single .post-nav {
    padding: 30px 0;
  }
  body.single-live .area-single .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-live .area-single .post-nav .list .disable {
    opacity: 0;
  }
  body.single-live .area-single .post-nav .list i {
    display: block;
    width: 36px;
  }
  body.single-live .area-single .post-nav .list .text {
    display: block;
    width: 36px;
    margin-top: 7px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  body.single-live .block-content {
    padding: 30px 0;
  }
  body.single-live .block-content .editor {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.single-live .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-live .post-share .item {
    width: 100%;
  }
  body.single-live .post-share .item.line {
    display: none;
  }
  body.single-live .post-share a {
    display: block;
    height: 50px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-live .post-share a:hover {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.single-live .post-share .ico {
    display: inline-block;
    position: relative;
    top: 12px;
    width: 26px;
  }
  body.single-live .area-recent-news {
    padding: 50px 0 70px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-recent-news .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.single-live .area-recent-news .block-title .title {
    width: 225px;
    margin: 0 auto;
  }
  body.single-live .area-recent-news .block-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: 35px;
  }
  body.single-live .area-recent-news .block-post a {
    display: inline-block;
  }
  body.single-live .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-live .area-recent-news .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.single-live .area-recent-news .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.single-live .area-recent-news .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-live .area-recent-news .block-post .meta {
    display: none;
  }
  body.single-live .area-recent-news .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.single-live .area-recent-news .block-post .read {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  body.single-live .area-single .post-body {
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-single .post-body .eyecat {
    margin: 0 -22.5px;
  }
  body.single-live .area-single .post-head {
    position: relative;
    padding: 50px 0px 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-single .post-head .category {
    position: absolute;
    right: -10px;
    top: 15px;
    text-align: right;
  }
  body.single-live .area-single .post-head .category .item {
    display: inline-block;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
  }
  body.single-live .area-single .post-head .meta {
    padding: 0px 15px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }
  body.single-live .area-single .post-head .title {
    margin-top: 2px;
    padding: 0 20px;
    color: #3377ee;
    font-size: 1.5rem;
  }
  body.single-live .area-single .live-meta {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  body.single-live .area-single .live-meta .live-date {
    font-size: 3.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-live .area-single .live-meta .live-place {
    color: #3377ee;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-live .post-nav {
    padding: 20px 25px 35px;
  }
  body.single-live .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-live .post-nav .list .disable {
    opacity: 0;
  }
  body.single-live .post-nav .list i {
    display: block;
    width: 26px;
  }
  body.single-live .post-nav .list .text {
    display: block;
    width: 26px;
    margin-top: 4px;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  body.single-live .block-content {
    padding: 15px;
  }
  body.single-live .block-content .editor {
    font-size: 1.3rem;
    line-height: 1.66;
  }
  body.single-live .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-live .post-share .item {
    width: 100%;
  }
  body.single-live .post-share a {
    display: block;
    height: 40px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-live .post-share .ico {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 22px;
  }
  body.single-live .area-recent-news {
    padding: 50px 0 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-live .area-recent-news .block-title .title {
    width: 170px;
    margin: 0 auto;
  }
  body.single-live .area-recent-news .block-post {
    position: relative;
    display: block;
    margin: 0 -10px;
  }
  body.single-live .area-recent-news .block-post a {
    display: block;
  }
  body.single-live .area-recent-news .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.single-live .area-recent-news .block-post a:nth-child(even) .post .cat {
    left: 10px;
  }
  body.single-live .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-live .area-recent-news .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.single-live .area-recent-news .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.single-live .area-recent-news .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.single-live .area-recent-news .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.single-live .area-recent-news .block-post .cat {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-live .area-recent-news .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-live .area-recent-news .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.1rem;
    line-height: 1.35;
  }
  body.single-live .area-recent-news .block-post .read {
    display: none;
  }
  body.single-live .area-recent-news .block-more .more {
    position: absolute;
    top: 185px;
    left: 75px;
    font-family: "Campton Book", sans-serif;
    color: #000;
  }
  body.single-live .area-recent-news .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-media .container .container-inr .area-pagetitle .title,
  body.tax-media_category .container .container-inr .area-pagetitle .title,
  body.single-media .container .container-inr .area-pagetitle .title {
    top: 40px;
    width: 225px;
  }
  body.post-type-archive-media .area-category-link .list,
  body.tax-media_category .area-category-link .list,
  body.single-media .area-category-link .list {
    height: 70px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.post-type-archive-media .area-category-link .item,
  body.tax-media_category .area-category-link .item,
  body.single-media .area-category-link .item {
    display: inline-block;
    position: relative;
    top: 22px;
    margin: 0 20px;
  }
  body.post-type-archive-media .area-category-link a,
  body.tax-media_category .area-category-link a,
  body.single-media .area-category-link a {
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
  }
  body.post-type-archive-media .area-category-link a:hover,
  body.tax-media_category .area-category-link a:hover,
  body.single-media .area-category-link a:hover {
    color: #3377ee;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-media .container .container-inr .area-pagetitle .title,
  body.tax-media_category .container .container-inr .area-pagetitle .title,
  body.single-media .container .container-inr .area-pagetitle .title {
    top: 40px;
    width: 154px;
  }
  body.post-type-archive-media .area-category-link,
  body.tax-media_category .area-category-link,
  body.single-media .area-category-link {
    padding-top: 40px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-media .area-category-link::before,
  body.tax-media_category .area-category-link::before,
  body.single-media .area-category-link::before {
    display: block;
    content: 'CATEGORY';
    text-align: center;
    color: #3377ee;
    font-size: 1.2rem;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
  }
  body.post-type-archive-media .area-category-link .list,
  body.tax-media_category .area-category-link .list,
  body.single-media .area-category-link .list {
    padding: 10px 0 40px;
    text-align: center;
  }
  body.post-type-archive-media .area-category-link .item,
  body.tax-media_category .area-category-link .item,
  body.single-media .area-category-link .item {
    display: inline-block;
    margin: 0 10px;
  }
  body.post-type-archive-media .area-category-link a,
  body.tax-media_category .area-category-link a,
  body.single-media .area-category-link a {
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
  }
  body.post-type-archive-media .area-category-link a:hover,
  body.tax-media_category .area-category-link a:hover,
  body.single-media .area-category-link a:hover {
    color: #3377ee;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-media .container-inr .col-2,
  body.tax-media_category .container-inr .col-2 {
    padding-top: 40px;
  }
  body.post-type-archive-media .col-2 main,
  body.tax-media_category .col-2 main {
    width: 710px;
  }
  body.post-type-archive-media .col-2 aside,
  body.tax-media_category .col-2 aside {
    width: 240px;
  }
  body.post-type-archive-media .block-post,
  body.tax-media_category .block-post {
    position: relative;
    display: block;
  }
  body.post-type-archive-media .block-post a,
  body.tax-media_category .block-post a {
    display: block;
  }
  body.post-type-archive-media .block-post a:first-child .post,
  body.tax-media_category .block-post a:first-child .post {
    margin-top: 0;
  }
  body.post-type-archive-media .block-post a:nth-child(even) .post .eyecat,
  body.tax-media_category .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.post-type-archive-media .block-post a:nth-child(even) .post .terms,
  body.tax-media_category .block-post a:nth-child(even) .post .terms {
    left: 10px;
  }
  body.post-type-archive-media .block-post a:hover .post-body,
  body.tax-media_category .block-post a:hover .post-body {
    color: #fff;
    background: #3377ee;
  }
  body.post-type-archive-media .block-post a:hover .post-body .post-title,
  body.tax-media_category .block-post a:hover .post-body .post-title {
    color: #fff;
  }
  body.post-type-archive-media .block-post .post,
  body.tax-media_category .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 35px;
    background: #fff;
  }
  body.post-type-archive-media .block-post .eyecat,
  body.tax-media_category .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.post-type-archive-media .block-post .eyecat img,
  body.tax-media_category .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.post-type-archive-media .block-post .post-body,
  body.tax-media_category .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 30px 25px;
    box-sizing: border-box;
    transition: background 0.4s;
  }
  body.post-type-archive-media .block-post .terms,
  body.tax-media_category .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-media .block-post .meta,
  body.tax-media_category .block-post .meta {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-media .block-post .post-title,
  body.tax-media_category .block-post .post-title {
    margin-top: 10px;
    color: #3377ee;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  body.post-type-archive-media .block-post .read,
  body.tax-media_category .block-post .read {
    margin-top: 5px;
    color: #222;
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-media .content,
  body.tax-media_category .content {
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-media .area-news,
  body.tax-media_category .area-news {
    padding-top: 30px;
  }
  body.post-type-archive-media .block-post,
  body.tax-media_category .block-post {
    position: relative;
    display: block;
    margin: 0 -10px 0;
  }
  body.post-type-archive-media .block-post a,
  body.tax-media_category .block-post a {
    display: block;
  }
  body.post-type-archive-media .block-post a:first-child .post,
  body.tax-media_category .block-post a:first-child .post {
    margin-top: 0;
  }
  body.post-type-archive-media .block-post a:nth-child(even) .post .eyecat,
  body.tax-media_category .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.post-type-archive-media .block-post a:nth-child(even) .post .terms,
  body.tax-media_category .block-post a:nth-child(even) .post .terms {
    left: 10px;
  }
  body.post-type-archive-media .block-post a:hover .post-title span,
  body.tax-media_category .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.post-type-archive-media .block-post .post,
  body.tax-media_category .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.post-type-archive-media .block-post .eyecat,
  body.tax-media_category .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.post-type-archive-media .block-post .eyecat img,
  body.tax-media_category .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.post-type-archive-media .block-post .post-body,
  body.tax-media_category .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.post-type-archive-media .block-post .terms,
  body.tax-media_category .block-post .terms {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-media .block-post .meta,
  body.tax-media_category .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.post-type-archive-media .block-post .post-title,
  body.tax-media_category .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  body.post-type-archive-media .block-post .read,
  body.tax-media_category .block-post .read {
    display: none;
  }
}

body.post-type-archive-media .item-term-all a {
  color: #3377ee;
}

body.term-tv .item-term-tv a {
  color: #3377ee;
}

body.term-radio .item-term-radio a {
  color: #3377ee;
}

body.term-magazine .item-term-magazine a {
  color: #3377ee;
}

body.term-web .item-term-web a {
  color: #3377ee;
}

@media screen and (min-width: 768px) {
  body.single-media .area-single .post-body {
    padding: 35px 150px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-single .post-head {
    position: relative;
    padding: 0 150px 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-single .post-head .category .item {
    display: inline-block;
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
  }
  body.single-media .area-single .post-head .meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-align: right;
    border-bottom: 1px solid #000;
  }
  body.single-media .area-single .post-head .title {
    padding-top: 5px;
    color: #3377ee;
    font-size: 2.2rem;
  }
  body.single-media .area-single .post-head .live-meta {
    position: absolute;
    right: 50px;
    top: -110px;
  }
  body.single-media .area-single .post-head .live-meta .live-date {
    font-size: 5.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-media .area-single .post-head .live-meta .live-place {
    color: #3377ee;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-media .area-single .post-nav {
    padding: 30px 0;
  }
  body.single-media .area-single .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-media .area-single .post-nav .list .disable {
    opacity: 0;
  }
  body.single-media .area-single .post-nav .list i {
    display: block;
    width: 36px;
  }
  body.single-media .area-single .post-nav .list .text {
    display: block;
    width: 36px;
    margin-top: 7px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
  body.single-media .block-content {
    padding: 30px 0;
  }
  body.single-media .block-content .editor {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.single-media .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-media .post-share .item {
    width: 100%;
  }
  body.single-media .post-share .item.line {
    display: none;
  }
  body.single-media .post-share a {
    display: block;
    height: 50px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-media .post-share a:hover {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.single-media .post-share .ico {
    display: inline-block;
    position: relative;
    top: 12px;
    width: 26px;
  }
  body.single-media .area-recent-news {
    padding: 50px 0 70px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-recent-news .frame {
    position: relative;
    width: 1100px;
    margin: auto;
  }
  body.single-media .area-recent-news .block-title .title {
    width: 225px;
    margin: 0 auto;
  }
  body.single-media .area-recent-news .block-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: 35px;
  }
  body.single-media .area-recent-news .block-post a {
    display: inline-block;
  }
  body.single-media .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-media .area-recent-news .block-post .post {
    position: relative;
    width: 310px;
    margin-left: 15px;
  }
  body.single-media .area-recent-news .block-post .eyecat {
    display: block;
    width: 310px;
    height: 191px;
  }
  body.single-media .area-recent-news .block-post .terms {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-media .area-recent-news .block-post .meta {
    display: none;
  }
  body.single-media .area-recent-news .block-post .post-title {
    margin-top: 15px;
    color: #3377ee;
  }
  body.single-media .area-recent-news .block-post .read {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  body.single-media .area-single .post-body {
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-single .post-body .eyecat {
    margin: 0 -22.5px;
  }
  body.single-media .area-single .post-head {
    position: relative;
    padding: 60px 0px 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-single .post-head .category {
    position: absolute;
    right: -10px;
    top: 15px;
    text-align: right;
  }
  body.single-media .area-single .post-head .category .item {
    display: inline-block;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
  }
  body.single-media .area-single .post-head .meta {
    padding: 0px 15px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }
  body.single-media .area-single .post-head .title {
    margin-top: 2px;
    padding: 0 20px;
    color: #3377ee;
    font-size: 1.5rem;
  }
  body.single-media .area-single .live-meta {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  body.single-media .area-single .live-meta .live-date {
    font-size: 3.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-media .area-single .live-meta .live-place {
    color: #3377ee;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-media .post-nav {
    padding: 20px 25px 35px;
  }
  body.single-media .post-nav .list {
    display: flex;
    justify-content: space-between;
  }
  body.single-media .post-nav .list .disable {
    opacity: 0;
  }
  body.single-media .post-nav .list i {
    display: block;
    width: 26px;
  }
  body.single-media .post-nav .list .text {
    display: block;
    width: 26px;
    margin-top: 4px;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
    white-space: nowrap;
  }
  body.single-media .block-content {
    padding: 15px;
  }
  body.single-media .block-content .editor {
    font-size: 1.3rem;
    line-height: 1.66;
  }
  body.single-media .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-media .post-share .item {
    width: 100%;
  }
  body.single-media .post-share a {
    display: block;
    height: 40px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-media .post-share .ico {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 22px;
  }
  body.single-media .area-recent-news {
    padding: 50px 0 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-media .area-recent-news .block-title .title {
    width: 170px;
    margin: 0 auto;
  }
  body.single-media .area-recent-news .block-post {
    position: relative;
    display: block;
    margin: 0 -10px;
  }
  body.single-media .area-recent-news .block-post a {
    display: block;
  }
  body.single-media .area-recent-news .block-post a:nth-child(even) .post .eyecat {
    order: 2;
  }
  body.single-media .area-recent-news .block-post a:nth-child(even) .post .cat {
    left: 10px;
  }
  body.single-media .area-recent-news .block-post a:hover .post-title span {
    color: #fff;
    background: #3377ee;
  }
  body.single-media .area-recent-news .block-post .post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    background: #fff;
  }
  body.single-media .area-recent-news .block-post .eyecat {
    display: block;
    width: 43.5%;
    align-self: stretch;
  }
  body.single-media .area-recent-news .block-post .eyecat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.single-media .area-recent-news .block-post .post-body {
    width: 56.5%;
    align-self: stretch;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  body.single-media .area-recent-news .block-post .cat {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-media .area-recent-news .block-post .meta {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
  }
  body.single-media .area-recent-news .block-post .post-title {
    margin-top: 5px;
    color: #3377ee;
    font-size: 1.1rem;
    line-height: 1.35;
  }
  body.single-media .area-recent-news .block-post .read {
    display: none;
  }
  body.single-media .area-recent-news .block-more .more {
    position: absolute;
    top: 185px;
    left: 75px;
    font-family: "Campton Book", sans-serif;
    color: #000;
  }
  body.single-media .area-recent-news .block-more .more::after {
    content: ' >';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    vertical-align: 1px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-discography .container .container-inr .area-pagetitle,
  body.tax-disco_category .container .container-inr .area-pagetitle,
  body.single-discography .container .container-inr .area-pagetitle {
    height: 200px;
  }
  body.post-type-archive-discography .container .container-inr .area-pagetitle .title,
  body.tax-disco_category .container .container-inr .area-pagetitle .title,
  body.single-discography .container .container-inr .area-pagetitle .title {
    top: 40px;
    width: 365px;
  }
  body.post-type-archive-discography .area-category-link .list,
  body.tax-disco_category .area-category-link .list,
  body.single-discography .area-category-link .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    text-align: center;
  }
  body.post-type-archive-discography .area-category-link .item,
  body.tax-disco_category .area-category-link .item,
  body.single-discography .area-category-link .item {
    width: 100%;
    text-align: center;
  }
  body.post-type-archive-discography .area-category-link a,
  body.tax-disco_category .area-category-link a,
  body.single-discography .area-category-link a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.post-type-archive-discography .area-category-link a:hover,
  body.tax-disco_category .area-category-link a:hover,
  body.single-discography .area-category-link a:hover {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-discography .container .container-inr .area-pagetitle .title,
  body.tax-disco_category .container .container-inr .area-pagetitle .title,
  body.single-discography .container .container-inr .area-pagetitle .title {
    top: 25px;
    width: 228px;
  }
  body.post-type-archive-discography .container .container-inr .area-pagetitle .title::after,
  body.tax-disco_category .container .container-inr .area-pagetitle .title::after,
  body.single-discography .container .container-inr .area-pagetitle .title::after {
    bottom: 5px;
  }
  body.post-type-archive-discography .area-category-link,
  body.tax-disco_category .area-category-link,
  body.single-discography .area-category-link {
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-discography .area-category-link::before,
  body.tax-disco_category .area-category-link::before,
  body.single-discography .area-category-link::before {
    display: block;
    content: 'CATEGORY';
    text-align: center;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    color: #3377ee;
    font-size: 1.2rem;
  }
  body.post-type-archive-discography .area-category-link .list,
  body.tax-disco_category .area-category-link .list,
  body.single-discography .area-category-link .list {
    text-align: center;
    margin: 0 -20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body.post-type-archive-discography .area-category-link .item,
  body.tax-disco_category .area-category-link .item,
  body.single-discography .area-category-link .item {
    display: inline;
    width: 100%;
  }
  body.post-type-archive-discography .area-category-link a,
  body.tax-disco_category .area-category-link a,
  body.single-discography .area-category-link a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-discography .item-term-all a {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.term-single .item-term-single a {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.term-album .item-term-album a {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.term-bluraydvd .item-term-bluraydvd a {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.term-other .item-term-other a {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-discography .item-term-all a {
    color: #3377ee;
  }
  body.term-single .item-term-single a {
    color: #3377ee;
  }
  body.term-album .item-term-album a {
    color: #3377ee;
  }
  body.term-bluraydvd .item-term-bluraydvd a {
    color: #3377ee;
  }
  body.term-other .item-term-other a {
    color: #3377ee;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-discography .area-disco,
  body.tax-disco_category .area-disco {
    padding: 0px 70px 70px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-discography .block-disco,
  body.tax-disco_category .block-disco {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  body.post-type-archive-discography .block-disco::after,
  body.tax-disco_category .block-disco::after {
    content: "";
    display: block;
    width: 310px;
  }
  body.post-type-archive-discography .block-disco a,
  body.tax-disco_category .block-disco a {
    display: block;
    width: 310px;
    margin-top: 50px;
  }
  body.post-type-archive-discography .block-disco a .post .eyecat,
  body.tax-disco_category .block-disco a .post .eyecat {
    display: block;
  }
  body.post-type-archive-discography .block-disco a .post .release,
  body.tax-disco_category .block-disco a .post .release {
    margin-top: 15px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    color: #222;
  }
  body.post-type-archive-discography .block-disco a .post .post-title,
  body.tax-disco_category .block-disco a .post .post-title {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-discography .area-disco,
  body.tax-disco_category .area-disco {
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-discography .area-disco .frame,
  body.tax-disco_category .area-disco .frame {
    margin: 0 -10px;
  }
  body.post-type-archive-discography .block-disco,
  body.tax-disco_category .block-disco {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding-bottom: 80px;
  }
  body.post-type-archive-discography .block-disco a,
  body.tax-disco_category .block-disco a {
    display: flex;
    width: 48%;
    margin-top: 20px;
    box-sizing: border-box;
  }
  body.post-type-archive-discography .block-disco a .post,
  body.tax-disco_category .block-disco a .post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  body.post-type-archive-discography .block-disco a .eyecat,
  body.tax-disco_category .block-disco a .eyecat {
    display: block;
  }
  body.post-type-archive-discography .block-disco a .release,
  body.tax-disco_category .block-disco a .release {
    margin-top: 15px;
    color: #222;
    font-size: 1.2rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
  body.post-type-archive-discography .block-disco a .post-title,
  body.tax-disco_category .block-disco a .post-title {
    font-weight: 700;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  body.single-discography .area-single .post-body {
    padding: 35px 150px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-discography .area-single .post-head {
    position: relative;
    padding: 60px 150px 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-discography .area-single .post-head .category .item {
    display: inline-block;
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
  }
  body.single-discography .area-single .post-head .meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    text-align: right;
    border-bottom: 1px solid #000;
  }
  body.single-discography .area-single .post-head .title {
    padding-top: 5px;
    color: #3377ee;
    font-size: 2.2rem;
  }
  body.single-discography .area-single .post-head .live-meta {
    position: absolute;
    right: 50px;
    top: -110px;
  }
  body.single-discography .area-single .post-head .live-meta .live-date {
    font-size: 5.0rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    text-align: right;
  }
  body.single-discography .area-single .post-head .live-meta .live-place {
    color: #3377ee;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
  }
  body.single-discography .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-discography .post-share .item {
    width: 100%;
  }
  body.single-discography .post-share .item.line {
    display: none;
  }
  body.single-discography .post-share a {
    display: block;
    height: 50px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-discography .post-share a:hover {
    background: linear-gradient(45deg, rgba(115, 151, 223, 0.6), rgba(51, 119, 238, 0.8));
  }
  body.single-discography .post-share .ico {
    display: inline-block;
    position: relative;
    top: 12px;
    width: 26px;
  }
  body.single-discography .post-body .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body.single-discography .post-body .eyecat {
    width: 400px;
  }
  body.single-discography .post-body .block-content {
    width: 355px;
    margin: 0;
    padding: 0;
  }
  body.single-discography .post-body .block-content .info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    border-bottom: 1px solid #aaa;
  }
  body.single-discography .post-body .block-content .editor {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  body.single-discography .nav-index {
    margin-top: 40px;
  }
  body.single-discography .nav-index a {
    display: block;
    margin: 0 auto;
  }
  body.single-discography .nav-index i {
    display: block;
    width: 26px;
    margin: 0 auto;
  }
  body.single-discography .nav-index .text {
    display: block;
    width: 100px;
    margin: 4px auto 0;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body.single-discography .area-single .post-body {
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-discography .area-single .post-body .eyecat {
    margin: 0 -22.5px;
  }
  body.single-discography .area-single .post-head {
    position: relative;
    padding: 60px 0px 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.single-discography .area-single .post-head .category {
    position: absolute;
    right: -10px;
    top: 15px;
    text-align: right;
  }
  body.single-discography .area-single .post-head .category .item {
    display: inline-block;
    color: #222;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
  }
  body.single-discography .area-single .post-head .meta {
    padding: 0px 15px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }
  body.single-discography .area-single .post-head .title {
    margin-top: 2px;
    padding: 0 20px;
    color: #3377ee;
    font-size: 1.5rem;
  }
  body.single-discography .block-content {
    padding: 15px;
  }
  body.single-discography .post-share .list {
    display: flex;
    flex-direction: row;
  }
  body.single-discography .post-share .item {
    width: 100%;
  }
  body.single-discography .post-share a {
    display: block;
    height: 40px;
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(204, 204, 204, 0.6));
  }
  body.single-discography .post-share .ico {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 22px;
  }
  body.single-discography .post-body {
    padding-bottom: 25px;
  }
  body.single-discography .info {
    margin: 12px 20px 0;
    padding-top: 12px;
    font-size: 1.1rem;
    border-top: 1px solid #222;
  }
  body.single-discography .block-content .editor {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.single-discography .nav-index {
    margin-top: 25px;
  }
  body.single-discography .nav-index a {
    display: block;
    margin: 0 auto;
  }
  body.single-discography .nav-index i {
    display: block;
    width: 26px;
    margin: 0 auto;
  }
  body.single-discography .nav-index .text {
    display: block;
    width: 100px;
    margin: 4px auto 0;
    color: #222;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Campton Book", sans-serif;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  body.page-profile .container .container-inr .area-pagetitle {
    height: 200px;
  }
  body.page-profile .container .container-inr .area-pagetitle .title {
    top: 53px;
    width: 238px;
  }
}

@media screen and (max-width: 767px) {
  body.page-profile .container .container-inr .area-pagetitle .title {
    top: 25px;
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  body.page-profile .area-pagetitle,
  body.page-profile .area-profile {
    transition: background 0.4s;
  }
  body.page-profile .area-profile {
    background: rgba(255, 255, 255, 0.85);
  }
  body.page-profile .eyecat-outer {
    width: 1100px;
    height: 700px;
  }
  body.page-profile .eyecat {
    width: 1100px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 1s;
  }
  body.page-profile .fixed .area-pagetitle,
  body.page-profile .fixed .area-profile {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-profile .fixed .eyecat {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(1.05);
  }
  body.page-profile .fixed .profile-body .heading {
    color: #fff;
    transition: color 1s;
  }
  body.page-profile .fixed .profile-body .editor {
    color: #fff;
    transition: color 1s;
  }
  body.page-profile .profile-body {
    position: relative;
    padding: 50px 150px 80px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  body.page-profile .profile-body .heading {
    font-weight: 700;
  }
  body.page-profile .profile-body p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  body.page-profile .area-pagetitle,
  body.page-profile .area-profile {
    transition: background 0.4s;
  }
  body.page-profile .eyecat-outer {
    position: relative;
    width: calc(100vw - 44px);
    height: 0;
    padding-top: 56.25%;
  }
  body.page-profile .eyecat {
    position: absolute;
    top: 0;
    width: calc(100vw - 44px);
    height: 0;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 1s;
  }
  body.page-profile .fixed .area-pagetitle,
  body.page-profile .fixed .area-profile {
    background: rgba(0, 0, 0, 0.5);
  }
  body.page-profile .fixed .eyecat {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(1.05);
  }
  body.page-profile .fixed .profile-body .heading {
    color: #fff;
    transition: color 1s;
  }
  body.page-profile .fixed .profile-body .editor {
    color: #fff;
    transition: color 1s;
  }
  body.page-profile .area-profile {
    background: rgba(255, 255, 255, 0.85);
  }
  body.page-profile .profile-body {
    position: relative;
    padding: 15px 15px 60px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  body.page-profile .profile-body .heading {
    font-weight: 700;
  }
  body.page-profile .profile-body p {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-movie .container .container-inr .area-pagetitle,
  body.single-movie .container .container-inr .area-pagetitle {
    height: 180px;
  }
  body.post-type-archive-movie .container .container-inr .area-pagetitle .title,
  body.single-movie .container .container-inr .area-pagetitle .title {
    top: 60px;
    width: 215px;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-movie .container .container-inr .area-pagetitle .title,
  body.single-movie .container .container-inr .area-pagetitle .title {
    top: 33px;
    width: 124px;
  }
}

@media screen and (min-width: 768px) {
  body.post-type-archive-movie .block-movie {
    padding: 10px 0 150px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-movie .post {
    width: 640px;
    margin: 30px auto 0;
  }
  body.post-type-archive-movie .post:first-child {
    margin-top: 0;
  }
  body.post-type-archive-movie .post .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  body.post-type-archive-movie .post .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.post-type-archive-movie .block-movie {
    padding: 0px 0 25px;
    background: rgba(255, 255, 255, 0.85);
  }
  body.post-type-archive-movie .post {
    width: auto;
    margin: 16px -10px 0;
  }
  body.post-type-archive-movie .post:first-child {
    margin-top: 0;
  }
  body.post-type-archive-movie .post .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  body.post-type-archive-movie .post .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
    visibility: hidden;
  }
  .hidden-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
    visibility: hidden;
  }
  .hidden-pc {
    display: block;
  }
}
