@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: bold;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1170px;
  --col-gutter: 50px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  display: inline-block;
  word-break: break-word;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ===== @class ===== */
.l-con {
  margin: 0 auto;
  max-width: calc( 1170px + 50px);
  padding: 0 calc( 50px / 2);
}
@media only screen and (max-width: 767px) {
  .l-con {
    max-width: calc(100%);
  }
}
.l-con .l-con-right {
  margin-left: calc((100vw - 1170px + 50px) / 2);
  padding: 0 calc( 50px / 2);
}
.l-con .l-con-left {
  margin-right: calc((100vw - 1170px + 50px) / 2);
  padding: 0 calc( 50px / 2);
}
@media only screen and (max-width: 1350px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-full {
    margin-left: calc( 50px / -2);
    margin-right: calc( 50px / -2);
  }
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc( 50px / -2);
  margin-right: calc( 50px / -2);
}

.l-full {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class*="-col-"] {
  position: relative;
  font-size: 10px;
}

.l-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 50px);
}

.l-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 50px);
}

.l-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 50px);
}

.l-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 50px);
}

.l-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 50px);
}

.l-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 6)) - 50px);
}

.l-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 50px);
}

.l-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 50px);
}

.l-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 50px);
}

.l-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 50px);
}

.l-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 50px);
}

.l-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 50px - 0.1px);
  margin: 0 calc( 50px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 50px);
}

.l-col-auto {
  flex: 1;
  margin: 0 calc( 50px / 2);
}

.l-tile-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-col-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1) + calc( 50px / 2)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2) + calc( 50px / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3) + calc( 50px / 2)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4) + calc( 50px / 2)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5) + calc( 50px / 2)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6) + calc( 50px / 2)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7) + calc( 50px / 2)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8) + calc( 50px / 2)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9) + calc( 50px / 2)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10) + calc( 50px / 2)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11) + calc( 50px / 2)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12) + calc( 50px / 2)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1) + calc( 50px / 2)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2) + calc( 50px / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3) + calc( 50px / 2)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4) + calc( 50px / 2)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5) + calc( 50px / 2)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6) + calc( 50px / 2)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7) + calc( 50px / 2)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8) + calc( 50px / 2)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9) + calc( 50px / 2)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10) + calc( 50px / 2)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11) + calc( 50px / 2)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12) + calc( 50px / 2)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-col-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 50px - 0.1px);
    max-width: calc(100% - 50px);
    margin-left: calc( 50px / 2);
    margin-right: calc( 50px / 2);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-col-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}


@media only screen and (max-width: 767px) {
  input, button, textarea, select {
    font-size: 16px;
  }
}

/* ======================
フェードイン
========================= */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
/*==============================
-Component
===============================*/
.c-text-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.c-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-text-lead, .t-pagination span,
.t-pagination a, .t-pagination-single-date,
.t-pagination-single-date span, .t-pagination-single-area-lefttext, .t-pagination-single-area-righttext, .p-contact-text, .p-contact-index, .p-contact-index-formlabel select,
.p-contact-index-formlabel select option, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-text-lead, .t-pagination span,
  .t-pagination a, .t-pagination-single-date,
  .t-pagination-single-date span, .t-pagination-single-area-lefttext, .t-pagination-single-area-righttext, .p-contact-text, .p-contact-index, .p-contact-index-formlabel select,
  .p-contact-index-formlabel select option, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc {
    font-size: 16px;
  }
}

.c-text-bg, .t-pagination-single-djs-img, .t-pagination-single-img {
  display: block;
  position: relative;
  padding-top: 56.25%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-text-bg::before, .t-pagination-single-djs-img::before, .t-pagination-single-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-text-btn {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn:hover {
  transition: ease .2s;
  color: #000000;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-display-pc {
    display: none;
  }
}

.c-text-display-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-display-sp {
    display: block;
  }
}

.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-text-break-pc {
    display: inline;
  }
}

