@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
  background: #222 repeat;
}

body,
input,
textarea,
select {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #393939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
  color: #222;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #5d639e;
}

a:hover {
  text-decoration: underline;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}

header h2 {
  font-size: 2.8em;
}

header .byline {
  display: block;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0.5em 0;
  /*text-transform: uppercase;*/
  font-size: 1.4em;
}

br.clear {
  clear: both;
}

/* Sections/Articles */

section,
article {
  margin-bottom: 5.5em;
}

section > :last-child,
article > :last-child {
  margin-bottom: 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

/* Images */

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.full {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

.image img.round {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

/* Lists */

ul.default {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.default li {
  padding: 0.8em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
}

ul.default li:first-child {
  padding-top: 0em;
  border-top: none;
}

ul.default a {
  color: rgba(255, 255, 255, 0.6);
}

.list-style1 h2 {
  margin: 0px;
  padding: 0px !important;
  letter-spacing: -1px !important;
  font-size: 1.2em !important;
  font-weight: 700;
}

.list-style1 p {
  margin: 0px;
  padding: 0px;
  line-height: 180%;
  font-size: 10pt;
}

.list-style1 img {
  float: left;
  margin-right: 20px;
}

.list-style1 .posted {
  padding: 10px 0px 0px 0px;
  font-size: 8pt;
  font-style: italic;
  color: #a2a2a2;
}

.list-style1 .first {
  padding-top: 0px;
  background: none;
}

.list-style1 blockquote {
  padding: 10px 0px 0px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9pt;
  font-style: italic;
}

/* List style */

.list-style2 li {
  float: left;
  padding: 5px 5px 0px 5px;
}

.list-style2 img {
  padding: 5px;
  background: #f2f2f2;
}

/* Buttons */

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.button {
  position: relative;
  display: inline-block;
  margin-top: 0.5em;
  padding: 1em 1.5em;
  background: #3db680;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out,
    background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  cursor: pointer;
}

.button:hover {
  background: #bfc2df;
  color: #fff !important;
}

.medium {
  padding: 1em 2em;
  font-size: 1.4em;
}

.news-head span {
  font-size: 2.8em;
}
.news-head span:before {
  font-size: 2rem;
  padding: 0.5rem;
  color: #3db680;
}

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap;
}

.grayfileter{
	filter: grayscale(100%) brightness(70%);
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
  padding: 0em;
  background: #333 url(../img/KV/kanbanchan01.png) no-repeat center;
  background-size: cover;
}

#header-wrapper.no-image{
	background-color: #fff;
	background-image: none;
}

#header {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

#header .container {
  position: relative;
  padding: 3em 0em;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
  position: absolute;
  left: 0em;
  top: 0em;
}

#logo a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 600;
}

#logo a img {
  height: 7em;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
  position: absolute;
  right: 0em;
  top: 1.1em;
}

#nav > ul > li {
  float: left;
}

#nav > ul > li:last-child {
  padding-right: 0;
}

#nav > ul > li > a,
#nav > ul > li > span {
  display: block;
  margin-left: 0.7em;
  padding: 0.8em 1.2em;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  outline: 0;
  color: #252525;
}

#nav li.active a {
  background: #999;
  border-radius: 5px;
  color: #fff;
}

#nav > ul > li > ul {
  display: none;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
}

#banner .fa:before {
  padding-bottom: 0.5em;
  font-size: 8em;
}

#banner section {
  margin-top: 4.5em;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
  position: relative;
  background: #f9f9f9;
}

.homepage #main header,
.homepage #main {
  text-align: center;
}

#main .left {
  text-align: left;
}

#main .right {
  text-align: right;
}

#main .button {
  display: inline-block;
  margin-top: 4em;
}

#main .divider {
  margin-top: 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar .default li {
  border-color: rgba(0, 0, 0, 0.1);
}

.sidebar .default a {
  color: #333;
}

/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

#extra {
  position: relative;
  background: #f5f5f5;
  text-align: center;
}

#extra header h2 {
  text-transform: uppercase;
  font-size: 1.6em;
}

#extra .fa:before {
  margin-bottom: 1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 3em;
  border-radius: 50%;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

#extra .button {
  margin-top: 4em;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
  position: relative;
  background: #3db680;
  text-align: center;
  color: #fff;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
  position: relative;
  background: #222;
  color: rgba(255, 255, 255, 0.6);
}

#footer header h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4em;
  color: #fff;
}

#footer .footer-item-head {
  margin-bottom: 1em;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  position: relative;
  padding: 3em 0em;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

