@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@charset "utf-8";



/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');


/*cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("slide.css");
@import url("inview.css");

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'YuGothic', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;

}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/kara_top_img_big.jpg) no-repeat 100% 100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 230px 20px;
}

#sec04_02 img{
	width: auto;
}

#sec04_03{
	background: url(../images/kara_bottom_img_big2.png) no-repeat 100% 100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 220px 20px;
}

#sec04_03 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* お問い合わせフォーム
------------------------------------------------------------*/
.honeypot-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

#contactForm .form-group {
	margin-bottom: 18px;
}

#contactForm label {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
	color: #333;
}

#contactForm .required {
	color: #c0392b;
	margin-left: 4px;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	transition: border-color .2s;
	background: #fff;
}

#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm textarea:focus {
	outline: none;
	border-color: #666;
}

#contactForm textarea {
	resize: vertical;
}

.btn-submit {
	display: inline-block;
	padding: 12px 40px;
	background: #333;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s;
}

.btn-submit:hover {
	background: #555;
}

.btn-submit:disabled {
	background: #999;
	cursor: not-allowed;
}

#formMessage {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.7;
}

#formMessage.success {
	color: #27ae60;
}

#formMessage.error {
	color: #c0392b;
}


/* プライバシーポリシー 同意チェックボックス
------------------------------------------------------------*/
.form-agree label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin-bottom: 0;
}

.form-agree input[type="checkbox"] {
	width: auto;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
}

.form-agree a {
	color: #333;
	text-decoration: underline;
}

.form-agree a:hover {
	opacity: .7;
	text-decoration: underline;
}


/* プライバシーポリシー モーダル
------------------------------------------------------------*/
body.pp-open {
	overflow: hidden;
}

.pp-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2000;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.pp-overlay.is-open {
	display: flex;
}

.pp-dialog {
	background: #fff;
	width: 100%;
	max-width: 680px;
	max-height: 85vh;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.pp-dialog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px 16px;
	border-bottom: 1px solid #ddd;
	flex-shrink: 0;
}

.pp-dialog-header h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	width: auto;
	text-align: left;
}

.pp-close {
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	color: #999;
	cursor: pointer;
	padding: 0 0 0 16px;
	flex-shrink: 0;
}

.pp-close:hover {
	color: #333;
}

.pp-dialog-body {
	overflow-y: auto;
	padding: 20px 24px;
	flex: 1;
	font-size: 13px;
	line-height: 1.8;
	color: #333;
}

.pp-dialog-body p {
	margin-bottom: 12px;
}

.pp-dialog-body h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 6px;
}

.pp-dialog-body h3:first-of-type {
	margin-top: 12px;
}

.pp-dialog-body a {
	color: #333;
	text-decoration: underline;
}

.pp-dialog-footer {
	padding: 16px 24px;
	border-top: 1px solid #ddd;
	text-align: center;
	flex-shrink: 0;
}

.btn-pp-agree {
	display: inline-block;
	padding: 10px 40px;
	background: #333;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s;
}

.btn-pp-agree:hover {
	background: #555;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

/* iPad向け (768px〜1024px)
------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* iOSのbackground-attachment:fixed非対応対策 */
	#sec04_02,
	#sec04_03 {
		background-attachment: scroll;
	}

	/* ヒーロー画像の余白をiPadサイズに調整 */
	#sec04_02 {
		padding: 150px 20px;
	}

	#sec04_03 {
		padding: 140px 20px;
	}

	/* コンテンツ幅をiPadに合わせて拡張 */
	.innerS {
		width: 80%;
	}

	section h2 {
		width: 80%;
	}

	section h2 span {
		padding: 0 40px;
	}

	/* ナビゲーション余白を縮小 */
	#mainnav li {
		padding: 30px 15px;
	}
}


/* iPad横向き (1025px〜1366px, タッチデバイスのみ)
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (pointer: coarse) {
	/* iOSのbackground-attachment:fixed非対応対策 */
	#sec04_02,
	#sec04_03 {
		background-attachment: scroll;
	}

	/* ヒーロー画像の余白を横向きiPadに調整 */
	#sec04_02 {
		padding: 180px 20px;
	}

	#sec04_03 {
		padding: 170px 20px;
	}

	/* コンテンツ幅をiPadに合わせて拡張 */
	.innerS {
		width: 80%;
	}

	section h2 {
		width: 80%;
	}

	section h2 span {
		padding: 0 40px;
	}

	/* ナビゲーション余白を縮小 */
	#mainnav li {
		padding: 30px 15px;
	}
}


/*SNSアイコン
---------------------------------------------------------------------------*/
.icons {
	list-style: none;
	margin: 0;padding: 0;
	line-height: 2;
	display: flex;
	flex-direction: column;  /*縦並び*/
	text-align: center;
	position: fixed;  /*アイコンを固定*/
	gap: 10px;
	right: 19px;  /*右からの配置場所*/
	top: 100px;  /*上からの配置場所*/

}
.icons i {
	font-size: 20px;	/*アイコンサイズ*/
		color: black;
}



@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col2 {
		display: flex;
		flex-direction: column;
	}
	.col2 li:first-child {
		order: 2;
	}
	.col2 li:last-child {
		order: 1;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	/* iOS Safari の background-attachment: fixed 非対応対策 */
	#sec04_02,
	#sec04_03 {
		background-attachment: scroll;
	}

	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}