/* ##############################################################################

    COMMON

############################################################################## */
  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    height: 100%;
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: calc(100% - 80px);
    max-width: 1280px;
    margin: 0 auto;
  }
  .inner-xs { max-width: 880px; }
  .inner-sm { max-width: 1063px; }
  .inner-lg { max-width: 1400px; }
  .inner-xl { max-width: calc(100% - 128px); }
  .inner-full {
    width: 100%;
    max-width: 100%;
  }

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .por {
    position: relative;
    z-index: 0;
  }
  .poa,
  .poa-bf::before,
  .poa-af::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .poa-bf::before,
  .poa-af::after {
    content: '';
  }

  /* --- margin --- */
  .btm4 { margin-bottom: 4px; }
  .btm8 { margin-bottom: 8px; }
  .btm12 { margin-bottom: 12px; }
  .btm16 { margin-bottom: 16px; }
  .btm24 { margin-bottom: 24px; }
  .btm32 { margin-bottom: 32px; }
  .btm40 { margin-bottom: 40px; }
  .btm48 { margin-bottom: 48px; }
  .btm56 { margin-bottom: 56px; }
  .btm64 { margin-bottom: 64px; }
  .btm72 { margin-bottom: 72px; }
  .btm80 { margin-bottom: 80px; }

  /* --- padding --- */
  .pdg_top-8 { padding-top: 8px; }
  .pdg_btm-8 { padding-bottom: 8px; }
  .pdg_top-16 { padding-top: 16px; }
  .pdg_btm-16 { padding-bottom: 16px; }
  .pdg_top-24 { padding-top: 24px; }
  .pdg_btm-24 { padding-bottom: 24px; }
  .pdg_top-32 { padding-top: 32px; }
  .pdg_btm-32 { padding-bottom: 32px; }
  .pdg_top-40 { padding-top: 40px; }
  .pdg_btm-40 { padding-bottom: 40px; }
  .pdg_top-48 { padding-top: 48px; }
  .pdg_btm-48 { padding-bottom: 48px; }
  .pdg_top-56 { padding-top: 56px; }
  .pdg_btm-56 { padding-bottom: 56px; }
  .pdg_top-64 { padding-top: 64px; }
  .pdg_btm-64 { padding-bottom: 64px; }
  .pdg_top-72 { padding-top: 72px; }
  .pdg_btm-72 { padding-bottom: 72px; }
  .pdg_top-80 { padding-top: 80px; }
  .pdg_btm-80 { padding-bottom: 80px; }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flx,
  .lgpc-none { display: none; }
  .sp-none { display: block; }

  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media screen and  (max-width: 1064px) {
    .lgpc-none {
      display: block;
    }
  }
  
  @media screen and  (max-width: 960px) {
    .pc-none.tab-show {
      display: block;
    }
  }
  @media screen and  (max-width: 560px) {
    .inner,
    .inner-xs,
    .inner-sm,
    .inner-lg,
    .inner-xl {
      width: calc(100% - 48px);
      max-width: calc(100% - 48px);
    }
    .inner-full {
      width: 100%;
      max-width: 100%;
    }
    .inner .inner {
      width: 100%;
      max-width: 100%;
    }
    .sect_bloc.set_bg .inner {
      padding-left: 20px;
      padding-right: 20px;
    }
    .btm12 { margin-bottom: 8px; }
    .btm16 { margin-bottom: 8px; }
    .btm24 { margin-bottom: 16px; }
    .btm32 { margin-bottom: 16px; }
    .btm40 { margin-bottom: 24px; }
    .btm48 { margin-bottom: 24px; }
    .btm56 { margin-bottom: 32px; }
    .btm64 { margin-bottom: 32px; }
    .btm72 { margin-bottom: 40px; }
    .btm80 { margin-bottom: 40px; }
    .pdg_top-8 { padding-top: 6px; }
    .pdg_btm-8 { padding-bottom: 6px; }
    .pdg_top-16 { padding-top: 8px; }
    .pdg_btm-16 { padding-bottom: 8px; }
    .pdg_top-24 { padding-top: 16px; }
    .pdg_btm-24 { padding-bottom: 16px; }
    .pdg_top-32 { padding-top: 16px; }
    .pdg_btm-32 { padding-bottom: 16px; }
    .pdg_top-40 { padding-top: 24px; }
    .pdg_btm-40 { padding-bottom: 24px; }
    .pdg_top-48 { padding-top: 24px; }
    .pdg_btm-48 { padding-bottom: 24px; }
    .pdg_top-56 { padding-top: 32px; }
    .pdg_btm-56 { padding-bottom: 32px; }
    .pdg_top-64 { padding-top: 32px; }
    .pdg_btm-64 { padding-bottom: 32px; }
    .pdg_top-72 { padding-top: 40px; }
    .pdg_btm-72 { padding-bottom: 40px; }
    .pdg_top-80 { padding-top: 40px; }
    .pdg_btm-80 { padding-bottom: 40px; }
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flx { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 560px) {
    .inner,
    .inner-xs,
    .inner-sm,
    .inner-lg,
    .inner-xl {
      width: calc(100% - 32px);
      max-width: calc(100% - 32px);
    }
    .inner-full {
      width: 100%;
      max-width: 100%;
    }
  }

/* flex
**************************************** */
  
  /* --- ブロック要素 --- */
  .flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flx-rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* --- インライン要素 --- */
  .flx-in {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 縦並び --- */
  .flx-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flx-col-rev {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* --- 水平方向揃え --- */
  .flx-stt-j {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flx-ctr-j {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flx-end-j {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flx-btw-j {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flx-aro-j {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* --- 垂直方向揃え --- */
  .flx-stt-a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-end-a {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-ctr-a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-bsln-a {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .flx-str-a {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* --- 子要素の折り返し設定 --- */
  .flx-nowrap-c {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flx-wrap-c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 子要素の複数行設定 --- */
  .flx-stt-c {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flx-end-c {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flx-ctr-c {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flx-bsln-c {
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
  .flx-str-c {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  /* --- ざっくりflexレイアウト --- */
  .flx-lo2,
  .flx-lo3,
  .flx-lo4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flx-lo2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flx-lo2.mgn-lg > * {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
  .flx-lo2 > *:nth-child(even) { margin-right: 0; }
  .flx-lo2.mgn-lg > *:nth-child(even) { margin-right: 0; }
  .flx-lo3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flx-lo3 > *:nth-child(3n+3) { margin-right: 0; }
  .flx-lo4 > * {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 4%;
  }
  .flx-lo4 > *:nth-child(4n+4) { margin-right: 0; }
  
  .inner-full .flx-lo2 > *,
  .inner-full .flx-lo3 > *,
  .inner-full .flx-lo4 > * {
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .inner-full .flx-lo2 > * {
    width: calc(50% - 1px);
  }
  .inner-full .flx-lo3 > * {
    width: calc(33.333% - 1px);
  }
  .inner-full .flx-lo4 > * {
    width: calc(25% - 1px);
  }
  
  @media screen and (max-width: 1280px) {
    .flx-lo3 > *,
    .flx-lo4 > * {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flx-lo3 > *:nth-child(3n+3) {
      margin-right: 3%;
    }
    .flx-lo3 > *:nth-child(6n+6) {
      margin-right: 0;
    }
    .flx-lo3 > *:nth-child(even),
    .flx-lo4 > *:nth-child(even) { margin-right: 0; }
    .inner-full .flx-lo4 > * {
      width: calc(50% - 1px);
    }
  }
  
  @media screen and (max-width: 1064px) {
    /* --- 縦並び - sp --- */
    .flx-smpc-blc {
      display: block;
    }
  }

  @media screen and (max-width: 960px) {
    /* --- 縦並び - sp --- */
    .flx-tab-blc {
      display: block;
    }
  }

  @media screen and (max-width: 560px) {

    /* --- 縦並び - sp --- */
    .flx-sp-blc {
      display: block;
    }
    .flx-sp-col {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    /* --- ざっくりflexレイアウト - sp --- */
    .flx-lo3 > * {
      width: 100%;
      margin-right: 0%;
    }
    .flx-lo3 > *:nth-child(3n+3) {
      margin-right: 0%;
    }
    .flx-lo3 > *:nth-child(even) { margin-right: 0; }

    .flx-lo2-sp > *,
    .flx-lo2-sp.flx-lo3 > *:nth-child(3n+3) {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 6%;
    }
    .flx-lo2-sp > *:nth-child(even),
    .flx-lo2-sp.flx-lo3 > *:nth-child(even) { margin-right: 0; }
    .flx-lo3-sp > *,
    .flx-lo3-sp.flx-lo4 > *:nth-child(4n+4) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flx-lo3-sp > *:nth-child(3n+3) { margin-right: 0; }
    .flx-lo2.flx-sp-blc > *,
    .flx-lo3.flx-sp-blc > * {
      width: 100%;
      margin-right: 0;
      margin-bottom: 8px;
    }
    .flx-lo2.flx-sp-blc > *:nth-child(even),
    .flx-lo3.flx-sp-blc > *:nth-child(3n+3) { margin-right: 0; }
  }

/* bg
**************************************** */


/* ttl
**************************************** */

  /* --- page_ttl --- */
  .page_ttl {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 0 0 5px rgba(0,0,0,.25);
  }
  .page_ttl::before {
    opacity: .2;
  }
  .page_ttl .inner >*:last-child {
    font-size: 41%;
    margin-top: 8px;
  }
  .page_ttl-jp,
  .page_ttl-en {
    display: block;
  }
  .page_ttl-en {
    text-transform: uppercase;
  }

  /* --- sect_ttl --- */
  .sect_ttl {
    font-weight: normal;
  }
  
  /* --- heading --- */
  .head1,
  .head2,
  .head3,
  .head4 {
    font-weight: normal;
  }
  .head1 {
    font-size: 150%;
    line-height: 1.7;
  }
  .head1 span:nth-child(2) {
    font-size: 50%;
  }
  .head2 {
    font-size: 130%;
    line-height: 1.6;
  }
  .head2 span:nth-child(2) {
    font-size: 58%;
  }
  .head3 { font-size: 120%; }
  .head4 { font-size: 116%; }
  @media screen and (max-width: 560px) {
    .head1 {
      font-size: 157%;
      line-height: 1.4em;
    }
    .head1 span:nth-child(2) {
      font-size: 65%;
    }
    .head2 {
      font-size: 135%;
    }
    .head3 { font-size: 123%; }
    .head4 { font-size: 109%; }
  }

/* txt
**************************************** */
  .fnt-lg { font-size: 116%; }
  .fnt-sm { font-size: 93%; }
  .fnt-xs { font-size: 85%; }
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .txt-attn {
    font-size: 88%;
    color: #999;
  }
  .txtarea p:not(:last-child) { margin-bottom: 1em; }
  @media screen and (max-width: 560px) {
    .txt-lft-sp { text-align: left; }
  }

/* table & list
**************************************** */
  table { width: 100%; }
  
  /* --- tbl-def --- */
  .tbl-def {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .tbl-def th, 
  .tbl-def td {
    padding: 16px 8px;
    border-bottom: 1px solid rgba(0,0,0,.05);
  }
  .tbl-def th {
    width: 15%;
  }
  .tbl-def td {
    padding: 16px 16px;
  }

  /* --- tbl-line --- */
  .tbl-line th,
  .tbl-line td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tbl-line th {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    font-size: 107%;
  }
  .tbl-line td {
    border: 1px solid #D2D2D2;
    font-size: 93%;
  }

  /* --- list ---- */
  .list { list-style-type: none; }
  .list li:not(:last-child) { margin-bottom: 16px; }
  .list li {
    position: relative;
    padding-left: 1.4em;
  }
  .list-disc li::before,
  .list-square li::before,
  .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #666;
  }
  /* 数字付きリスト */
  .list-num {
    padding-left: 1.4em;
    list-style-type: decimal;
  }
  .list-num li { padding-left: 0; }
  .list-num li::before { display: none; }
  /* 白丸付きリスト */
  .list-circle li::before {
    border: 1px solid #666;
    background-color: transparent;
  }
  /* 四角付きリスト */
  .list-square li::before {
    border-radius: 0;
    background-color: #666;
  }
  /* 入れ子のスタイル */
  .list li ul { margin-top: 16px; }
  .list li ul li::before {
    width: 6px;
    height: 6px;
    top: .8em;
  }

  /* --- dlリスト --- */
  .list-dl {
    position: relative;
    border-top: 1px solid #BFBFBF;
  }
  .list-dl dt {
    position: absolute;
    padding-top: 16px;
    color: #666;
    font-weight: 700;
  }
  .list-dl dd {
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
  }

  @media screen and (max-width: 560px) {
    .tbl-def th,
    .tbl-def td {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      line-height: 1.6em;
    }
    .tbl-def th {
      padding-top: 12px;
      padding-bottom: 0;
      border: none;
    }
    .tbl-def td {
      padding-top: 0;
      padding-bottom: 12px;
    }
  }

/* btn
**************************************** */

  /* --- btn-tgl --- */
  .btn-tgl {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    display: block;
  }
  .btn-tgl::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    transform: rotate(135deg);
  }
  .active > .btn-tgl {
    transform: rotate(180deg);
  }

  /* --- btn-fix_btm --- */
  .btn-fix_btm {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 10001;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1em;
  }
  .btn-fix_btm::before {
    border-width: 2px;
    border-style: solid;
  }
  .btn-fix_btm .iw {
    margin-right: 6px;
    font-size: 109%;
  }
  .btn-fix_btm.active {
    color: #fff;
  }
  .btn-fix_btm.active::before {
    opacity: 0;
  }
  .btn-fix_btm.is_hide {
    opacity: 0;
    pointer-events: none;
  }

/* breadcrumbs
**************************************** */
  #breadcrumbs {
    font-size: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .breadcrumbs--arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    transform: rotate(45deg) translateY(-2px);
    margin-right: 10px;
    margin-left: 4px;
    vertical-align: middle;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    color: rgba(0,0,0,.75);
    letter-spacing: .15em;
  }
  #breadcrumbs a {
    opacity: .5;
    transition: .4s all;
  }
  @media screen and (min-width: 961px) {
    #breadcrumbs a:hover {
      opacity: 1;
    }
  }


/* ##############################################################################

    INDEX

############################################################################## */
  .hero {
    overflow: hidden;
  }
  .hero .inner {
    height: 100%;
    padding-bottom: 56px;
    pointer-events: none;
    z-index: 10;
  }
  .hero .slick-list,
  .hero .slick-track,
  .hero .hero--slide_img {
    height: 100%;
  }
  .hero .hero--slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* --- 全面 --- */
  .hero-slide-all,
  .hero-slide-mov {
    height: 100vh;
    text-shadow: 0 0 24px rgba(0,0,0,.35);
  }
  .hero-slide-all .hero--slide_img {
    background-attachment: fixed;
  }
  
  /* --- 横長 --- */
  .hero.hero-slide-sm {
    overflow: visible;
  }
  .hero-slide-sm .inner {
    height: calc(650/1600*100vw);
    max-height: 650px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 56px;
    padding-right: 56px;
    pointer-events: all;
  }
  .hero-slide-sm .slick-dots {
    bottom: -48px;
  }
  .hero-slide-sm .slick-dots button {
    background-color: rgba(0,0,0,.2);
  }

  /* --- 左寄せ & 右寄せ --- */
  .hero-slide-lft .inner,
  .hero-slide-rgt .inner {
    height: calc(650/1800*125vw);
    padding-left: 56px;
    padding-right: 56px;
  }
  .hero-slide-lft .hero--slide,
  .hero-slide-rgt .hero--slide {
    width: 80%;
  }
  .hero-slide-rgt .hero--slide {
    left: auto;
    left: initial;
    right: 0;
  }
  .hero-slide-lft .slick-dots,
  .hero-slide-rgt .slick-dots {
    transform: translateX(0);
  }
  .hero-slide-lft .slick-dots {
    left: 56px;
  }
  .hero-slide-rgt .slick-dots {
    left: auto;
    left: initial;
    right: 56px;
  }

  @media screen and (min-width: 961px) {
    .hero-slide-lft .hero--slide,
    .hero-slide-rgt .hero--slide {
      max-height: 85vh;
    }

    /* --- BLOG --- */
    .home .posts-blog .post--img {
      width: 400px;
      margin-left: 40px;
      background-color: rgba(0,0,0,.025);
    }
    .home .posts-blog .post--img img {
      width: auto;
      height: auto;
      max-width: 400px;
      max-height: 270px;
    }
    .home .posts-blog .post--txtarea {
      flex: 1;
    }
  }

  @media screen and (max-width: 1064px) {
    .hero-slide-sm .inner,
    .hero-slide-lft .inner,
    .hero-slide-rgt .inner {
      height: calc(650/1160*125vw);
    }
    .hero-slide-lft .hero--slide,
    .hero-slide-rgt .hero--slide {
      width: 85%;
    }
  }
  @media screen and (max-width: 560px) {
    .hero-slide-all {
      padding-left: 40px;
      padding-right: 40px;
    }
    .hero-slide-sm .inner,
    .hero-slide-lft .inner,
    .hero-slide-rgt .inner {
      height: calc(90vh - 60px);
    }
    .hero-slide-lft .hero--slide,
    .hero-slide-rgt .hero--slide {
      width: 100%;
    }
    .hero .inner {
      padding-bottom: 24px;
    }
    .hero-slide-all .hero--slide_img {
      background-attachment: scroll;
    }
    .hero .slick-dots {
      display: none !important;
    }
  }


/* ##############################################################################

    PARTS

############################################################################## */

/* section
*************************************************** */
  
  /* --- common --- */
  .sect p:not(:last-child) {
    margin-bottom: 1em;
  }
  
  /* --- layout & style --- */
  .sect {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .sect-lo_h_lft .sect_cont > *,
  .sect-lo_h_rgt .sect_cont > *,
  .sect_bloc-lo_h_lft .sect_bloc_cont > *,
  .sect_bloc-lo_h_rgt .sect_bloc_cont > * {
    width: calc(50% - 32px);
  }
  .sect-lo_h_lft .inner-full .sect_cont > *,
  .sect-lo_h_rgt .inner-full .sect_cont > *,
  .sect_bloc-lo_h_lft .inner-full .sect_bloc_cont > *,
  .sect_bloc-lo_h_rgt .inner-full .sect_bloc_cont > * {
    width: 50%;
  }
  .inner-full .sect_imgarea_bg {
    z-index: 1;
  }
  .inner-full .sect_imgarea_bg_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .inner-full .slick-list,
  .inner-full .slick-track,
  .inner-full .sect_slide_img {
    width: 100%;
    height: 100%;
  }
  .inner-full .sect_txtarea {
    padding-left: 64px;
    padding-right: 64px;
  }
  .sect_ttl span:nth-child(2) {
    font-size: 50%;
    margin-top: 8px;
    line-height: 1em;
  }
  .sect_ttl.lo_v span,
  .head1.lo_v span {
    display: block;
  }
  .sect_ttl.lo_h span:nth-child(2) {
    margin-left: 12px;
  }

  /* --- column --- */
  .sect_blocs.flx .sect_pdg-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sect_blocs.flx .sect_bloc_imgarea {
    margin-bottom: 0;
  }
  .sect_blocs.flx .sect_bloc_txtarea {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .sect_blocs.flx-lo3 .head1,
  .sect_blocs.flx-lo4 .head1 {
    font-size: 160%;
  }
  .sect_blocs.flx-lo3 .head1 span:nth-child(2),
  .sect_blocs.flx-lo4 .head1 span:nth-child(2) {
    font-size: 63%;
  }

  /* --- slick --- */
  .sect_slide_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0,0,0,.2);
  }
  .sect_slide_img p::before {
    top: auto;
    top: inherit;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0)0%,rgba(0,0,0,.2)100%);
    height: 200%;
    z-index: 1;
  }
  .sect_slide_img p span {
    z-index: 10;
  }

  .sect .slick-dots {
    bottom: auto;
    bottom: inherit;
    top: 12px;
    right: -16px;
    left: auto;
  }
  .sect .slick-dots li {
    margin-right: 6px;
    margin-left: 6px;
  }
  .slide_box,
  .slide_box .slick-slide {
    position: relative;
  }
  .slide_box {
    max-width: 1108px;
  }
  .slide_box .slick-list {
    overflow: visible;
  }
  .slide_box .sect_slide_img {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sect .slide_box .slick-dots {
    top: auto;
    top: inherit;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
  }
  .sect .slide_box .slick-dots button {
    background-color: rgba(0,0,0,.1);
  }
  .sect .slide_box .sect_slide_img p {
    left: 16px;
    right: 16px;
  }
  @media screen and (min-width: 961px) {
    .inner-full .sect_imgarea img {
      display: none;
    }
  }
  @media screen and (max-width: 560px) {
    .sect-lo_h_lft .sect_cont > *,
    .sect-lo_h_rgt .sect_cont > *,
    .sect_bloc-lo_h_lft .sect_bloc_cont > *,
    .sect_bloc-lo_h_rgt .sect_bloc_cont > *,
    .sect-lo_h_lft .inner-full .sect_cont > *,
    .sect-lo_h_rgt .inner-full .sect_cont > *,
    .sect_bloc-lo_h_lft .inner-full .sect_bloc_cont > *,
    .sect_bloc-lo_h_rgt .inner-full .sect_bloc_cont > * {
      width: 100%;
    }
    .inner-full .sect_txtarea {
      padding-left: 24px;
      padding-right: 24px;
    }
    .sect_imgarea,
    .sect_bloc_imgarea {
      margin-bottom: 24px;
    }
    .slide_box .sect_slide_img {
      padding-left: 8px;
      padding-right: 8px;
    }
    .inner-full .sect_slide_img {
      padding-top: 64.75%;
      position: static;
    }
    .sect .slide_box .sect_slide_img p {
      left: 8px;
      right: 8px;
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 12px;
      padding-top: 12px;
    }
    .sect_ttl span:nth-child(2) {
      font-size: 60%;
      margin-top: 2px;
    }
    .sect_ttl.lo_h span:nth-child(2) {
      display: block;
      padding-left: 0;
      margin-left: 0;
    }
    .sect_blocs.flx .sect_bloc_txtarea {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .sect_blocs.flx-lo3 .head1,
    .sect_blocs.flx-lo4 .head1 {
      font-size: 130%;
    }
    .sect_blocs.flx-lo3 .head1 span:nth-child(2),
    .sect_blocs.flx-lo4 .head1 span:nth-child(2) {
      font-size: 71%;
    }
    .sect .sect_imgarea.sect_slide-carousel {
      margin-bottom: 48px;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */

/* FAQ
**************************************** */
  .page-faq .sect:first-child {
    padding-top: 0;
  }
  .page-faq .sect:last-child {
    padding-bottom: 0;
  }
  .page-faq .sect:not(:last-child) {
    border-bottom: 2px solid rgba(0,0,0,.1);
  }
  .page-faq .sect,
  .page-faq .sect:nth-child(even) {
    background-color: transparent;
  }
  main .faq--bloc {
    background-color: rgba(0,0,0,.025);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .faq--bloc h3,
  .faq--bloc p {
    padding-left: 24px;
  }
  .faq--bloc h3::before,
  .faq--bloc p::before {
    position: absolute;
    left: 0;
    width: 18px;
    text-align: center;
    display: inline-block;
  }
  .faq--bloc h3::before {
    content: 'Q';
    top: 0;
    color: #3c89cc;
  }
  .faq--bloc p::before {
    content: 'A';
    top: -2px;
    color: #da4f4f;
    font-size: 116%;
  }
  @media screen and (max-width: 560px) {
    main .faq--bloc {
      padding-left: 16px;
      padding-right: 16px;
    }
    .faq--bloc p {
      opacity: .6;
    }
  }

/* 404
**************************************** */
  .page-404 .btn_list {
    margin-top: 40px;
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */
  
/* main_column
**************************************** */
  .main_column {
    margin-right: 80px;
    width: calc(100% - 344px);
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before,
  .link_area {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    color: rgba(0,0,0,.5);
    font-size: 93%;
    letter-spacing: .05em;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list-archive li:not(:last-child)::after {
    content: '';
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    width: 1px;
    height: 20px;
    transform: rotate(35deg) translateY(4px);
    opacity: .5;  

  }
  .main_column .post .post--img {
    background-color: rgba(0,0,0,.025);
  }
  .post .post--img::before {
    opacity: .1;
  }
  .post .post--img img {
    border: 5px solid rgba(0,0,0,.1);
    max-width: 100%;
    max-height: 660px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .post--img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 64.25%;
  }
  .post--img-bg.no_img {
    background-size: 180px;
  }
  .no_post {
    background-color: rgba(0,0,0,.05);
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
    color: rgba(0,0,0,.3);
    font-size: 129%;
    line-height: 1.6em;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    background: rgba(0,0,0,.25);
    color: #fff;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 2px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    transition: .4s all;
  }
  
  @media screen and (min-width: 961px) {
    .post:hover .post--img,
    .post:hover .post--txtarea {
      opacity: .7;
    }
    .cat_list a:hover {
      opacity: .6;
    }
  }
  @media screen and (max-width: 1064px) {
    .main_column {
      width: 100%;
      margin-right: 0;
    }
  }

/* side_column
**************************************** */
  .archive-work .side_column {
    display: none;
  }
  .side_sect:not(:last-child) {
    margin-bottom: 48px;
  }
  .side--ttl {
    line-height: 1;
    margin-bottom: 16px;
    padding-left: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left-width: 2px;
    border-left-style: solid;
    font-weight: normal;
  }
  .side--ttl span {
    font-size: 120%;
  }
  .side--ttl span:nth-child(2) {
    font-size: 80%;
    opacity: .5;
    letter-spacing: .15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 3px rgba(0,0,0,.1) inset;
  }
  .posts-side .post--img.no_img {
    background-size: 50px;
  }
  .posts-side .post--txtarea { flex: 1; }
  .posts-side .post--date {
    margin-bottom: 6px;
    line-height: 1em;
    font-size: 80%;
  }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    transform: rotate(135deg);
    transition: .4s ease-out;
    opacity: .5;
  }
  .side_column .archive_list.active .archive_list--ttl::after { transform: rotate(315deg); }
  .side_column .archive_month {
    display: none;
    font-size: 93%;
  }
  .side_column .archive_month li {
    position: relative;
    padding-left: 16px;
  }
  .side_column .archive_month li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-50%);
    opacity: .25;
  }

  /* --- faq --- */
  .side--faq_list a {
    display: block;
  }
  .side--faq_item {
    background-color: rgba(0,0,0,.025);
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
  .side--faq_item:not(:last-child) {
    margin-bottom: 8px;
  }
  .side--faq_item > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .side--faq_item ul {
    display: none;
    font-size: 80%;
    line-height: 1.6em;
    padding-bottom: 12px;
  }
  .side--faq_item ul li {
    padding-left: 16px;
  }
  .side--faq_item ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .side--faq_item ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    transform-origin: center;
  }
  .side--faq_item .active_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateX(-100%);
  }
  .side--faq_item.active .active_line {
    transform: translateX(0);
  }
  @media screen and (min-width: 1065px) {
    .side_column,
    .side_column--in {
      width: 264px !important;
    }
  }
  @media screen and (min-width: 961px) {
    .side--faq_item ul li:hover::before {
      transform: rotate(45deg) translate(2px,-2px);
    }
  }
  @media screen and (max-width: 1064px) {
    .side_column {
      position: fixed !important;
      top: 0;
      left: 0;
      z-index: 10000;
      width: 100%;
      height: 100% !important;
      padding-top: 24px;
      padding-bottom: 72px;
      padding-left: 16px;
      padding-right: 16px;
      overflow-y: scroll;
      opacity: 0;
      pointer-events: none;
      transition: .4s all;
    }
    .archive-work .side_column {
      display: block;
    }
    .side_column.is_show {
      opacity: 1;
      pointer-events: all;
    }
    .side_column::before {
      content: ;
    }
    .side_column--in {
      position: static !important;
      transform: initial !important;
    }
    .side_sect:not(:last-child) {
      margin-bottom: 32px;
    }
  }

  /* --- archive-pd --- */
  .archive-pd {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pd .archive_list {
    position: relative;
    font-size: 92%;
  }
  .archive-pd .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pd .archive_list a {
    display: block;
    padding: 2px 16px;
    text-align: left;
    background-color: rgba(0,0,0,.05);
    border-top: 2px solid #fff;
  }
  .archive-pd .archive_list--label { margin-right: 8px; }
  .archive-pd .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 54px;
    background-color: rgba(0,0,0,.025);
    height: 30px;
    line-height: 30px;
    font-size: 100%;
  }
  .archive-pd .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    transform: rotate(45deg);
    transition: .4s cubic-bezier(.07, .51, .12, 1);
    transform-origin: 50% 50%;
  }
  .archive-pd .active .archive_list--btn::after {
    top: 14px;
    transform: rotate(225deg);
  }
  .archive-pd .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-out;
  }
  .archive-pd .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }
  @media screen and (max-width: 560px) {
    .archive-pd {
      margin-top: 24px;
      margin-bottom: 0;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }

  /* --- search --- */
  .side_sect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-width: 2px;
    border-style: solid;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    width: 100%;
    opacity: .6;
  }

/* blog
**************************************** */
  .posts-blog .post {
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 2px solid rgba(0,0,0,.1);
  }
  .posts-blog .post:first-child {
    padding-top: 0;
  }
  .posts-blog .post:last-child {
    border-bottom: none;
  }
  .posts-blog .post--txtarea {
    flex: 1;
  }
  .posts-blog .post--date {
    margin-right: 16px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 1064px) {
    .posts-blog { margin-bottom: 56px; }
    .archive-blog .fix_wrap.flex,
    .single-blog .fix_wrap.flex {
      display: block;
    }
    .archive-blog .main_column,
    .single-blog .main_column {
      overflow: visible;
      margin-bottom: 64px;
    }
  }
  @media screen and (max-width: 560px) {
    .archive-blog .main_column,
    .posts-blog {
      margin-bottom: 24px;
    }
    .single-blog .main_column {
      margin-bottom: 48px;
    }
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .posts-blog .post--date {
      margin-bottom: 0;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 16px;
      text-align: center;
    }
    .posts-blog .post--img img {
      width: auto;
      max-width: 100%;
    }
  }

/* work
**************************************** */
  .posts-work .post,
  .posts-event .post {
    background-color: rgba(0,0,0,.025);
  }
  .posts-work .post--txtarea,
  .posts-event .post--txtarea {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .posts-work .cat_list,
  .posts-event .cat_list {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .posts-work .cat_list a,
  .posts-event .cat_list a {
    margin-right: 0;
    margin-left: 4px;
  }
  main .cat_list a.term-cat {
    background-color: rgba(0,0,0,.25);
  }
  @media screen and (max-width: 560px) {
    .posts-work,
    .posts-event {
      display: block;
    }
    .posts-work.flx-lo4 > *,
    .posts-event.flx-lo2 > * {
      width: 100%;
      margin-bottom: 0;
      margin-right: 0;
    }
    .posts-work.flx-lo4 > *:not(:last-child),
    .posts-event.flx-lo2 > *:not(:last-child) {
      margin-bottom: 16px;
    }
  }

/* event
**************************************** */
  main .post .event--date {
    width: 52px;
  }
  main .post .event--date .date {
    display: table;
    letter-spacing: 1px;
    padding-left: 14px;
  }
  main .post .event--date .date:not(:last-child)::after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: rgba(0,0,0,.25);
  }
  main .post .event--date .date > * {
    display: block;
    line-height: 1em;
  }
  main .post .event--date .date_d {
    font-size: 200%;
    margin-bottom: 3px;
  }
  main .post .event--date .date_y {
    position: absolute;
    top: 0;
    left: 1em;
    font-size: 75%;
    opacity: .5;
    transform: rotate(90deg);
    transform-origin: top left;
  }
  main .post .event--date .date_w {
    font-size: 85%;
  }
  .post .event_fin {
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 150%;
  }
  .post .event_alert {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1em;
    color: #fff;
    width: 100%;
    font-size: 116%;
  }
  .post .event_alert::before {
    opacity: .65;
  }
  .post .event_alert small {
    font-size: 70%;
    margin-left: 8px;
  }
  .post--txtarea--in {
    flex: 1;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid rgba(0,0,0,.1);
  }
  .post--txtarea--in .head4 {
    line-height: 1.6em;
  }
  .event--place {
    line-height: 1.4em;
    letter-spacing: .1em;
    opacity: .5;
  }
  .event--time,
  .event--price {
    line-height: 1em;
    letter-spacing: .1em;
  }
  .event--time .iw,
  .event--price .iw {
    vertical-align: middle;
    margin-right: 4px;
    transform: translateY(-1px);
  }
  .mce-content-body h1 {
    border-color: <?php echo CLR_MAIN; ?>;
  }
  
  main .area-hokkaido .cat_list a.term-pref,
  .clr-area-hokkaido-bg-bf::before,
  .mce-content-body.area-hokkaido h3::before,
  .mce-content-body.area-hokkaido h4::before,
  .slide_imgs.area-hokkaido .slick-dots .slick-active button,
  .mce-content-body.area-hokkaido table th::before {
    background-color: #8785D8 !important;
  }
  .clr-area-hokkaido {
    color: #8785D8;
  }
  .clr-area-hokkaido-bdr,
  .mce-content-body.area-hokkaido h1 {
    border-color: #8785D8;
  }
  main .area-tohoku .cat_list a.term-pref,
  .clr-area-tohoku-bg-bf::before,
  .mce-content-body.area-tohoku h3::before,
  .mce-content-body.area-tohoku h4::before,
  .slide_imgs.area-tohoku .slick-dots .slick-active button,
  .mce-content-body.area-tohoku table th::before {
    background-color: #619FEB !important;
  }
  .clr-area-tohoku {
    color: #8785D8;
  }
  .clr-area-tohoku-bdr,
  .mce-content-body.area-tohoku h1 {
    border-color: #8785D8;
  }
  main .area-kanto .cat_list a.term-pref,
  .clr-area-kanto-bg-bf::before,
  .mce-content-body.area-kanto h3::before,
  .mce-content-body.area-kanto h4::before,
  .slide_imgs.area-kanto .slick-dots .slick-active button,
  .mce-content-body.area-kanto table th::before {
    background-color: #3DA841 !important;
  }
  .clr-area-kanto {
    color: #3DA841;
  }
  .clr-area-kanto-bdr,
  .mce-content-body.area-kanto h1 {
    border-color: #3DA841;
  }
  main .area-chubu .cat_list a.term-pref,
  .clr-area-chubu-bg-bf::before,
  .mce-content-body.area-chubu h3::before,
  .mce-content-body.area-chubu h4::before,
  .slide_imgs.area-chubu .slick-dots .slick-active button,
  .mce-content-body.area-chubu table th::before {
    background-color: #9ACC33 !important;
  }
  .clr-area-chubu {
    color: #9ACC33;
  }
  .clr-area-chubu-bdr,
  .mce-content-body.area-chubu h1 {
    border-color: #9ACC33;
  }
  main .area-kinki .cat_list a.term-pref,
  .clr-area-kinki-bg-bf::before,
  .mce-content-body.area-kinki h3::before,
  .mce-content-body.area-kinki h4::before,
  .slide_imgs.area-kinki .slick-dots .slick-active button,
  .mce-content-body.area-kinki table th::before {
    background-color: #F1B503 !important;
  }
  .clr-area-kinki {
    color: #F1B503;
  }
  .clr-area-kinki-bdr,
  .mce-content-body.area-kinki h1 {
    border-color: #F1B503;
  }
  main .area-chugoku .cat_list a.term-pref,
  .clr-area-chugoku-bg-bf::before,
  .mce-content-body.area-chugoku h3::before,
  .mce-content-body.area-chugoku h4::before,
  .slide_imgs.area-chugoku .slick-dots .slick-active button,
  .mce-content-body.area-chugoku table th::before {
    background-color: #FE9901 !important;
  }
  .clr-area-chugoku {
    color: #FE9901;
  }
  .clr-area-chugoku-bdr,
  .mce-content-body.area-chugoku h1 {
    border-color: #FE9901;
  }
  main .area-shikoku .cat_list a.term-pref,
  .clr-area-shikoku-bg-bf::before,
  .mce-content-body.area-shikoku h3::before,
  .mce-content-body.area-shikoku h4::before,
  .slide_imgs.area-shikoku .slick-dots .slick-active button,
  .mce-content-body.area-shikoku table th::before {
    background-color: #FD9DAB !important;
  }
  .clr-area-shikoku {
    color: #FD9DAB;
  }
  .clr-area-shikoku-bdr,
  .mce-content-body.area-shikoku h1 {
    border-color: #FD9DAB;
  }
  main .area-kyushu .cat_list a.term-pref,
  .clr-area-kyushu-bg-bf::before,
  .mce-content-body.area-kyushu h3::before,
  .mce-content-body.area-kyushu h4::before,
  .slide_imgs.area-kyushu .slick-dots .slick-active button,
  .mce-content-body.area-kyushu table th::before {
    background-color: #FE6360 !important;
  }
  .clr-area-kyushu {
    color: #FE6360;
  }
  .clr-area-kyushu-bdr,
  .mce-content-body.area-kyushu h1 {
    border-color: #FE6360;
  }
  main .area-okinawa .cat_list a.term-pref,
  .clr-area-okinawa-bg-bf::before,
  .mce-content-body.area-okinawa h3::before,
  .mce-content-body.area-okinawa h4::before,
  .slide_imgs.area-okinawa .slick-dots .slick-active button,
  .mce-content-body.area-okinawa table th::before {
    background-color: #FF6360 !important;
  }
  .clr-area-okinawa {
    color: #FF6360;
  }
  .clr-area-okinawa-bdr,
  .mce-content-body.area-okinawa h1 {
    border-color: #FF6360;
  }

/* voice
**************************************** */
  .posts-voice .post--img {
    border: 5px solid rgba(0,0,0,.1);
  }
  .posts-voice .post--info {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1em;
  }
  .posts-voice .post--txt {
    opacity: .65;
  }

/* news
**************************************** */
  
  /* --- news--archive --- */
  .news--archive {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
  }
  .news--archive li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .news--archive a {
    color: #fff;
  }

  /* --- news_list --- */
  main .news_list .post {
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
  main .news_list .post--date {
    background-color: #222;
    color: #fff;
    padding-top: 12px;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 32px;
    line-height: 1em;
  }

  @media screen and (max-width: 560px) {
    main .news_list .post { display: block; }
    main .news_list .post--date {
      display: inline-block;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-right: 16px;
      padding-left: 16px;
      margin-bottom: 8px;
    }
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* COMMON
*************************************************** */
  .wp-pagenavi {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: block;
    position: relative;
    vertical-align: top;
    border: none;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 6px;
    padding-right: 6px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s all;
  }
  @media  only screen and (min-width: 961px) {
    .wp-pagenavi a:hover {
      border-color: rgba(0,0,0,.1);
    }
  }
  @media  only screen and (max-width: 560px) {
    .wp-pagenavi {
      margin-top: 16px;
    }
  }

/* WORK & EVENT
*************************************************** */
  .slide_img:not(:last-child) {
    margin-bottom: 12px;
  }
  .slide_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0,0,0,.2);
  }
  .slide_img p::before {
    top: auto;
    top: inherit;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0)0%,rgba(0,0,0,.2)100%);
    height: 200%;
    z-index: 1;
  }
  .slide_img p span {
    z-index: 10;
  }
  .slide_imgs .slick-dots {
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 8px;
    right: 12px;
    transform: translate(0);
  }

  /* --- event --- */
  .single .event--date {
    display: table;
    line-height: 1em;
  }
  .single .event--date::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -4px;
    right: -4px;
    height: 10px;
    opacity: .2;
    z-index: -1;
  }
  .single .event--date > span:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: rgba(0,0,0,.25);
    margin-left: 6px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .single .event--date .num {
    display: inline-block;
    font-size: 150%;
    transform: translateY(1px);
  }
  .single .event--info_list li:not(:last-child) {
    margin-right: 16px;
  }
  .single .event--info_list li span {
    opacity: .5;
  }
  .single .tbl .address {
    line-height: 1.4em;
    font-size: 85%;
    letter-spacing: .1em;
    opacity: .5;
  }
  .single .tbl .link {
    font-size: 93%;
    word-break: break-all;
    letter-spacing: .1em;
    line-height: 1.8em;
  }
  .single .tbl .link .iw {
    font-size: 80%;
    margin-left: 6px;
  }
  @media screen and (max-width: 560px) {
    .single .event--date {
      letter-spacing: .1em;
      font-size: 90%;
    }
    .single .tbl .event--date {
      margin-left: auto;
      margin-right: auto;
    }
    .single .tbl .link a {
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
    }
  }


/* ##############################################################################

    CONTACT FORM 7

############################################################################## */

/* COMMON
*************************************************** */
  #cf_form {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 56px;
    padding-right: 56px;
  }
  #cf_form .wpcf7-form > br {
    display: none;
  }
  #cf_form table { width:100%; }
  #cf_form tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  #cf_form th,
  #cf_form td {
    line-height: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    vertical-align: middle;
  }
  #cf_form th {
    width: 256px;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
  }
  #cf_form td {
    padding-left: 48px;
  }
  #cf_form table input[type="text"],
  #cf_form table input[type="email"],
  #cf_form table input[type="tel"],
  #cf_form table input[type="date"],
  #cf_form table input[type="password"],
  #cf_form table textarea {
    width: 100%;
    vertical-align: bottom;
  }
  #cf_form table input[type="text"],
  #cf_form table input[type="email"],
  #cf_form table input[type="tel"],
  #cf_form table input[type="date"],
  #cf_form table input[type="password"] {
    height: 44px;
    line-height: 44px;
  }
  #cf_form table input[type="text"],
  #cf_form table input[type="email"],
  #cf_form table input[type="tel"],
  #cf_form table input[type="date"],
  #cf_form table input[type="password"],
  #cf_form select,
  #cf_form textarea {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.1em;
    font-size: 100%;
    background-color: #f6f6f6;
  }
  #cf_form textarea { height: 100px; }
  #cf_form select { height: 40px; }
  #cf_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #cf_form input:hover { opacity: .7; }
  #cf_form textarea:hover { opacity: .7; }
  #cf_form input:focus { outline: none; }

/* radio & checkbox
*************************************************** */
  #cf_form .cf_rc input[type="radio"],
  #cf_form .cf_rc input[type="checkbox"] { display: none !important; }
  #cf_form .cf_rc .wpcf7-list-item {
    margin-left: 0;
    display: block;
    margin-right: 16px;
  }
  #cf_form .cf_rc .wpcf7-list-item-label {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 24px;
    padding-right: 8px;
    cursor: pointer;
    white-space: nowrap;
  }

  #cf_form .cf_rc .wpcf7-list-item-label:hover { opacity: .7; }
  #cf_form .cf_rc .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
  }
  #cf_form .acceptance input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  #cf_form .cf_rc .wpcf7-list-item-label::before,
  #cf_form .acceptance input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
  }
  #cf_form .cf_rc input[type="radio"] + .wpcf7-list-item-label::before { border-radius: 10px; }
  #cf_form .cf_rc input[type="radio"]:checked + .wpcf7-list-item-label,
  #cf_form .cf_rc input[type="checkbox"]:checked + .wpcf7-list-item-label {
    color: #de0329;
    font-weight: bold;
  }
  #cf_form .cf_rc input[type="radio"]:checked + .wpcf7-list-item-label::before,
  #cf_form .cf_rc input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
  #cf_form .acceptance input[type="checkbox"]:checked {
    border-color: #de0329;
  }
  #cf_form .cf_rc input[type="radio"]:checked + .wpcf7-list-item-label::after,
  #cf_form .cf_rc input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
  #cf_form .acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    z-index: 10;
    width: 5px;
    height: 9px;
    border-right: 2px solid #de0329;
    border-bottom: 2px solid #de0329;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cf_form .acceptance input[type="checkbox"]:checked::after {
    top: 1px;
    left: 4px;
  }

