@charset "UTF-8";

/* サイト全体の基本設定 */
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 1.8em;
	margin: 0 auto;
}

img {width: 100%; display: block;}

ol, ul, li {list-style-type: none;}

a {color: #d4b965;}

* {box-sizing: border-box;}

/* ====== clearfix ====== */
.clearfix:after{ /*for ModernBrowser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clearfix {zoom: 1;} /*for IE5.5-7*/


/* レスポンシブ用の基本設定 */
.sp_only {
	display: none;
}

/* スマートフォン用 */
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}



/* ヘッダー設定 */
.header-wrapper {
	position: fixed;
	top: 0;
	background: #ffffff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	z-index: 999;
	box-shadow: 10px 0 20px 0 rgba(150, 150, 150, 0.5);
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	height: 100%;
}

h1.header-logo {
	max-width: 275px;
}

nav.pc_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav.pc_nav ul li {
	padding: 0 15px;
}

nav.pc_nav ul li a {
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 5px 0;
}

nav.pc_nav ul li a:hover {
	color: #666666;
}

nav.pc_nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%	;
	height: 1px;
	background: #666666;
	transition: all 0.3s;
	transform: scale(0, 1);
	transform-origin: left top;
}

nav.pc_nav ul li a:hover:after {
	transform: scale(1, 1);
}



/* フッター設定 */
.footer-wrapper {
	padding-top: 100px;
}

.footer-wrapper .footer-container {
	max-width: 980px;
	margin: 0 auto;
}

.footer-wrapper .footer-nav {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 40px 0;
	font-size: 15px;
	line-height: 1.2em;
}

.footer-wrapper .footer-nav ul {
	display: flex;
	justify-content: center;
}

.footer-wrapper .footer-nav ul li {
	border-left: 1px solid #333333;
	padding: 0 20px;
}

.footer-wrapper .footer-nav ul li:first-child {
	border-left: none;
}

.footer-wrapper .footer-nav ul li a {
	color: #000000;
	text-decoration: none;
}

.footer-wrapper .footer-nav ul li a:hover {
	color: #666666;
}

.footer-wrapper .footer-contents {
	padding: 100px 0 50px;
	text-align: center;
}

.footer-wrapper .footer-contents .footer-logo {
	max-width: 100px;
	margin: 0 auto 30px;
}

.footer-wrapper .footer-contents h2.sitename {
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6";
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.5em;
	padding-bottom: 30px;
}

.footer-wrapper .footer-contents h2.sitename a {
	color: #000000;
	text-decoration: none;
}

.footer-wrapper .footer-contents h2.sitename a:hover {
	color: #666666;
}

.footer-wrapper .footer-contents .comp_prof {
	font-size: 15px;
	line-height: 1.8em;
}

.footer-wrapper .copyrights {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 0;
}


/* 共通基本設定 */
.wrapper {
	padding: 100px 0;
}


/* h2基本設定 */
h2.page_ttl {
	text-align: center;
	color: #ffffff;
}

h2.page_ttl .ttl_L {
	font-size: 40px;
	line-height: 1.5em;
	letter-spacing: 0.4em;
}

h2.page_ttl .ttl_S {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.3em;
}


/* h3基本設定 */
h3.cont_ttl,
h3.cont_ttl_center {
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}

h3.cont_ttl_center {
	text-align: center;
}

h3.cont_ttl .ttl_L,
h3.cont_ttl_center .ttl_L {
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	position: relative;
}

h3.cont_ttl .ttl_L::after,
h3.cont_ttl_center .ttl_L::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #000000;
}

h3.cont_ttl .ttl_L::after {
	left: 0;
}

h3.cont_ttl_center .ttl_L::after {
	left: 50%;
	transform: translateX(-50%);
}

h3.cont_ttl .ttl_S,
h3.cont_ttl_center .ttl_S {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.3em;
	padding: 10px 0;
}


/* フォントの太文字設定 */
.font_str {
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}


/* リンクボタン基本設定 */
.link_btn_W,
.link_btn_K {
	border: 1px solid #000000;
	padding: 15px 15px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.0em;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
	text-align: left;
}

.link_btn_W {
	background-color: #ffffff;
	color: #000000;
}

.link_btn_K {
	background-color: #000000;
	color: #ffffff;
}

.link_btn_W .arrow,
.link_btn_K .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateX(-50%);
	transition: 0.3s;
}

.link_btn_W .arrow {
	background-color: #000000;
}

.link_btn_K .arrow {
	background-color: #ffffff;
}

.link_btn_W .arrow:before,
.link_btn_W .arrow:after,
.link_btn_K .arrow:before,
.link_btn_K .arrow:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	position: absolute;
	right: -2px;
}

.link_btn_W .arrow:before,
.link_btn_W .arrow:after {
	background-color: #000000;
}

.link_btn_K .arrow:before,
.link_btn_K .arrow:after {
	background-color: #ffffff;
}

