/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
background: #3d3a35;
}

.display-t h1 {
  margin: 0 0;
  padding: 0;
  color: white;
}
.display-t p {color:#ffffff;}

#gtco-header .display-tc{
  display: table-cell !important;
  vertical-align: bottom;
}


#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #ff0000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #Ff0000;
  outline: none;
  text-decoration: none;
}

#page p {
  margin-bottom: 20px;
}
.innerPnkz h2 img {width:300px; margin:20px 0 20px 20px;}
#pnkz {margin:0 0 20px 80px;}
#pnkz ,
#pnkz a,
#pnkz a:visited{color:#fff;}

.concept_title {margin-top:30px;}
h2.index_title {font-size: 400%; margin-top: 10px; font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
@media screen and (max-width: 768px) {
  h2.index_title {font-size:30px!important; }
  }

h3 {}


::-webkit-selection {
  color: #fff;
  background: #F73859;
}

::-moz-selection {
  color: #fff;
  background: #F73859;
}

::selection {
  color: #fff;
  background: #F73859;
}

.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 54px 0 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.container {
  padding-top: 7em;
  padding-bottom: 7em;
}
.gtco-nav > .container {
  /*padding-bottom: 25px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 25px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gtco-nav #gtco-logo {
    margin-bottom: 0;
  }
}
.gtco-nav #gtco-logo a > span {
  color: #F73859;
}
.gtco-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-family: "Roboto Mono", serif;
}
.gtco-nav ul li > a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 10px;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li > a:hover, .gtco-nav ul li > a:focus, .gtco-nav ul li > a:active {
  color: white;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 250px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li > a {
  text-transform: none;
  letter-spacing: inherit;
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li > a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a {
  color: #F73859;
}
.gtco-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .gtco-nav {
  background: #3d3a35;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .gtco-nav > .container {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}
.scrolled .gtco-nav a {
  color: #ffffff;
}
.scrolled .gtco-nav ul li a:hover, .scrolled .gtco-nav ul li a:focus, .scrolled .gtco-nav ul li a:active {
  color: #F73859 !important;
}
.scrolled .gtco-nav ul li.active a {
  color: #F73859;
}
.scrolled .gtco-nav ul li.has-dropdown:hover > a, .scrolled .gtco-nav ul li.has-dropdown:focus > a {
  color: #F73859;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#gtco-header .date-post {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-transform: uppercase;
}
#gtco-header a {
  color: white;
}
#gtco-header a:hover {
  color: white;
}
.gtco-cover {
  height: 900px;  
}
.gtco-covertz,
.gtco-cover {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(39, 41, 43, 0.2);
}
.gtco-covertz > .gtco-container,
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {/*SP*/
  .gtco-cover {
    height: 600px;
  }
}

.box-shadow {
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);  
}

@media screen and (min-width: 768px) {/*PC*/
  header#gtco-header {
  background-image:url(/nepros/nbr390a/images/bg.png);
      background-position: -25px -66px;
}
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
      z-index: 9;
      height: 300px;
      display: table;
      width: 100%;
    }
.display-tc h1,.display-tz h1 {font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    line-height: 1.3;
    text-align: right;
    letter-spacing: 0.6em;
}
.display-tz p,
.display-tc p {
    text-align: right;
    letter-spacing: 0.6em;
    margin-right: 20px;
}
h2 .hinban {font-size: 60%; font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.container h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}
#concept {
  text-align: center;
}
#concept h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
  font-size: 400%;
}
#subimg h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #fff;
  font-size: 400%;
  text-align: left;
}
#subimg .shinka {
}
}
@media screen and (max-width: 767px) {/*SP*/
  header#gtco-header {
  background-image:url(/nepros/nbr390a/images/bg.png);
}
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
      
    }
    .display-tc h1 {
    font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 35px;
    line-height: 1.3;
    text-align: right;
    letter-spacing: 0.6em;
}
.display-tz p,
.display-tc p {
    text-align: right;
    letter-spacing: 0.6em;
    margin-right: 20px;
}
h2 .hinban {font-size: 50%; font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.container h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}
#concept {
  text-align: center;
}
#concept h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
  font-size: 300%;
}
#subimg h2 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #fff;
  font-size: 400%;
  text-align: left;
}
#subimg .shinka {
}
}