/* address
*************************************************** */
  #cf_form table .cf_zip input[type="text"] {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

/* other
*************************************************** */
  
  /* --- support --- */
  .cf_form--support {
    margin-top: 4px;
    line-height: 1.6em;
    opacity: .5;
    font-size: 80%;
  }
  
  /* --- required --- */
  .required {
    float: right;
    background: #de0329;
    color: #fff;
    margin: 5px 0 0 16px;
    font-size: 70%;
    padding: 7px 8px;
    line-height: 1em;
  }

  /* --- cf_form--btns --- */
  .cf_form--btns {
    padding-top: 32px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cf_form--btns input {
    min-width: 180px;
    line-height: 48px;
    height: 48px;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 3px;
    letter-spacing: .2em;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    font-size: 120%;
  }
  .wpcf7c-btn-confirm { background-color: #b2b2b2; }
  .wpcf7-back { background-color: #000; }
  .wpcf7c-conf { background-color: transparent; }
  .contact_btn-simple .cf_form--btns input,
  .contact_btn-grad .cf_form--btns input,
  .contact_btn-circle .cf_form--btns input,
  .contact_btn-brackets .cf_form--btns input {
    border: none;
    color: #fff;
  }
  .contact_btn-line .cf_form--btns input,
  .contact_btn-stylish .cf_form--btns input {
    background-color: transparent;
    border-width: 1px solid;
    border-style: solid;
    border-radius: 0;
  }
  .contact_btn-circle .cf_form--btns input {
    border-radius: 100px;
  }
  .contact_btn-brackets .cf_form--btns input {
    border-radius: 0;
  }

  /* --- error --- */
  div.wpcf7-response-output {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-mail-sent-ok {
    font-weight: bold;
  }
  div.wpcf7-validation-errors {
    color: #de0329;
    border-color: #de0329;
  }
  span.wpcf7-not-valid-tip {
    color: #de0329;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.8em;
  }
  div.wpcf7-validation-missing {
    color: #e8a346;
    border-color: #e8a346;
  }
  div.wpcf7-mail-sent-ok {
    color: #fb791c;
    background-color: #fff9e6;
    border: none;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 12px;
    font-size: 139%;
    margin: 0;
  }

  /* --- hide --- */
  div.wpcf7 .ajax-loader,
  #cf_form form.sent p,
  #cf_form form.sent table,
  #cf_form form.sent .acceptance,
  #cf_form form.sent div.wpcf7-mail-sent-ok:nth-child(2),
  #cf_form form.sent .cf_form--btns {
    display: none !important;
  }
  
  @media only screen and (max-width: 560px) {
    #cf_form {
      padding-top: 16px;
      padding-bottom: 24px;
      padding-left: 16px;
      padding-right: 16px;
    }
    #cf_form th,
    #cf_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #cf_form th {
      width: 100%;
      border-bottom:none;
      padding-top: 8px;
      padding-bottom: 0;
      white-space: normal;
      font-weight: bold;
    }
    #cf_form td {
      padding-top: 0;
      padding-bottom: 16px;
      padding-left: 0;
    }
    #cf_form .cf_rc .wpcf7-list-item {
      display: block;
    }
    #cf_form table .cf_zip input[type="text"] {
      width: calc(100% - 23px);
      margin-right: 0;
    }
    .cf_form--btns {
      padding-top: 16px;
    }
    .cf_form--btns input {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      background-size: contain;
      background-position: center;
    }
  }

/* ======================================================================================

    PLUGINS

====================================================================================== */

/* SLICK
*************************************************** */
  .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateX(-50%);
  }
  .slick-dots li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .slick-dots button {
    background-color: #fff;
    color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: .8s all;
  }
   .slick-dots > li:first-child:last-child {
    display: none;
  }
  .slick-arrow {
    position: absolute;
    top: 0;
    width: calc(100% - 32px);
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,.5);
    transition: .4s all;
  }
  .sect-lo_v .slick-prev {
    left: -16px;
    transform: translateX(-100%);
  }
  .sect-lo_v .slick-next {
    left: 48px;
    transform: translateX(100%);
  }
  .sect_bloc:not(.sect_bloc-lo_v) .slick-arrow {
    opacity: 0;
    pointer-events: none;
  }
  @media screen and (min-width: 961px) {
    .slick-arrow:hover {
      background-color: rgba(255,255,255,.35);
    }
  }

/* reCAPTCHA
*************************************************** */
  footer .recaptcha_txt {
    display: block;
    font-size: 67%;
    line-height: 1.6em;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }