@charset "utf-8";

*{margin:0;padding:0;}

ol, ul {
list-style: none;
}
ol,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body{
font-family: "游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","メイリオ","Meiryo",sans-serif;
font-size: 14px; 
color:#343131;
line-height:1.7;
min-width:1080px;
}
a{
text-decoration:none;
color:#413e3e;
}
a:hover{
color:#ffa800;
text-decoration:none;
}
a:active, a:focus{
outline: 0;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img{
border:0;
}
.clear{
clear:both;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.left{
text-align:left;
}
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mgt7{
	margin-top: 7px;
}
/*************
/ナビ
*************/
header{
	background:#fff; 
	width: 100%;
}
h1{
	position: absolute;
	font-weight: normal;
	font-size: 10px;
	z-index: 999;
	right: 0px;
	top: 8px;
	color: #fff;
}
.tsujimoto{
	padding-top: 20px;
}
.sutekinajikn{
	width: 310px;
	height:310px;
	border-radius:50% 50% 0 0;
	background: #fff;
	position: relative;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	}
.sutekinajikn img{
	width: 211px;
	text-align: center;
	position: absolute;
	left:0;
	right: 0;
	text-align: center;
	margin: auto;
	top:40px;
}
	
header .inner {
    width: 1200px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9999;
    margin: auto;
    right: 0;
}
.catch {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    font-size: 30px;
    color: #fff;
}
.catch2 {
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 999;
    font-size: 30px;
    color: #fff;
}

ul.nav{
	position: absolute;
	top:40px;
	right: 0;
	z-index: 999;
}
ul.nav li{
	float: left;
	margin-left: 50px;
	font-size: 18px;
}
ul.nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;/* #b29b7c */
}
ul.nav li a:hover{
	color: #66543d;/* #b29b7c */
}
ul.nav li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #505050;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
ul.nav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

/*************
/全体
*************/
#container {
	margin-top:-170px;
}
.inner{
	width:1030px;
	margin:0 auto;
}
#demo-1 {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 800px;
	background-color: #fff;
}