#lineup ul {
  width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#lineup ul li {
  width: 16%;
  display: inline-block;
}
#lineup ul li.list-item {
    background: #fff;
  vertical-align: top;
}
#lineup #shoplist{
  width: 100%;
  margin: 20px auto 0;
  background: #fff;
  text-align: center;
}

#products #shoplist {
  width: 100%;
  margin: 20px auto 0;
  background: #ccc;
  text-align: center;
}

#lineup #shoplist a,
#products #shoplist a{
  padding: 20px;
  color: #000;
  font-weight: 800;
  font-size: 180%;
  display: block;
}
#lineup #shoplist a:hover ,
#products #shoplist a:hover{
  opacity: 0.4;
}

        @media screen and (min-width: 769px) {/*PC*/
                  .grad-wrap input,
                  .grad-wrap label {
                    display: none;
                  }
                  #lineup ul li.more {
                    padding: 80px 0 0;
                  }
                  #lineup ul li:nth-child(-n+5) {
                   margin-right: 0.7%;
                  }
                  #lineup ul li::nth-child(6)/*もっと見る*/ {}
                  #okurikaku {width :100%; margin: 10px 0 0;}
                  #okurikaku li { margin: 0 10px; display: inline-block; width :48%;}

                  }
 
        @media screen and (max-width: 768px) {
                  #lineup ul li {
                    width: 48%;
                    margin: 0 2px 10px;
                  }
                  .grad-wrap {
                    position: relative;
                  }
                  .grad-btn {
                        z-index: 2;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        width: 148px;
                        margin: auto;
                        padding: 0.5em 0;
                        border-radius: 2px;
                        background: #ff0000;
                        color: #fff;
                        font-size: 1.3rem;
                        text-align: center;
                        cursor: pointer;
                        transition: .2s ease;
                        box-shadow: 0 0 3px rgb(0 0 0 / 30%);
                  }
                  .grad-btn::before {
                    content: "∨ もっと見る MORE"
                  }
                  .grad-btn:hover {
                      background: #fff;
                      color: #535353;
                    }
                  .grad-item {
                    position: relative;
                    overflow: hidden;
                    height: 400px; /*隠した状態の高さ*/
                  }
                  .grad-item::before {
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 40px; /*グラデーションで隠す高さ*/
                    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
                    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
                    content: "";
                  }
                  .grad-trigger {
                    display: none; /*チェックボックスは常に非表示*/
                  }
                  .grad-trigger:checked ~ .grad-btn::before {
                    content: "閉じる CLOSE" /*チェックされていたら、文言を変更する*/
                  }
                  .grad-trigger:checked ~ .grad-item {
                    height: auto; /*チェックされていたら、高さを戻す*/
                  }
                  .grad-trigger:checked ~ .grad-item::before {
                    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
                  }
                  #okurikaku li {width :100%;}



        }
#lineup ul li {
  position: relative;
}

#lineup ul li a {
  display: block;
  height: 100%;
  color: #000000;
}

#lineup ul li h6,
#lineup ul li h7 {
  margin: 10px 0 0 10px;
  display: block;
}
#lineup ul li p.price {
  margin: 10px 0 50px 10px;
}
#lineup ul li img {
  width: 100%;
  margin-top: 10px;
}
#lineup ul li h5 {
  margin: 0px 10px;
  font-weight: 800;
  font-size: 140%;
}

#lineup ul li .googleshop {
  margin: 0px auto 10px;
  background: #ff0000;
  color: #fff;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#lineup ul li a:hover,