.c-text-break-sp {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn-item:hover {
  transition: ease .2s;
  color: #000000 !important;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-btn-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 50px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 50px);
    position: relative;
    margin: 0 calc( 50px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-text-arrow-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.c-text-arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 50px;
}

.c-text-arrow::before,
.c-text-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
  vertical-align: middle;
}

.c-text-arrow-back::before {
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 50px solid transparent;
  border-left: 50px solid #000000;
  transform: rotate3d(0, 0, 1, 90deg) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

/*==============================
-t-pagination
===============================*/
.t-pagination-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(68, 68, 68, 0.8);
}

.t-pagination {
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .t-pagination {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.t-pagination span,
.t-pagination a {
  display: block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 1.4px;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .t-pagination span,
  .t-pagination a {
    font-size: 12px;
  }
}

.t-pagination .current {
  font-size: 14px;
  background-color: #cc0000;
}

.t-pagination-single-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-wrapper {
    padding: 20px 0;
  }
}

.t-pagination-single-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: ease .3s;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-box {
    font-size: 30px;
    padding: 0;
  }
}
.t-pagination-single-box:hover .t-pagination-single-img {
  transition: ease .2s;
  opacity: 0.7;
}
.t-pagination-single-box:hover.t-pagination-single-prev, .t-pagination-single-box:hover.t-pagination-single-next {
  opacity: 1;
}
.t-pagination-single-box:hover .t-pagination-single-prev {
  opacity: 0.7;
  transition: .2s;
}
.t-pagination-single-box:hover .t-pagination-single-next {
  opacity: 0.7;
  transition: .2s;
}

.t-pagination-single-djs-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  transition: ease .3s;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-djs-box {
    padding: 0;
  }
}
.t-pagination-single-djs-box:hover {
  transition: ease .2s;
  opacity: 0.7;
}

.t-pagination-single-arrow-left {
  content: '';
  display: inline-block;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.t-pagination-single-arrow-right {
  content: '';
  display: inline-block;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

.t-pagination-single-djs-namearea {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 010px;
}

.t-pagination-single-djs-arrow-left {
  content: '';
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.t-pagination-single-djs-arrow-right {
  content: '';
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .t-pagination-single-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.t-pagination-single-titlearea {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-titlearea {
    width: 80%;
  }
}

.t-pagination-single-title {
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-title {
    font-size: 12px;
  }
}

.t-pagination-single-date,
.t-pagination-single-date span {
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-date,
  .t-pagination-single-date span {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

.t-pagination-single-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 50px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 50px);
    position: relative;
    margin: 0 calc( 50px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.t-pagination-single-area-lefttext {
  color: #444;
}

.t-pagination-single-area-righttext {
  text-align: right;
  color: #444;
}

.t-pagination-single-djs-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-djs-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 50px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 50px);
    position: relative;
    margin: 0 calc( 50px / 2);
  }
}

.t-pagination-single-djs-img {
  padding-top: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  backface-visibility: hidden;
  transform: perspective(0);
}
.t-pagination-single-djs-img::before {
  content: '';
  transition: ease .2s;
}

.t-pagination-single-left {
  margin: 0;
}

.t-pagination-single-right {
  margin: 0;
}

.t-pagination-single-djs-prev {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-djs-prev {
    padding: 10px;
  }
}
.t-pagination-single-djs-prev:hover .t-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease .2s;
}

.t-pagination-single-djs-next {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  z-index: 1;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-djs-next {
    padding: 10px;
  }
}
.t-pagination-single-djs-next:hover .t-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease .2s;
}

.t-pagination-single-prev {
  width: 100%;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  z-index: 1;
  transition: .2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-prev {
    padding: 5px;
  }
}

.t-pagination-single-next {
  width: 100%;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  z-index: 1;
  transition: .2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .t-pagination-single-next {
    padding: 10px;
  }
}

.t-pagination-single-img {
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(0);
}
.t-pagination-single-img::before {
  content: '';
  background-color: transparent;
  transition: ease .2s;
}

/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

/*==============================
-Page
===============================*/
.p-contact-wrapper {
  padding: 60px 0 60px 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-contact-wrapper {
    padding: 120px 10px 80px 10px;
  }
}

.p-contact-text {
  margin-bottom: 80px;
}

.p-contact-form {
  margin-bottom: 80px;
}

.p-contact-index {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-contact-index {
    font-size: 12px;
  }
}

.p-contact-form-required {
  background-color: #c00;
  color: #ffffff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 11px;
}

.p-contact-index-formlabel select,
.p-contact-index-formlabel select option {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #888;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formlabel select,
  .p-contact-index-formlabel select option {
    font-size: 16px;
  }
}

.p-contact-select {
  display: block;
  width: 100%;
}

.p-contact-index-formarea {
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formarea {
    font-size: 16px;
  }
}

textarea.p-contact-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  textarea.p-contact-index-formarea {
    font-size: 16px;
  }
}

#p-contact-submit {
  width: 100%;
}

/*==============================
-Page
===============================*/
