@charset "UTF-8";
/* ========================================================================================================
	全ページ共通
======================================================================================================== */
/* font
-------------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'DelaGothicOne';
	font-style: normal;
	font-weight: 400;
	src: url('../../font/DelaGothicOne-Regular.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
	font-family: 'ZenKakuGothicAntique';
	font-style: normal;
	font-weight: 200;
	src: url('../../font/ZenKakuGothicAntique-Light.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
	font-family: 'ZenKakuGothicAntique';
	font-style: normal;
	font-weight: 400;
	src: url('../../font/ZenKakuGothicAntique-Regular.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
	font-family: 'ZenKakuGothicAntique';
	font-style: normal;
	font-weight: 500;
	src: url('../../font/ZenKakuGothicAntique-Medium.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
	font-family: 'ZenKakuGothicAntique';
	font-style: normal;
	font-weight: 700;
	src: url('../../font/ZenKakuGothicAntique-Bold.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
	font-family: 'ZenKakuGothicAntique';
	font-style: normal;
	font-weight: 900;
	src: url('../../font/ZenKakuGothicAntique-Black.ttf') format('truetype'); /* Modern Browsers */
}

/* HTML用CSS
-------------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-size: 2rem;
	font-family: 'ZenKakuGothicAntique', sans-serif;
	font-weight: 400;
	color: #000;
}

/* PC SP時表示・非表示切り替え */
.el_pc-display {display:block;}
.el_sp-display {display:none;}


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

a img:hover {opacity: 0.7;}

/* ========================================================================================================
	ヘッダー
======================================================================================================== */
.header-wrap{
	width:100%;
	background: url(../../img/common/bg_header.jpg) 0 0;
	position:fixed;
	z-index: 10;
}
.bl_header-area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: calc(25 / 1902 * 100%) calc(50 / 1902 * 100%) calc(25 / 1902 * 100%) calc(40 / 1902 * 100%);
}
.el_header-logo{
	width: 100%;
	max-width: 200px;
}
.bl_global-area{
	margin-left:auto;
	width: 100%;
	max-width: 1100px;
}
.bl_global-navi{
	display: flex;
	justify-content: flex-end;
}
.el_global-item + .el_global-item{margin-left:calc(20 / 900 * 100%);
}

.el_global-link{
	font-family: 'DelaGothicOne', sans-serif;
	font-size: 1.6rem;
	white-space: nowrap;
}

.el_global-link02{
	font-family: 'ZenKakuGothicAntique', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
}

/* 検索領域 */
.el_global-item + .el_global-item.el_global-search {
	width: 100%;
	max-width: 200px;
	border: 1px solid #000;
	margin-left:calc(54 / 1070 * 100%)
}

.form-search {
	display: flex;
    align-items: center;
}
.search-query {
	width: 90%;
	padding:0 0.5rem;
	font-family: 'ZenKakuGothicAntique';
	font-weight: 400;
}

/* inputに表示されているテキスト */
::placeholder {
	color: #9D7814;
	font-family: 'ZenKakuGothicAntique';
	font-weight: 700;
}
.form-search span {
	width:15px;
	height:15px;
	line-height: 1.2;
}

/* 別ウィンドウアイコン */
.el_other-window {position:relative}

.el_other-window::before,
.el_other-window::after {
	position: absolute;
    top: calc(50% - 6px);
    left: calc(100% + 8px);
    content: " ";
    width: 10px;
    height: 10px;
    background: none;
	display: block;
}

.el_other-window::before {
	margin: 3px 3px 0 0;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	order: 2;
	left: calc(100% + 5px);
}

.el_other-window::after {
	border: 1px solid #000;
	order: 3;
}

/* 背景黒楕円ボタン */
.el_bgBlack-ellipse {
	background: #000;
	color:#fff;
	padding:10px 20px;
	white-space: nowrap;
}

.bl_global-navi .el_global-item:nth-last-of-type(2) .el_bgBlack-ellipse {
	border-radius:40% 50% 50% 40% / 50% 50% 50% 50%;
}
.bl_global-navi .el_global-item:nth-last-of-type(1) .el_bgBlack-ellipse {
	border-radius:40% 40% 40% 40% / 50% 50% 50% 50%;
}

footer {
	background: url(../../img/common/bg_header.jpg) 0 0;
	padding:calc(50 / 1902 * 100%) 0 calc(60 / 1902 * 100%);
	position: relative;
    z-index: 1;
}

.bl_footer-inner{
	width: 100%;
	max-width: 1000px;
	margin-inline:auto;
	display: flex;
	flex-wrap: wrap;
	font-weight: 900;
	font-size: 1.6rem;
}
.el_footer-logo{
	width:100%;
	max-width: 200px;
}
.bl_footer-area{
	width: 100%;
	max-width: 720px;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-top: calc(20 / 1000* 100%);
}
.bl_footer-navi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}

.bl_footer-subNavi {
	display: flex;
	margin-left: auto;
	padding-right:20px;
	margin-top:calc(100 / 720 * 100%);
	width: calc(330 / 720* 100%);
    justify-content: space-between;
}

.bl_footer-subNavi .el_footer-item + .el_footer-item {
	margin-left: 30px;
}

.el_copy-right {
	width: 100%;
	text-align: right;
	font-size:1.2rem;
	margin-top:calc(20 / 720 * 100%);
}

[class*="el_arrow-link"] {position: relative;}
[class*="el_arrow-link"]::before {
	content:"";
	width:10px;
	height:10px;
	left: calc(50% - 6px);
	position: absolute;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(-50%, 0%);
}
.el_arrow-linkDown::before {
	top: calc(100% + 2px);
	transform:rotate(135deg)
}
.el_arrow-linkUp::before {
	bottom: calc(100% + 2px);
	transform:rotate(-45deg)
}