#lineup ul li a:hover img,
#solution ul li a:hover img{
  opacity: 0.6;
}



.gtco-main.white{
  background: #fff;
  color: #000;
}
.gtco-main.black{
  background: #3d3a35;
  color: #fff;
}
.gtco-main.gray {
  background: #dcdcdc;
}
.gtco-main .related-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Mono", serif;
  color: #000;
  margin-bottom: 50px;
}

.mt-negative {
  top: -7em;
  position: relative;
  z-index: 200;
}



/* ----------------------------------------

header

---------------------------------------- */
#header {
  clear:both;
    z-index: 2000;
}
#header p.skip {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
}

/*hdrSec01*/
.hdrSec01 {
  background: #1e1e1e;
  color: #fff;
  /*height: 43px;*/
}
.hdrSec01 .inWrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0 0px;
}
.hdrSec01 a {
  color: #fff;
}
.hdrSec01 .inName {
  font-weight: 700;
  float: left;
  margin-top: 2px;
  font-size:13px;
}
.hdrSec01 .inName p {margin-bottom:0!important;}
.hdrSec01 .inSns {
  /*
  width: 50%;
  */
  float: right;
  text-align: right;
  height: 25px;
}
.hdrSec01 .language {
  display:none;
}
.hdrSec01 .inSns div {
  display: inline-block;

}
.hdrSec01 .fb_iframe_widget {
  float: left;
   position: relative; 
  top: -5px;
}


.hdrSec01 .fb_iframe_widget,
.hdrSec01 .twitter-share-button {
  vertical-align: middle;
  margin-left: 10px;
}
.hdrSec01 .inSns iframe 
 {
  z-index: 2010;
}
.hdrSec01 .inSns iframe#twitter-widget-0 
 {
  z-index: 2010;
position:absolute ; 
}

.hdrSec01 .inSns p.facebook a {font-size:13px;  z-index: 2010;}

.hdrSec01 .twitter-share-button {
  width: 76px !important;
  margin-top: 1px;
}
.hdrSec01 .facebook {
  background: url(/wp-content/themes/ktc/images/common/hdr_facebook.png) no-repeat 0 50%;
  padding: 0 0 1px 25px;
  display: inline-block;

}
.hdrSec01 .inSns .snsicon li.magazinelink {
  background:#ff0000;
  padding:4px;
  width:110px;
  vertical-align: top;
  font-size: 12px;
}
.magazinelink a{
  color:#fff;
  
}
.hdrSec01 .inSns .snsicon {
  font-size: 0;
  float: right;
}
.hdrSec01 .inSns .snsicon li {
  background-color: #222222;
  display: inline-block;
  width: 25px;
} 

.hdrSec01 .inSns .snsicon li:first-child  { 
margin:0px 8px;
}
.hdrSec01 .inSns .snsicon li:nth-child(2) ,
.hdrSec01 .inSns .snsicon li:nth-child(3) {
margin-right:8px;
}


@media screen and (max-width:767px){
  #header {
    margin-bottom: 0;
    border-bottom: 2px solid #d4d4d4;
  }
  .hdrSec01 {
    display: none;
  }
  .hdrSec02 {
    padding-bottom: 5px;
  }
}

#header .hdrSec01 .inWrap:after,
.doropDownMenu ul:after,
.hdrSec02 .inWrap:after,
#content:after,
.ftrSitemap:after,
.ftrRow:after,
.ftrSec02 ul:after,
.ftrBottom .inWrap:after,
.ftrBottom ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after,
.col02:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}



.nbr390a .w30 {width:30%;}
.nbr390a .w40 {width:40%;}
.nbr390a .w50 {width:50%;}
.nbr390a .w60 {width:60%;}
.nbr390a .w70 {width:70%;}
.nbr390a .w80 {width:80%;}
.nbr390a .w90 {width:90%;}
.nbr390a .w100 {width:100%;}

