/* home
------------------- */
.home-slide .screens .screen {
  height: 78.2vw;
}
.home-slide nav {
  height: 12.5vw;
  padding: 1vw 0;
}
.home-slide nav .screen-nav li {
  margin: 0 0.5vw;
}
.home-slide nav .screen-nav li img {
  height: 10.5vw;
  width: auto;
}
.home-slide nav .screen-nav li .caption {
  display: none;
}
.home-slide .slick-arrow {
  display: none !important;
}

/*
.slide1{
	padding-top: 10vw;
	h2{
		font-size: 10vw;
		margin-bottom:  7vw;
	}
	p{
		width: 70%;
		margin: 0 auto;
		font-size: 3.6vw;
		line-height: 1.6em;
		br{
			display: none;
		}
	}
	.bnr-list{
		width: 77%;
		margin: 8vw auto;
		flex-wrap: wrap;
		justify-content: space-between;
		li{
			width: 49%;
			margin: 0;
			a{
				color: #fff;
				img{
					width: 100%;
				}
				.caption{
					font-size: 2vw;
					margin-top: 1vw;
					line-height: 1em;
					margin-bottom: 2vw;
				}
			}
		}
	}
}
*/
.slide2 {
  background: url(../img/home.slide.jpg) center center no-repeat;
  background-size: cover;
}

.slide3 {
  background: url(../img/home.slide.jpg) center center no-repeat;
  background-size: cover;
}
.slide3 iframe {
  height: 66.2vw;
}
.slide3 .title {
  height: 12vw;
}
.slide3 .title .content-wrap {
  padding-left: 20vw;
}
.slide3 .title h2 {
  padding: 1vw 2vw;
  width: 22vw;
}
.slide3 .title h2 img {
  width: 100%;
}
.slide3 .title ul {
  display: flex;
}
.slide3 .title ul li {
  margin: 4vw 1vw 0 1vw;
}
.slide3 .title ul li img {
  height: 5vw;
}
.slide3 .title a {
  display: block;
  line-height: 1.5em;
  margin-left: 2vw;
  font-size: 2.2vw;
  text-align: left;
  padding-top: 2vw;
}
.slide3 .title a span {
  display: block;
  font-size: 4.4vw;
  margin-left: 0px;
  margin-top: 1vw;
}

.philosophy {
  font-size: 4vw;
}
.philosophy h2 {
  font-size: 8vw;
  line-height: 28vw;
}
.philosophy p {
  width: 78%;
  margin: 0 auto 15vw;
}
.philosophy a {
  font-size: 4.6vw;
  margin-bottom: 14vw;
}
.philosophy .wrap {
  position: relative;
}
.philosophy .color-blend.top {
  left: -14vw;
  margin-left: 0;
}
.philosophy .color-blend.bottom {
  bottom: 0;
  right: -20vw;
  margin-right: 0px;
  transform: rotate(180deg);
}

.color-blend {
  position: absolute;
  display: block;
  width: 70vw;
  height: 40vw;
}
.color-blend span {
  display: block;
  width: 70vw;
  height: 30vw;
  bottom: 20vw;
  background-size: 100% auto !important;
}

.home-menu {
  margin-bottom: 15px;
}
.home-menu nav {
  background: none;
  display: block;
  height: auto;
  margin-bottom: 5vw;
}
.home-menu nav a article {
  position: relative;
  width: 100%;
  height: 46vw;
  text-align: center;
  margin: 0 0 20vw 0;
  padding: 0;
  top: 0;
  box-shadow: none;
  /*transform: scale(0.5);
  opacity: 0;*/
  /*&.fixed{
  	transition: all 0.8s ease 0s;
  	transform: scale(1);
  	opacity: 1;
  }*/
}
.home-menu nav a article h3 {
  position: absolute;
  line-height: 10vw;
  font-size: 6vw;
  top: -5vw;
  width: 90vw;
  left: 5vw;
}
.home-menu nav a article p {
  left: 5vw;
  bottom: -9.35vw;
  width: 90vw;
  height: 18.7vw;
  font-size: 4vw;
  padding: 3vw 5vw;
  line-height: 1.6em;
}
.home-menu nav a article p br {
  display: none;
}
.home-menu nav a article.product {
  background: url("../img/home.menu.bg.sp.jpg") center center no-repeat;
  background-size: cover;
}
.home-menu nav a article.client {
  background: url("../img/home.menu.bg-02.sp.jpg") center center no-repeat;
  background-size: cover;
}
.home-menu nav a article.recruit {
  background: url("../img/home.menu.bg-03.sp.jpg") center center no-repeat;
  background-size: cover;
}
.home-menu nav a article.download {
  background: url("../img/home.menu.bg-04.sp.jpg") center center no-repeat;
  background-size: cover;
}

.home-info {
  display: block;
  padding: 0 5vw;
}
.home-info .news-box {
  width: 100%;
  margin-bottom: 10vw;
}
.home-info .news-box h2 {
  font-size: 30px;
  line-height: 50px;
}

/* parts
------------------- */
.content-head {
  line-height: 2em;
  padding: 5vw;
}
.content-head::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.46+0,0.15+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content-head h1 {
  padding: 2vw 0;
}

