@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: 18px;
  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;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none !important;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  a:link, a:visited {
    color: #000;
    text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none; }
  a:hover {
    opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
    filter: alpha(opacity=65); }

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

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

/* ----------------------------- 1. 各ページ共通 */
#container {position: relative;}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .l-header:after, .l-header:before {
    display: none;
    content: none; }
  .l-header--logo {
    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: 250px;
    height: 120px;
    background: #fff; }
    .l-header--logo:after, .l-header--logo:before {
      display: none;
      content: none; }
    .l-header--logo a {
      display: inline-block;
      width: 172px;
      height: 64px; }
.header-inner { position: relative;}
.l-header--sns { position: absolute; left: -15%; top: 15px;}
.l-header--sns a:first-child { margin-right: 10px;}

  .l-header--nav .nav {
    padding: 24px 40px 24px 0;
    text-align: right; }
    .l-header--nav .nav a {
      display: inline-block;
      margin-left: 40px; }
      .l-header--nav .nav a span {
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff;
        font-weight: bold;
        letter-spacing: .1rem; }
        _:-ms-fullscreen, :root .l-header--nav .nav a span {
          display: block;
          padding-top: 6px; }
  .l-header--contact {
    padding: 10px 0 10px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .l-header--contact .tel {
      display: inline-block;
      vertical-align: middle;
      padding: 0 20px 0 30px;
      margin-right: 20px;
      font-size: 38px;
      font-size: 2.375rem;
      font-family: arial;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      background: url(/themes/k1kobo/img/common/header-icon1.svg) no-repeat center left;
      border-right: 1px solid #fff;
      line-height: 1; }
    .l-header--contact .request {
      display: inline-block;
      vertical-align: middle;
      padding: 0 40px 0 30px;
      color: #fff;
      font-weight: bold;
      background: url(/themes/k1kobo/img/common/header-icon2.svg) no-repeat center left; }
      .l-header--contact .request span {
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: .1rem; }
        _:-ms-fullscreen, :root .l-header--contact .request span {
          display: block;
          padding-top: 6px; }

/*=======================================
メニュー
=========================================*/
/*=======================================
フッターメニュー
=========================================*/
.p-contact {
  margin-top: 80px; }
  .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;
    margin-right: 30px;
    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: 20px;
      font-size: 1.25rem; }
      _:-ms-fullscreen, :root .p-contact .request span {
        display: block;
        padding-top: 5px; }
  .p-contact .tel {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 35px;
    margin-right: 20px;
    font-size: 38px;
    font-size: 2.375rem;
    font-family: arial;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: url(/themes/k1kobo/img/common/footer-icon2.svg) no-repeat center left;
    border-right: 1px solid #000;
    line-height: 1; }
    .p-contact .tel span {
      color: #BB4824; }
  .p-contact .fax {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 35px;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: arial;
    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: 34px 0;
    text-align: center; }
    .p-contact .nav a {
      display: inline-block;
      margin: 0 20px; }
      .p-contact .nav a span {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold; }
        _:-ms-fullscreen, :root .p-contact .nav a span {
          display: block;
          padding-top: 5px; }

/*=======================================
フッター
=========================================*/
.l-footer {
  padding: 70px 0 40px;
  background: #222222;
  text-align: center; }
  .l-footer--text {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff; }
    .l-footer--text span, .l-footer--text a {
      color: #fff; }
  .l-footer--banner {
    display: inline-block;
    margin-top: 30px; }
  .l-footer--copy {
    margin-top: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    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;
      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: 40px;
      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;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .p-kv .slide .slick-prev {
      left: 36px;
      z-index: 2;
      width: 40px;
      height: 80px;
      background: url(/themes/k1kobo/img/top/kv-icon1.svg) no-repeat center;
      background-size: contain; }
    .p-kv .slide .slick-next {
      right: 36px;
      z-index: 2;
      width: 40px;
      height: 80px;
      background: url(/themes/k1kobo/img/top/kv-icon2.svg) no-repeat center;
      background-size: contain; }
    .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 60px 0;
  padding-right: 0 !important;
  max-width: 1200px;
  margin: auto; }
  .p-lead:after, .p-lead:before {
    display: none;
    content: none; }
  .p-lead .lead-sub {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 340px;
    height: 660px; }
  .p-lead .lead-main {
    width: 71.7%;
    padding: 70px 20px 0 90px; }
  .p-lead .title {
    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: 36px;
      font-size: 2.25rem; }
    .p-lead .title--main {
      position: relative;
      margin-top: 25px;
      font-size: 56px;
      font-size: 3.5rem;
      color: #BB4824; }
      .p-lead .title--main:before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -95px;
        margin: auto;
        width: 80px;
        height: 8px;
        background: url(/themes/k1kobo/img/common/title-icon1.svg) no-repeat; }
  .p-lead .text {
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2.2; }
  .p-lead .image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + (100vw - 1200px)/2);
    min-width: 340px;
    height: 100%;
    background: url(/themes/k1kobo/img/top/lead-img1.jpg) no-repeat center left;
    background-size: cover; }

.p-link .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .p-link .list:after, .p-link .list:before {
    display: none;
    content: none; }
  .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;
    width: calc(50% - 5px);
    padding: 6.55% 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: 20px;
      font-size: 50px;
      font-size: 3.125rem;
      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: 0 0 90px;
  margin-top: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(44.2%, #fff), color-stop(44.2%, #F3F0E3), to(#F3F0E3));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 44.2%, #F3F0E3 44.2%, #F3F0E3 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 44.2%, #F3F0E3 44.2%, #F3F0E3 100%); }
  .p-open-system .open-system-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto; }
    .p-open-system .open-system-inner:after, .p-open-system .open-system-inner:before {
      display: none;
      content: none; }
  .p-open-system .open-system-main {
    padding-top: 300px;
    padding-right: 20px; }
  .p-open-system .open-system-sub {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: 490px; }
  .p-open-system .open-system-extra {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 200px;
    padding: 100px 30px 0 50px; }
  .p-open-system .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 770px;
    min-width: 490px;
    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: 75px;
    font-size: 4.6875rem;
    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: 36px;
    font-size: 2.25rem;
    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: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.2; }
  .p-open-system .c-btn1 {
    margin-top: 40px; }

