@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  font-size: 62.5%; }

/* apply a natural box layout model to all elements, but allowing components to change */
*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 追加
----------------------------*/
ul, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

/*! theme css */
/* common - 基本
-------------------------------------------------*/
body,
html {
  width: 100%;
  height: 100%; }

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 50%; } }
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* 表示・非表示
------------------------*/
@media (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
@media (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
/* リンク
------------------------*/
a {
  display: inline-block;
  transition: 0.2s;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem; }

/* header
-------------------------------------------------*/
header {
  padding: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 1000; }
  header .logo {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    position: relative;
    z-index: 1001; }

@media (max-width: 768px) {
  .header-logo img {
    width: auto;
    height: 32px; } }
@media (min-width: 992px) {
  header {
    padding: 22px 44px; } }
/* nav
-------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.menu-main-nav-box {
  width: 310px;
  height: 100%;
  overflow-y: scroll;
  background: #FFF;
  position: fixed;
  top: 0;
  right: -310px;
  text-align: left;
  transition: .2s;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .menu-main-nav-box #menu-main-nav {
    margin-top: 80px; }
  .menu-main-nav-box .menu-main-nav-wrap, .menu-main-nav-box .menu-main-nav-container, .menu-main-nav-box ul {
    width: 100%; }
  .menu-main-nav-box li {
    display: block; }
    .menu-main-nav-box li a {
      width: 100%;
      display: inherit;
      padding: 14px 40px;
      text-decoration: none;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 24px;
      font-size: 2.4rem; }
      .menu-main-nav-box li a:hover {
        color: #33CACA; }
  .menu-main-nav-box.open {
    right: 0; }
  .menu-main-nav-box .sub-menu {
    display: none; }
    .menu-main-nav-box .sub-menu li a {
      padding: 10px 40px;
      font-size: 18px;
      font-size: 1.8rem; }
      .menu-main-nav-box .sub-menu li a:hover {
        color: #33CACA; }

.menu-item-has-children a {
  position: relative; }
  .menu-item-has-children a::after {
    font-family: ff-sans;
    content: "+";
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    top: 50%;
    right: 16px;
    font-weight: normal;
    margin-top: -12px; }
  .menu-item-has-children a.open::after {
    content: "×"; }
.menu-item-has-children li a::after {
  display: none; }

@media (max-width: 768px) {
  .menu-item-has-children a::after {
    right: 6px; } }
@media (max-width: 768px) {
  .menu-main-nav-box {
    width: 240px;
    right: -240px; }
    .menu-main-nav-box #menu-main-nav {
      margin-top: 60px; }
    .menu-main-nav-box li a {
      padding: 8px 20px;
      font-size: 20px;
      font-size: 2rem; }
      .menu-main-nav-box li a.hover {
        color: #33CACA; }
    .menu-main-nav-box .sub-menu li a {
      padding: 10px 20px; }
      .menu-main-nav-box .sub-menu li a.hover {
        color: #33CACA; } }
/* mobile-btn */
.mobile-menu-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  padding: 0; }
  .mobile-menu-btn .mobile-menu-btn-wrapper {
    display: block;
    padding: 18px;
    height: inherit; }
  .mobile-menu-btn .mobile-menu-bar {
    position: relative;
    display: block;
    height: 100%; }
  .mobile-menu-btn p {
    padding-top: 22px;
    font-weight: normal; }
    .mobile-menu-btn p span:last-child {
      display: none; }
  .mobile-menu-btn .border {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000; }
    .mobile-menu-btn .border:nth-of-type(1) {
      top: 0px; }
    .mobile-menu-btn .border:nth-of-type(2) {
      top: 10px; }
      .mobile-menu-btn .border:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background-color: #000;
        transition: all .2s; }
    .mobile-menu-btn .border:nth-of-type(3) {
      bottom: 0; }
  .mobile-menu-btn.open .mobile-menu-bar .border {
    background-color: #33CACA; }
    .mobile-menu-btn.open .mobile-menu-bar .border:after {
      background-color: #33CACA; }
    .mobile-menu-btn.open .mobile-menu-bar .border:nth-of-type(1) {
      transform: translateY(20px) scale(0); }
    .mobile-menu-btn.open .mobile-menu-bar .border:nth-of-type(2) {
      transform: rotate(-45deg); }
    .mobile-menu-btn.open .mobile-menu-bar .border:nth-of-type(2)::after {
      transform: rotate(90deg); }
    .mobile-menu-btn.open .mobile-menu-bar .border:nth-of-type(3) {
      transform: translateY(-20px) scale(0); }
  .mobile-menu-btn.open p span:first-child {
    display: none; }
  .mobile-menu-btn.open p span:last-child {
    display: block; }

@media (min-width: 769px) {
  .mobile-menu-btn.open {
    margin-right: 14px; }
  .mobile-menu-btn:hover .border {
    background-color: #33CACA; }
    .mobile-menu-btn:hover .border:nth-of-type(2)::after {
      background-color: #33CACA; } }
@media (min-width: 992px) {
  .mobile-menu-btn {
    top: 16px;
    right: 20px; } }
/* sns*/
.sns {
  padding-bottom: 40px;
  padding-right: 40px; }
  .sns a {
    color: #989898;
    font-size: 30px;
    font-size: 3rem; }

@media (max-width: 991px) {
  .sns a {
    padding: 0; } }
@media (max-width: 768px) {
  .sns {
    padding-right: 20px; }
    .sns a.hover {
      color: #33CACA; } }
@media (min-width: 769px) {
  .sns a:hover {
    color: #33CACA; } }
@media (min-width: 992px) {
  .sns a {
    color: #989898; } }
/* #contents
-------------------------------------------------*/
#contents {
  padding-top: 90px;
  min-height: calc(100vh - 115px); }

h1 {
  font-family: "Oswald", sans-serif; }

@media (max-width: 768px) {
  #contents {
    padding-top: 60px;
    min-height: calc(100vh - 138px); } }
/* footer
-------------------------------------------------*/
footer {
  background: #333;
  color: #FFF;
  padding: 10px;
  margin-top: 80px; }

.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em; }

/* page-top
-------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900; }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background: #333; }
    .pagetop a:after {
      content: "";
      display: inline-block;
      border-top: 3px solid #FFF;
      border-left: 3px solid #FFF;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -7px;
      transition: 0.2s; }
    .pagetop a.hover {
      background-color: #33CACA; }
      .pagetop a.hover:after {
        top: 40%; }

@media (min-width: 769px) {
  .pagetop {
    right: 40px;
    bottom: 40px; }
    .pagetop a:hover {
      background-color: #33CACA; }
      .pagetop a:hover:after {
        top: 44%; } }
.btn {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  overflow: hidden; }
  .btn:after {
    content: "";
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    transition: 0.2s; }
  .btn.hover {
    color: #FFF; }

@media (min-width: 769px) {
  .btn:hover {
    color: #FFF; } }
.inner-base {
  width: 80%;
  margin: 0 auto;
  position: relative; }

@media (min-width: 992px) {
  .inner-base {
    width: 860px; } }
.content-w-1000 {
  width: 1000px;
  margin: 0 auto; }

@media (max-width: 991px) {
  .content-w-1000 {
    width: 100%; } }
/* フルスクリーン
-------------------------------------------------*/
body.fullscreen {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

#contents.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: inherit;
  height: 100%;
  padding-top: 0; }
  #contents.fullscreen + footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }

/* 2カラム
-------------------------------------------------*/
.col-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

@media (max-width: 767px) {
  .col-2 {
    display: block; } }
.col-left {
  width: 75%; }

.col-right {
  width: 25%;
  padding-left: 60px; }

@media (max-width: 767px) {
  .col-left {
    width: 100%;
    margin-bottom: 60px; }

  .col-right {
    width: 100%;
    padding-left: 0; } }
/* 基本の文章
-------------------------------------------------*/
h1 {
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem; }

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

.date {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #B2B2B2;
  letter-spacing: 0.05em; }

.contents-txt h3 {
  font-size: 26px;
  font-size: 2.6rem;
  border-left: none;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 14px 28px 14px 0;
  margin-bottom: 44px; }
  .contents-txt h3:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 40px;
    bottom: -1px;
    left: 0; }
.contents-txt h4 {
  font-size: 22px;
  font-size: 2.2rem; }
.contents-txt h5 {
  font-size: 18px;
  font-size: 1.8rem; }
.contents-txt h6 {
  font-size: 16px;
  font-size: 1.6rem; }
.contents-txt .main-txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4em; }
.contents-txt .txt-center p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold; }
.contents-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
  margin-bottom: 40px; }
.contents-txt ol, .contents-txt ul {
  margin-bottom: 20px; }
  .contents-txt ol li, .contents-txt ul li {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 4px; }
.contents-txt ul li {
  padding-left: 12px; }
  .contents-txt ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #33CACA;
    top: 0.5em;
    left: 0; }
.contents-txt ol li {
  list-style-type: decimal; }
.contents-txt table {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px; }
  .contents-txt table tr {
    border-top: 1px solid #eaeaea; }
  .contents-txt table td {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: top;
    padding: 10px; }
    .contents-txt table td:first-child {
      font-weight: bold; }
    .contents-txt table td p {
      line-height: 1.6em;
      margin-bottom: 0; }
    .contents-txt table td ul {
      margin-bottom: 0; }
.contents-txt a {
  color: #33CACA;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .contents-txt h1 {
    margin-bottom: 0; }
  .contents-txt h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 0 4px 0;
    margin-bottom: 22px; }
  .contents-txt .main-txt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -1px; }
  .contents-txt .txt-center p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold; }
  .contents-txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em; }
  .contents-txt ol li, .contents-txt ul li {
    font-size: 14px;
    font-size: 1.4rem; }
  .contents-txt .date {
    margin-bottom: 20px; }
  .contents-txt table td {
    font-size: 14px;
    font-size: 1.4rem; } }