.link-box-photo {
  margin-bottom: 10vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-box-photo > li {
  width: 48%;
  margin: 0;
  margin-bottom: 3vw;
}
.link-box-photo article {
  min-height: 28vw;
}
.link-box-photo article h3 {
  line-height: 1.6em;
  font-size: 16px;
}
.link-box-photo article figure {
  width: 100%;
  height: 24.2vw;
}
.link-box-photo article figure img {
  width: 100%;
}
.link-box-photo article p {
  font-size: 12px;
  line-height: 1.6em;
}
.link-box-photo .info {
  display: none;
  margin-top: 13px;
}
.link-box-photo .info dl {
  padding: 0;
  flex-direction: column;
}
.link-box-photo .info dl dt {
  width: 100%;
  font-size: 10px;
}
.link-box-photo .info dl dd {
  padding: 12px;
  width: 100%;
}
.link-box-photo.product-list.works article .article-body {
  padding-right: 5vw;
}
.link-box-photo.product-list.works article .article-body .col-right {
  width: calc(70% - 5vw);
  position: relative;
  padding-bottom: 60px;
}
.link-box-photo.product-list.works article figure {
  width: 45%;
  height: 45vw;
}
.link-box-photo.product-list.works article figure.pad {
  padding: 5vw 0vw;
}
.link-box-photo.product-list.works article figure.fix-case.portrait img {
  width: auto;
}
.link-box-photo.product-list.works article h3 {
  font-size: 16px;
  font-weight: bold;
}
.link-box-photo.product-list.works article .info {
  display: block;
}
.link-box-photo.product-list.works article .info dl {
  flex-direction: row;
}
.link-box-photo.product-list.works article .info dl dt {
  width: 25%;
}
.link-box-photo.product-list.works article .info dl dd {
  padding: 0 0 0 2vw;
}
.link-box-photo.product-list.works article .copyright {
  font-size: 2vw;
}
.link-box-photo.h200 article figure.pad {
  padding: 0;
}
.link-box-photo.h200 article figure.fix-case {
  height: 35vw;
}

body.works .link-box-photo.product-list article .article-body {
  padding-right: 5vw;
}
body.works .link-box-photo.product-list article .article-body .col-right {
  width: calc(70% - 5vw);
  position: relative;
  padding-bottom: 60px;
}
body.works .link-box-photo.product-list article figure {
  width: 45%;
  height: 45vw;
}
body.works .link-box-photo.product-list article figure.pad {
  padding: 5vw 0vw;
}
body.works .link-box-photo.product-list article h3 {
  font-size: 16px;
  font-weight: bold;
}
body.works .link-box-photo.product-list article .info {
  display: block;
}
body.works .link-box-photo.product-list article .info dl {
  flex-direction: row;
}
body.works .link-box-photo.product-list article .info dl dt {
  width: 25%;
}
body.works .link-box-photo.product-list article .info dl dd {
  padding: 0 0 0 2vw;
}
body.works .link-box-photo.product-list article .copyright {
  font-size: 1.6vw;
}

.flex {
  flex-direction: column;
}
.flex .col-right,
.flex .col-left {
  width: 100%;
}
.flex .col-left {
  padding-right: 00px;
  margin-bottom: 5vw;
}
.flex .col-right {
  padding-left: 00px;
}
.flex .col1 {
  margin-right: 0;
  margin-bottom: 5vw;
}

.flex-cols li {
  margin-right: 2vw;
  margin-bottom: 5vw;
}
.flex-cols li:last-child {
  margin-right: 0;
}
.flex-cols.col3glid li {
  width: 48%;
  margin: 0 0 2vw;
}
.flex-cols.sp-column {
  flex-direction: column;
}
.flex-cols.sp-column li {
  width: 100%;
}

.under-navigation {
  flex-direction: column;
}
.under-navigation li {
  width: 100%;
  margin-bottom: 2vw;
}
.under-navigation li article a {
  padding: 5vw;
  color: #000;
}
.under-navigation li article a h3 {
  font-size: 4.6vw;
}

.dl-table dl {
  margin-bottom: 10vw;
}
.dl-table dl dt {
  width: 100%;
  float: none;
  padding: 3vw 3vw 0 3vw;
  font-weight: bold;
}
.dl-table dl dd {
  padding: 3vw;
}

#prodct-head {
  padding: 0px;
  display: block;
}
#prodct-head .head-line {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#prodct-head .head-line figure {
  width: 40%;
  margin-right: 10px;
}
#prodct-head .head-line figure img {
  width: 100%;
}
#prodct-head .head-line h1 {
  font-size: 5vw;
}
#prodct-head .head-line .caption {
  display: block;
  font-size: 10px;
  line-height: 1.3em;
  color: #CB1E21;
}
#prodct-head .main .data {
  display: block;
  padding-bottom: 10px;
}
#prodct-head .main .data .spec {
  padding: 10px;
  font-size: 10px;
}
#prodct-head .main .data .spec span.category {
  margin-bottom: 20px;
  font-size: 4vw;
}
#prodct-head .main .data .spec span.price {
  text-align: right;
  font-size: 3.2vw;
}
#prodct-head .main .data .spec span.price em {
  font-size: 8.6vw;
  font-weight: bold;
}
#prodct-head .main .data a.btn-cart {
  position: static;
  width: calc(100% - 20px);
  margin: 0 10px 10px;
}

.wp-block-embed-youtube iframe {
  width: 100%;
  height: 51vw;
}

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

.icon-find {
  width: 30vw;
}

.icon-build {
  width: 30vw;
  margin-top: 0px;
}

.icon-vibe {
  width: 30vw;
  margin-top: 0px;
}

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

.philosophy-function {
  margin-top: 5vw;
  margin-bottom: 10vw;
}
.philosophy-function .body {
  display: flex;
}
.philosophy-function .body .txt {
  padding-left: 4vw;
  text-align: left;
}
.philosophy-function h4 {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
