/* home
------------------- */
.home-slide {
  background: #000;
  color: #fff;
}
.home-slide .screens .screen {
  position: relative;
  height: 480px;
  text-align: center;
}
.home-slide .screens .screen .screen-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.home-slide nav {
  height: 90px;
  padding: 8px 0;
}
.home-slide nav .screen-nav {
  display: flex;
  justify-content: center;
}
.home-slide nav .screen-nav li {
  margin: 0 4px;
}
.home-slide nav .screen-nav li .caption {
  display: block;
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-slide .slick-arrow {
  position: absolute;
  width: auto;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}
.home-slide .slick-arrow.next-arrow {
  right: 50px;
}
.home-slide .slick-arrow.prev-arrow {
  left: 50px;
}

/*
.slide1{
	background: url("../img/sh.011.png"),url(../img/home.slide1.jpg) center center no-repeat;
	padding-top: 150px;
	h2{
		font-size: 46px;
		margin-bottom: 56px;
	}
	.bnr-list{
		margin-top: 50px;
		display: flex;
		justify-content:center;
		li{
			margin: 10px;
			a{
				color: #fff;
				.caption{
					display: block;
					margin-top: 3px;
					font-size: 12px;
				}
			}
		}
	}
}
*/
.slide2 {
  background: url(../img/home.slide.jpg) center center no-repeat;
  background-size: cover;
}
.slide2 h2 {
  display: none;
}

.slide3 .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 76px;
}
.slide3 .title .content-wrap {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.slide3 .title h2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.slide3 .title h2 img {
  width: 150px;
}
.slide3 .title ul {
  display: flex;
}
.slide3 .title ul li {
  margin: 20px 8px 0 8px;
}
.slide3 .title a {
  display: block;
  color: #8f8f8f;
  line-height: 76px;
  margin-left: 25px;
}
.slide3 .title a span {
  color: #000;
  font-size: 24px;
  margin-left: 10px;
}

.philosophy {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  background: #fff;
}
.philosophy h2 {
  color: #00a496;
  font-size: 36px;
  line-height: 170px;
}
.philosophy p {
  line-height: 2em;
  margin-bottom: 96px;
}
.philosophy a {
  margin-bottom: 50px;
  display: inline-block;
}
.philosophy .wrap {
  position: relative;
}
.philosophy .color-blend.top {
  left: 50%;
  margin-left: -700px;
}
.philosophy .color-blend.bottom {
  bottom: -100px;
  right: 50%;
  margin-right: -650px;
  transform: rotate(180deg);
}

.color-blend {
  position: absolute;
  display: block;
  width: 680px;
  height: 250px;
  overflow: hidden;
}
.color-blend span {
  display: block;
  width: 680px;
  height: 275px;
  position: absolute;
  left: 0;
  bottom: 58px;
  opacity: 0;
}
.color-blend .sq1 {
  background: url("../img/philosophy.sq1.jpg") left bottom no-repeat;
}
.color-blend .sq2 {
  background: url("../img/philosophy.sq2.jpg") left bottom no-repeat;
  mix-blend-mode: multiply;
}
.color-blend .sq3 {
  background: url("../img/philosophy.sq3.jpg") left bottom no-repeat;
  mix-blend-mode: multiply;
}
.color-blend.ani-start .sq1 {
  animation: CI-blend1 3s ease-out 0s forwards;
}
.color-blend.ani-start .sq2 {
  animation: CI-blend1 2.8s ease-out 1s forwards;
}
.color-blend.ani-start .sq3 {
  animation: CI-blend1 2.6s ease-out 2.5s forwards;
}

@keyframes CI-blend-wrap {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes CI-blend1 {
  0% {
    opacity: 0;
    transform: rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
.home-menu {
  margin-bottom: 15px;
}
.home-menu nav {
  background: #ebe5e5;
  display: flex;
  justify-content: center;
  height: 320px;
}
.home-menu nav a {
  display: block;
}
.home-menu nav a article {
  position: relative;
  width: 245px;
  height: 350px;
  text-align: center;
  margin: 0 10px;
  padding: 0 15px;
  top: -15px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.home-menu nav a article figure {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-menu nav a article figure img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-menu nav a article h3 {
  position: relative;
  background: #00a496;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
}
.home-menu nav a article p {
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #ffb422;
  color: #000;
  width: calc(100% - 30px);
  height: 90px;
  font-size: 13px;
  padding-top: 12px;
}

.home-info {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.home-info .news-box {
  width: 687px;
}
.home-info .news-box h2 {
  color: #00a496;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 25px;
  padding-left: 12px;
}

/* parts
------------------- */
.content-head {
  position: relative;
  line-height: 120px;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.content-head > * {
  position: relative;
}
.content-head::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+51&0.5+0,0+52 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 52%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 52%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}
.content-head h1 {
  padding: 40px 0;
}

.article-list li {
  border-bottom: 1px solid #eee;
}
.article-list li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.article-list li a article {
  padding: 12px;
}
.article-list li a article header {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.article-list li a article time {
  display: block;
  font-size: 18px;
  margin-right: 15px;
  line-height: 20px;
}
.article-list li a article .label {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 20px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.article-list li a article .label.info {
  background: #ff1467;
}
.article-list li a article h3 {
  font-weight: normal;
  font-size: 14px;
}

h1.ttl-normal {
  background: url("../img/bg.ttl-01.jpg") left top no-repeat, url("../img/bg.ttl-02.jpg") right bottom no-repeat;
  background-color: #fff;
  font-size: 30px;
  min-height: 88px;
  margin-bottom: 40px;
  padding: 22px 30px;
}

.ttl-line {
  background: url("../img/line.title.png") center bottom repeat-x;
  padding: 15px 0 17px 5px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}

.ttl-side-tab {
  border-left: #00a496 10px solid;
  padding: 3px 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.link-box-photo {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.link-box-photo article {
  position: relative;
  background: #fff;
  padding-bottom: 12px;
  height: 100%;
}
.link-box-photo article figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 138px;
  text-align: center;
}
.link-box-photo article figure.fix-case.portrait img {
  height: 100%;
  width: auto;
}
.link-box-photo article figure.fix-case.landscape img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.link-box-photo article figure.fix-case.pad {
  padding: 10px;
}
.link-box-photo article figure.fix-case.pad.landscape img {
  width: calc(100% - 20px);
}
.link-box-photo article figure.fix-case.cover.portrait img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-box-photo article figure.fix-case.cover.landscape img {
  width: auto;
  height: 100%;
}
.link-box-photo article h4.shoulder {
  padding: 12px 12px 5px 12px;
  line-height: 1em;
}
.link-box-photo article h3 {
  padding: 0px 12px 0px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8em;
}
.link-box-photo article p {
  padding: 12px 12px 0 12px;
  margin: 0;
}
.link-box-photo > li {
  width: 245px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.link-box-photo > li:nth-child(3n) {
  margin-right: 0;
}
.link-box-photo > li a {
  height: 100%;
  color: #000;
}
.link-box-photo.no-shoulder article h3 {
  padding-top: 13px;
}
.link-box-photo.link-list ul {
  margin: 13px;
}
.link-box-photo.link-list ul li {
  margin-bottom: 2px;
}
.link-box-photo.link-list ul li:last-child {
  margin-bottom: 0;
}
.link-box-photo.link-list ul li a {
  display: block;
  padding: 5px 10px;
  background: #f3f8f6;
}
.link-box-photo.product-list article {
  padding-bottom: 60px;
}
.link-box-photo.product-list article .article-btn {
  position: absolute;
  bottom: 12px;
  display: block;
  background: #00a496;
  color: #fff;
  margin: 12px 12px 0 12px;
  padding: 7px 30px 7px 10px;
  width: calc(100% - 24px);
  text-align: right;
}
.link-box-photo.product-list article .article-btn::after {
  border-color: #fff;
}
.link-box-photo.product-list.works {
  flex-direction: column;
}
.link-box-photo.product-list.works > li {
  width: 100%;
}
.link-box-photo.product-list.works article {
  padding-bottom: 0;
}
.link-box-photo.product-list.works article .article-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.link-box-photo.product-list.works article .article-body .col-right {
  width: calc(100% - 180px);
  position: relative;
  padding-bottom: 60px;
}
.link-box-photo.product-list.works article .article-body .col-right .article-btn {
  margin: 12px 0 0 0;
  width: 100%;
}
.link-box-photo.product-list.works article figure {
  width: 170px;
  height: 190px;
}
.link-box-photo.product-list.works article figure.pad {
  padding-top: 20px;
}
.link-box-photo.product-list.works article h3 {
  font-size: 17px;
  padding: 20px 0px 15px;
  border-bottom: 2px solid #eee;
}
.link-box-photo.product-list.works article > h3 {
  padding: 10px 20px;
}
.link-box-photo.product-list.works article .info {
  border: none;
}
.link-box-photo.product-list.works article .info dl {
  padding: 8px 0;
}
.link-box-photo.product-list.works article .info dl:last-child {
  border: none;
}
.link-box-photo.product-list.works article .copyright {
  border-top: 1px solid #eee;
  padding-top: 12px;
  font-size: 10px;
  line-height: 1.2em;
  padding: 10px 20px;
  text-align: right;
}
.link-box-photo .info {
  margin-top: 13px;
  border-top: 1px solid #eee;
}
.link-box-photo .info dl {
  padding: 8px 12px;
  width: 100%;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 12px;
  line-height: 1.4em;
  align-items: flex-start;
  justify-content: space-between;
}
.link-box-photo .info dl dt {
  background: #687676;
  color: #fff;
  width: 70px;
  white-space: nowrap;
  padding: 0 5px;
}
.link-box-photo .info dl dd {
  width: calc(100% - 84px);
}
.link-box-photo.h200 article figure.fix-case {
  height: 200px;
}

body.works .link-box-photo.product-list {
  flex-direction: column;
}
body.works .link-box-photo.product-list > li {
  width: 100%;
}
body.works .link-box-photo.product-list article {
  padding-bottom: 0;
}
body.works .link-box-photo.product-list article .article-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
body.works .link-box-photo.product-list article .article-body .col-right {
  width: calc(100% - 180px);
  position: relative;
  padding-bottom: 60px;
}
body.works .link-box-photo.product-list article .article-body .col-right .article-btn {
  margin: 12px 0 0 0;
  width: 100%;
}
body.works .link-box-photo.product-list article figure {
  width: 170px;
}
body.works .link-box-photo.product-list article .copyright {
  border-top: 1px solid #eee;
  padding-top: 12px;
  font-size: 10px;
  line-height: 1.2em;
  padding: 10px 20px;
  text-align: right;
}

.post-body p {
  margin-bottom: 30px;
}

.block {
  margin-bottom: 100px;
}
.block::after {
  display: block;
  content: "";
  clear: both;
}

.dl-table dl {
  border-top: 1px solid #ddd;
  margin-bottom: 50px;
}
.dl-table dl dt {
  width: 245px;
  float: left;
  padding: 15px;
}
.dl-table dl dd {
  padding: 15px;
  padding-left: 265px;
  border-bottom: 1px solid #ddd;
}

.map-frame {
  border: 3px solid #fff;
  margin-bottom: 50px;
}
.map-frame iframe {
  width: 100%;
}

.box-white {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.box-white p:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
}
.flex .col-right,
.flex .col-left {
  width: 50%;
}
.flex .col-left {
  padding-right: 20px;
}
.flex .col-right {
  padding-left: 20px;
}
.flex .col1 {
  margin-right: 40px;
}

.flex-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-cols li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.flex-cols li:last-child {
  margin-right: 0;
}
.flex-cols.col3glid li {
  width: 31.5%;
  margin: 0;
}

.under-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under-navigation li {
  width: 49%;
  margin-bottom: 10px;
}
.under-navigation li article a {
  display: block;
  background: #fff;
  padding: 30px;
  color: #000;
}
.under-navigation li article a h3 {
  font-weight: normal;
  font-size: 18px;
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

.col1body {
  width: 80%;
  margin: 50px auto;
}
.col1body .box-white {
  padding: 40px;
}
.col1body h1 {
  margin-bottom: 40px;
}

aside .side-menu {
  background: #fff;
  padding: 10px;
}
aside .side-menu h2 {
  background: #00a496;
  color: #fff;
  font-size: 16px;
}
aside .side-menu h2 a {
  color: #fff;
  display: block;
  padding: 10px 30px 10px 10px;
}
aside .side-menu ul li {
  border-bottom: 1px solid #eee;
}
aside .side-menu ul li:last-child {
  border: none;
}
aside .side-menu ul li a {
  display: block;
  color: #000;
  line-height: 1.4em;
  padding: 10px;
}

h2.widgettitle {
  display: none;
}

.side-widget {
  margin-top: 20px;
}
.side-widget a.bnr {
  display: block;
  margin-bottom: 20px;
}

.wgt-payment {
  background: #fff;
}
.wgt-payment h3 {
  background: #777;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}
.wgt-payment .body {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.wgt-payment .body p {
  margin-bottom: 10px;
}
.wgt-payment .body a {
  display: block;
  margin-top: 20px;
  text-align: right;
}
.wgt-payment .provider {
  text-align: right;
  padding: 10px 20px;
}

#prodct-head {
  background: #fff;
  display: flex;
  padding: 20px;
  margin-bottom: 50px;
}
#prodct-head figure {
  margin-right: 20px;
}
#prodct-head .main {
  width: 100%;
}
#prodct-head .main .title {
  margin-bottom: 25px;
}
#prodct-head .main .title h1 {
  font-size: 24px;
}
#prodct-head .main .title .caption {
  color: #CB1E21;
}
#prodct-head .main .data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#prodct-head .main .data .spec {
  font-size: 12px;
  line-height: 1.5em;
}
#prodct-head .main .data .spec span {
  display: block;
}
#prodct-head .main .data .spec span.category {
  margin-bottom: 10px;
}
#prodct-head .main .data .spec span.price em {
  font-size: 26px;
  color: #CB1E21;
  font-weight: bold;
}
#prodct-head .main .data a.btn-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
}
#prodct-head .main .data a.btn-cart .txt {
  width: auto;
  padding: 0 15px;
}

/* parts
------------------- */
.philosophy-read {
  font-size: 20px;
  line-height: 1.8em;
}

.icon-find {
  width: 150px;
  height: auto;
}

.icon-build {
  width: 140px;
  height: auto;
  margin-top: 10px;
}

.icon-vibe {
  width: 140px;
  height: auto;
  margin-top: 10px;
}

.philosophy-icon-wrap {
  display: block;
  height: 170px;
}

.philosophy-function {
  margin-top: 80px;
  margin-bottom: 100px;
}
.philosophy-function h4 {
  margin-bottom: 10px;
  color: #00a496;
}

/* local
------------------- */
.contact-form {
  border: 1px solid #eee;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}
.contact-form .fomr-items {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .fomr-items dt {
  width: 30%;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.contact-form .fomr-items dt label {
  display: block;
  line-height: 40px;
}
.contact-form .fomr-items dt label .require {
  margin-left: 5px;
  font-size: 12px;
  color: #C31517;
}
.contact-form .fomr-items dd {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.contact-form .fomr-items dd textarea,
.contact-form .fomr-items dd input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.contact-form .fomr-items dd textarea.wpcf7-not-valid,
.contact-form .fomr-items dd input.wpcf7-not-valid {
  border-color: #C31517;
}
.contact-form .fomr-items dd textarea {
  height: 150px;
}
.contact-form .fomr-items dd .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #C31517;
  font-size: 12px;
}
.contact-form .action {
  text-align: center;
}
.contact-form .action input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  background-color: #00a496;
  color: #fff;
  width: 200px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  margin: 30px auto 0;
}