.link_btn_W .arrow:before,
.link_btn_K .arrow:before {
	top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.link_btn_W .arrow:after,
.link_btn_K .arrow:after {
	bottom: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.link_btn_W:hover {
	color: #ffffff;
	background-color: #000000;
}

.link_btn_K:hover {
	color: #000000;
	background-color: #ffffff;
}

.link_btn_W:hover .arrow,
.link_btn_K:hover .arrow {
	width: 25px;
	right: -5px;
}

.link_btn_W:hover .arrow {
	background-color: #ffffff;
}

.link_btn_K:hover .arrow {
	background-color: #000000;
}

.link_btn_W:hover .arrow:before,
.link_btn_W:hover .arrow:after {
	background-color: #ffffff;
}

.link_btn_K:hover .arrow:before,
.link_btn_K:hover .arrow:after {
	background-color: #000000;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w500 {
	width: 500px;
}

/* 下層ページ基本設定 */
#page_title_section {
	padding: 0;
	margin-top: 60px;
	background-size: cover;
}

#page_title_section .container {
	padding: 200px 0;
}


/* パンクズリスト設定 */
.pankuzu {
	padding: 10px 20px;
	color: #999999;
}

.pankuzu a {
	text-decoration: none;
	color: #999999;
}

.pankuzu a:hover {
	color: #d4b965;
	text-decoration: underline;
}



/* inview設定 */
.inview {
	opacity: 0;
	transform: translate(0, 100px);
	transition: 1.0s;
}

.inview:nth-of-type(1) {
	transition-delay: 0.0s;
}

.inview:nth-of-type(2) {
	transition-delay: 0.3s;
}

.inview:nth-of-type(3) {
	transition-delay: 0.6s;
}

.inview:nth-of-type(4) {
	transition-delay: 0.9s;
}

.inview.is-show {
	transform: translate(0, 0);
	opacity: 1;
}



/* グローバルナビの設定 */
.sp_only_nav {
	display: none;
}

/* 980px以下で閲覧時 */
@media screen and (max-width: 980px) {

	/* グローバルナビ切り替え */
	.sp_only_nav {
		display: block;
	}
	.pc_only_nav {
		display: none;
	}

	/* ハンバーガーメニュー */
	#g-nav{
		/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
		position:fixed;
		z-index: 999;
		/*ナビのスタート位置と形状*/
		top:-250%;
		left:0;
		width:100%;
		height: 100vh;/*ナビの高さ*/
		background:#f0f0f0;
		/*動き*/
		transition: all 0.6s;
	}

	/*アクティブクラスがついたら位置を0に*/
	#g-nav.panelactive{
		top: 60px;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	/*ナビゲーション*/
	#g-nav ul {
		/*ナビゲーション天地中央揃え*/
		position: absolute;
		z-index: 999;
		top:0;
		left:50%;
		transform: translate(-50%,0);
		margin: 0;
		width: 100%;
	}

	/*リストのレイアウト設定*/

	#g-nav li{
		list-style: none;
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
		border-bottom: 1px solid #000;
	}

	#g-nav li a{
		color: #000;
		text-decoration: none;
		padding:20px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: normal;
	}

	/*========= ボタンのためのCSS ===============*/
	.openbtn1{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top: 5px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

	/*×に変化*/
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 2px;
		border-radius: 0;
		background-color: #666;
		width: 45%;
	}

	.openbtn1 span:nth-of-type(1) {
		top:15px;
	}

	.openbtn1 span:nth-of-type(2) {
		top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
		top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 40%;
	}

	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 40%;
	}
	/* ハンバーガーメニュー-end */

}


/* スマートフォン用 */
@media screen and (max-width: 768px) {

	h1.header-logo {
		max-width: 250px;
		width: 80%;
	}

	.footer-wrapper .footer-container {
		padding: 0 20px;
	}

	.footer-wrapper .footer-nav ul {
		display: block;
		justify-content: center;
	}

	.footer-wrapper .footer-nav ul li {
		border-left: none;
		border-top: 1px solid #333333;
		margin: 0 20px;
		padding: 15px 0;
		text-align: center;
	}

	.footer-wrapper .footer-nav ul li:first-child {
		border-top: none;
	}

	.footer-wrapper .footer-contents h2.sitename {
		font-size: 23px;
		letter-spacing: 0.1em;
	}

	.footer-wrapper .copyrights {
		font-size: 12px;
	}

	.wrapper {
		padding: 50px 0;
	}

	h2.page_ttl .ttl_L {
		font-size: 25px;
		letter-spacing: 0.2em;
	}

	h2.page_ttl .ttl_S {
		font-size: 15px;
		letter-spacing: 0.2em;
	}

	h3.cont_ttl .ttl_L,
	h3.cont_ttl_center .ttl_L {
		font-size: 22px;
	}

	h3.cont_ttl .ttl_S,
	h3.cont_ttl_center .ttl_S {
		font-size: 15px;
		letter-spacing: 0.2em;
	}

	.link_btn_W,
	.link_btn_K {
		font-size: 15px;
	}

}





