@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none !important;
}
body {
	background: #f3f3f3;/*#5b6274*/
	color: #20334d;
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 100%;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased; /* 非対応 */
	-ms-font-smoothing: antialiased; /* 非対応 */
	-o-font-smoothing: antialiased; /* 非対応 */
	-webkit-text-size-adjust: 100%;
}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	pointer-events: none;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: opacity .8s ease;
	transition: opacity .8s ease;
}
body.fadeout::after {
	opacity: 1;
}
body.fadeout article {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
h2 {
	font-size: 24px;
}
.sec_ttl {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	padding: 60px 0 0 60px;
	font-weight: normal;
}
.sec_ttl::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 32px;
	width: 1px;
	height: 90px;
	background-color: #20334d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}
h3 {
	font-size: 22px;
	letter-spacing: 4px;
	font-weight: normal;
}
.space::before {
	content: '';
	display: inline-block;
	background: #e03c31;
	height: 12px;
	width: 1px;
	margin-bottom: 4px;
}
.under_line::after {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #e03c31;
	margin: 0.5em auto 0 auto;
}
h4 {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	position: absolute;
	top: 5%;
	left: 15%;
	font-size: 22px;
	letter-spacing: 8px;
}
.head_title {
	width: 100%;
	height: 0;
 padding-top: calc(300 / 1000 * 100%);
	position: relative;
	margin-bottom: 100px;
}
.head_title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3)
}
.head_title h1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: "palt";
	font-size: 25px;
	letter-spacing: 0.3em;
	color: #20334d;
	background-color: #fff;
	line-height: 1.4em;
	width: 35px;
	height: 160px;
	padding: 8px 0;
	position: absolute;
	top: 180px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
}
/* =======================================
	ローダー
======================================= */
.is-hide {
    display: none;
}
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.centerfy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spiner {
  position: relative;
  width: 100px;
  height: 100px;
  animation: anim-spin 1s infinite ease;
}
.spiner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: solid 4px #20334d;
  border-right: solid 4px transparent;
  border-bottom: solid 4px #20334d;
  border-left: solid 4px transparent;
  border-radius: 100%;  
}

@keyframes anim-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* =======================================
	共通
======================================= */
.fadein {
	opacity: 0;
	transform : translate(0, 20px);
	transition : all 2000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
section {
	position: relative;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 120px;
}
.txt_box {
	max-width: 800px;
	margin: 0 auto 80px auto;
	position: relative;
	line-height: 2;
	letter-spacing: 0.4em;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 680px) {
h2 {
	font-size: 24px;
}
.sec_ttl::before {
	left: 32px;
	width: 1px;
	height: 60px;
}
.sec_ttl {
	padding: 50px 0 0 30px;
}
.head_title h1 {
	display: none;
}
.txt_box {
	width: 90%;
}
}
/* =======================================
	navi
======================================= */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	z-index: 1000;
	padding-top: 10px;
}
.h_inner {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.nav-button {
	display: none;
}
.nav a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.nav li a {
	letter-spacing: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #20334d;
}
.nav li a:hover {
	color: #a86237
}
.nav li {
	display: inline-block;
	margin: 20px 10px;
}
.nav-wrap.open {
	display: block;
}
.nav-wrap.close {
	display: none;
}
.logo {
	width: 300px;
	height: auto;
}
@media screen and (max-width: 480px) {
.h_inner {
	width: 95%;
}
.logo {
	width: 220px;
	height: auto;
}
.nav-button {
	display: block;
	cursor: pointer;
}
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(80, 51, 64, 0.7);
	width: 100%;
	height: 100%;
}
.nav-wrap .nav {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav-wrap li {
	display: block;
	margin: 3em;
	text-align: center;
	padding-top: 50px;
}
.nav-wrap li a {
	color: #fff;
	font-size: 14px;
}
/*メニューボタン*/
.nav-button, .nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 20;
	position: relative;
	width: 28px;
	height: 28px;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #20334d;
	border-radius: 2px;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 14px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-48deg);
	transform: translateY(14px) rotate(-48deg);
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
}
/* =======================================
	top
======================================= */
#top {
	position: relative;
}
.slider li .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	transform-origin: center top;
	transform: scale(1);
	transition: 4s transform ease-out;
}
.slider li.s-01 .img {
	background-image: url("../img/top_02.jpg");
}
.slider li.s-02 .img {
	background-image: url("../img/top_03.jpg");
}
.slider li.s-03 .img {
	background-image: url("../img/top_01.jpg");
}
.slider li.slick-active .img {
	transform: scale(1.03);
}
.scroll a {
	position: absolute;
	color: #000;
	font-size: 12px;
	bottom: 80px;
	right: 0;
	letter-spacing: 0.3em;
	z-index: 2;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-decoration: none;
	padding-top: 50px;
}
.scroll a span {
	position: absolute;
	top: 26px;
	left: 20px;
	width: 44px;
	height: 34px;
	margin-left: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.scroll a {
	bottom: 70px;
	right: 40vw;
}
}
.scroll a span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 1px;
	right: -3px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.scroll a {
	padding-top: 50px;
}
.scroll a span {
	animation: sdb 1.5s infinite;
	-webkit-animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
 @-webkit-keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(0deg) translate(20px);
 -webkit-transform: rotate(0deg) translate(20px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: rotate(0deg) translate(0);
 -webkit-transform: rotate(0deg) translate(0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(0deg) translate(20px);
 -webkit-transform: rotate(0deg) translate(20px);
 opacity: 0;
}
}
@keyframes sdb_sp {
 0% {
 transform: rotate(90deg) translate(0);
 -webkit-transform: rotate(90deg) translate(0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(90deg) translate(40px);
 -webkit-transform: rotate(90deg) translate(40px);
 opacity: 0;
}
}
/* =======================================
	concept_sec
======================================= */
.link_btn a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #fff;
	width: 170px;
	text-align: center;
	line-height: 3.5em;
	letter-spacing: 0.2em;
	position: absolute;
	bottom: 80px;
	left: -85px;
	z-index: 2;
	transition: 0.5s;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.4);
}
.link_btn a:after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	right: 25px;
	bottom: 24px;
	transition: 0.5s;
}
.link_btn a:before {
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	right: 24px;
	bottom: 25px;
	transform: rotate(30deg);
	transition: 0.5s;
}
.link_btn a:hover {
	bottom: 90px;
	box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}
