@charset "UTF-8";

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
html {
	font-size: 62.5%;
}

/* 要素設定*/
body {
	position: relative;	
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	word-break: normal;
	color: #000;
	margin: auto;
	min-width: 1000px;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button,
a {
	color:#000;
}
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
.sp-block,.sp-inline{
	display: none;
}

.mainWidth{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body.no_scroll {
	height: 100%;
	overflow: hidden;
}

/*---------------------------------------------------------
 ヘッダー
 ---------------------------------------------------------*/
#pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	min-width: 1000px;
	z-index: 100;
}
.pageHeader_inner {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}
.pageHeaderLogo {
	position: relative;
	margin-left: 30px;
	width: 35%;
	z-index: 100;
}

.pageHeaderLogo .sp-none .num{
	color: #4C2080;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	top: 9px;
	letter-spacing: 0.02em;
}

.plus-block{
	display: block;
	color: #4C2080;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1em;
}

.pageHeaderLogo a{
	color: #4C2080!important;
}


/*-- #gnav --*/
#gnav {
	margin-right: 168px;
}
#gnav ul {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#gnav li {
	margin-right: 40px;
}
#gnav li a {
	font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.h_entry_btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
	z-index: 1005;
}
.h_entry_btn a {
	display: block;	
	background: #4C2080;
	color: #FFF;
	padding: 0;
	width: 168px;
	font-size: 2.8rem;
	text-align: center;
	text-indent: 0.2em;
	line-height: 112px;
	letter-spacing: 0.2em;
}
#panel-btn {
	display: none;
}

/*---------------------------------------------------------
パンくず
 ---------------------------------------------------------*/

/*---------------------------------------------------------
フッター
 ---------------------------------------------------------*/
#pageFooter {
	background: #4C2080;
	padding: 30px 0;
}
.pageFooter_inner {
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#fnav ul {
  display: -ms-flexbox;
  display: flex;
}
#fnav li {
	position: relative;
  margin: 0 27px;
  line-height: 1;
}
#fnav li a {
	color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
.copy {
	position: absolute;
	top: 2px;
	left: 85px;
	color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
.copy span {
	margin-left: 0.5em;
}
/*.pageTop {
	right: 20px;
	line-height: 0;
	z-index: 100;
}*/

/*---------------------------------------------------------
コンテンツ
 ---------------------------------------------------------*/
#pageMain {
	margin-top: 72px;
	overflow: hidden;
}

.sub_main_visual {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 13.6% 0;
  text-align: center;
}
.sub_main_visual:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_stripe.png);
  background-position: center center;
	background-repeat: repeat;
}
.sub_main_title {
	position: relative;
  z-index: 5;
  color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
.sub_main_title span {
	display: block;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.title_default {
	color: #4C2080;
	margin-bottom: 40px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.075em;
}
.title_default span {
	display: block;
	color: #6F6F6F;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.btn {
	position: relative;
	border: 2px solid #FFF;
	color: #FFF;
	margin: auto;
	width: 168px;
	font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
	line-height: 36px;
	letter-spacing: 0.075em;
}

@media screen and (max-width:1260px) {
	/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/
	.pageHeaderLogo {
		margin-left: 15px;
		width: 35%;
	}

.pageHeaderLogo img{
	width:280px;
}	

.pageHeaderLogo .sp-none .num{
	font-size: 18px!important;
	top: 6px!important;
	letter-spacing: 0.02em;
}

	/*-- #gnav --*/
	#gnav {
		margin-right: 120px;
	}
	#gnav li {
		margin-right: 20px;
	}

	.h_entry_btn a {
		width: 120px;
		font-size: 2.4rem;
	}

	/*---------------------------------------------------------
	フッター
	 ---------------------------------------------------------*/
	.pageFooter_inner {
	  -ms-flex-pack: end;
	  justify-content: flex-end;
	}
	#fnav ul {
	  margin-right: 55px;
	}
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:1000px) {

	.mainWidth{
		width: auto;
		margin: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/

	/*---------------------------------------------------------
	パンくず
	 ---------------------------------------------------------*/

	/*---------------------------------------------------------
	フッター
	 ---------------------------------------------------------*/

	/*---------------------------------------------------------
	コンテンツ
	 ---------------------------------------------------------*/
}

/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
	.sp-none {
		display: none;
	}
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	#screen-check {
		color: #00ff00;
	}