.el_back-top {
	position: fixed;
	width: 18px;
	bottom: 10%;
	left: 94%;
	opacity:0;
	animation: FadeBtnOut 1s forwards;
}
@keyframes FadeBtn {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.el_display-btn {animation: FadeBtn 1s forwards;}
@keyframes FadeBtn {
	0% {
		transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

/* ========================================================================================================
	大見出し
======================================================================================================== */

/* 注見出し
-------------------------------------------------------------------------------------------------------- */

/* 小見出し */


/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 768px)
======================================================================================================== */
@media all and (max-width: 750px) {
/* ========================================================================================================
	PCレイアウト用からSPレイアウト用に上書き処理
======================================================================================================== */
	/* width:100%;に変更 */
	.sample_class {width: 100%;}
	/* display:flex;をdisplay:body;に変更 */
	.sample_class {display:block;}

	/* SP時表示・非表示切り替え */
	.el_pc-display {display:none;}
	.el_sp-display {display:block;}


/* ========================================================================================================
	ハンバーガーメニュー
======================================================================================================== */
/* .btn-trigger
-------------------------------------------------------------------------------------------------------- */
.bl_menu-btn {
	position: absolute;
	top: calc(10 / 80 * 100%);
	right: calc(16 / 750 * 100%);
	width: 56px;
	padding: calc(27 / 750* 100%) 0;
	background: #000;
	border-radius: 50% 50% 40% 50% / 45% 40% 50% 45%;
}
.btn-trigger {
	position: relative;
	width: calc(64 / 112 * 100%);
	cursor: pointer;
	padding-top: calc(46 / 112 * 100%);
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
	left: calc(50% - 16px);
}
.btn-trigger span:nth-of-type(1) {
	top: 0;
}
.btn-trigger span:nth-of-type(2) {
	top: calc(50% - 2px);
}
.btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
.active span:nth-of-type(1) {
	top: calc(50% - 20px);
}
.active span:nth-of-type(3) {
	bottom: calc(50% - 24px);
}


/* #btn09
-------------------------------------------------------------------------------------------------------- */
#btn09.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(315deg);
	transform: translateY(20px) rotate(315deg);
}
#btn09.active span:nth-of-type(2) {
	opacity: 0;
}
#btn09.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(-315deg);
	transform: translateY(-20px) rotate(-315deg);
}

.bl_global-area.el_open-nave {
	top: 100%;
	animation: tonton 1s ease-in-out forwards, tontonY 4s ease-in-out 5s forwards;
	left:0;
	height:100vh;
	background: url(../../img/common/bg_header.jpg) 0 0
}
@keyframes tonton {
0% {
	transform: scale(1, 1) translateY(-100%);
	opacity: 0;
}
20% {
	transform: scale(1.3, 0.5) translateY(10%);
	opacity: 1;
}
/* 35% {
	transform: scale(1, 1) translateY(-60%);
}
48% {
	transform: scale(1.1, 0.8) translateY(8%);
}
60% {
	transform: scale(1, 1) translateY(-30%);
}
70% {
	transform: scale(1.1, 0.8) translateY(5%);
}
78% {
	transform: scale(1, 1) translateY(-15%);
}
84% {
	transform: translateY(3%);
}
88% {
	transform: translateY(-8%);
}
91% {
	transform: translateY(1%);
}
93% {
	transform: translateY(-3%);
}
95% {
	transform: translateY(0);
} */
96% {
	transform: translateY(-1%);
}
97% {
	transform: translateY(0);
}

100% {
	transform: translateY(0);
}
}

/* ========================================================================================================
	ヘッダー
======================================================================================================== */
.header-wrap{
	min-height: calc(80 / 750* 100%);
}
.bl_header-area{
	position: relative;
	display: block;
	padding-bottom: 20px;
	background-image: url(../../img/common/bg_header.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}
.el_header-logo{
	position: absolute;
	width: calc(320 / 750 * 100%);
	max-width: 320px;
	top:10px;
	left:calc(20 / 750 * 100%);
	z-index: 1;
}
.bl_global-area{
	width: 100%;
	max-width: 100%;
	position: absolute;
	top:-100vh;
	background: url(../../img/common/bg_header.jpg) 0 0 repeat-x;
}
.bl_global-navi{
	display: block;
}
.el_global-item{
	text-align: center;
	margin-top:calc(90 / 750 * 100%);
}
.el_global-item + .el_global-item{margin-left: 0;}

/* 検索領域 */
.el_global-item + .el_global-item.el_global-search {
	width: calc(600 / 750* 100%);
	margin-left: 0;
	margin-inline: auto;
}

.bl_footer-inner{
	padding-top:calc(80 / 750 * 100%);
	width: 100%;
}
.el_footer-logo{
	width: calc(400 / 750* 100%);
	max-width: 100%;
	margin-inline: auto;
}
.bl_footer-area{
	width: 100%;
	display: block;
	margin: 0;
}
.bl_footer-navi{
	display: block;
	width: 100%;
}

.el_footer-item {
	width: 100%;
	text-align: center;
	margin-top: calc(100 / 750* 100%);
}

.bl_footer-subNavi {
	padding-right: 0;
	width: calc(652 / 750* 100%);
	margin-inline: auto;
	box-sizing: border-box;
}

.bl_footer-subNavi .el_footer-item {
	width: 50%;
	text-align: left;
	margin-top: 0;
}

.bl_footer-subNavi .el_footer-item + .el_footer-item {margin-left: calc(60 / 652* 100%);}
.el_copy-right {text-align: center;}

}