.nbr390a .w30 img.image,
.nbr390a .w40 img.image,
.nbr390a .w50 img.image,
.nbr390a .w60 img.image,
.nbr390a .w70 img.image,
.nbr390a .w80 img.image,
.nbr390a .w90 img.image,
.nbr390a .w100 img.image {width:100%;}


@media screen and (max-width: 768px) {
  .gtco-main .entry-L,
  .gtco-main .entry-R   {
    display: block;
    float: none;
    width: 100%;
  }
}

.products table {width:100%; background:#ffffff;}
.products table tr {border:1px solid #eee;}
.products table th, .products table td {padding:10px;}

.products .image.main img{margin-bottom:40px;}
    @media screen and (max-width: 768px) {.products .image.main img {width:100%;}

.scroll table th { width:10%; }
.scroll table th.name { width:50%!important; }

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
  }
.products p { padding-left: 20px;}

/*ftrBottom*/
.ftrBottom {
  padding: 20px 0;
  /*background: #f5f5f5;*/
  border-bottom: 1px solid #ddd;
  position: relative;
color:#ffffff!important;
}
/*.ftrBottom a {color:#ffffff!important;}*/
#pageTop {
  display:none;
}
.ftrBottom .inBnr {
  width: 502px;
  float: left;
}

.ftrBottom .inBnr h4{
  padding-bottom:2px;
  padding-right:6px;
  border-bottom:1px solid #ddd;
  margin-bottom:4px;
  font-weight:bold;
  /*color:#fff;*/
}

.ftrBottom ul {
  padding-bottom: 5px;
  list-style-type: none;
  padding-inline-start: 0px!important;
}
.ftrBottom ul li {
  width: 160px;
  float: left;
  margin: 0 0.4em 10px 0;
  text-align: center;
  font-size: 84.6%;
}
.ftrBottom ul li img {
  margin-bottom: 5px;
  display: block;
}
.ftrBottom ul li span {
  margin-left: -8px;
  font-size:12px;
}
.ftrBottom .fb {
  width: 465px;
  float: right;
}
.language.pc_none {display:none;}

.ftrBottom .ft_mailmagazine {
  background:#ddd;
  font-weight:bold;
  font-size:100%;
  padding:10px;
}
.ftrBottom .ft_mailmagazine img{
  margin:0 10px 10px 10px;
}
.ftrBottom .ft_mailmagazine a {
  color:#000!important;
}
#copy {
  font-family: Arial;
  color: #999;
  font-size: 92.3%;
}
.special_mailmagazine img.mailicon {margin:0 10px 4px 10px;}

.special_mailmagazine img,
.special_mailmagazine p {
  text-align:center;
}
@media screen and (max-width:767px){
  #footer {
    margin-top: 15px;
  }
  #pagetop,#footer_pagetop {
    display: none;
  }
  .ftrSec01 {
    display: none;
  }
  .ftrBottom {
    padding: 0;
  }
  .ftrSec02 .inWrap,
  .ftrBottom .inWrap,
  #copy {
    width: auto;
  }
  .ftrSec02 .inWrap {
    padding: 10px 0 7px;
  }
  .ftrSec02 ul {
    text-align: center;
  }
  .ftrSec02 ul li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  .ftrSec02 ul li a {
    padding: 0 7px 0 2px;
  }
  #pageTop {
    position: static !important;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: right;
    margin-left: 0;
  }
  #pageTop a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
  }
  #pageTop a:after {
    content:'ページトップへ';
    font-size: 12px;
    color: #333;
    font-weight: 700;
  }
  #pageTop img {
    display: none;
  }
  .ftrBottom .inWrap {
    padding: 15px 0 5px;
  }
  .ftrBottom .inBnr,
  .ftrBottom .fb {
    width: auto;
    float: none;
  }
  .ftrBottom .inBnr h4 {
    margin-left:8px;
  }
  .ftrBottom ul {
    margin-right: 0;
    /*text-align: center;*/
  }
  .ftrBottom ul li {
    display: inline-block;
    margin: 0 2px 8px;
    float: none;
    width: 47%;
    font-size: 12px;
  }
  .ftrBottom ul li img {
    margin: 0 auto 3px;
    display: block;
  }
  .ftrBottom ul li span {
    margin-left: 0;
  }
  #copy {
    font-size: 10px;
    text-align: center;
    margin: 5px 10px 10px;
  }
  .ftrBottom .fb {
    display: none;
  }
}