.link_btn a:hover:after {
	right: 18px;
}
.link_btn a:hover:before {
	right: 17px;
}
.product_link_btn {
	margin: 0 auto;
}
.product_link_btn a {
	color: #20334d;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #fff;
	border: 1px solid #20334d;
	width: 170px;
	text-align: center;
	line-height: 3.5em;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 2;
	transition: 0.5s;
	margin: 40px auto;
}
.product_link_btn a:after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	right: 25px;
	bottom: 24px;
	transition: 0.5s;
}
.product_link_btn a:before {
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	right: 24px;
	bottom: 25px;
	transform: rotate(30deg);
	transition: 0.5s;
}
.product_link_btn a:hover:after {
	right: 18px;
}
.product_link_btn a:hover:before {
	right: 17px;
}
.about {
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	height:100%;
}
.about_contents {
	width: 100%;
	min-width: 1000px;
	min-height: 766px;
	height: 100vh;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.about_inner {
	position: absolute;
	top: 50%;
	left: 16%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	width: 470px;
}
.about_inner p {
	font-size: 14px;
	line-height: 3em;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 40px;
}
.about_inner h3 {
	font-size: 22px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	margin-left: 40px;
	letter-spacing: 0.2em;
}
.about_left {
	width: 50%;
	min-width: 500px;
	background: url(../img/about_02.jpg) center top no-repeat;
	height: 100%;
	background-size: cover;
	float: right;
	color: #fff;
	position: relative;
}
.about_right {
	width: 50%;
	min-width: 500px;
	min-height: 766px;
	height: 100vh;
	float: left;
	position: relative;
	overflow: hidden;
}
.button {
	text-align: center;
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
	.about {
	 min-width: 100%;
      height: 100%;
}
.about_contents {
	min-width: 100%;
}
.about_left {
	   width: 100%;
        min-width: 100%;
        height: 420px;
        padding-bottom: 70px;
        float: none; 
}
.about_right {
	 width: 100%;
        min-width: 100%;
        height: 420px;
        float: none;
}
.link_btn a {
	   bottom: -22px;
          left: 0;
          right: 0;
          margin: 0 auto;
}
.about_left .about_inner {
	position: static;
          -webkit-transform: none;
          /* Safari用 */
          transform: none;
          width: 80%;
          margin: 0 auto; 
		  padding: 40px 0; 
}
.about_inner p {
	font-size: 14px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	padding-top: 20px;
		line-height: 2em;
}
.about_inner h3 {
	font-size: 18px;
	float: none;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	text-align: center;
	margin-left: 0px;
}
}
/* ===================================
product_contents
=================================== */
.product_contents {
	position: relative;
	padding-bottom: 40px;
}
.product_box {
	max-width: 1200px;
	margin: 80px auto 26% auto;
	position: relative;
	padding-bottom: 160px;
}
.block_image {
	width: 650px;
	height: 430px;
	z-index: 10;
}
.block_txt {
	width: 650px;
	height: 430px;
	background: #fff;
	z-index: 20;
	margin-top: 60px;
}
.b_left {
	position: absolute;
	left: 0;
	top: 0;
}
.b_right {
	position: absolute;
	right: 0;
	top: 0;
}
.block_txt h3 {
	text-align: center;
	padding: 40px 0;
}
.block_txt p {
	width: 80%;
	margin: 0 auto;
	line-height: 2;
}
.block_txt .strong {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 4px;
	padding-bottom: 10px;
}
.product_top {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0%;
	right: 0;
	width: 50%;
	height: 650px;
	background-color: #e6dfe3;
	z-index: -100;
}
.product_box {
	max-width: 1250px;
	margin: 80px auto 26% auto;
}
.product_block .product_top .product_image {
	width: 100%;
	max-width: 1250px;
	overflow: hidden;
	position: relative;
}
.product_image.animate img {
	-moz-animation-fill-mode: fadeIn 5.0s 0.2s, scale 8.0s 0.4s;
	-ms-animation-fill-mode: fadeIn 5.0s 0.2s, scale 8.0s 0.4s;
	-webkit-animation: fadeIn 5.0s 0.2s, scale 8.0s 0.4s;
	animation: fadeIn 5.0s 0.2s, scale 8.0s 0.4s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
.product_block .product_top:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #101e37;
}
.product_block .product_top.animate:after {
	-moz-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
@keyframes secondaryImageOverlayIn {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
@keyframes secondaryImageOverlayOut {
 0% {
 transform: translateX(0);
}
 100% {
 transform: translateX(102%);
}
}

@media screen and (max-width: 768px) {
.product_contents {
	position: relative;
	padding-bottom: 40px;
}
.product_box {
	width: 100%;
	margin: 80px auto 26% auto;
	position: relative;
	padding-bottom: 160px;
}
.block_image {
	width: 100%;
	height: auto;
	z-index: 10;
}
.block_txt {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20;
	margin-top: 20px;
}
.b_left {
	position: static;
}
.b_right {
	position: static;
}
.block_txt h3 {
	text-align: center;
	padding: 40px 0;
}
.block_txt p {
	width: 80%;
	margin: 0 auto;
	line-height: 2;
}
.product_top {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.product_box {
	width: 100%;
	margin: 80px auto 80px auto;
		padding-bottom: 0px;
}
.product_block .product_top .product_image {
	width: 100%;
	max-width: 1250px;
	overflow: hidden;
	position: relative;
}
.product_inner {
	width: 90%;
	margin: 0 auto;
}
}
/* =======================================
	footer
======================================= */
footer {
	padding: 80px 0;
	background: #503340;
	color: #fff;
}
.f_logo {
	width: 300px;
	height: auto;
	display: block;
	padding-bottom: 40px;
	margin: 0 auto;
}
.f_nav {
	margin: 0;
	padding: 0;
	text-align: center;
}
.f_nav li {
	line-height: 1.5;
	display: inline-block;
	width: 12%;
	min-width: 100px;
	color: #fff;
	list-style-type: none;
	font-size: 12px;
	letter-spacing: 2px;
}
.f_nav li a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.f_nav li:not(:last-child) {
	border-right: 1px solid #ddd;
}
.f_nav a:hover {
	color: #e2a999;
}
.copyright {
	text-align: center;
	padding-top: 60px;
	font-size: 12px;
	color: #c2b6ba
}
/* =======================================
	20201106kennkokeieilogo add
======================================= */
.k_logo {
	width: 200px;
	height: auto;
	display: block;
	padding-top: 60px;
	margin: 0 auto;
}
/* ===================================
privacy
=================================== */
.privacy_sec{
	margin-top:80px;
}
.privacy_content {
	width: 80%;
	margin: 0 auto;
	line-height: 1.4;
	padding-bottom: 40px;
	font-feature-settings: "palt";
}
.privacy_content h3 {
	font-size: 18px;
	letter-spacing: 4px;
	padding-bottom: 20px;
}
/* ===================================
timeline
=================================== */
.history {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15%;
	
}
.timeline {
	position: relative;
	margin: 40px auto;
	padding-bottom: 20px;
	z-index: 100;
}
.timeline:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #20334d;
}
.timeline .timeline_item {
	margin: 0px 0px 0px 80px;
}
.timeline .timeline_item .time_date .time {
	font-size: 1em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 2px;
	color: #4a4d20;
}
.timeline .timeline_item .time_date .time:before {
	position: absolute;
	top: 0%;
	left: -42px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #20334d;
	background: #f3f3f3;
}
.timeline .timeline_item .desc {
	font-size: 1em;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.p_contents2 {
	width: 90%;
	min-width: 1200px;
	position: relative;
	padding-bottom: 30%;
}
@media only screen and (max-width: 767px) {
.timeline:before {
	left: 15px;
}
.timeline .timeline_item .time_date .time:before {
	left: -32px;
}
.timeline .timeline_item {
	margin: 0px 0px 0px 40px;
}
.timeline .timeline_item .desc {
	padding-left: 0px;
	border-left: none;
}
}
@media screen and (min-width: 481px) {
.nav-wrap {
	display: block !important;
}
}

@media screen and (max-width: 480px) {
.f_logo {
	width: 220px;
}
.f_nav {
	text-align: center;
}
.f_nav li {
	line-height: 1.8;
	display: block;
	width: 100%;
	font-size: 12px;
}
.copyright {
	font-size: 10px;
}
.txt_box p {
	font-size: 12px;
}
.timeline .timeline_item .desc {
	font-size: 12px;
}
.timeline .timeline_item .time_date .time {
	font-size: 12px;
}

}
