@charset "UTF-8";
/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,900&display=swap&subset=japanese");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: .095em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  font-weight: 500;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*::selection {
  background: #00EF40;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .opacity-link {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .opacity-link:hover {
    opacity: .7;
  }
}

.pc-disp {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}

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

.pc-img {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-img {
    display: inline;
  }
}

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

.wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/*------------------------------------------
Telop
------------------------------------------*/
.telop-block {
  padding: 5px 20px 5px 10px;
  background: #000;
}

.telop-msg {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
}

.telop-msg:last-child {
  margin-bottom: 0;
}

.telop-msg:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.telop-msg a {
  color: #00EF40;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .telop-block {
    padding: 15px 40px;
  }
  .telop-block-in {
    max-width: 770px;
    margin: 0 auto;
  }
  .telop-msg {
    padding: 0;
    font-size: 1.2rem;
    line-height: 2;
  }
  .telop-msg:before {
    width: 10px;
    height: 2px;
    top: 1em;
    left: -20px;
  }
}

/*------------------------------------------
Header
------------------------------------------*/
.cmn-hd-left {
  padding: 5px 0 0;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .cmn-hd-left {
    padding: 10px 0 0;
    left: 30px;
  }
}

.cmn-hd-left.is-fixed {
  position: fixed;
}

.cmn-hd-right {
  padding: 5px 15px 0 0;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .cmn-hd-right {
    padding: 5px 20px 0 0;
  }
}

.cmn-hd-right.is-fixed {
  position: fixed;
}

.cmn-hd-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
}

.cmn-hd-in > * {
  margin: 0 15px 0 0;
}

@media screen and (min-width: 769px) {
  .cmn-hd-in > * {
    margin: 0 20px 0 0;
  }
}

.cmn-hd-in > *:last-child {
  margin-right: 0;
}

.hd-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .hd-logo {
    width: 62px;
    height: 62px;
  }
}

.hd-logo img {
  width: 50px;
}

@media screen and (min-width: 769px) {
  .hd-logo img {
    width: 60px;
  }
}

.hd-sns-item svg {
  fill: #000;
  width: 25px;
}

.hd-sns-item.insta svg {
  height: 25px;
}

.hd-sns-item.tw svg {
  height: 20px;
}