/******************/

#subimg {width: 100%; background:#000!important;}
@media screen and (min-width: 768px) {/*PC*/
  #subimg ul li {
    display: inline-block;
    vertical-align: middle
  }
    .img-L {
      width: 60%;
      min-height: 600px;
    background: url(/nepros/nbr390a/images/nbr390a_sub_pc.png) no-repeat 0 0;
    background-size: contain;
    }
    .text-R {
      width: 35%;
    }
}
#subimg .text-R {
  color: #fff;
}
/******************/


#shinka_detail {
   background: #dbdfe4; 
}
@media screen and (min-width: 768px) {/*PC*/

.gtco-main .entry-L,
.gtco-main .entry-R {
  padding: 50px 0 30px;
}
#analysis h3 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 300%;
}
.gtco-main .entry-L{
  float:left;
  width:50%;
  text-align: center;
}

.gtco-main .entry-R {
  float:right;
  width:50%;
  background: #ffffff;
  text-align: center;

}
}

@media screen and (max-width: 767px) {/*SP*/
.gtco-main .entry-L {
  padding: 0px 0 10px;
}
.gtco-main .entry-R {
  padding: 30px 0 10px;
}

.gtco-main .entry-L{
  background: #ffffff;
}
}
#analysis .shinka {
  font-size: 200%;
}
#analysis {
  width: 100%;
}
#analysis .box-R {
  width: 48%;
  float:right;
}
#analysis .box-L {
  width: 48%;
  float:left;
}

#analysis ul {
  width: 100%;
}
#analysis ul li {
  padding: 10px;
}
#analysis ul li img {
  margin: 0 0 30px;
}
#analysis ul li h4 {
  font-size: 160%;
}
#analysis ul li p {
  width: 80%;
  margin: 20px auto 50px;
}
#analysis ul#form {
  margin: 0 0 50px;
}
/******************/

#history h3 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size:160% ;
}
#history h3 span.year {
  font-size: 200%!important;
}
#history h3 span.nen {
  font-size: 140%!important;
  margin-right: 20px;
}
#history h3 span.end {
  font-size: 80%!important;
}
#history p {
  color: #fff;
  font-size: 140%;
}
#history p.attention{
  font-size: 100%;
}


#history img {width:100%;}

@media screen and (min-width: 768px) {/*PC*/
#history {
  margin:100px auto 0;
}
    #history ul {
      width: 100%;
      margin: 0 0 20px;
    }
    #history ul li {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 30px;
    }
    #history ul li.textbox {
      width: 45%;
    }

    #history ul li.imgbox {
      width: 50%;
      margin: 0 0 0 10px;
      border-left: 2px #959595 solid;
    }

    #history ul li.imgbox.nbr390a {
      border-left: 2px #535353 solid;
    }

}

@media screen and (max-width: 767px) {/*SP*/
#analysis h3 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
}

    #history ul {
      width: 100%;
      margin: 0 0 40px;
    }
}

/*******************/
#story .entry-Limg {
  width: 40%;
  float: left;
}
#story .entry-Rtext {
  width: 55%;
  float: right;
}
#story .entry-Rimg {
  width: 40%;
  float: right;
}
#story .entry-Ltext {
  width: 55%;
  float: left;
}
#story h3 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 40px 0 10px;
  font-size: 160%;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#story p {
  font-size: 140%;
}
/************************/
#solution p {text-align: center;}
#solution ul {width: 100%; margin: 20px 0 0;}

