/* PLACE YOU CUSTOM STYLES IN THIS FILE */
/*  loader animation */
.loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.st0{
  fill:#030100;
}

.st1{
  fill:none;
}

.st2{
  fill:none;
  stroke:#f6f6f6;
  stroke-width:6;
  stroke-miterlimit:10;
  enable-background:new;
}

.border1 {
  transform: translateY(45%);
  animation: border1 1s 1.1s ease forwards;
}

.border2 {
  transform: translateY(-45%);
  animation: border2 1s 1.1s ease forwards;
  opacity: 0;
}

@keyframes border1 {
  0% {
    transform: translateY(45%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes border2 {
  0% {
    opacity: 0;
    transform: translateY(-45%);
  }

  10% {
    opacity: 1;
    ransform: translateY(-45%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mask {
  stroke-dashoffset: 0;
  }

  .mask1 {
  stroke-linecap:round;
  stroke-dasharray: 200px 200px;
  animation: draw 1.5s 2.5s linear forwards;
  }

  .mask2 {
  stroke-width:7;
  stroke-linecap:round;
  stroke-dasharray: 80;
  animation: draw2 .4s 2.5s linear forwards;
  }

  .mask3 {
  transform: translateY(.1px);
  stroke-dasharray: 80;
  animation: draw2 .4s 2.7s linear forwards;
  }

  .mask4 {
  stroke-dasharray: 80 80;
  animation: draw3 .4s 3.0s linear forwards;
  }
  @keyframes draw {
  0% {
  stroke-dashoffset: 0;
  }
  100% {
  stroke-dashoffset: -200px;
  }
  }

  @keyframes draw2 {
  0% {
  stroke-dashoffset: 0;
  }
  100% {
  stroke-dashoffset: 80;
  }
  }

  @keyframes draw3 {
  0% {
  stroke-dashoffset: 0;
  }
  100% {
  stroke-dashoffset: -80;
  }
  }

@media all and (min-width: 768px) {
  .loader__logo .sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .loader__logo .pc {
    display: none;
  }

  .loader__logo .sp {
    width: 100px;
  }
}


/* COMMON */
.mt-15 {
  margin-bottom: 15px!important;
}

.home-logo {
  margin: 0;
}

@media all and (max-width: 559px) {
  .nk-navbar {
    padding: 20px 0;
  }

  .home-logo {
    margin: 0 0 0 5px;
  }

  .home-logo img {
    width: 14px;
  }

}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*
  background: #f6f6f6;
  */
  background: #fff;
  z-index: 9998;
}

#loader-bg.home-loader {
  display: block;
}
#loader {
  display: none;
  z-index: 9999;
}

.jp-text {
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  text-align: justify;
  letter-spacing: 0.0004em;
  /*word-break:break-all;*/
}
.jp-min {
  font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
  text-align: justify;
  letter-spacing: 0.0004em;
}
.tk-myriad-pro {
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
}
ul.nk-nav li {
  font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
  font-weight: 400 !important;
}
ul.nk-nav li a {
  font-size: 1.3rem !important;
}
.nk-news {
  margin-left: auto;
  margin-right: auto;
  display: inline-table;
  max-width: 700px;
  margin-bottom: 0;
}
.nk-news dt {
  width: 100px;
  text-align: left;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.nk-news dd {
  text-align: left;
  float: left;
  width : -webkit-calc(100% - 100px) ;
  width : calc(100% - 100px) ;
  margin-bottom: 0.7em ;
}
@media (max-width: 767px) {
  .nk-navbar .container-fluid .nk-nav-table {
      padding-left: 1px;
      padding-right: 5px;
  }
  .nk-navbar-full .container-fluid .nk-nav-header {
      padding-right: 5px;
      padding-left: 5px;
      padding: 0;
      margin-right: 0;
  }
  .nk-navbar-full .nk-nav-header .nk-nav-close {
      cursor: pointer;
      float: right;
      padding: 6px 3px;
      color: #999999;
      z-index: 1;
      margin-top: 8px;
  }
  .nk-news {
    display: none;
  }
  .pagination-prev {
    margin-top: 5px !important;
  }

  .nk-nav-logo > img.second {
    width: 200px;
    margin: 0;
  }

  /*
  .hidden-xs {
    display: none !important;
  }
  */

  .hidden-xs .portfolio-item-title,
  .hidden-xs .portfolio-item-category > span {
    display: none !important;
  }

  .nk-navbar-full .nk-nav-header .nk-nav-logo {
    margin: 0 0 0 3px;
  }

  .nk-navbar-full .nk-nav-header .nk-nav-logo.second {
    margin: 0 0 0 1px;
  }

  .nk-navbar .nk-nav-table > .nk-nav-logo {
    width: 45%;
  }

  .nk-nav-logo > img {
    width: 14px;
  }

  .second__logo {
    width: 74.4%;
    padding-left: 2%;
  }

  .second__logo img {
    width: 100%;
  }

}

@media (min-width: 992px) {
  .pl-lg-0 {
      padding-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .p-clear {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 559px) {
  .nk-navbar-full .nk-nav {
    padding-top: 0;
  }

  .nk-navbar-full .nk-nav-social {
    padding: 10px 20px;
  }
}
.nano-pane {
  display: none !important;
}
.nano-slider {
  display: none !important;
}

@media (max-height: 600px) {
  .menu-news {
    display: none !important;
  }
}
@media (max-height: 500px) {
  .nk-navbar-full .nk-nav .dropdown > li:last-of-type > a,
  .nk-navbar-full .nk-nav .dropdown > li > a,
  .nk-navbar-full .nk-nav > li:last-of-type > a,
  .nk-navbar-full .nk-nav > li > a {
      padding: 3px 80px;
  }
}



/* header *//* header */
/* transition */
.nk-header,
.nk-header:after,
.nk-header .logo,
.nk-header .nk-navbar,
.nk-header.fixed .nk-nav-logo img,
.nk-navbar-full.fixed .nk-nav-header {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Fixed */
.nk-header.fixed .nk-navbar {
  padding-top: 7px;
  padding-bottom: 5px;
}

/*
.nk-header.fixed .nk-nav-logo img {
  width: 65px;
}
*/

/* Fixed */
.nk-navbar-full.fixed .nk-nav-header {
  padding-top: 7px;
  padding-bottom: 5px;
}
/*
.nk-navbar-full.fixed .nk-nav-header .nk-nav-logo img {
  width: 65px;
}
*/





/* COMMON End */

/* 固定ページ */
.home .nk-pagination > a, .page-template .nk-pagination > a {
  padding: 5px;
}
.page-template .nk-btn-2:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: -2px;
    border-bottom: 1px solid;
    opacity: 0.2;
    width: 20px;
    transition: .5s -webkit-transform, .5s opacity;
    transition: .5s transform, .5s opacity;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.page-template .nk-btn-2:hover:after, .page-template .nk-btn-2.hover:after {
    opacity: 0.5;
    -webkit-transform: scaleX(4.2);
        -ms-transform: scaleX(4.2);
            transform: scaleX(4.2);
}
.page-template a {
    text-decoration: none;
    color: inherit;
    transition: .3s opacity;
}

.page-template a:focus,
.page-template a:hover {
    opacity: 0.6;
}
/* 固定ページ End */


/* TOP PAGE */
@media (min-width: 992px) {
  .container.home  {
    padding-bottom: 200px;
  }
  .home .nk-isotope.nk-isotope-3-cols .nk-isotope-item {
    position: absolute !important;
  }
  .home .nk-isotope.nk-isotope-3-cols .nk-isotope-item-md {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .home .nk-isotope.nk-isotope-3-cols .nk-isotope-item-md {
    width: 25%;
  }
  .home .nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 58%;
  }
}
@media (max-width: 1199px) {
  .home .nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .container.home  {
    padding-bottom: 50px;
  }
  .home .nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home .nk-isotope .nk-isotope-item.nk-isotope-item-x2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container.home  {
    width: 720px;
    max-width: 100%;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .container.home  {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container.home  {
    width: 100%;
    max-width: 100%;
  }
}
.main-type {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  display: none;
}
.main-type li {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 42px;
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home .main-type {
    display: block;
  }
  .home .nk-fullpage-view-button .nk-btn-2 {
    position: absolute;
    left: 20px;
    bottom: 0px;
    font-size: 1rem;
  }
  .nk-fullpage-number {
      display: block;
      position: fixed;
      font-size: 1.5rem;
      left: 20px;
      padding-bottom: 5px;
      bottom: 75px;
      z-index: 1;
      font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
  }
}

@media (min-width: 768px) {
  .home  .main-type {
    display: block;
  }
  .home .nk-fullpage-view-button .nk-btn-2 {
    position: absolute;
    left: 42px;
    bottom: 0px;
    font-size: 1rem;
  }
  .home .nk-fullpage-title {
    left: 45px;
  }
  .nk-fullpage-number {
      display: block;
      position: fixed;
      font-size: 1.5rem;
      line-height: 1;
      left: 45px;
      padding-bottom: 5px;
      bottom: 75px;
      z-index: 1;
      font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
  }
}

  .main-type li {
    font-size: 38px;
    margin-top: -40px;
  }
  .main-type li img {
    height: 21px;
  }
  .main-type01 {
    margin-left: -134px;
  }
  .main-type02 {
    margin-left: -120px;
  }
  .main-type03 {
    margin-left: -105px;
  }
  .main-type04 {
    margin-left: -97px;
  }
  .main-type05 {
    margin-left: -85px;
  }
  .main-type06 {
    margin-left: -71px;
  }
  .main-type07 {
    margin-left: -56px;
  }

  .main-type08 {
    margin-left: -38px;
  }
  .main-type09 {
    margin-left: -21px;
  }
  .main-type10 {
    margin-left: -9px;
  }
  .main-type11 {
    margin-left: 1px;
  }
  .main-type12 {
    margin-left: 11px;
  }
  .main-type13 {
    margin-left: 25px;
  }
  .main-type14 {
    margin-left: 39px;
  }

  .main-type15 {
    margin-left: 60px;
  }
  .main-type16 {
    margin-left: 73px;
  }
  .main-type17 {
    margin-left: 82px;
  }
  .main-type18 {
    margin-left: 96px;
  }
  .main-type19 {
    margin-left: 110px;
}
  .main-type20 {
    margin-left: 117px;
  }
@media (max-width: 300px) {
  .main-type01 {
    margin-left: -91px;
  }
  .main-type02 {
    margin-left: -78px;
  }
  .main-type03 {
    margin-left: -63px;
  }
  .main-type04 {
    margin-left: -56px;
  }
  .main-type05 {
    margin-left: -45px;
  }
  .main-type06 {
    margin-left: -31px;
  }
  .main-type07 {
    margin-left: -16px;
  }

  .main-type08 {
    margin-left: 3px;
  }
  .main-type09 {
    margin-left: 20px;
  }
  .main-type10 {
    margin-left: 31px;
  }
  .main-type11 {
    margin-left: 41px;
  }
  .main-type12 {
    margin-left: 51px;
  }
  .main-type13 {
    margin-left: 66px;
  }
  .main-type14 {
    margin-left: 80px;
  }
  .home .hidden-xxs {
    display: none;
  }
}

.home .nk-pagination > a {
  padding: 5px;
}
.home .nk-btn-2:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: -2px;
    border-bottom: 1px solid;
    opacity: 0.2;
    width: 20px;
    transition: .5s -webkit-transform, .5s opacity;
    transition: .5s transform, .5s opacity;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.home .nk-btn-2:hover:after, .page-template .home.hover:after {
    opacity: 0.5;
    -webkit-transform: scaleX(4.1);
        -ms-transform: scaleX(4.1);
            transform: scaleX(4.1);
}
.nk-fullpage-nav {
  display: none;
}
.scroll-mark {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  display: block;
}
.scroll-mark p {
  font-size: 1.5rem;
}
/* TOP PAGE END */


/* Profile */
.career-list dd p {
  margin-bottom: 0!important;
}
.career-list dd p a {
  text-decoration: underline;
  text-decoration-style: dotted;
}
/* Profile End */





/* Contact */
@media (max-width: 767px) {
  .page-template-contact p {
    text-align: left !important;
  }
}


@media (min-width: 768px) {
  .page-template-contact .jp-text {
    text-align: center !important;
  }
}

/* Contact End */

/* Media List */
@media (min-width: 1200px) {
  .post-type-archive-media .nk-isotope-item {
    height: 455px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-media .nk-isotope-item {
    height: 500px;
  }
}
@media (min-width: 768px) and  (max-width: 991px) {
  .post-type-archive-media .nk-isotope-item {
    height: 550px;
  }
}
/* Media List */



/* Works Archive */
@media screen and (min-width: 551px) {
  .works-category__btn {
    display: none;
  }

  .nk-isotope-filter {
    display: block!important;
  }
}

@media screen and (max-width: 550px) {
  .works-category__btn {
    text-align: center;
    margin: 0 0 1.5em;
    margin-top: -23px;
    padding: 0 0 .8em;
    /*
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    */
    cursor: pointer;
  }

  .works-category__btn span {
    display: inline-block;
    position: relative;
  }

  .works-category__btn span:after {
    display: inline-block;
    content: ">";
    color: #5a5a5a;
    /*
    transform: scale(.7,.7);
    */
    transform: scale(1,.5) rotate(90deg);
    position: absolute;
    top: .1em;
    right: -2em;
  }

  .works-category__btn + .nk-isotope-filter {
    display: none;
  }

  .nk-isotope-filter > li {
    display: block;
    padding: .6em 17px;
  }

}

/* Works Single */
.works-link__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works-link__title a:last-child:before {
    content: "|";
    margin: 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .works-link__title a {
    display: block;
  }
}

@media (max-width: 991px) {
  .d-comment img {
    position: absolute;
    width: 14px;
    left: 30px;
    opacity: .4;
  }
  .nk-sidebar-sticky dt, .nk-sidebar-sticky dd {
    text-align: center;
  }
  .single-achievement .nk-sidebar-sticky dt, .single-achievement .nk-sidebar-sticky dd {
    text-align: left !important;
  }

  .d-comment {
    padding: 0 15px 0 65px;
  }
}


@media (min-width: 992px) {
  .d-comment {
    position: relative;
  }
  .d-comment img {
    position: absolute;
    width: 17px;
    left: -28px;
    top: 37px;
    opacity: .3;
  }
}

@media (min-width: 1200px) {
}

.single-works a {
    text-decoration: none;
    color: inherit;
    transition: .3s opacity;
}

.single-works a:focus,
.single-works a:hover {
    opacity: 0.6;
}
@media all and (max-width: 991px) {
  .single-works .single-cap {
    text-align: left  !important;
  }
}
@media all and (min-width: 992px) {
  .single-works .single-cap {
    text-align: right  !important;
  }
}


/* Works Single End */

.career-list {
  list-style-image: url(../images/icon01.png);
  margin-bottom: 20px;
}
.career-list dt {
  margin-bottom: 6px;
}
.career-list dd {
  display: list-item;
  list-style-position: outside;
  margin-left: 13px;
  margin-bottom: 3px;
}
.side-menu {
  padding-left: 0;
  margin-left: 0;
}
.side-menu ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 25px;
}
.side-menu li {
  list-style: none;
  margin-bottom: 5px;
}
.side-menu li a {
  text-decoration: none;
  color: inherit;
  transition: .3s opacity;
}
.side-menu li a:hover {
  opacity: 0.6;
}
.border-line {
  width: 20px;
  border-top: 1px solid #666;
  padding-bottom: 60px;
}

/* WP PAGENAVI*/
.wp-pagenavi a {
  font-size: 1.1rem;
  padding: 0 10px;
}
.wp-pagenavi span.current {
  font-size: 1.1rem;
  padding: 0 10px;
  font-weight: 600;
}
.wp-pagenavi  a {
  text-decoration: none;
  color: inherit;
  transition: .3s opacity;
}
.wp-pagenavi  a:hover {
  opacity: 0.6;
}
/* Post */
.entry .nk-post-title.h3 {
  text-align: justify;
}
.entry a:focus, .entry a:hover {
  color: inherit !important;
  text-decoration: none;
}
/* Post End */



/* Post Single */
.nk-blog-post h2.nk-post-title {
  line-height: 1.4;
}
.nk-post-title.h3 {
  line-height: 1.4;
}
.single a {
  text-decoration: none;
  color: inherit;
  transition: .3s opacity;
}

.single a:focus,
.single a:hover {
    opacity: 0.6;
}
.nk-sidebar-sticky dd, .side-nav dd {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.btn-sns {
  font-size: 17px;
  margin-left: 0;
}
.btn-facebook {
  margin-left: 3px;
}
@media all and (min-width: 992px) {
.pl-md-0 {
  padding-left: 0;
}
.pr-md-0 {
  padding-right: 0;
}
}
@media all and (max-width: 767px) {
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
}
/* Post Single End */



/* scroll down */

/* scroll down end */


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear2:after {
    content: "";
	display: block;
	clear: both;
}



/*!---------- 35. MODALS ----------*/
.foundry_modal {
  overflow-y: auto;
  max-height: 100%;
  position: fixed;
  padding: 40px 24px 0px 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.foundry_modal img {
  width: 100% !important;
  margin-bottom: 24px;
}
.foundry_modal.no-bg {
  background: none;
  box-shadow: none !important;
}
.modal-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 9998;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  visibility: hidden;
  top: 0;
  left: 0;
}
.modal-screen.reveal-modal {
  opacity: .8;
  visibility: visible;
}
.foundry_modal.reveal-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.foundry_modal .close-modal {
  z-index: 4;
  position: absolute;
  top: 8px;
  right: 18px;
  cursor: pointer;
  font-size: 24px;
}
.foundry_modal *:not(.background-image-holder):not(.close-modal) {
  z-index: 4;
  position: relative;
}
.foundry_modal.image-bg .close-modal,
.foundry_modal.no-bg .close-modal {
  color: #fff;
}
.foundry_modal iframe {
  width: 100%;
  min-height: 400px;
}
@media (min-width: 1200px) {
  .foundry_modal {
    width: 45%;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .foundry_modal {
    width: 55%;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .foundry_modal {
    width: 75%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .foundry_modal {
    width: 90%;
    max-width: 600px;
  }
}

/*!---------- Tab Element ----------*/
.tabs {
  border-bottom: none;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  margin-left: -17px;
  margin-right: -17px;
  text-align: center;
}
.tabs li {
  display: inline-block;
  cursor: pointer;
  padding: 5px 5px;
  transition: .5s color;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

/*!----------IE11 HUCK----------*/

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nk-navbar-full ul.nk-nav {
    position: fixed;
    left: 50%;
    margin-left: -126px;
   } /* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nk-navbar-full .nk-news {
    position: fixed;
    left: calc(50% - 175px);
    max-width: 400px;
    bottom: 80px;
   } /* IE11 */
}


/*!----------Online shop----------*/

.onlineshop-link {
  text-align: center;
  margin: .5em 0 3em;
}

@media screen and (min-width: 559px) {
  .onlineshop-link span {
    display: inline-block;
  }
  
  .onlineshop-link span:not(:first-child):before {
    content: "|";
    margin: 0 1em;
  }
}

@media screen and (max-width: 558px) {
  .onlineshop-link span {
    display: block;
  }
}

/*!----------Column----------*/
.column__detail {
  text-align: left;
}

@media screen and (max-width: 558px) {
  .column__text {
    font-size: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.nk-blog-post iframe {
  max-width: 100%;
}

@media screen and (max-width: 558px) {
  .nk-blog-post iframe {
    height: 57vw;
  }
}

.shop__text {
  padding: 2em 0 3em;
  margin: 0;
}

.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image > div {
  background-repeat: no-repeat;
}

.works_check {
  margin: 1em 0 0;
}

@media screen and (max-width: 558px) {
  .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-1 .nk-portfolio-item-info,
  .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-2 .nk-portfolio-item-info {
    padding: 10px;
  }

  .shoplist-item {
    width: 100%!important;
  }

  .works_check {
    margin: 0;
  }
}

.entry img {
  max-width: 100%;
  height: auto;
}

.contact_box dl {
  display: flex;
  margin: 0;
  padding: 3em 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact_box dl:first-child {
  border-top: 1px solid #e5e5e5;
}

.contact_box dl dt {
  width: 150px;
}
.contact_box dl dd {
  width: calc(100% - 150px);
  line-height: 1.9;
}

.contact_box dl dd a {
  font-weight: bold;
}

.contact_box dl dd a[class] {
  text-decoration: underline;
  padding: 0 0 0 23px;
  position: relative;
}

.contact_box dl dd a[class]:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.contact_box dl dd a.googlemap-icon:before {
  background-image:url(../images/ico_map.svg);
}

.contact_box dl dd a.pdf-icon:before {
  background-image:url(../images/ico_pdf.svg);
}

.shoplist-title {
  font-size: 135%;
}

.portfolio-item-title,
.nk-portfolio-title {
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .contact_box2 dl:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 769px) {
  .column-title {
    font-size: 135%;
  }

  .contact_box dl dt br {
    display: none;
  }

  .blocksp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contact_box dl dt {
    width: 130px;
    padding: 0 0 0 1em;
  }

  .contact_box dl dd {
    padding: 0 1em 0 0;
  }
  
}

.col-md-org {
  width: 75%;
  max-width: 855px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .col-md-org {
    width: 100%;
  }
}