/*************
/コンテンツ
*************/
.concept h3{
	font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    float: right;
}
.concept{
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.concept_txt {
	width: 860px;
	height: 515px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    line-height: 52px;
    font-size: 15px;
    }
.typewrite {
	width: 49px;
	height:510px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 46px;
    font-size: 15px;
    letter-spacing: -6px;
    float: right;
        border-left: 1px solid #989898;
}
.w55{
	width: 105px !important;
}
.typewrite span{
	opacity: 0;
    padding: 10px 0 1px 16px;
    }
.product,.about{
	overflow: hidden;
	margin: 130px 0 70px;
}
.product h3,.about h3{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
}
.product h3 img,.about h3 img{
	width: 127px;
	text-align: center;
}
.product ul{
	margin: 70px auto 0;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product ul li{
	width: 459px;
    height: 673px;
/*     float: left; */
    margin-left: 56px;
/*     margin-right: 56px; */
}
.product ul li:nth-child(n+3){
	margin-top: 60px;
	height: auto;
}
.product ul li img{
	width: 360px;
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.product ul li .circle{
	position: relative;
    left: -55px;
    top: -40px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
}
.product ul li .circle span{
	position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
    color: #000;
    letter-spacing: 2px;
}
.box_blue,.box_yellow,.box_pink,.box_green,.box_brown{
	border-left: 2px dotted #7ecef4;
    padding: 10px 0 10px 20px;
    line-height: 2em;
    width: 380px;
    position: relative;
    top: -20px;
}
.box_yellow{
	border-left: 2px dotted #f9f078;
}
.box_pink{
	border-left: 2px dotted #e27ab9;
}
.box_green{
	border-left: 2px dotted #82bc95;
}
.box_brown{
	border-left: 2px dotted #6a404d;
}
.box_blue h4,.box_yellow h4,.box_pink h4,.box_green h4,.box_brown h4{
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 20px;
}
.link,.link2,.link4,.link5,.link6{
/*
	width: 260px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
*/
  position: relative;
  display: inline-block;
  background-color: #333;
  color: #fff;
  text-align: center;
	background: #7ecef4;
	width: 280px;

}
.link::after,.link2::after,.link4::after,.link5::after,.link6::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.link:hover::after,.link2:hover::after,.link4:hover::after,.link5:hover::after,.link6:hover::after {
  right: -.05em;
}

.link a,.link2 a,.link4 a,.link5 a,.link6 a{
	display: block;
	background: #7ecef4;
	padding: 6px 0 5px;
	color: #5c5c5c;
	transition: 1.0s ;
}
.link2 a{
	background: #f9f078;
}
.link4 a{
	background: #e27ab9;
  color: #fff;
}
.link5 a{
	background: #82bc95;
  color: #fff;
}
.link6 a{
	background: #6a404d;
  color: #fff;
}

.link a:hover,.link2 a:hover,.link4 a:hover,.link5 a:hover,.link6 a:hover{
	background: #a0e1ff;
	color: #878787;
}
.link2 a:hover{
	background: #fff9ac;
}
.link4 a:hover{
	background: #ec97ca;
  color: #fff;
}
.link5 a:hover{
	background: #82bc95;
  color: #fff;
}
.link6 a:hover{
	background: #6a404d;
  color: #fff;
}

.aboutimg{
	background: url("https://sutekinajikan.co.jp/top/images/about.jpg")	 no-repeat center top;
	background-size: cover;
	height: 336px;
	margin: 60px 0;
}
.about .inner{
	width: 870px;
	margin: auto;
}
.txtarea{
	line-height: 2.5;
	letter-spacing: 2px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
}
.about2{
	width: 293px;
	float: right;
}
.link3{
	font-size: 15px;
	width: 220px;
	text-align: center;
	float: left;
	margin-top: 20px;
	font-weight: bold;
}
.link3 a{
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
	display: block;
	transition: .3s;
}
.link3 a:hover{
	color: #8a8a8a;
	border-bottom: 1px dotted #7e7e7e;
}

.slider{
	margin: 70px 0 !important;
}
.slider01 li,
.slider02 li{
    margin: 0 10px 20px;
    width: 315px !important;
    outline: none;
    }
.slider01 li img,
.slider02 li img{
    width: 100% !important;
    outline: none;
    }
/*************
/footer
*************/

#footer {
    width: 1000px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 50px 0 20px;
    border-bottom: 1px solid #919191;
}
.footlogo {
	float: left;
    padding-top: 5px;
    margin: 0 40px;
}
.address {
	width: 500px;
    float: left;
    line-height: 1.7em;
    font-size: 14px;
    padding-top: 5px;
}
#footer .inner{
	position:relative;
	overflow: hidden;
	padding: 20px 0 18px;
}
.camsns {
    margin-top: 13px;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
}
.camsns li {
    float: left;
    margin-right: 20px;
}
.camsns li i.fa-instagram, .camsns li i.fa-facebook, .camsns li i.fa-line,.fa-home {
    font-size: 23px;
}
.camsns li .fa-home{
    font-size: 20px;
}
.camsns li .fa-shopping-cart {
    font-size: 18px;
}
.camsns li:nth-child(3) {
    margin-right: 40px;
}

.camsns a:hover{
	color: #7e7e7e;
}

.footleft{
	float: left;
}
.footname{
	padding-bottom: 10px;
}
.footnavi{
	float: right;
}
.footnavi li{
	float: left;
	padding-left: 13px;
}
.footnavi li a{
	color: #fff;
	font-size: 13px;
	padding: 8px 8px 6px;
    transition: all .4s;
    }
.footnavi li a:hover{
	background: #fff;
	color: #000;
}

.copy{
	font-size:11px;
	text-align: center;
	margin-bottom: 8px;
}

/*************
/ページトップ
*************/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 10px;
    font-weight:bold;
	z-index: 9999;
    text-align: center;
}
#page-top span{
	position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 2px;
    text-align: center;
}
#page-top span .fa{
	font-size: 22px;
	display: block;
}
#page-top a {
	color: #fff;
	display: block;
	background: #231815;
	border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: .3s;
}
#page-top a:hover {
	background: #545454;
color: #fff;
}