@media screen and (min-width: 768px) {
#solution ul li {
  display: inline-block;
  width: 48%;
}
#solution ul li:nth-child(1) {
  margin-right:10px ;
}
}

@media screen and (max-width: 767px) {
#solution ul li {
  width: 100%;
}
#solution ul li:nth-child(1) {
  margin-bottom:10px ;
}
}

/**********************/

#products .img {text-align: center; width: 100%;}



@media screen and (min-width: 768px) {
  #producttable {width: 60%;margin: 0 auto;}
#products dl {
    width: 100%; 
    display: flex; /* 子要素のdtとddを横並びにする */
    flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
    margin: 0 auto 20px;
}
#products dl dt,
#products dl dd {
    border-bottom: 1px solid #ddd; 
    box-sizing: border-box; 
    padding: 10px; 
}
#products dl dt {
    width: 200px; 
}
#products dl dd {
    width: calc(100% - 200px); /* テーブル幅からdtを引いた分の横幅を指定。 */
}
}

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

#products dl {
    width: 100%; 
    display: flex; /* 子要素のdtとddを横並びにする */
    flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
    margin: 0 auto 20px;
}
#products dl dt,
#products dl dd {
    border-bottom: 1px solid #ddd; 
    box-sizing: border-box; 
    padding: 10px; 
}
#products dl dt {
    width: 100px; 
}
#products dl dd {
    width: calc(100% - 100px); /* テーブル幅からdtを引いた分の横幅を指定。 */
}
}
#products h3 {
  font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 40px 0 10px;
  font-size: 160%;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/**********************/
@media screen and (min-width: 768px) {
.sp {display:none;}
}
@media screen and (max-width: 767px) {
.pc {display:none;}
}

.shoplist {margin-bottom:60px; text-align:center;}
.shoplist li {display:inline-block;}
.shoplist li a {
    color:#fff; text-decoration:none;
    display: block;
    width: 100%;
    text-align: center;
    padding:20px;
     }
.shoplist li.shop {background:#000000; }
.shoplist li.ec {background:#ff0000; }
.shoplist li.web {background:#ff0000; }

@media screen and (max-width: 767px) {
  .shoplist {padding-inline-start:0px;}  
  .shoplist li {width:100%; margin:4px 0px;}
}

/*****mailamazine*****/

.special_mailmagazine {
  background:#ffffff;
   text-align:center;

}
.special_mailmagazine h4{
  font-size:28px;
  font-weight:bold;
  margin:4px 0px;
}
.special_mailmagazine ul {
  list-style-type: none;
  padding-inline-start:0px;
}
.special_mailmagazine #magBtnSec li {
  display:inline-block;
}
.special_mailmagazine #magBtnSec li a {
    color:#fff; text-decoration:none;
    display: block;
    width: 100%;
    text-align: center;
    padding:20px;
    background:#ff0000;
}
@media screen and (min-width: 768px) {
  .special_mailmagazine {   padding:20px;}
}
@media screen and (max-width: 767px) {
  .special_mailmagazine {   padding:20px;}
  .special_mailmagazine li { width:100%; margin:2px 0px; }
}


/**************teaser****************/

#spNavBtn {
  display: none;
}

@media screen and (min-width: 768px) {/*PC*/
      .gtco-covertz {
        height: 900px;  
      }
    .gtco-covertz .display-tz {
      z-index: 9;
      height: 900px;
      display: table;
      width: 100%;
      margin: 150px 0 0;
    }
}
@media screen and (max-width: 767px) {/*SP*/
    .gtco-covertz {
      min-height: 300px;  
    }
    .gtco-covertz .display-tz {
      /*height: 500px;*/
    }
}
.display-tz h1,
.display-tz p {
  color: #ffffff;
}



.gtco-main
 {
  clear: both;
}



/*# sourceMappingURL=style.css.map */