/*
icomoon
*/
@font-face {
  font-family: "icomoon";
  src: url("font/icomoon.eot?w3zptk");
  src: url("font/icomoon.eot?w3zptk#iefix") format("embedded-opentype"),
    url("font/icomoon.ttf?w3zptk") format("truetype"),
    url("font/icomoon.woff?w3zptk") format("woff"),
    url("font/icomoon.svg?w3zptk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--HP- .path1:before {
  content: "\e903";
  color: rgb(255, 255, 255);
}
.icon--HP- .path2:before {
  content: "\e904";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path3:before {
  content: "\e905";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path4:before {
  content: "\e906";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path5:before {
  content: "\e907";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path6:before {
  content: "\e908";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path7:before {
  content: "\e909";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path8:before {
  content: "\e90a";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path9:before {
  content: "\e90b";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path10:before {
  content: "\e90c";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path11:before {
  content: "\e90d";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path12:before {
  content: "\e90e";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path13:before {
  content: "\e90f";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path14:before {
  content: "\e910";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path15:before {
  content: "\e911";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path16:before {
  content: "\e912";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path17:before {
  content: "\e913";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path18:before {
  content: "\e914";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path19:before {
  content: "\e915";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path20:before {
  content: "\e916";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path21:before {
  content: "\e917";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path22:before {
  content: "\e918";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path23:before {
  content: "\e919";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path24:before {
  content: "\e91a";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path25:before {
  content: "\e91b";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path26:before {
  content: "\e91c";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path27:before {
  content: "\e91d";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path28:before {
  content: "\e91e";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path29:before {
  content: "\e91f";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path30:before {
  content: "\e920";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path31:before {
  content: "\e921";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path32:before {
  content: "\e922";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path33:before {
  content: "\e923";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path34:before {
  content: "\e924";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path35:before {
  content: "\e925";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path36:before {
  content: "\e926";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path37:before {
  content: "\e927";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path38:before {
  content: "\e928";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path39:before {
  content: "\e929";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path40:before {
  content: "\e92a";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path41:before {
  content: "\e92b";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path42:before {
  content: "\e92c";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path43:before {
  content: "\e92d";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path44:before {
  content: "\e92e";
  margin-left: -0.70703125em;
  color: rgb(0, 0, 0);
}
.icon--HP- .path45:before {
  content: "\e92f";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path46:before {
  content: "\e930";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path47:before {
  content: "\e931";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path48:before {
  content: "\e932";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path49:before {
  content: "\e933";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path50:before {
  content: "\e934";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path51:before {
  content: "\e935";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path52:before {
  content: "\e936";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon--HP- .path53:before {
  content: "\e937";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon-HP- .path1:before {
  content: "\e900";
  color: rgb(255, 255, 255);
}
.icon-HP- .path2:before {
  content: "\e901";
  margin-left: -0.70703125em;
  color: rgb(255, 255, 255);
}
.icon-HP- .path3:before {
  content: "\e902";
  margin-left: -0.70703125em;
  /*color: rgb(0, 0, 0);*/
}

/*********************************************************************************/
/* about                                                                          */
/*********************************************************************************/

#about {
  position: relative;
  background: #f2f2f2;
}

.homepage #about header,
.homepage #about {
  text-align: center;
}

#about .left {
  text-align: left;
}

#about .right {
  text-align: right;
}

#about .button {
  display: inline-block;
  margin-top: 4em;
}

#about .divider {
  margin: 4em 0em 2em 0em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/*********************************************************************************/
/* products                                                                        */
/*********************************************************************************/
#products-main{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	background: 0 0;
	justify-content: center;
}

#products-main .products-item{
    width: 310px;
    margin: 0 15px 50px;
    background: linear-gradient(to right bottom, #1abc9c 0%,#16a085 50%,#27ae60 100%);
    position: relative;
    border: none;
}
#products-main .products-item a{
	display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    line-height: 1.2em;
}
#products-main .products-item-thumb{
	width: 100%;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
#products-main .products-item-thumb img{
	width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#products-main .products-item-thumb::after{
	padding-top:100%;
	content: "";
    display: block;
}
#products-main .products-commingsoon{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	color: #f2f2f2;
	font-size:22px;
	z-index:2;
	padding: 5px;
	background-color: #333;
}
#products-main .products-item-txt{
	position: relative;
	padding:14px;
}
#products-main .products-tag{
	display: block;
	color: #fff;
	margin: 0 0 10px;
	text-align: left;
}
#products-main .products-item-title{
	display: block;
	color: #fff;
	text-align: left;
	font-size:18px;
}
#products-main .products-genre{
	position: absolute;
	top:8px;
	right:10px;
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	padding: 3px;
}
#products-main .product-img{
  width: 400px;
  min-height: 400px;
  align-items: center;
  margin: 0 40px 0 20px;
}

#products-main .product-img img{
  width: 100%;
}

#products-main .product-txt-container{
  width: 680px;
  margin: 0 auto;
  box-shadow: none;
  overflow: hidden;
  background: linear-gradient(to right bottom, #1abc9c 0%,#16a085 50%,#27ae60 100%);
  padding: 22px 25px;
}

#products-main .product-txt-container .product-txt-container-header{
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  padding : 10px;
}


#products-main .product-txt-container .product-txt-container-header .products-tag{
  margin: 0;
}

#products-main .content{
  color: grey;
  margin: 20px 0 0;
  padding: 30px 0 0;
  background: rgba(255, 255, 255, 0.2);
}

#products-main .content p{
  margin-bottom: 15px;
  color: #333;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
}

#products-main .content .catchcopy{
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 30px;
}

#products-main .content .summary{
  font-size: 14px;
  margin: 0 0 30px;
  padding: 0 5px;
}

#products-main .content .price{
  font-size: 16px;
  margin: 0 0 5px;
}

#products-main .content .up-date{
  font-size: 16px;
  margin: 0 0 30px;
}

#products-main .content .share{
  display: flex;
  justify-content: center;
  padding :0 0 20px;
}

#products-main .content .share div[role="button"]{
  cursor: pointer;
  margin: 0 0.5rem;
}