.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 80px 0; }
  .p-news:after, .p-news:before {
    display: none;
    content: none; }
  .p-news .news-sub {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 235px; }
  .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: 20px; }
    .p-news .news-btn span {
      display: inline-block;
      font-size: 18px;
      font-size: 1.125rem; }
      .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: 20px;
	padding: 3px 5px;
	border: solid 1px #bbb;
	width: 90%;}
    .p-news .old-btn span {
      display: inline-block;
      font-size: 16px;
      font-size: 1.0rem; }
      .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--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .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: 18px;
      font-size: 1.125rem;
      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 25px;
      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: 14px;
        font-size: 0.875rem; }
        _:-ms-fullscreen, :root .p-news .list--item .category span {
          display: block;
          padding-top: 5px; }
    .p-news .list--item .title {
      font-size: 18px;
      font-size: 1.125rem; }

.p-works {
  padding: 80px 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: 165px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: normal;
    text-align: center;
    background: url(/themes/k1kobo/img/top/works-title.svg) no-repeat center bottom; }
    .p-works .works-title:after, .p-works .works-title:before {
      display: none;
      content: none; }
    .p-works .works-title span {
      padding-top: 30px;
      letter-spacing: .1rem; }
  .p-works .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .p-works .list:after, .p-works .list:before {
      display: none;
      content: none; }
    .p-works .list--item {
      width: 31.6%; }
      .p-works .list--item .item-inner {
        position: relative;
        z-index: 2;
        padding: 0 20px;
        margin-top: -20px; }
      .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: 140px;
        height: 40px;
        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: 18px;
          font-size: 1.125rem;
          font-weight: bold; }
          _:-ms-fullscreen, :root .p-works .list--item .category span {
            display: block;
            padding-top: 5px; }
      .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: 18px;
        font-size: 1.125rem;
        line-height: 1.8; }

/* ループスライド追加200121 */
.pickup-slide {padding: 60px 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: 240px; height: auto;}
.simply-scroll-list li img { display: block; width: 100%;}

@media screen and (max-width: 767px) {
.pickup-slide {padding: 50px 0 40px;}
.pickup-slide ul li {width: 360px;}
}


/* 動画追加200707 */
.p-movie {background: #F3F0E3; padding: 60px 0 40px; margin-bottom: 60px;}
.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: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; width: 100%; max-width: 1200px; margin: 0 auto;}
.p-movie .movie-item {width: 31.667%; max-width: 380px; margin: 0 30px 20px 0;}
.p-movie .movie-item:nth-child(3n) {margin-right: 0;}
.p-movie .movie-item iframe {max-width: 380px; height: 214px;}

@media screen and (max-width: 767px) {
    .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: auto;}
}

/*バナー追加240207*/
/*　バナー1つの時
.bnr-lp50{
    width: 100%;
    text-align: center;
    margin: 0 auto 140px;
}
*/
/* ↓バナー2つの時↓ */
.bnr-lp50{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 140px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.bnr-lp50::before{
    content: none;
}
.bnr-lp50 a{
    width: 48%;
}
/* ↑バナー2つの時↑ */
.bnr-lp50-min{
    width: 510px;
    margin-top: 50px;
}
/*/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 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.c-btn1 {
  display: block;
  max-width: 340px;
  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: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1rem; }
    _:-ms-fullscreen, :root .c-btn1 span {
      display: block;
      padding-top: 6px; }

.c-btn2 {
  display: block;
  max-width: 340px;
  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: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: .1rem; }
    _:-ms-fullscreen, :root .c-btn2 span {
      display: block;
      padding-top: 6px; }

.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; }