@media (max-width: 768px) {
  .contents-txt a.hover {
    color: #666; } }
@media (min-width: 769px) {
  .contents-txt a:hover {
    color: #666; } }
/* #news
-------------------------------------------------*/
.visual-main {
  width: 100%;
  background: #f2f2f2; }

@media (min-width: 769px) {
  .visual-main {
    height: calc(100% - 90px) !important;
    margin-top: 90px; } }
@media (max-width: 768px) {
  .visual-main {
    margin-top: 62px;
    padding-top: 70%; } }
.vegas-animation-crossFade {
  animation: crossFade ease-out; }

@keyframes crossFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.vegas-animation-zoomOut {
  animation: zoomOut ease-out;
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@keyframes zoomOut {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.vegas-animation-zoomIn {
  animation: zoomIn ease-out;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@keyframes zoomIn {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
/* #news
-------------------------------------------------*/
h1 {
  font-size: 20px;
  font-size: 2rem; }

.news-list li {
  padding-right: 70px;
  margin-right: 60px;
  border-right: 1px solid #E5E5E5;
  width: 50%; }
  .news-list li:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0; }
.news-list h2 {
  background: #d1efed;
  font-weight: normal;
  letter-spacing: 0.15em;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
  transition: 0.2s;
  text-align: justify;
  position: relative; }
  .news-list h2:after {
    content: "";
    height: 0; }
.news-list .date {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #B2B2B2; }
.news-list a {
  text-decoration: none; }

@media (max-width: 767px) {
  .news-list h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  .news-list li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%; }
  .news-list a.hover h2 {
    color: #FFF;
    background: #33CACA; } }
@media (min-width: 769px) {
  .news-list a:hover h2 {
    color: #FFF;
    background: #33CACA; } }
.more {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em; }
  .more a {
    text-decoration: none;
    color: #989898;
    position: relative;
    padding-right: 10px;
    text-align: right; }
    .more a:after {
      content: "";
      display: inline-block;
      border-top: 1px solid #989898;
      border-right: 1px solid #989898;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -4px;
      transition: 0.2s; }
    .more a:hover {
      color: #33CACA; }
      .more a:hover:after {
        border-color: #33CACA;
        right: -2px; }

@media (max-width: 767px) {
  .news.pd-off {
    padding: 0; }

  .more {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    top: auto;
    right: auto; } }
.home .news {
  padding: 30px 0 0; }
.home footer {
  margin-top: 40px; }

@media (min-width: 769px) {
  .home .news {
    padding: 40px 0 0; }
  .home .news-list li:last-child {
    margin-bottom: 0; }
  .home .more {
    position: absolute;
    top: 40px;
    right: 0; }
    .home .more.clear {
      position: relative;
      top: auto;
      right: auto; } }
/* スクロールアイコン */
.btn-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 1.4rem;
  width: 48px;
  margin-left: -24px;
  letter-spacing: 0.05em;
  text-align: center; }

.btn-scroll a {
  color: #FFF;
  position: relative;
  padding-top: 40px;
  font-family: "Oswald", sans-serif;
  text-decoration: none; }

.btn-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-left: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-6px, 6px);
    opacity: 0; } }
@media (max-width: 768px) {
  .btn-scroll {
    display: none; } }
@media (min-width: 769px) {
  .btn-scroll a:hover {
    color: #33CACA; }
    .btn-scroll a:hover span {
      border-left: 4px solid #33CACA;
      border-bottom: 4px solid #33CACA; } }
/* #news - 一覧
-------------------------------------------------*/
.news-list-box li {
  border-bottom: none;
  width: 100%;
  border-right: none;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0; }
.news-list-box h2, .news-list-box p {
  display: inline-block; }
.news-list-box h2 {
  margin-left: 80px; }
.news-list-box .date {
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 768px) {
  .news-list-box h2 {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .news-list-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .news-list-box h1 {
      margin-top: -0.3em; }
    .news-list-box ul {
      padding-left: 6%; } }
@media (min-width: 992px) {
  .news-list-box {
    width: 800px; } }
/* page-common
-------------------------------------------------*/
.visual-page {
  background: #f1f1f1;
  height: 400px;
  margin-bottom: 54px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .visual-page + h1 {
    text-align: center; }

@media (max-width: 767px) {
  .visual-page {
    height: 200px;
    margin-bottom: 30px; } }
.page-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 60px;
  font-weight: normal; }
  .page-title.mb30 {
    margin-bottom: 30px; }
  .page-title span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 10px; }

@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px; } }
.page strong {
  background: #cbe8e8;
  font-weight: normal; }

/* profile
-------------------------------------------------*/
.profile {
  margin-bottom: 60px; }
  .profile.col-2 {
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse; }

.base-inner.profile {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .profile.col-2 {
    display: block; } }
.profile-txt,
.profile-image {
  width: 50%; }

.profile-txt-inner {
  padding: 10%; }

.profile-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  background: #efefef; }
  .profile-txt .page-title {
    margin-bottom: 20px; }
    .profile-txt .page-title span {
      display: block;
      margin-left: 0; }
  .profile-txt p {
    text-align: justify; }

.profile-image {
  height: auto;
  margin-bottom: 0;
  background-position: center top;
  height: auto; }

@media (max-width: 767px) {
  .profile {
    margin-bottom: 40px; }

  .profile-txt,
  .profile-image {
    width: 100%; }

  .profile-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px; }

  .profile-image {
    height: 300px; } }
.wp-audio-shortcode {
  width: 240px !important; }

.voice-sample h2 {
  font-weight: normal; }
.voice-sample table {
  width: 50%; }
  .voice-sample table:first-child {
    border-right: 1px solid #e5e5e5; }
  .voice-sample table:last-child {
    margin-left: 50px; }
  .voice-sample table td {
    padding: 6px; }
    .voice-sample table td:first-child {
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-size: 2rem; }
    .voice-sample table td:nth-child(2) {
      font-size: 18px;
      font-size: 1.8rem; }

@media (max-width: 768px) {
  .wp-audio-shortcode {
    width: 40px !important;
    min-width: 40px; } }
@media (max-width: 767px) {
  .voice-sample table {
    width: 100%; }
    .voice-sample table:first-child {
      border-right: none; }
    .voice-sample table:last-child {
      margin-left: 0; }
    .voice-sample table td {
      padding: 2px; }
      .voice-sample table td:first-child {
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-size: 1.6rem; }
      .voice-sample table td:nth-child(2) {
        font-size: 16px;
        font-size: 1.6rem;
        white-space: nowrap; }
      .voice-sample table td:last-child {
        text-align: right; } }
@media (max-width: 992px) {
  .content-w-1000 {
    width: 100%;
    padding: 0 8%; } }
/* DISCOGRAPHY
-------------------------------------------------*/
.discography-cat {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  display: block;
  border-bottom: 2px solid #000;
  font-weight: normal;
  margin-bottom: 50px; }
  .discography-cat span {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 10px;
    font-weight: bold; }

.discography-list .discography-list-box {
  margin-bottom: 70px; }

.discography-img {
  width: 436px;
  text-align: center; }
  .discography-img img {
    width: 100%;
    height: auto; }

.discography-txt {
  padding-left: 48px; }
  .discography-txt .release {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    line-height: 1; }
  .discography-txt h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 14px; }
  .discography-txt h4 {
    font-size: 14px;
    font-size: 1.4rem; }
  .discography-txt p, .discography-txt li, .discography-txt a {
    font-size: 14px;
    font-size: 1.4rem; }
  .discography-txt p {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8em; }
  .discography-txt ol {
    padding-left: 2em; }
    .discography-txt ol li {
      margin-bottom: 4px;
      list-style: decimal; }

@media (max-width: 767px) {
  .discography-img {
    width: auto;
    margin-bottom: 10px; }
    .discography-img img {
      width: 100%;
      height: auto; }

  .discography-txt {
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .discography-img {
    width: 40%; }
    .discography-img img {
      width: 100%;
      height: auto; }

  .discography-txt {
    width: 60%; } }
@media (min-width: 992px) {
  .discography-txt {
    width: 424px; } }
/* fanclub
-------------------------------------------------*/
.fanclub {
  width: 900px;
  margin: 0 auto; }
  .fanclub .page-title-leaf {
    text-align: center;
    margin-bottom: 60px; }
    .fanclub .page-title-leaf h2 {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: normal;
      display: inline-block;
      padding: 0 40px;
      background-image: url(images/common/h2-bg-l.svg), url(images/common/h2-bg-r.svg);
      background-repeat: no-repeat;
      background-position: left center,right center; }
  .fanclub .bdb-bk {
    border-bottom: 2px solid #000;
    margin-bottom: 60px; }
  .fanclub .ff-serif {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    .fanclub .ff-serif p {
      font-size: 20px;
      font-size: 2rem; }
  .fanclub ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 40px; }
    .fanclub ol li {
      width: 48%;
      list-style: none;
      border: 1px solid #33CACA;
      text-align: center;
      margin-bottom: 40px !important;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  .fanclub .ff-serif p {
    font-size: 14px;
    font-size: 1.4rem; }
  .fanclub .page-title-leaf {
    margin-bottom: 10px; }
    .fanclub .page-title-leaf h2 {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 0 30px;
      background-size: auto 100%; }
  .fanclub ol {
    display: block; }
    .fanclub ol li {
      margin-bottom: 20px !important;
      width: 100%;
      padding: 0 4%; } }
@media (max-width: 991px) {
  .fanclub {
    width: 100%; }
    .fanclub ol li img {
      width: 100%;
      height: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fanclub {
    width: 100%;
    margin: 0 auto; }
    .fanclub ol li {
      padding: 0 4%;
      width: 48%; }
      .fanclub ol li img {
        width: 100%;
        height: auto; } }
/* blog
-------------------------------------------------*/
.blog-title {
  position: relative;
  margin-bottom: 18px; }
  .blog-title h1, .blog-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    display: block;
    padding-right: 150px;
    line-height: 1.4em;
    margin-bottom: 4px; }
  .blog-title .date {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #B2B2B2;
    letter-spacing: 0.05em; }
  .blog-title .date-icon {
    position: absolute;
    top: 0;
    right: 0; }
    .blog-title .date-icon p {
      display: inline-block; }
    .blog-title .date-icon .blogcat {
      color: #b1b1b1;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      margin-left: 10px; }

@media (max-width: 767px) {
  .blog-title h1, .blog-title h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 0;
    line-height: 1.4em; }
  .blog-title .date {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-size: 1.3rem; }
  .blog-title .date-icon {
    position: relative;
    top: auto;
    right: auto; } }
.blog-list {
  margin-bottom: 60px; }

.blog-txt {
  margin-bottom: 40px; }
  .blog-txt img.size-full {
    width: 100%;
    height: auto; }
  .blog-txt h2, .blog-txt h3, .blog-txt h4, .blog-txt h5, .blog-txt h6 {
    margin-bottom: 10px; }
  .blog-txt h2 {
    font-size: 20px;
    font-size: 2rem; }
  .blog-txt h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .blog-txt h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  .blog-txt h5 {
    font-size: 14px;
    font-size: 1.4rem; }
  .blog-txt h6 {
    font-size: 12px;
    font-size: 1.2rem; }
  .blog-txt p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8em; }
  .blog-txt ul {
    margin-bottom: 20px; }
    .blog-txt ul li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8em;
      position: relative;
      padding-left: 14px; }
      .blog-txt ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 4px;
        background-color: #33CACA;
        display: inline-block;
        margin-right: 8px;
        position: absolute;
        top: 0.9em;
        left: 0;
        margin-top: -3px; }
  .blog-txt ol {
    margin-bottom: 20px; }
    .blog-txt ol li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8em;
      list-style: decimal; }
  .blog-txt a {
    color: #33CACA;
    font-weight: bold;
    padding: 0 4px; }
  .blog-txt .btn-more {
    background: #33CACA;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px; }
    .blog-txt .btn-more:hover {
      background: #000; }

@media (max-width: 768px) {
  .blog-txt .wp-caption {
    width: 100% !important;
    height: auto; }
    .blog-txt .wp-caption .wp-caption-text {
      font-size: 10px;
      font-size: 1rem; } }
.single-pagelink {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .single-pagelink span {
    display: table-cell;
    vertical-align: middle;
    padding: 2px; }
    .single-pagelink span a {
      padding: 10px;
      display: block;
      line-height: 1;
      text-decoration: none;
      border: 1px solid #4d4d4d; }
      .single-pagelink span a:hover {
        border: 1px solid #33CACA;
        background: #33CACA;
        color: #FFF; }
  .single-pagelink .next, .single-pagelink .prev {
    position: relative;
    width: 40px; }
    .single-pagelink .next a:after, .single-pagelink .prev a:after {
      content: "";
      display: inline-block;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      transition: 0.2s; }
  .single-pagelink .next a {
    padding-left: 22px; }
    .single-pagelink .next a:after {
      border-bottom: 1px solid #989898;
      border-left: 1px solid #989898;
      left: 10px; }
    .single-pagelink .next a:hover:after {
      border-bottom: 1px solid #FFF;
      border-left: 1px solid #FFF; }
  .single-pagelink .prev a {
    padding-right: 22px; }
    .single-pagelink .prev a:after {
      border-top: 1px solid #989898;
      border-right: 1px solid #989898;
      right: 10px; }
    .single-pagelink .prev a:hover:after {
      border-top: 1px solid #FFF;
      border-right: 1px solid #FFF; }

/* .sidebar.blog */
.sidebar.blog h2 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  display: block;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 10px;
  margin-bottom: 14px; }
.sidebar.blog ul {
  margin-bottom: 38px; }
.sidebar.blog li, .sidebar.blog a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666; }
.sidebar.blog a {
  text-decoration: none;
  padding: 4px; }
  .sidebar.blog a:hover {
    color: #33CACA; }

@media (max-width: 767px) {
  .sidebar.blog ul {
    margin-bottom: 38px; }
  .sidebar.blog li, .sidebar.blog a {
    font-size: 14px;
    font-size: 1.4rem; } }
/* gallery
-------------------------------------------------*/
.gallery-list {
  margin-bottom: 30px !important; }
  .gallery-list .blog-title {
    margin-bottom: 12px !important; }
    .gallery-list .blog-title .date {
      color: #000;
      margin-right: 12px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: normal !important; }

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: -2px; }
  .gallery .gallery-item {
    margin: 0 2px !important; }
  .gallery a {
    padding: 0 !important; }
  .gallery img {
    border: none !important; }
  .gallery .gallery-caption {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #999;
    font-weight: bold; }

@media (max-width: 767px) {
  .gallery br {
    display: none; }
  .gallery .gallery-item {
    width: 32% !important; }
  .gallery img {
    width: 100% !important;
    height: auto; } }
@media (max-width: 767px) {
  .browsercaution div {
    text-align: center;
    background: #ffe7e7;
    color: #F00;
    margin-bottom: 20px;
    padding: 4px; } }
/* .colorBox
-------------------------------------------------*/
.cboxPhoto {
  width: auto !important;
  max-height: 580px; }

@media (max-width: 767px) {
  .cboxPhoto {
    max-width: 280px !important;
    height: auto !important; } }
/* .wp-pagenavi
-------------------------------------------------*/
.wp-pagenavi {
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center; }
  .wp-pagenavi a, .wp-pagenavi .current {
    background: #FFF;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 14px;
    margin: 2px;
    border: 1px solid #4d4d4d; }
  .wp-pagenavi a {
    position: relative;
    text-decoration: none; }
    .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
      border: none; }
    .wp-pagenavi a.previouspostslink:after, .wp-pagenavi a.nextpostslink:after {
      display: inline-block;
      border-top: 1px solid #4d4d4d;
      border-right: 1px solid #4d4d4d;
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      margin-top: -5px; }
    .wp-pagenavi a.previouspostslink {
      padding-left: 18px; }
      .wp-pagenavi a.previouspostslink:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        left: 50%;
        margin-left: -2px; }
      .wp-pagenavi a.previouspostslink:hover::after {
        border-top: 1px solid #33CACA;
        border-right: 1px solid #33CACA; }
    .wp-pagenavi a.nextpostslink {
      padding-right: 18px; }
      .wp-pagenavi a.nextpostslink:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 50%;
        margin-right: -2px; }
      .wp-pagenavi a.nextpostslink:hover::after {
        border-top: 1px solid #33CACA;
        border-right: 1px solid #33CACA; }
    .wp-pagenavi a:hover.previouspostslink, .wp-pagenavi a:hover.nextpostslink {
      background: none;
      border: none; }
  .wp-pagenavi a:hover, .wp-pagenavi .current {
    background: #33CACA;
    border: 1px solid #33CACA;
    color: #FFF; }

@media (max-width: 767px) {
  .wp-pagenavi {
    text-align: center;
    padding-top: 40px; }
    .wp-pagenavi a, .wp-pagenavi .current {
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block; } }
/* coming soon
-------------------------------------------------*/
.comingsoon {
  background: url(images/home/visual-main-3.jpg) right bottom no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative; }
  .comingsoon .overlay {
    width: inherit;
    height: inherit;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .comingsoon .comingsoon-txt {
    position: relative;
    z-index: 10;
    color: #FFF;
    text-align: center; }
    .comingsoon .comingsoon-txt h1 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 0;
      border-bottom: 1px solid #FFF;
      display: inline-block; }
    .comingsoon .comingsoon-txt p {
      font-size: 100px;
      font-size: 10rem;
      font-family: "Oswald", sans-serif;
      margin-bottom: 40px; }

@media (max-width: 767px) {
  .comingsoon {
    background-position: center center; }
    .comingsoon .comingsoon-txt h1 {
      font-size: 20px;
      font-size: 2rem; }
    .comingsoon .comingsoon-txt p {
      font-size: 50px;
      font-size: 5rem;
      margin-bottom: 20px; } }
/* back-link
-------------------------------------------------*/
.back-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #FFF;
  border-radius: 30px; }
  .back-link li {
    width: 50%; }
    .back-link li:first-child {
      border-right: 1px solid #FFF; }
      .back-link li:first-child a {
        border-radius: 30px 0 0 30px; }
        .back-link li:first-child a:after {
          border-bottom: 1px solid #fff;
          border-left: 1px solid #fff;
          left: 20px; }
    .back-link li:last-child a {
      border-radius: 0 30px 30px 0; }
      .back-link li:last-child a:after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        right: 20px; }
  .back-link a {
    display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.1em; }
    .back-link a:after {
      display: inline-block;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      transition: 0.2s; }

@media (max-width: 768px) {
  .back-link li:first-child a.hover:after {
    left: 14px; }
  .back-link li:last-child a.hover:after {
    right: 14px; }
  .back-link a.hover {
    letter-spacing: 0.2em;
    background: #33CACA; } }
@media (min-width: 769px) {
  .back-link li:first-child a:hover:after {
    left: 14px; }
  .back-link li:last-child a:hover:after {
    right: 14px; }
  .back-link a:hover {
    letter-spacing: 0.2em;
    background: #33CACA; } }
/* error
-------------------------------------------------*/
.error {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  text-align: center; }
  .error h1 {
    font-size: 38px;
    font-size: 3.8rem; }
  .error p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: 2em; }
  .error .back-link {
    border: 1px solid #4d4d4d; }
    .error .back-link li {
      width: 50%; }
      .error .back-link li:first-child {
        border-right: 1px solid #4d4d4d; }
        .error .back-link li:first-child a:after {
          border-bottom: 1px solid #4d4d4d;
          border-left: 1px solid #4d4d4d; }
      .error .back-link li:last-child a:after {
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d; }
      .error .back-link li:hover:first-child a:after {
        border-bottom: 1px solid #FFF;
        border-left: 1px solid #FFF; }
      .error .back-link li:hover:last-child a:after {
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .error .back-link a {
      color: #4d4d4d; }

@media (max-width: 768px) {
  .error .back-link li.hover:first-child a:after {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF; }
  .error .back-link li.hover:last-child a:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF; }
  .error .back-link a.hover {
    background: #33CACA;
    color: #FFF; } }
@media (min-width: 769px) {
  .error .back-link li:hover:first-child a:after {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF; }
  .error .back-link li:hover:last-child a:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF; }
  .error .back-link a:hover {
    background: #33CACA;
    color: #FFF; } }
.post-password-form {
  text-align: center;
  width: 320px;
  margin: 0 auto; }
  .post-password-form p {
    text-align: center; }
  .post-password-form .dlpass,
  .post-password-form .dlpass-btn {
    display: block;
    width: 100%; }
  .post-password-form .dlpass {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 24px;
    padding: 3px;
    margin: 2px 6px 16px 0; }
  .post-password-form .dlpass-btn {
    height: 50px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    background: #33CACA;
    text-shadow: none;
    color: #FFF;
    font-weight: bold; }

.download ul {
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1; }
  .download ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0 !important; }
    .download ul li::before {
      display: none !important; }
.download .wpdm-link-tpl .pull-left {
  display: none; }
.download .wpdm-link-tpl .media-body {
  display: table;
  width: 100%;
  padding: 16px 0; }
  .download .wpdm-link-tpl .media-body .ptitle,
  .download .wpdm-link-tpl .media-body div {
    display: table-cell;
    vertical-align: middle; }
  .download .wpdm-link-tpl .media-body .ptitle {
    width: 80%;
    border-left: 3px solid #33CACA;
    padding-left: 10px;
    box-sizing: border-box; }
  .download .wpdm-link-tpl .media-body div {
    width: 20%;
    text-align: right; }
  .download .wpdm-link-tpl .media-body .ptitle {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1; }
.download .wpdm-link-tpl .label {
  background-color: transparent;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block; }
.download .wpdm-link-tpl .wpdm-download-link {
  font-family: "Oswald", sans-serif;
  background: url(images/page/icon-download-s.png) left center no-repeat;
  padding-left: 20px;
  font-weight: normal; }
  .download .wpdm-link-tpl .wpdm-download-link:hover {
    background-image: url(images/page/icon-download-s_on.png); }

@media (max-width: 767px) {
  .download ul {
    width: 90%;
    margin: 0 auto; }
  .download .wpdm-link-tpl .media-body .ptitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em; } }