/*------------------------------------------
Global navi
------------------------------------------*/
.gnav-btn {
  width: 20px;
  height: 18px;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.gnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.gnav-btn span:nth-child(1) {
  top: 0;
}

.gnav-btn span:nth-child(2) {
  top: 50%;
}

.gnav-btn span:nth-child(3) {
  top: 100%;
}

.gnav {
  background: #000;
  width: 50%;
  height: 100%;
  max-width: 390px;
  padding: 150px 0 100px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
  clip-path: circle(10px at 100% 20px);
  -webkit-clip-path: circle(10px at 100% 20px);
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.gnav-wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.gnav-close {
  width: 100%;
  height: 100%;
}

.gnav-item {
  margin: 0 0 30px;
  text-align: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .4s ease-out, transform .4s ease-out;
  transition: opacity .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.gnav-item:last-child {
  margin-bottom: 0;
}

.gnav-item a {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .gnav {
    padding: 145px 0 0;
    overflow: hidden;
  }
  .gnav-item a {
    font-size: 20px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  .gnav-item a:hover {
    color: #00EF40;
  }
}

/* gnav open */
.cmn-hd-right.is-open .hd-sns-item svg {
  fill: #fff;
}

.cmn-hd-right.is-open .gnav-btn span {
  background: #fff;
}

.cmn-hd-right.is-open .gnav-btn span:nth-child(1) {
  width: 25.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.cmn-hd-right.is-open .gnav-btn span:nth-child(2) {
  opacity: 0;
}

.cmn-hd-right.is-open .gnav-btn span:nth-child(3) {
  width: 25.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.cmn-hd-right.is-open .gnav {
  height: 100% !important;
  clip-path: circle(150% at 100% 40px) !important;
  -webkit-clip-path: circle(150% at 100% 40px) !important;
  opacity: 1 !important;
}

.cmn-hd-right.is-open .gnav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.cmn-hd-right.is-open .gnav-item:nth-child(2) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.cmn-hd-right.is-open .gnav-item:nth-child(3) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.cmn-hd-right.is-open .gnav-item:nth-child(4) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.cmn-hd-right.is-open .gnav-item:nth-child(5) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.cmn-hd-right.is-open .gnav-item:nth-child(6) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*------------------------------------------
Footer
------------------------------------------*/
.cmn-ft-concept {
  padding: 50px 20px;
  border-bottom: 3px solid #000;
}

.cmn-ft-concept .logo {
  max-width: 397px;
  margin: 0 auto;
}

.cmn-ft-concept .txt {
  margin: 40px auto 0;
  font-size: 3.2vw;
  line-height: 2.08333;
  text-align: center;
}

.cmn-ft-info {
  position: relative;
}

.cmn-ft-info .cmn-ttl01-wrap {
  top: 32px;
  left: auto;
  right: 20px;
}

.cmn-ft-info .ft-info-block {
  padding: 0 85px 42px 0;
}

.cmn-ft-info .ft-info-block .detail {
  margin: 25px auto 0;
  padding: 0 0 0 20px;
}

.cmn-ft-info .ft-info-block .list-bundle {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 900;
}

.cmn-ft-info .ft-info-block .list-bundle:first-child {
  margin-bottom: 20px;
}

.cmn-ft-info .ft-info-block .list-bundle:last-child {
  margin-bottom: 0;
}

.cmn-ft-info .ft-info-block .list dt {
  width: 90px;
  padding: 0 0 5px;
  border-bottom: 2px solid #000;
  font-size: 1.3rem;
  line-height: 1;
}

.cmn-ft-info .ft-info-block .list dd {
  width: calc(100% - 90px);
  padding: 0 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.25;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.cmn-ft-info .ft-info-block .list dd a {
  text-decoration: underline;
  color: #000;
}

.cmn-ft-info .ft-bnr-block {
  padding: 40px 20px;
  background: #FAFAFA;
}

.cmn-ft-info .ft-bnr-block .bnr {
  margin: 30px auto 0;
  border: 1px solid #000;
}

.cmn-ft-info .ft-bnr-block .bnr:first-child {
  margin-top: 0;
}

.cmn-ft-parco {
  padding: 60px 0 35px;
  background: #000;
  position: relative;
}

.cmn-ft-parco .ft-logo {
  text-align: center;
}

.cmn-ft-parco .ft-logo svg {
  fill: #fff;
  width: 200px;
  height: 60px;
}

.cmn-ft-parco .copyright {
  margin: 50px auto 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cmn-ft-concept {
    padding: 100px 40px;
    border-bottom: 6px solid #000;
  }
  .cmn-ft-concept .logo {
    max-width: 397px;
    margin: 0 auto;
  }
  .cmn-ft-concept .txt {
    margin: 50px auto 0;
    font-size: 1.2rem;
    line-height: 2.33333;
  }
  .cmn-ft-info .cmn-ttl01-wrap {
    top: 10px;
    left: auto;
    right: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 855px) {
  .cmn-ft-info .cmn-ttl01-wrap {
    top: 30px;
  }
}

@media screen and (min-width: 769px) and (min-width: 990px) {
  .cmn-ft-info .cmn-ttl01-wrap {
    top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .cmn-ft-info .ft-info-block {
    width: calc(100% - 110px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-ft-info .ft-info-block .img {
    width: 70%;
  }
  .cmn-ft-info .ft-info-block .detail {
    width: 30%;
    max-width: 310px;
    margin: 0;
    padding: 20px 0 20px 30px;
  }
  .cmn-ft-info .ft-info-block .list-bundle {
    margin: 0 auto 20px;
    display: block;
  }
  .cmn-ft-info .ft-info-block .list dt {
    width: auto;
    padding: 0 0 10px;
    border-bottom: 2px solid #000;
    font-size: 1.6rem;
  }
  .cmn-ft-info .ft-info-block .list dd {
    width: auto;
    margin: 7px auto 0;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.53846;
    -webkit-transform: none;
    transform: none;
  }
  .cmn-ft-info .ft-bnr-block {
    padding: 100px 40px;
    background: #FAFAFA;
  }
  .cmn-ft-info .ft-bnr-block .bnr {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
  }
  .cmn-ft-info .ft-bnr-block .bnr-list {
    max-width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cmn-ft-info .ft-bnr-block .bnr:nth-child(-n+2) {
    margin-top: 0;
  }
  .cmn-ft-info .ft-bnr-block .bnr:nth-child(2n) {
    margin-right: 0;
  }
  .cmn-ft-parco .ft-logo {
    text-align: center;
  }
  .cmn-ft-parco .ft-logo svg {
    fill: #fff;
    width: 134px;
    height: 40px;
  }
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  display: none;
}

.pagetop a {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  color: #00EF40;
  font-size: 1.1rem;
  line-height: 1.18182;
  text-align: center;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagetop.is-fixed {
  position: absolute;
  bottom: calc(100% + 10px);
}

@media screen and (min-width: 769px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
  .pagetop a {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .pagetop.is-fixed {
    position: absolute;
    bottom: calc(100% + 20px);
  }
}

/*------------------------------------------
Splash
------------------------------------------*/
.splash {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 20;
}

.splash-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.splash-video img {
  max-width: 100%;
}

.splash.is-active {
  background: transparent;
}

.splash.is-active .splash-video {
  opacity: 0;
}

/*------------------------------------------
Contents header
------------------------------------------*/
.cont-hd {
  padding: 30px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .cont-hd {
    padding: 40px;
  }
  .cont-hd-in {
    margin: 0 auto;
    max-width: 770px;
  }
}

.page-ttl {
  width: 100%;
  text-align: center;
  font-size: 6.66667vw;
  line-height: 1;
  font-weight: 900;
}

.page-ttl-wrap {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .page-ttl {
    font-size: 4rem;
  }
  .page-ttl-wrap {
    height: 430px;
  }
}

/*------------------------------------------
Breadcrumb list
------------------------------------------*/
.breadcrumb {
  padding: 0 20px;
  background: #000;
}

.breadcrumb-list {
  height: 40px;
  margin: 0 auto;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-item {
  padding: 0 16px 0 0;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.breadcrumb-item:after {
  content: "\FF1E";
  color: #fff;
  position: absolute;
  top: 0;
  right: 2px;
}

.breadcrumb-item a {
  width: auto;
  color: #fff;
}

.breadcrumb-item:last-child {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb-item:last-child:after {
  content: none;
}

/*------------------------------------------
Pager
------------------------------------------*/
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager-item {
  font-size: 1.1rem;
  line-height: 1;
}

.pager-item a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 900;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager-item.current a {
  background: #00EF40;
}

.pager-item.ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .pager-item {
    font-size: 1.6rem;
  }
  .pager-item a {
    width: 50px;
    height: 50px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
  }
  .pager-item a:hover {
    background: #00EF40;
  }
}

/*------------------------------------------
Common layout
------------------------------------------*/
/* Contets */
.main-cont {
  display: block;
  position: relative;
}

.cmn-cont {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 3px solid #000;
  position: relative;
}

.cmn-cont-in {
  position: relative;
}

@media screen and (min-width: 769px) {
  .cmn-cont {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 6px solid #000;
  }
  .cmn-cont-in {
    max-width: 770px;
    margin: 0 auto;
  }
}

/* layout */
.cmn-layout01 .date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-layout01 .date-block .badge {
  width: 55px;
  height: 55px;
  background: #00EF40;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-layout01 .date-block .date {
  width: calc(100% - 55px);
  padding: 0 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 900;
}

.cmn-layout01 .img {
  margin: 0 0 10px;
}

.cmn-layout01 .txt01 {
  font-size: 1.7rem;
  line-height: 1.58824;
  font-weight: 900;
}

.cmn-layout01 .txt02 {
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 900;
}

.cmn-layout01 .txt03 {
  margin: 5px auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 900;
}

.cmn-layout01 .txt04 {
  margin: 10px auto 0;
  padding: 10px 0 0;
  font-size: 1.1rem;
  line-height: 1.63636;
  position: relative;
}

.cmn-layout01 .txt04:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-layout01 .cmn-btn01 {
  width: 130px;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .cmn-layout01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cmn-layout01 .date-block .badge {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
  }
  .cmn-layout01 .date-block .date {
    width: calc(100% - 70px);
    font-size: 1.6rem;
  }
  .cmn-layout01 .img {
    width: 300px;
    margin: 0 0 10px;
  }
  .cmn-layout01 .detail {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .cmn-layout01 .txt01 {
    margin: 10px auto 0;
    font-size: 3rem;
    line-height: 1.5;
  }
  .cmn-layout01 .txt02 {
    margin: 10px auto 0;
    font-size: 2.6rem;
    line-height: 1.30769;
  }
  .cmn-layout01 .txt03 {
    margin: 15px auto 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .cmn-layout01 .txt04 {
    margin: 25px auto 0;
    padding: 15px 0 0;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .cmn-layout01 .txt04:before {
    width: 60px;
  }
  .cmn-layout01 .cmn-btn01 {
    width: 140px;
    margin: 10px 0 0 auto;
  }
}

/* list */
.cmn-list01 .cmn-item {
  margin: 0 auto 35px;
}

.cmn-list01 .cmn-item:last-child {
  margin-bottom: 0;
}

.cmn-list01 .cmn-item .date {
  width: 55px;
  height: 20px;
  background: #00EF40;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-list01 .cmn-item .detail {
  margin: 5px auto 0;
}

.cmn-list01 .cmn-item .txt01 {
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 900;
}

.cmn-list01 .cmn-item .txt02 {
  margin: 10px auto 0;
  font-size: 1.1rem;
  line-height: 1.63636;
}

.cmn-list01 .cmn-item .cmn-btn01 {
  width: 130px;
  margin: 25px auto 0;
}

@media screen and (min-width: 769px) {
  .cmn-list01 .cmn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cmn-list01 .cmn-item .date {
    width: 70px;
    height: 24px;
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
  .cmn-list01 .cmn-item .detail {
    width: calc(100% - 70px);
    margin: 0;
    padding: 0 0 0 20px;
  }
  .cmn-list01 .cmn-item .txt01 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .cmn-list01 .cmn-item .txt02 {
    margin: 20px auto 0;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .cmn-list01 .cmn-item .cmn-btn01 {
    width: 140px;
    margin: 10px 0 0 auto;
  }
}

/* button */
.cmn-btn01 a {
  height: 35px;
  border: 2px solid #000;
  color: #000;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .cmn-btn01 {
    position: relative;
    overflow: hidden;
  }
  .cmn-btn01:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
  }
  .cmn-btn01 a {
    height: 40px;
    color: #000;
    font-size: 1.2rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .cmn-btn01:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cmn-btn01:hover a {
    color: #fff;
  }
}

/* title */
.cmn-ttl01 {
  display: inline-block;
  padding: 0 0 34px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.cmn-ttl01-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-ttl01 .var {
  content: "";
  width: 5px;
  height: 24px;
  background: #00EF40;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
}

@media screen and (min-width: 769px) {
  .cmn-ttl01 {
    padding: 0 0 60px;
    font-size: 3rem;
  }
  .cmn-ttl01 .var {
    width: 8px;
    height: 40px;
    margin-left: -4px;
  }
  .cmn-ttl01-wrap {
    left: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 1100px) {
  .cmn-ttl01-wrap {
    left: -135px;
  }
}

/*------------------------------------------
WYSIWYG template
------------------------------------------*/
.tmpl-wrap > * {
  margin: 15px auto 0;
}

.tmpl-wrap > *:first-child {
  margin-top: 0 !important;
}

.tmpl-wrap a {
  text-decoration: underline;
  color: #00EF40;
}

@media screen and (min-width: 769px) {
  .tmpl-wrap > * {
    margin: 30px auto 0;
  }
  .tmpl-wrap a:hover {
    text-decoration: none;
  }
}

.tmpl-ttl01 {
  margin: 40px auto 0;
  padding: 0 0 7px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;
  position: relative;
}

.tmpl-ttl01:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tmpl-ttl01:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .tmpl-ttl01 {
    margin: 70px auto 0;
    padding: 0 0 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.tmpl-txt01 {
  font-size: 1.1rem;
  line-height: 1.63636;
}

.tmpl-txt01 > * {
  margin: 15px auto 0;
}

.tmpl-txt01 > *:first-child {
  margin-top: 0 !important;
}

.tmpl-txt01 > p {
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .tmpl-txt01 {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .tmpl-txt01 > * {
    margin-top: 30px;
  }
}

.tmpl-txt02 {
  font-size: 1.3rem;
  line-height: 1.61538;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .tmpl-txt02 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

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

.tmpl-img01 figure {
  display: inline-block;
}

.tmpl-img01 img {
  width: auto;
  max-width: 100%;
}

.tmpl-img01 figcaption {
  margin: 3px auto 0;
  font-size: 1rem;
  line-height: 1.1;
  text-align: right;
}

.tmpl-img01.left {
  text-align: left;
}

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

.tmpl-youtube01 {
  padding-top: 56.25%;
  position: relative;
}

.tmpl-youtube01 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tmpl-box01 {
  padding: 12px;
  border: 1px solid #000;
  font-size: 1.1rem;
  line-height: 1.81818;
}

@media screen and (min-width: 769px) {
  .tmpl-box01 {
    padding: 25px;
    font-size: 1.2rem;
    line-height: 2.16667;
  }
}

.tmpl-list01 li {
  margin: 0 0 .5em 1em;
}

.tmpl-list01 li:last-child {
  margin-bottom: 0;
}

.tmpl-list01 li .ico {
  display: inline;
  margin: 0 0 0 -1em;
}

[class*="tmpl-layout0"] {
  margin: 30px auto;
}

[class*="tmpl-layout0"] > * {
  margin: 0 auto 10px;
}

[class*="tmpl-layout0"] > *:last-child {
  margin-bottom: 0;
}

[class*="tmpl-layout0"] .txt {
  font-size: 1.1rem;
  line-height: 1.63636;
}

@media screen and (min-width: 769px) {
  [class*="tmpl-layout0"] {
    margin: 40px auto;
  }
  [class*="tmpl-layout0"]:last-child {
    margin-bottom: 0;
  }
  [class*="tmpl-layout0"] .txt {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .tmpl-layout01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tmpl-layout01 .tmpl-img01 {
    width: 280px;
  }
  .tmpl-layout01 .tmpl-txt01 {
    width: calc(100% - 280px);
    margin: 0;
    padding: 0 0 0 30px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .tmpl-layout02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .tmpl-layout02 .tmpl-img01 {
    width: 280px;
  }
  .tmpl-layout02 .tmpl-txt01 {
    width: calc(100% - 280px);
    margin: 0;
    padding: 0 30px 0 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
}

.tmpl-itemlist01 li {
  margin: 0 auto 30px;
}

.tmpl-itemlist01 li:last-child {
  margin-bottom: 0;
}

.tmpl-itemlist01 li > * {
  margin: 0 auto 10px;
}

.tmpl-itemlist01 li > *:last-child {
  margin-bottom: 0;
}

.tmpl-itemlist01 .ttl {
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: bold;
}

.tmpl-itemlist01 .img img {
  width: auto;
  max-width: 100%;
}

.tmpl-itemlist01 .img figcaption {
  margin: 3px auto 0;
  font-size: 1rem;
  line-height: 1.1;
  text-align: right;
}

.tmpl-itemlist01 .txt-wrap > *:nth-child(3) {
  padding: 10px 0 0;
  position: relative;
}

.tmpl-itemlist01 .txt-wrap > *:nth-child(3):before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.tmpl-itemlist01 .txt01 {
  font-size: 1.1rem;
  line-height: 1.63636;
  font-weight: bold;
}

.tmpl-itemlist01 .txt02 {
  margin: 5px auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.tmpl-itemlist01 .txt03 {
  margin: 10px auto 0;
  font-size: 1.1rem;
  line-height: 1.63636;
}

@media screen and (min-width: 769px) {
  .tmpl-itemlist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tmpl-itemlist01 li {
    width: calc(50% - 15px);
    margin: 30px 30px 0 0;
  }
  .tmpl-itemlist01 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .tmpl-itemlist01 li:nth-child(2n) {
    margin-right: 0;
  }
  .tmpl-itemlist01 li > * {
    margin: 0 auto 20px;
  }
  .tmpl-itemlist01 li .ttl {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
  .tmpl-itemlist01 li .txt-wrap > *:nth-child(3) {
    padding: 15px 0 0;
  }
  .tmpl-itemlist01 li .txt01 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .tmpl-itemlist01 li .txt02 {
    margin: 10px auto 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .tmpl-itemlist01 li .txt03 {
    margin: 15px auto 0;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

/*------------------------------------------
Animation
------------------------------------------*/
/* fade up */
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity .7s, -webkit-transform .7s;
  transition: opacity .7s, -webkit-transform .7s;
  transition: transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s, -webkit-transform .7s;
}

.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 黒い影がスライドするやつ */
.slide-horizon {
  position: relative;
}

.slide-horizon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.slide-horizon:after {
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.slide-horizon.is-active:before {
  width: 0;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.slide-horizon.is-active:after {
  -webkit-animation: slideH 1s;
          animation: slideH 1s;
}

.slide-vertical {
  position: relative;
}

.slide-vertical:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slide-vertical:after {
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.slide-vertical.is-active:before {
  height: 0;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.slide-vertical.is-active:after {
  -webkit-animation: slideV 1s;
          animation: slideV 1s;
}

@-webkit-keyframes slideH {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes slideH {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@-webkit-keyframes slideV {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    top: 0;
  }
  60% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}

@keyframes slideV {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    top: 0;
  }
  60% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}

/*------------------------------------------
Customize
------------------------------------------*/
.event-cont {
  padding-top: 15px;
}

.event-cont .now-cont {
  padding-bottom: 40px;
}

.event-cont .next-cont {
  padding-bottom: 50px;
}

.event-cont .next-cont-wrap {
  padding: 65px 35px 50px;
}

.event-cont .next-cont:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .event-cont {
    padding-top: 20px;
  }
  .event-cont .now-cont {
    padding-bottom: 60px;
    display: block;
  }
  .event-cont .next-cont {
    padding-bottom: 90px;
  }
  .event-cont .next-cont-wrap {
    padding: 80px 0 100px;
  }
}

body.page-home .event-cont .now-cont {
  border-bottom: 2px solid #000;
}

.news-cont {
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-cont .cmn-cont-in {
  padding-left: 35px;
}

@media screen and (min-width: 769px) {
  .news-cont {
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .news-cont .cmn-cont-in {
    padding-left: 100px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1100px) {
  .news-cont .cmn-cont-in {
    padding: 0;
  }
}

.detail-cont {
  padding-bottom: 50px;
}

.detail-cont strong {
  font-weight: 900;
}

.detail-cont .cmn-cont-in {
  min-height: 200px;
  padding-top: 40px;
  padding-left: 35px;
}

.detail-cont .cmn-ttl01-wrap {
  top: 40px;
}

@media screen and (min-width: 769px) {
  .detail-cont {
    padding-bottom: 100px;
  }
  .detail-cont .cmn-cont-in {
    min-height: 300px;
    padding-top: 100px;
    padding-left: 100px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1100px) {
  .detail-cont .cmn-cont-in {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .detail-cont .cmn-cont-in:first-child {
    padding-top: 40px;
  }
  .detail-cont .cmn-cont-in:first-child .cmn-ttl01-wrap {
    top: 40px;
  }
  .detail-cont .cmn-ttl01-wrap {
    top: 100px;
  }
}

.archives-cont {
  padding-top: 40px;
  padding-bottom: 50px;
}

.archives-cont .pager-block {
  margin: 60px auto 0;
}

.archives-item {
  margin: 0 auto 40px;
}

.archives-item .date-block {
  display: block;
}

.archives-item .date-block .date {
  margin: 20px 0 15px;
  padding: 0;
}

.archives-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .archives-cont {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .archives-cont .pager-block {
    margin: 100px auto 0;
  }
  .archives-item {
    margin: 0 auto 80px;
  }
  .archives-item .date-block .date {
    margin: 25px 0 35px;
  }
}

.archives-nav {
  margin: 0 auto 40px;
}

.archives-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0;
  border-left: 3px solid #000;
}

.archives-nav-item {
  width: 50%;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.archives-nav-item a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  color: #000;
  position: relative;
}

.archives-nav-item.current a {
  color: #fff;
  background: #000;
}

@media screen and (min-width: 769px) {
  .archives-nav {
    margin: 0 auto 80px;
  }
  .archives-nav-list {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    border-top: 0;
    border-left: 2px solid #000;
    border-right: none;
  }
  .archives-nav-item {
    width: 33.33%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .archives-nav-item:nth-child(5n) {
    border-right: 2px solid #000;
  }
  .archives-nav-item a {
    padding: 12px 0;
    -webkit-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
  }
  .archives-nav-item a:hover {
    background: #000;
    color: #fff;
  }
}

.notfound-cont {
  padding-top: 40px;
  padding-bottom: 50px;
}

.notfound-cont .txt01 {
  text-align: center;
  font-size: 4vw;
  line-height: 1;
}

.notfound-cont .cmn-btn01 {
  margin: 40px auto 0;
  width: 200px;
}

@media screen and (min-width: 769px) {
  .notfound-cont {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .notfound-cont .txt01 {
    font-size: 2rem;
  }
  .notfound-cont .cmn-btn01 {
    margin: 80px auto 0;
    width: 300px;
  }
}

/*------------------------------------------
Detail
------------------------------------------*/
.sidebar {
  width: 15px;
  height: calc(100% - 3px);
  background: #00EF40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.sidebar span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
  position: fixed;
  top: 45vh;
  left: 2px;
}

.sidebar span.is-fixed {
  position: absolute;
  top: auto;
  bottom: 40px;
}

@media screen and (min-width: 769px) {
  .sidebar {
    width: 20px;
    height: calc(100% - 6px);
  }
  .sidebar span {
    font-size: 1.6rem;
    left: 3px;
  }
}

body.page-detail .now-cont {
  padding-left: 35px;
}

@media screen and (min-width: 769px) {
  body.page-detail .now-cont {
    padding-left: 0;
  }
}

.detail-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-nav-item {
  width: 50%;
  border-bottom: 3px solid #000;
}

.detail-nav-item:nth-child(odd) {
  border-right: 3px solid #000;
}

.detail-nav-item a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  color: #000;
  position: relative;
}

.detail-nav-item a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .detail-nav {
    margin: 80px auto 0;
    padding: 0 40px;
  }
  .detail-nav-list {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    border: 2px solid #000;
  }
  .detail-nav-item {
    display: table-cell;
    width: auto;
    border-bottom: none;
    border-right: 2px solid #000;
  }
  .detail-nav-item:nth-child(odd) {
    border-right: 2px solid #000;
  }
  .detail-nav-item:last-child {
    border-right: none;
  }
  .detail-nav-item a {
    padding: 12px 0;
    -webkit-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
  }
  .detail-nav-item a:after {
    right: 15px;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
  }
  .detail-nav-item a:hover {
    background: #000;
    color: #fff;
  }
  .detail-nav-item a:hover:after {
    border-color: #fff;
  }
}

.sub-cont {
  padding: 35px 0 45px;
  border-bottom: 3px solid #000;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sub-cont {
    padding: 60px 30px;
    border-bottom: 6px solid #000;
  }
}

.next-item {
  height: 100%;
  padding: 0 15px;
}

.next-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  outline: none;
}

.next-item .txt01 {
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 900;
}

.next-item .txt02 {
  margin: 15px auto 0;
  padding: 0 0 15px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 900;
  position: relative;
}

.next-item .txt02:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.next-item .img {
  margin: 15px auto 0;
}

@media screen and (min-width: 769px) {
  .next-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .next-list.slick-initialized {
    max-width: 560px;
  }
  .next-item {
    width: 50%;
    max-width: 560px;
    padding: 0 10px;
  }
  .next-item a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .next-item .txt01 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .next-item .txt02 {
    margin: 20px auto 0;
    padding: 0 0 20px;
  }
  .next-item .txt02:after {
    content: "";
    height: 2px;
  }
  .next-item .img {
    width: 37.5%;
    margin: 0;
  }
  .next-item .detail {
    width: 62.5%;
    padding: 0 0 0 20px;
  }
}

/* NEXTのとき */

body.page-next *::selection {
  background: #FF52CA;
}

body.page-next .sidebar {
  background: #FF52CA;
}

body.page-next .cmn-layout01 .date-block .badge {
  background: #FF52CA;
}

body.page-next .cmn-ttl01 .var {
  background: #FF52CA;
}

body.page-next .cmn-list01 .cmn-item .date {
  background: #FF52CA;
}

body.page-next .tmpl-wrap a {
  color: #FF52CA;
}

/* ARCHIVESのとき */

body.page-archives *::selection {
  background: #c1c1c1;
}

body.page-archives .sidebar {
  background: #c1c1c1;
}

body.page-archives .cmn-layout01 .date-block .badge {
  background: #c1c1c1;
}

body.page-archives .cmn-ttl01 .var {
  background: #c1c1c1;
}

body.page-archives .cmn-list01 .cmn-item .date {
  background: #c1c1c1;
}

body.page-archives .tmpl-wrap a {
  color: #c1c1c1;
}

body.page-archives .cmn-layout01 .date-block .date {
  width: 100%;
  padding: 10px 0;
}

/*------------------------------------------
Template
------------------------------------------*/
@media screen and (min-width: 769px) {
  body.page-template .page-ttl-wrap {
    height: 200px;
  }
}

.template {
  max-width: 810px;
  padding: 0 20px 100px;
  margin: 0 auto;
  line-height: 1.5;
}

.template > * {
  margin: 40px auto 0;
}

.template > *:first-child {
  margin-top: 0;
}

.template .lead {
  margin-bottom: 50px;
  font-size: 1.4rem;
}

.template .ctg {
  margin-top: 80px;
  padding: 0 0 0 10px;
  border-left: 3px solid #000;
  font-weight: bold;
  font-size: 1.6rem;
}

.template .ctg + .txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.template .box > * {
  margin: 0 auto 15px;
}

.template .box > *:last-child {
  margin-bottom: 0;
}

.template .ttl {
  font-size: 1.6rem;
}

.template .ttl + .txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.template .txt {
  font-size: 1.4rem;
}

.template .demo {
  position: relative;
  padding: 20px 0 0;
  position: relative;
}

.template .demo:before {
  content: "DEMO";
  font-weight: bold;
  font-size: 1.3rem;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
}

.template .demo > * {
  margin: 0 auto;
}

.template .source {
  font-size: 1.3rem;
  white-space: normal;
}

.template .source code {
  padding: 0 20px;
  white-space: pre-wrap;
}

/*------------------------------------------
Slick slider
------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  outline: none;
  display: none;
}

.slick-slide > * {
  height: 100%;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=../parade/css/maps/layout.css.map */