/*--------------------------------------------------------*/
	body {
		font-size: 1.4rem;
		min-width: 100%;
	}

	/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/
	#pageHeader {
		min-width: 100%;
	}
	.pageHeader_inner {
		-ms-flex-pack: center;
    justify-content: center;
	  height: 56px;
	}
	.pageHeaderLogo {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.pageHeaderLogo a {
		display: inline-block;
	}
	.pageHeaderLogo img {
		width: 161px;
	}

	/*-- #gnav --*/
	#gnav {
		margin: 30px auto 0;
		width: 80%;
		max-width: 280px;
	}
	#gnav ul {
	  display: block;
	  border-top: 1px solid #D0D0D0;
	}
	#gnav li {
		border-bottom: 1px solid #D0D0D0;
		margin-right: 0;
		text-align: center;
	}
	#gnav li a {
		display: block;
		color: #4C2080;
		padding: 20px 0;
		font-size: 2.2rem;
	  font-weight: 700;
	}

	.h_entry_btn a {
		width: 86px;
		font-size: 1.8rem;
		line-height: 72px;
	}

	#panel-btn {
		position: absolute;
		display: block;
		width: 33px;
		height: 33px;
		top: 50%;
		left: 3%;
		z-index: 1005;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 4px;
		background: #4C2080;
		width: 25px;
		height: 1px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: #4C2080;
		width: 25px;
		height: 1px;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -9px;
	}
	#panel-btn-icon:after {
		margin-top: 9px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		background: #4C2080;
		margin-top: 0;
	}
	#panel-btn .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.overlay {
		position: fixed;
		top: 56px;
		bottom: 0;
		left: 0;
		display: block;
		background: rgba(255,255,255,0.98);
		margin: auto;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .35s, visibility .35s, height .35s;
		transition: opacity .35s, visibility .35s, height .35s;
		z-index: 1000;
	}
	.overlay.open {
		opacity: 1;
		visibility: visible;
		overflow: auto;
	}
	.overlay_close {
		display: block;
		height: 100%;
	}

	/*---------------------------------------------------------
	グローバルナビ
	 ---------------------------------------------------------*/

	/*---------------------------------------------------------
	パンくず
	 ---------------------------------------------------------*/

	/*---------------------------------------------------------
	フッター
	 ---------------------------------------------------------*/
	#pageFooter {
		padding: 40px 0 20px;
	}
	.pageFooter_inner {
	  display: block;
	}
	#fnav ul {
		-ms-flex-pack: center;
    justify-content: center;
	  margin: 0 0 30px;
	}
	#fnav li {
	  margin: 0 15px;
	}
	#fnav li:first-child:before {
		content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -15px;
    background: #FFF;
    margin: auto;
    width: 1px;
    height: 10px;
	}
	#fnav li a {
	  font-size: 1.0rem;
	}
	.copy {
		position: relative;
		top: 0;
		left: 0;
	  text-align: center;
	}
	.copy span {
		display: block;
		margin-left:0;
	}


	/*---------------------------------------------------------
	コンテンツ
	 ---------------------------------------------------------*/
	#pageMain {
		margin-top: 56px;
	}

	.sub_main_visual {
	  padding: 37.5% 0;
	}
	.sub_main_title {
		font-size: 2.8rem;
	}
	.sub_main_title span {
		margin-top: 2px;
	  font-size: 1.8rem;
	}

	.title_default {
		margin-bottom: 35px;
		font-size: 2.8rem;
	}
	.title_default span {
		margin-top: 2px;
	  font-size: 1.8rem;
	}

	.btn {
		width: 96px;
		font-size: 1.2rem;
		line-height: 26px;
	}


}

@media screen and (max-width: 374px) {
	/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/
	.h_entry_btn a {
		width: 72px;
		font-size: 1.4rem;
	}
}
