@charset "UTF-8";
/*
Theme Name: NewSite
Author: ProntoNet
Author URI: http://www.prontonet.ne.jp/
Version: 1.0
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

sup {
  font-size: 8px; }

em {
  font-style: normal; }

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after, section:after, article:after {
  content: "";
  display: block; }

div:after, ul:after, ol:after, dl:after, section:after, article:after {
  clear: both; }

div, ul, ol, dl {
  zoom: 1; }

ul#wp-admin-bar-root-default:after {
  clear: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flexbox {display: flex; flex-wrap: wrap; align-items: top; justify-content: space-between;}
.flexbox.mid {align-items: center;}
.flexbox.center {justify-content: center;}
.flexbox.reverse {flex-direction: row-reverse;}

.flL {float: left;}
.flR {float: right;}

.taL {text-align: left;}
.taC {text-align: center;}
.taR {text-align: right;}

.rel {position: relative;}

/* ----------------------------- 全体 */
body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none !important; }
  a:link, a:visited {
    color: #000;
    text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none; }

.pc-only {
  display: none !important; }

img,
.bx-wrapper img {
  max-width: 100%;
  height: auto; }

/* ----------------------------- 1. 各ページ共通 */
#container {position: relative;}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  /*&--btn*/ }
  .l-header--btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 56px;
    padding-top: 12px;
    text-align: center;
    background: #fff; }
    .l-header--btn.is-open {
      background: #fff; }
    .l-header--btn .btn-trigger {
      position: relative;
      width: 25px;
      height: 16px;
      display: block;
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto 8px;
      /*&.is-open*/ }
      .l-header--btn .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 2px; }
        .l-header--btn .btn-trigger span:nth-of-type(1) {
          top: 0; }
        .l-header--btn .btn-trigger span:nth-of-type(2) {
          top: 7px; }
        .l-header--btn .btn-trigger span:nth-of-type(3) {
          bottom: 0; }
      .l-header--btn .btn-trigger.is-open span {
        background: #323232; }
      .l-header--btn .btn-trigger.is-open span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-130deg);
        transform: translateY(7px) rotate(-130deg); }
      .l-header--btn .btn-trigger.is-open span:nth-of-type(2) {
        opacity: 0; }
      .l-header--btn .btn-trigger.is-open span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(130deg);
        transform: translateY(-7px) rotate(130deg); }
      .l-header--btn .btn-trigger.is-open ~ .btn-text {
        color: #323232 !important; }
    .l-header--btn .btn-text {
      font-size: 10px;
      font-size: 0.625rem;
      display: block;
      line-height: 100%;
      padding-top: 0px;
      color: #000;
      letter-spacing: .05rem; }
  .l-header--logo {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    padding: 15px 15px;
    background: #fff; }
    .l-header--logo:after, .l-header--logo:before {
      display: none;
      content: none; }

.header-inner {}
.l-header--sns { text-align: center; margin-top: 20px;}
.l-header--sns a:first-child { margin-right: 20px;}
.l-header--sns a img {
	 -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);}

  .l-header--nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f0e3;
    height: 0;
    -webkit-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden; }
    .l-header--nav.is-open {
      height: 100%; }
    .l-header--nav .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 50%; }
      .l-header--nav .nav:after, .l-header--nav .nav:before {
        display: none;
        content: none; }
      .l-header--nav .nav a {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
        .l-header--nav .nav a span {
          font-size: 20px;
          font-size: 1.25rem;
          color: #232323;
          font-weight: bold;
          letter-spacing: .1rem; }
          _:-ms-fullscreen, :root .l-header--nav .nav a span {
            display: block;
            padding-top: 6px; }
  .l-header--contact {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-template: 60px/1fr 1fr;
    grid-gap: 1px; }
    .l-header--contact:after, .l-header--contact:before {
      display: none;
      content: none; }
    .l-header--contact .tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: din-2014, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      line-height: 1;
      background: #323232; }
      .l-header--contact .tel:after, .l-header--contact .tel:before {
        display: none;
        content: none; }
      .l-header--contact .tel span {
        display: inline-block;
        padding: 10px 0 10px 30px;
        background: url(/themes/k1kobo/img/common/header-icon1.svg) no-repeat center left; }
    .l-header--contact .request {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      color: #fff;
      font-weight: bold;
      background: #323232; }
      .l-header--contact .request:after, .l-header--contact .request:before {
        display: none;
        content: none; }
      .l-header--contact .request span {
        display: inline-block;
        padding: 5px 0 5px 35px;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: .1rem;
        background: url(/themes/k1kobo/img/common/header-icon2.svg) no-repeat center left; }

/*=======================================
メニュー
=========================================*/
/*=======================================
フッターメニュー
=========================================*/
.p-contact {
  margin-top: 40px; }
  .p-contact .contact-inner {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center; }
  .p-contact .request {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px 8px 56px;
    color: #000;
    font-weight: bold;
    background: url(/themes/k1kobo/img/common/footer-icon1.svg) no-repeat center left 20px;
    border: 1px solid #000; }
    .p-contact .request span {
      font-size: 18px;
      font-size: 1.125rem; }
  .p-contact .tel {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 8px 0;
    padding: 0 0 0 25px;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: url(/themes/k1kobo/img/common/footer-icon2.svg) no-repeat center left;
    line-height: 1; }
    .p-contact .tel span {
      color: #BB4824; }
  .p-contact .fax {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 8px 0;
    padding: 0 20px 0 35px;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: url(/themes/k1kobo/img/common/footer-icon3.svg) no-repeat center left;
    line-height: 1; }
    .p-contact .fax span {
      color: #BB4824; }
  .p-contact .nav {
    padding: 25px 0;
    text-align: center; }
    .p-contact .nav a {
      display: inline-block;
      margin: 0 3px 5px 3px; }
      .p-contact .nav a span {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: bold; }

/*=======================================
フッター
=========================================*/
.l-footer {
  padding: 60px 15px 90px;
  background: #222222;
  text-align: center; }
  .l-footer--text {
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff; }
    .l-footer--text span, .l-footer--text a {
      color: #fff; }
  .l-footer--banner {
    display: inline-block;
    margin-top: 20px; }
  .l-footer--copy {
    margin-top: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #999999; }

/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999; }

/* ----------------------------- 2. トップページ */
/*=======================================
トップページ
=========================================*/
.p-kv {
  position: relative; }
  .p-kv .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 95vw;
      text-align: center;
}
  .p-kv .title span {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
      font-size: 28px;
      letter-spacing: 0.1em;
      color: #fff;
      display: block;
      line-height: 1.8;
      margin-bottom: 20px;
}
  .p-kv .slide {
    margin-bottom: 0 !important;
    /*slick-dots*/ }
    .p-kv .slide--item {
      height: 100vh;
      min-height: 550px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .p-kv .slide .slick-prev, .p-kv .slide .slick-next {
      display: none !important; }
    .p-kv .slide .slick-dots {
      bottom: 30px;
      z-index: 6; }
 /*     .p-kv .slide .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 5px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%; }
        .p-kv .slide .slick-dots li.slick-active {
          background: #fff; }
      .p-kv .slide .slick-dots button {
        width: 100%;
        height: 100%; }
        .p-kv .slide .slick-dots button:before {
          content: none;
          display: none; }*/

.p-lead {
  padding: 60px 15px; }
  .p-lead .lead-sub {
    position: relative; }
  .p-lead .title {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-weight: normal; }
    .p-lead .title span {
      display: block;
      line-height: 1; }
    .p-lead .title--sub {
      font-size: 18px;
      font-size: 1.125rem; }
    .p-lead .title--main {
      position: relative;
      margin-top: 15px;
      font-size: 38px;
      font-size: 2.375rem;
      color: #BB4824; }
      .p-lead .title--main:before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -35px;
        margin: auto;
        width: 60px;
        height: 8px;
        background: url(/themes/k1kobo/img/common/title-icon2.svg) no-repeat; }
  .p-lead .text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2; }

.p-link .list {
  width: 100%; }
  .p-link .list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 10% 0;
    margin-bottom: 10px;
    overflow: hidden; }
    .p-link .list--item:after, .p-link .list--item:before {
      display: none;
      content: none; }
    .p-link .list--item:hover {
      opacity: 1; }
      .p-link .list--item:hover:after {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        outline: 1px solid transparent; }
    .p-link .list--item:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: inherit;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transform: rotate(0.0001deg);
      transform: rotate(0.0001deg); }
    .p-link .list--item .icon {
      position: relative;
      z-index: 2;
      display: block; }
    .p-link .list--item .text {
      position: relative;
      z-index: 2;
      display: block;
      margin-top: 10px;
      font-size: 28px;
      font-size: 1.75rem;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
      color: #fff;
      letter-spacing: .1rem;
      font-weight: normal; }

.p-open-system {
  padding: 60px 0;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 246px, #F3F0E3 246px, #F3F0E3 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 246px, #F3F0E3 246px, #F3F0E3 100%); }
  .p-open-system .open-system-inner {
    margin: 0 auto; }
  .p-open-system .open-system-main {
    clear: both;
    padding: 30px 15px 0; }
  .p-open-system .open-system-sub {
    float: left;
    width: 75%;
    height: 250px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 2; }
  .p-open-system .open-system-extra {
    float: left;
    width: 25%; }
  .p-open-system .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 310px;
    background: url(/themes/k1kobo/img/top/opensystem-img1.jpg) no-repeat center right;
    background-size: cover; }
  .p-open-system .title1 {
    display: inline-block;
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    letter-spacing: .1rem; }
    .p-open-system .title1 span {
      color: #BB4824; }
  .p-open-system .title2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-weight: normal; }
  .p-open-system .text {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2; }
  .p-open-system .c-btn1 {
    margin-top: 30px; }

.p-news {
  padding: 0 0 20px 0;
border-bottom: 1px solid #000;}
  .p-news .news-title {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem; }
    .p-news .news-title:before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -75px;
      margin: auto;
      width: 60px;
      height: 8px;
      background: url(/themes/k1kobo/img/common/title-icon2.svg) no-repeat; }
  .p-news .news-btn {
    display: block;
    margin-top: 10px; }
    .p-news .news-btn span {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem; }
      .p-news .news-btn span:after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 12px;
        margin-left: 12px;
        background: url(/themes/k1kobo/img/common/btn-icon3.svg) no-repeat center; }
  .p-news .old-btn {
    display: block;
    margin-top: 10px;}
    .p-news .old-btn span {
      display: inline-block;
      font-size: 15px;
      font-size: 0.8rem; }
      .p-news .old-btn span:after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 12px;
        margin-left: 12px;
        background: url(/themes/k1kobo/img/common/btn-icon3.svg) no-repeat center; }
  .p-news .list {
    margin-top: 30px; }
    .p-news .list--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .p-news .list--item:after, .p-news .list--item:before {
        display: none;
        content: none; }
      .p-news .list--item .date {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
      .p-news .list--item .category {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 110px;
        height: 26px;
        margin: 0 20px;
        border: 1px solid #000; }
        .p-news .list--item .category:after, .p-news .list--item .category:before {
          display: none;
          content: none; }
        .p-news .list--item .category span {
          font-size: 13px;
          font-size: 0.8125rem; }
      .p-news .list--item .title {
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        font-size: 1rem; }

.p-works {
  padding: 40px 0;
  background: #E5E4E0; }
  .p-works .works-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    text-align: center;
    background: url(/themes/k1kobo/img/top/works-title.svg) no-repeat center bottom;
    background-size: 300px; }
    .p-works .works-title:after, .p-works .works-title:before {
      display: none;
      content: none; }
    .p-works .works-title span {
      padding-top: 20px;
      letter-spacing: .1rem; }
  .p-works .list {
    margin-bottom: 30px; }
    .p-works .list--item {
      display: block;
      margin-bottom: 30px; }
      .p-works .list--item .item-inner {
        position: relative;
        z-index: 2;
        padding: 0 15px;
        margin-top: -15px; }
      .p-works .list--item .image img {
        width: 100%; }
      .p-works .list--item .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 120px;
        height: 30px;
        background: #fff; }
        .p-works .list--item .category:after, .p-works .list--item .category:before {
          display: none;
          content: none; }
        .p-works .list--item .category span {
          font-size: 16px;
          font-size: 1rem;
          font-weight: bold; }
      .p-works .list--item .title {
        margin-top: 10px;
        font-size: 20px;
        font-size: 1.25rem; }
      .p-works .list--item .text {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8; }

/* ループスライド追加200121 */
.pickup-slide {padding: 40px 0;}
.pickup-slide ul {}
.pickup-slide ul li {}
.pickup-slide ul li a { display: block; position: relative; padding: 0 5px;}
.simply-scroll-container {position: relative;}
.simply-scroll-clip {position: relative; overflow: hidden;}
.simply-scroll-list {overflow: hidden; margin: 0; padding: 0;}
.simply-scroll-list li { float: left; /* Horizontal scroll only */ padding: 0; margin: 0; width: 180px; height: auto;}
.simply-scroll-list li img { display: block; width: 100%;}

/* 動画追加200707 */
.p-movie {background: #F3F0E3; padding: 20px 0; margin-bottom: 30px;}
.p-movie:before, .p-movie:after, .p-movie .movie-list:before, .p-movie .movie-list:after, .p-movie .movie-item:before, .p-movie .movie-item:after {display: none;}
.p-movie .movie-list {display: block; width: 100%;}
.p-movie .movie-item {width: 100%; max-width: 100%; margin: 0 0 10px;}
.p-movie .movie-item:last-child {margin: 0;}
.p-movie .movie-item iframe {max-width: 100%; height: 214px;}

/*バナー追加240207*/
.bnr-lp50{
    margin: 60px auto 0;
}
.bnr-lp50-min{
    width: 100%;
    margin-top: 40px;
}
/*/240207*/


/* ----------------------------- 3. 下層ページ */


/*=======================================
下層ページ
=========================================*/
/* ----------------------------- 4. 投稿 */
/*=======================================
サイドバー
=========================================*/
/* ----------------------------- 9. 共通パーツ */
.u-mt0 {
  margin-top: 0px; }

.u-mt5 {
  margin-top: 5px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt15 {
  margin-top: 15px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt60 {
  margin-top: 60px; }

.u-mt70 {
  margin-top: 70px; }

.u-mt80 {
  margin-top: 80px; }

.u-mt90 {
  margin-top: 90px; }

.u-mb0 {
  margin-bottom: 0; }

.u-mb5 {
  margin-bottom: 5px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb15 {
  margin-bottom: 15px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb60 {
  margin-bottom: 60px; }

.u-mb70 {
  margin-bottom: 70px; }

.u-mb80 {
  margin-bottom: 80px; }

.u-mb90 {
  margin-bottom: 90px; }

.u-pb0 {
  padding-bottom: 0px; }

.u-col {
  color: #000; }
  .u-col__red {
    color: #F00; }

.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; }

.u-gothic {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif; }

.u-italic {
  font-style: italic; }

.u-center {
  text-align: center !important; }
  .u-center th, .u-center td {
    text-align: center !important; }

.u-right {
  text-align: right !important; }
  .u-right th, .u-right td {
    text-align: right !important; }

.u-left {
  text-align: left !important; }
  .u-left th, .u-left td {
    text-align: left !important; }

.c-wrap {
  padding-left: 15px;
  padding-right: 15px; }

.c-btn1 {
  display: block;
  max-width: 280px;
  padding: 11px 0 11px 20px;
  background: url(/themes/k1kobo/img/common/btn-icon1.svg) #BB4824 no-repeat center right 10px; }
  .c-btn1 span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1rem; }

.c-btn2 {
  display: block;
  max-width: 280px;
  padding: 6px 0 6px 20px;
  margin: auto;
  background: url(/themes/k1kobo/img/common/btn-icon2.svg) no-repeat center right 10px;
  border: 1px solid #000; }
  .c-btn2 span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .1rem; }

.c-table__nostyle {
  width: 100%; }
  .c-table__nostyle th, .c-table__nostyle td {
    padding: 2px 0 !important;
    border: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background: transparent; }

.u-indent {
  text-indent: -1em;
  padding-left: 1em; }

#__bs_notify__ {
  display: none !important; }
