@charset "UTF-8";
/* layout.css  Copyright(C) Fieldeast */

/******************************************************************************
*
* Indexページ
*
******************************************************************************/

/*****************************************************************************/
/* オープニング */

#opening {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fccb00;
	text-align: center;
}

#opening img {
	width: 50%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


/*****************************************************************************/
/* ヘッダー */
#index_header_logo {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99999;
	top: 10px;
	left: 50px;
}

#index_header_menu {
	position: fixed;
	z-index: 99999;
	top: 20px;
	left: 0px;
	width: 100%;
}

#index_header_menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#index_header_menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

#index_header_menu li img {
	vertical-align: middle;
	height: 13px;
}

#index_header_menu a {
	margin: 0;
	padding: 10px 15px;
	transition: 1s;
}

#index_header_menu a:hover {
	background-color: rgba( 0, 0, 0, 0.1 );
	border-radius: 15px 15px 15px 15px;
	transition: 1s;
}

/* ハンバーガーボタン */
#navToggle {
	z-index: 99999;
	position: fixed;
	padding: 8px;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#navToggle div {
	position: relative
}

#navToggle div.text {
	color: #1e2732;
	font-size: 10px;
	top: 22px;
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom:solid 2px #1e2732;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {top:0px}
#navToggle span:nth-child(2) {top:8px}
#navToggle span:nth-child(3) {top:16px}

/* スマホ用ナビ */
#navsp {
	z-index: 9999;
	width: 100%;
    position: fixed;
    top: 50px;
	left: 100%;
	background-color: rgba( 0, 0, 0, 0.5 );
	padding: 0px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
	text-align: left;
	color: #ffffff;
}

#navsp ul {
	margin: 0;
	padding: 20px;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: -0.5em;
}

#navsp li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#navsp a {
	color: #ffffff;
}

#navsp a:hover {
	color: #ffffff;
}

#header_base_index {
	opacity: 0;
	position: fixed;
    top: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
	border-bottom: 2px #ffcc00 solid;
	background-color: rgba( 255, 255, 255, 0.7 );
}

#header_base_index img{
	max-width: 90%;
	max-height: 15vh;
}

.header_fixed{
    transition: 2s;
	opacity: 1 !important;
}


/*****************************************************************************/
/* 構造 */

#wrap {
	overflow: hidden;
}

div,img,iframe {
	max-width: 100%;
}




/* Index */
.index_box {
	width: 100%;
	min-height: 100vh;
}

.index_title {
	position: fixed;
	top: 20%;
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 26px;
	line-height: 250%;
	text-align: center;
	color: #1e2732;
}

.index_title small {
	display: block;
	font-size: 14px;
	line-height: 150%;
}

.index_title img {
	max-width: 90%;
}

.index_btn {
	position: fixed;
	bottom: 10%;
	width: 100%;
	text-align: center;
}

.index_btn a {
	display: block;
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	width: 300px;
	max-width: 70%;
	height: 40px;
	background-color: rgba( 30, 39, 50, 0.8 );
	margin: 0 auto;
	border-radius: 20px 20px 20px 20px;
	transition: 0.5s;
}

.index_btn a:hover {
	background-color: rgba( 30, 39, 50, 0.5 );
	transition: 0.5s;
}

#index_box01 {
	background: url("../img/index_bg01_2.JPG");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#index_box02 {
	background: url("../img/index_bg02.jpg");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#index_box03 {
	background: url("../img/index_bg03.jpg?220610");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#index_box04 {
	background: url("../img/index_bg04.jpg?220610");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#index_box05 {
	background: url("../img/index_bg05.jpg");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#index_title01 {
}

#index_title02 {
	display: none;
}

#index_title03 {
	display: none;
}

#index_title04 {
	display: none;
}

#index_title05 {
	display: none;
}

#index_btn01 {
}

#index_btn02 {
	display: none;
}

#index_btn03 {
	display: none;
}

#index_btn04 {
	display: none;
}

#index_btn05 {
	display: none;
}

#index_footer {
	display: none;
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 200%;
	color: #ffffff;
}

#index_footer a {
	font-size: 14px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
}

#index_footer a:hover {
	border-bottom: #fff 1px dotted;
}


/******************** レスポンシブ ********************/
.onlySPinline{
	display: none;
}
.onlySPblock{
	display: none;
}
.onlyPCinline{
	display: inline;
}
.onlyPCblock{
	display: block;
}


/******************************************************************************
*
* レイアウトスタイル（〜1050px）
*
******************************************************************************/

@media screen and ( max-width:1050px ) {

#index_header_logo {
	left: 20px;
}

#index_header_menu ul {
	display: none;
}

.openNav #navToggle span:nth-child(1) {
	top: 8px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

/*2番目と3番目のspanを45度に*/
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 8px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)
}

.openNav #navsp {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.index_title {
	font-size: 22px;
	line-height: 250%;
}

.index_btn {
	bottom: 20%;
}

#index_footer {
	bottom: 5px;
}


/******************** レスポンシブ ********************/
.onlySPinline{
	display: inline;
}
.onlySPblock{
	display: block;
}
.onlyPCinline{
	display: none;
}
.onlyPCblock{
	display: none;
}

}


/*****************************************************************************/
