@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/

html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #272727;
	font-family: "Roboto Condensed", Arial, Helvatica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", " メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-feature-settings: "palt";
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	letter-spacing: inherit;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		height: 100%;
		min-width: 0;
		/*min-width: initial;*/
	}
}
a {
	text-decoration: none;
	color: inherit;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp,
.sp_br {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block !important;
	}

}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-right: 30px;
	max-width: 30%;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-left: 30px;
	max-width: 30%;
}
@media only screen and (max-width: 768px) {
	.img_float_l {
		margin-right: 15px;
		max-width: 40%;
	}
	.img_float_r {
		margin-left: 15px;
		max-width: 40%;
	}
}

/* font
----------------------------------------*/

/*header
----------------------------------------*/
.header {
	background: #fff;
	padding: 0 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1300;
	min-width: 1000px;
}
.header .logo {
	padding-top: 22px;
	max-width: 203px;
	width: 14.097%;
}
.header .logo a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.header .logo a:hover {
	opacity: .6;
}
.header .logo img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 17px 0;
		display: block;
		position: static;
		min-width: 0;
	}
	.header .logo {
		width: 165px;
		padding: 0;
		margin: 0 auto;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: static;
	margin-left: 2.569%;
}
.btn_nav {
	display: none;
}
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav ul + ul {
	margin-left: 10px;
}
.gnav ul li {
}
.gnav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 90px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.4rem;
	letter-spacing: 2.5px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.gnav ul li a.sp-only {
	display: none;
}

.gnav ul li:last-child a {
	padding-right: 0;
}

.gnav ul li a[data-gnav-icon="sumai"] span::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url("/club/img/common/icon-gnav-sumai.png") no-repeat center / 100%;
	margin-right: 4px;
	position: relative;
	top: 2px;
	transition: 300ms;
}

.gnav ul li a[data-gnav-icon="sumai"]:hover span::before {
	background: url("/club/img/common/icon-gnav-sumai-o.png") no-repeat center / 100%;
}

.gnav ul li a[data-gnav-icon="benefit"] span::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("/club/img/common/icon-gnav-benefit.png") no-repeat center / 18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
	transition: 300;
}

.gnav ul li a[data-gnav-icon="benefit"]:hover span::before {
	background: url("/club/img/common/icon-gnav-benefit-o.png") no-repeat center / 18px;
}

.gnav ul li a[data-gnav-icon="about"] span::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("/club/img/common/icon-gnav-about.png") no-repeat center / 14.5px;
	margin-right: 4px;
	position: relative;
	top: 2px;
	transition: 300;
}

.gnav ul li a[data-gnav-icon="about"]:hover span::before {
	background: url("/club/img/common/icon-gnav-about-o.png") no-repeat center / 14.5px;
}
@media only screen and (min-width: 769px) {
    .gnav ul li.current a[data-gnav-icon="benefit"] span::before {
        background: url("/club/img/common/icon-gnav-benefit-o.png") no-repeat center / 18px;
    }
    .gnav ul li.current a[data-gnav-icon="about"] span::before {
        background: url("/club/img/common/icon-gnav-about-o.png") no-repeat center / 14.5px;
    }
    .gnav ul li.current a[data-gnav-icon="sumai"] span::before {
        background: url("/club/img/common/icon-gnav-sumai-o.png") no-repeat center / 100%;
    }
}
.gnav ul li a[data-gnav-icon="g_benefit"] span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../img/common/icon-gnav-g_benefit.png") no-repeat center bottom/100%;
  margin-right: 4px;
  position: relative;
  top: 2px;
  -webkit-transition: 300ms;
  transition: 300ms; }
  @media only screen and (max-width: 1625px) {
    .gnav ul li a[data-gnav-icon="g_benefit"] span::before {
      margin-right: 4px; } }
  @media only screen and (max-width: 768px) {
    .gnav ul li a[data-gnav-icon="g_benefit"] span::before {
      top: 0px;
      background: url(../img/common/icon-gnav-g_benefit-sp.png) no-repeat center bottom/18px; } }

.gnav ul li a[data-gnav-icon="g_benefit"]:hover span::before {
  background: url("../img/common/icon-gnav-g_benefit-o.png") no-repeat center bottom/100%;
}
@media only screen and (max-width: 768px) {
    .gnav ul li a[data-gnav-icon="g_benefit"]:hover span::before {
        background: url(../img/common/icon-gnav-g_benefit-sp.png) no-repeat center bottom/18px;
    }
}
@media only screen and (min-width: 769px) {
    .gnav ul li.current a[data-gnav-icon="g_benefit"] span::before {
        background: url("../img/common/icon-gnav-g_benefit-o.png") no-repeat center bottom/100%;
    }
}


.gnav ul.gnav_list li a span {
	letter-spacing: 1px;
}
.gnav ul li.login a {
	background: #e26366;
	color: #fff;
	width: 100px;
	padding: 0 0 0 2px;
	letter-spacing: 3.5px;
	border: solid 2px transparent;
}
.gnav ul li.registration a {
	background: #63adaa;
	color: #fff;
	width: 100px;
	padding: 0 0 0 2px;
	letter-spacing: 2px;
	border: solid 2px transparent;
}
.gnav ul li.logout a {
	background: #c7c7c7;
	color: #5c5c5c;
	width: 125px;
	padding: 0 0 0 2px;
	letter-spacing: 3.5px;
	border: solid 2px transparent;
}
.gnav ul li.current > a,
.gnav ul li a:hover {
	color: #e26366;
}
.gnav ul li.login a:hover {
	background: #fff;
	color: #e26366;
	border-color: #e26366;
}
.gnav ul li.registration a:hover {
	background: #fff;
	color: #63adaa;
	border-color: #63adaa;
}
.gnav ul li.logout a:hover {
	background: #fff;
	color: #5c5c5c;
	border-color: #5c5c5c;
}
.gnav .gnav_children,
.btn_logout {
	display: none;
}
.gnav .gnav_children ul li a.disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}
@media only screen and (max-width: 1265px) {
	.gnav {
		margin-left: 20px;
	}
	.gnav .gnav_list {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.gnav .gnav_list li {
		width: 25%;
	}
	.gnav .gnav_list li a {
		height: 35px;
		font-size: 1.3rem;
		padding: 0 7px;
	}
	
	.gnav ul li a[data-gnav-icon="sumai"] span::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 18px;
		background: url("/club/img/common/icon-gnav-sumai.png") no-repeat center / 100%;
		margin-right: 4px;
		transition: 300;
	}
	
	.gnav ul li a[data-gnav-icon="sumai"]:hover span::before {
		background: url("/club/img/common/icon-gnav-sumai-o.png") no-repeat center / 100%;
	}
	
	.gnav ul li a[data-gnav-icon="benefit"] span::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url("/club/img/common/icon-gnav-benefit.png") no-repeat center / 18px;
		margin-right: 4px;
		transition: 300;
	}
	
	.gnav ul li a[data-gnav-icon="benefit"]:hover span::before {
		background: url("/club/img/common/icon-gnav-benefit-o.png") no-repeat center / 18px;
	}
}

@media only screen and (max-width: 768px) {
	.gnav {
		z-index: 1500;
		overflow: hidden;
		margin-left: 0;
	}

	.gnav ul li.current > a {
		color: #fff;
	}
	
	.gnav ul li a.pc-only {
		display: none;
	}
	.gnav ul li a.sp-only {
		display: block;
	}

	.gnav .gnav_list .btn_logout {
		position: absolute;
		display: block;
		top: 16px;
		right: 4%;
		width: 159px;
		border-bottom: none;
	}
	.gnav .gnav_list .btn_beginner {
		position: absolute;
		display: block;
		top: 16px;
		right: 4%;
		width: 190px;
		border-bottom: none;
	}
	.gnav .gnav_list .btn_logout a,
	.gnav .gnav_list .btn_beginner a {
		font-size: 1.2rem;
		height: auto;
		display: block;
		text-align: left;
		border: solid 1px #fff;
		overflow: hidden;
		background: #272727;
		color: #fff;
		padding: 15px 13px 15px 15px;
	}
	.gnav .gnav_list .btn_beginner a {
		background: url("../img/common/icon-beginner.png") no-repeat left 13px center / 12px;
		padding: 15px 13px 15px 30px;
	}
	.gnav .gnav_list .btn_logout a .fa,
	.gnav .gnav_list .btn_beginner a .fa {
		float: right;
		margin-top: 3px;
	}
	.gnav .gnav_children,
	.gnav .gnav_list {
		position: fixed;
		top: 0;
		left: 100%;
		height: 100vh;
		width: 100%;
		overflow: auto;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		z-index: 1160;
		background: #272727;
		display: block;
		padding-top: 24px;
		padding-bottom: 110px;
	}
	.gnav .gnav_list::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 50px;
		height: 60px;
		background: -moz-linear-gradient(top, rgba(39,39,39,0) 0%, rgba(39,39,39,1) 100%);
		background: -webkit-linear-gradient(top, rgba(39,39,39,0) 0%,rgba(39,39,39,1) 100%);
		background: linear-gradient(to bottom, rgba(39,39,39,0) 0%,rgba(39,39,39,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272727', endColorstr='#272727',GradientType=0 );
		z-index: 1300;
		pointer-events: none;
	}
	.gnav .gnav_list.open,
	.gnav .gnav_children.open {
		left: 0;
	}
	.gnav .gnav_list > li {
		width: 100%;
		border-bottom: solid 1px #373737;
	}
	.gnav .gnav_list > li > a {
		display: block;
		color: #fff;
		text-align: left;
		height: auto;
		padding: 20px 9.333%;
		font-size: 1.3rem;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
		letter-spacing: 2.2px;
	}
	.gnav .gnav_list > li > a:hover {
		color: #fff;
	}
	.gnav .gnav_list > li.gnav_parent > a::before {
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background: #fff;
		position: absolute;
		right: 10%;
		top: 50%;
		margin-top: -2px;
	}
	.gnav .gnav_list > li.gnav_parent > a::after {
		content: "";
		display: block;
		width: 2px;
		height: 15px;
		background: #fff;
		position: absolute;
		right: 10%;
		top: 50%;
		margin-right: 6px;
		margin-top: -8px;
		-webkit-transform: translateX(-.5px);
		transform: translateX(-.5px);
	}
	.gnav .gnav_list > li > a[data-gnav-icon="sumai"] span::before {
		background: url("/club/img/common/icon-gnav-sumai-sp.png") no-repeat center / 24px;
	}
	.gnav .gnav_list > li > a[data-gnav-icon="sumai"]:hover span::before {
		background: url("/club/img/common/icon-gnav-sumai-sp.png") no-repeat center / 24px;
	}
	
	.gnav .gnav_list > li > a[data-gnav-icon="benefit"] span::before {
		background: url("/club/img/common/icon-gnav-benefit-sp.png") no-repeat center / 18px;
	}
	.gnav .gnav_list > li > a[data-gnav-icon="benefit"]:hover span::before {
		background: url("/club/img/common/icon-gnav-benefit-sp.png") no-repeat center / 18px;
	}
	
	.gnav .gnav_list > li > a[data-gnav-icon="about"] span::before {
		background: url("/club/img/common/icon-gnav-about-sp.png") no-repeat center / 14.5px;
	}
	.gnav .gnav_list > li > a[data-gnav-icon="about"]:hover span::before {
		background: url("/club/img/common/icon-gnav-about-sp.png") no-repeat center / 14.5px;
	}

	.gnav .gnav_children .btn_back {
		color: #fff;
		padding: 30px 10% 27px;
		border-bottom: solid 1px #373737;
	}
	.gnav .gnav_children .btn_back::before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 2px;
		margin-top: -5px;
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.gnav .gnav_children .ttl_children {
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 18px 9.7% 20px;
		border-bottom: solid 1px #373737;
		letter-spacing: 4.8px;
	}
	.gnav .gnav_children .ttl_children a {
		justify-content: space-between;
    padding: 0;
    height: auto;
	}
	.gnav .gnav_children ul {
		display: block;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
		margin-top: 5px;
	}
	.gnav .gnav_children ul li {
		width: 100%;
		border-bottom: solid 1px #373737;
	}
	.gnav .gnav_children ul li a {
		height: auto;
		display: block;
		color: #fff;
		font-size: 1.3rem;
		text-align: left;
		font-weight: 500;
		overflow: hidden;
		letter-spacing: 1.5px !important;
		padding: 15px 10% 15px 14.7% !important;
	}
	.gnav .gnav_children ul li a .fa {
		float: right;
	}

	.gnav .gnav_btn {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 20000;
		margin: 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.gnav ul li.logout {
		display: none;
	}
	.gnav ul li.login,
	.gnav ul li.registration {
		width: 37.333%;
	}
	.gnav ul li.login a {
		font-size: 1.2rem;
		width: 100%;
		height: 50px;
		letter-spacing: 2.7px;
	}
	.gnav ul li.registration a {
		font-size: 1.2rem;
		width: 100%;
		height: 50px;
		background: #63adaa;
		letter-spacing: 1.7px;
	}

	.btn_nav {
		width: 25.334%;
		height: 50px;
		background: #272727;
		color: #fff;
		display: block;
		padding: 17px 0;
	}
	.btn_nav[data-login="true"] {
		width: 100%;
	}
	.btn_nav:first-child:last-child {
		width: 100%;
	}
	.btn_nav::before,
	.btn_nav::after {
		content: "";
		width: 30px;
		height: 2px;
		display: block;
		background: #fff;
		margin-left: -15px;
		position: absolute;
		left: 50%;
		top: 8px;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.btn_nav::after {
		top: 26px;
	}
	.btn_nav span {
		width: 22px;
		height: 2px;
		display: block;
		left: 50%;
		margin-left: -15px;
		text-indent: -2px;
		line-height: 4.6;
		letter-spacing: 1.5px;
		white-space: nowrap;
		background: #fff;
		font-size: .9rem;
	}
	.btn_nav.open::before,
	.btn_nav.open::after {
		width: 29px;
		background: #fff;
		top: 17px;
		margin-left: -18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn_nav.open::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.btn_nav.open span {
		background: none;
		text-indent: -1px;
	}
}

/*.container 共通
----------------------------------------*/
main {
	/*padding-top: 90px;*/
}
main .contents {
}
@media only screen and (max-width: 768px) {
	main {
		padding-top: 0;
	}
	main .contents {
	}
}


/*topic_path
----------------------------------------*/
.topic_path {
	width: 1110px;
	margin: 0 auto 88px;
	padding: 8px 0;
	font-size: 1.1rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
}
.topic_path li {
	display: inline-block;
	letter-spacing: 2.5px;
	color: #717171;
}
.topic_path li::after {
	content: "/";
	margin-left: 9px;
	margin-right: 5px;
	vertical-align: 0;
}
.topic_path li:last-child::after {
	display: none;
}
.topic_path li span {
	color: #272727;
}
.topic_path li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.topic_path {
		width: auto;
		margin: 0 7.333% 31px;
		padding: 15px 0;
		font-size: 1rem;
		line-height: 2;
	}
	.topic_path li {
		letter-spacing: 2px;
	}
}

/*pagetop
----------------------------------------*/

/*sumai_block
----------------------------------------*/
.sumai_block {
	width: 100%;
	background: url(../img/common/bg_sumai-pc.jpg) no-repeat;
	background-size: cover;
	margin: 100px 0 0;
	color: #fff;
	padding: 111px 0 68px;
}
.sumai_block.bg-change {
	background: url(../img/common/bg_sumai_mansion-pc.jpg) no-repeat;
	background-size: cover;
}
.sumai_block .sumai_inner {
	width: 1150px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: static;
}
.sumai_block .sumai_inner h2 {
	width: 456px;
	padding-left: 17px;
	padding-top: 98px;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 5.8px;
	font-size: 2.4rem;
	text-align: center;
	order: 1;
}
.sumai_block .sumai_inner h3 {
	position: absolute;
	top: 94px;
	left: 50%;
	letter-spacing: 3.4px;
	width: 1150px;
	margin-left: -575px;
	font-size: 2.2rem;
	z-index: 999;
}
.sumai_block .sumai_inner ul {
	width: 320px;
	order: 0;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 63px;
	z-index: 100;
}
.sumai_block .sumai_inner ul li {
	letter-spacing: 2.5px;
	margin-bottom: 45px;
}
.sumai_block .sumai_inner ul li ul {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 20px 0 0;
}
.sumai_block .sumai_inner ul li ul li {
	margin-bottom: 21px;
}
.sumai_block .sumai_inner ul.open > li {
	color: #fff;
}
.sumai_block .sumai_inner .current .current {
	pointer-events: none;
}
.sumai_block .sumai_inner > ul > li.current {
	color: #fff;
}
.sumai_block .sumai_inner ul li.current > a {
	color: #989898;
}
.sumai_block .sumai_inner ul li a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.sumai_block .sumai_inner ul li a:hover {
	opacity: .6;
}
.sumai_block .sumai_inner ul li .fa {
	margin-left: 10px;
}
.sumai_block .sumai_item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/bg_sumai_mansion-pc.jpg) no-repeat;
	background-size: cover;
	z-index:10;
}
.sumai_block .sumai_item .txt_box {
	width: 500px;
	background: rgba(255,255,255,.95);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 75px;
	color: #272727;
	padding: 70px 60px 67px;
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 5px 10px rgba(0,0,0,.35);
}
.sumai_block .sumai_item .txt_box p {
	line-height: 2.25;
	letter-spacing: 3.5px;
}
.sumai_block .sumai_item .btn {
	text-align: center;
	margin-top: 29px;
}
.sumai_block .sumai_item .btn a {
	display: inline-block;
	width: 280px;
	border: solid 1px #000;
	text-align: left;
	letter-spacing: .5px;
	padding: 18px 20px 19px;
	overflow: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.sumai_block .sumai_item .btn a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border: solid 1px #e26366;
	opacity: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.sumai_block .sumai_item .btn a:hover {
	color: #e26366;
	border-color: #e26366;
}
.sumai_block .sumai_item .btn a:hover::before {
	opacity: 1;
}
.sumai_block .sumai_item .btn a .fa {
	font-size: 1.2rem;
	float: right;
	margin-top: 5px;
}
.sumai_block .sumai_item .btn_close {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.sumai_block .sumai_item .btn_close::before,
.sumai_block .sumai_item .btn_close::after {
	content: "";
	width: 35px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	left: -4px;
}
.sumai_block .sumai_item .btn_close::after {
	transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
	.sumai_block {
		background-image: url(../img/common/bg_sumai-sp.jpg);
		margin: 110px 0 0;
		padding: 75px 13% 41px 12.666%;
	}
	.sumai_block .sumai_inner {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.sumai_block .sumai_inner h2 {
		display: none;
	}
	.sumai_block .sumai_inner h3 {
		position: relative;
		top: auto;
		left: auto;
		letter-spacing: 3px;
		width: auto;
		margin-left: 0;
		font-size: 1.5rem;
	}
	.sumai_block .sumai_inner ul {
		width: auto;
		font-size: 1.5rem;
		margin-top: 32px;
	}
	.sumai_block .sumai_inner ul li {
		letter-spacing: 2.8px;
		margin-bottom: 33px;
	}
	.sumai_block .sumai_inner ul li ul {
		font-size: 1.2rem;
		margin: 18px 0 0;
	}
	.sumai_block .sumai_inner ul li ul li {
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
	.sumai_block .sumai_item {
		display: none !important;
	}
	.sumai_block .sumai_inner ul li .fa {
		margin-left: 8px;
	}
}

/*bnr_block
----------------------------------------*/
.bnr_block {
	width: 100%;
	background: #e3e3e3;
	padding: 60px 0;
}
.bnr_inner {
	width: 1110px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.bnr_block .bnr_clio_cup,
.bnr_block .bnr_discover_hokkaido {
	width: 255px;
	margin: 0 15px;
}
.bnr_block img {
	display: block;
}
.bnr_block a {
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.bnr_block a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.bnr_block {
		padding: 59px 12.8% 60px;
	}
	.bnr_inner {
		width: auto;
		display: block;
	}
	.bnr_block .bnr_clio_cup {
		width: 100%;
		margin: 0 0 10px;
	}
	.bnr_block .bnr_discover_hokkaido {
		width: 100%;
		margin: 0;
	}
	.bnr_block img {
		width: 100%;
	}
}

/*inview
----------------------------------------*/
.inview {
	-webkit-transition: all 800ms;
	transition: all 800ms;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}
.inview.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/* pagetop
----------------------------------------*/
.btn_pagetop {
	position: fixed;
	bottom: -55px;
	right: 10px;
	z-index: 1150;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_pagetop.view {
	bottom: 10px;
}
.btn_pagetop a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px #272727;
	display: block;
	overflow: hidden;
	background: rgba(255,255,255,.5);
	text-indent: -999px;
}
.btn_pagetop a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -4px;
	border-top: solid 3px #272727;
	border-right: solid 3px #272727;
	-webkit-transform: rotate(-45deg) translateY(-.5px);
	transform: rotate(-45deg) translateY(-.5px);
}
@media only screen and (max-width: 768px) {
	.btn_pagetop.view {
		bottom: 65px;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #fff;
	border-top: solid 1px #d6d6d6;
	padding: 78px 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.footer_nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 48px;
}
.footer_nav dl {
	width: 20.625%;
	border-right: solid 1px #e9e9e9;
	padding-bottom: 24px;
}
.footer_nav dl dt {
	font-weight: bold;
	top: -3px;
	margin-bottom: 12px;
	letter-spacing: 2.8px;
}
.footer_nav dl dd {
	font-size: 1.2rem;
}
.footer_nav dl dd + dd {
	margin-top: 8px;
	letter-spacing: 2.8px;
}
.footer_nav dl:nth-child(2) {
	margin-left: 1.406%;
	width: 19.453%;
}
.footer_nav dl:nth-child(3) {
	margin-left: 1.406%;
	width: 21.64%;
}
.footer_nav dl:nth-child(4) {
	margin-left: 1.406%;
	width: 17.187%;
}
.footer_nav dl dd a.disabled {
	cursor: default;
	pointer-events: none;
	opacity: .5;
}
.footer_nav ul {
	margin-left: 1.406%;
	width: 15.471%;
	font-size: 1.2rem;
	padding-bottom: 24px;
}
.footer_nav ul li {
	top: -1px;
	margin-bottom: 8px;
	letter-spacing: 1.8px;
}
.footer .sub_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 38px;
	line-height: 1;
}
.footer .sub_nav li {
	font-size: 1.1rem;
	color: #707070;
	letter-spacing: 2px;
}
.footer .sub_nav li + li {
	border-left: solid 1px #707070;
	margin-left: 9px;
	padding-left: 7px;
}
.footer .logo {
	text-align: right;
	padding-right: 1px;
}
.footer_nav a:hover,
.footer .logo a:hover {
	opacity: .6;
}
.footer .logo img {
	width: 148px;
}
.footer .copyright {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
	color: #707070;
	text-align: center;
	padding: 2px 0 35px;
	margin-right: -3px;
}
.footer .copyright small {
	font-size: 1.1rem;
	letter-spacing: 1.42px;
}
@media only screen and (max-width: 768px) {
	.footer {
		border-top: none;
		padding: 37px 0 50px;
		display: block;
	}
	.footer_nav {
		display: block;
		margin-bottom: 11px;
	}
	.footer_nav dl {
		display: none;
	}
	.footer_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: 0;
		padding: 0 4.666% 0 5.333%;
		width: 100%;
		font-size: 1rem;
	}
	.footer_nav ul li {
		width: 52%;
		top: 0;
		margin-bottom: 15px;
		letter-spacing: 1.4px;
	}
	.footer_nav ul li:nth-child(2n) {
		width: 48%;
	}
	.footer .sub_nav ul {
		border-top: solid 1px #e3e3e3;
		border-bottom: solid 1px #e3e3e3;
		display: block;
		padding: 30px 0 28px;
		margin-bottom: 29px;
	}
	.footer .sub_nav li {
		font-size: 1rem;
		letter-spacing: 2px;
		padding: 0 5.333%;
	}
	.footer .sub_nav li + li {
		border-left: none;
		margin-left: 0;
		padding: 20px 5.333% 0;
	}
	.footer .logo {
		text-align: left;
		padding: 2px 5.333% 0;
	}
	.footer .logo img {
		width: 130px;
	}
	.footer .copyright {
		text-align: left;
		padding: 0 5.333% 25px;
		margin-right: 0;
	}
	.footer .copyright small {
		font-size: .8rem;
		letter-spacing: 1.02px;
	}
}

/* all_block
----------------------------------------*/
.all_block {
	min-width: 1120px;
	background: rgba(49,49,49,.95);
}
.all_block h3 {
	font-size: 2rem;
	letter-spacing: 6.2px;
	margin-bottom: 23px;
}
.all_block h3 a {
	display: inline-block;
	border: solid 1px #fff;
	font-size: 1.8rem;
	padding: 6px 13px 5px 20px;
	letter-spacing: 4.3px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.all_block h3 a:hover {
	opacity: .6;
}
}
.all_block h3 a .fa {
	font-size: 1.4rem;
	vertical-align: 1px;
	margin-left: 7px;
}
.all_block h4 {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
	letter-spacing: 1px;
	margin: 6px 0 4px;
	line-height: 1.4;
}
.all_block h4 .fa {
	margin-left: 4px;
}
.all_inner {
	width: 1080px;
	margin: 0 auto;
	color: #fff;
	padding: 2% 0 1%;
	text-align: left;
}
.all_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.all_block ul li {
	width: 200px;
	margin: 0 0 29px 20px;
}
.all_block ul li:nth-child(5n+1) {
	margin-left: 0;
}
.all_block ul li p {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 2.4px;
}
.all_block ul li a.disabled {
	pointer-events: none;
}
.all_block ul li a.disabled h4,.all_block ul li a.disabled p,.all_block ul li a.disabled figure {
	opacity: .5;
}
@media only screen and (max-width: 768px) {
	.all_block {
		min-width: 0;
	}
	.all_block h3 {
		margin-bottom: 15px;
	}
	.all_block h4 {
		letter-spacing: 1.5px;
	}
	.all_inner {
		width: auto;
		padding: 6.15% 5.333% 4.45%;
	}
	.all_block ul li {
		width: 48%;
		margin: 0 0 29px 4% !important;
	}
	.all_block ul li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.all_block ul li p {
		letter-spacing: 2px;
	}
}

/* regist_block
----------------------------------------*/
#colorbox .regist_block {
	background: rgba(49,49,49,.95);
	padding: 100px 0 124px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#colorbox .regist_description {
	width: 100%;
	text-align: center;
	margin: 0 30px 40px;
	color: #fff;
}
#colorbox .regist_description a {
	text-decoration: underline;
}
#colorbox .regist_description a:hover {
	text-decoration: none;
}
#colorbox .regist_box {
	width: 445px;
	max-width: 40%;
	color: #fff;
	font-size: 1.6rem;
}
#colorbox .regist_box p {
	line-height: 2.15;
	letter-spacing: 2.5px;
}
#colorbox .regist_box + .regist_box {
	margin-left: 70px;
}
#colorbox .regist_box .btn {
	width: auto;
	margin-top: 30px;
}
#colorbox .regist_box .btn a {
	background: #63adaa;
	color: #fff;
	display: block;
	border: solid 1px #63adaa;
	padding: 38px 20px 38px 29px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2.5px;
	overflow: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#colorbox .regist_box .btn a:hover {
	background: none;
	color: #63adaa;
	border-color: #63adaa;
}
#colorbox .regist_box .btn a .fa {
	float: right;
	margin-top: 2px;
}
#colorbox .regist_block .txt_link {
	width: 100%;
	font-size: 1.6rem;
	margin-top: 30px;
}
#colorbox .regist_block .txt_link a {
	color: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#colorbox .regist_block .txt_link a:hover {
	opacity: .6;
}
#colorbox .regist_block .txt_link a .fa {
	margin-left: 10px;
}
#colorbox .beginner_btn {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
#colorbox .beginner_btn a {
	color: #000;
	border: 1px solid #000;
	font-weight: bold;
	font-family: inherit;
	font-size: 1.4rem;
	width: 300px;
	text-align: left;
	letter-spacing: 2.7px;
	padding: 18px 12px 18px 48px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	background: #fff url("../img/common/icon-beginner.png") no-repeat left 12px center / 18px;
	display: inline-block;
}
#colorbox .beginner_btn a .fa {
	float: right;
	letter-spacing: 0;
	margin-top: 4px;
}
#colorbox .beginner_btn a:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	#colorbox .regist_block {
		padding: 40px 10% 40px;
		margin: 0;
	    display: block;
	}
	#colorbox .regist_description {
		text-align: left;
		margin: 0 0 30px;
		font-size: 1.2rem;
	}
	#colorbox .regist_box {
		width: 100%;
		max-width: inherit;
		font-size: 1.2rem;
		text-align: left;
	}
	#colorbox .regist_box p {
		letter-spacing: 2px;
	}
	#colorbox .regist_box + .regist_box {
		margin-left: 0;
		margin-top: 43px;
	}
	#colorbox .regist_box .btn {
		margin-top: 20px;
	}
	#colorbox .regist_box .btn a {
		padding: 23px 22px 27px 24px;
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	#colorbox .regist_block .txt_link {
		font-size: 1.2rem;
		width: calc(100% + 20px);
		margin: 30px -10px 0;
	}
	#colorbox .regist_block .txt_link a .fa {
		margin-left: 5px;
	}
	#colorbox .beginner_btn a {
		width: 100%;
	}
}

/* login_block
----------------------------------------*/
#cboxOverlay {
	display: none !important;
}

#colorbox .login_block {
	margin: 0 auto;
	padding: 127px 0 130px;
	color: #fff;
	text-align: left;
	background: rgba(49,49,49,.95);
	width: 430px;
}
#colorbox.login #cboxContent,
#colorbox.login #cboxLoadedContent {
	/*max-width: 520px;*/
	min-width: 0;
	margin: 0 auto;
	float: none !important;
}
#colorbox .login_block .login_description {
	margin: 0 50px 25px 55px;
}
#colorbox .login_block .login_description a {
	text-decoration: underline;
}
#colorbox .login_block .login_description a:hover {
	text-decoration: none;
}
#colorbox .login_block dl {
	width: 300px;
	margin: 0 auto;
	font-size: 1.2rem;
	letter-spacing: 1.1px;
	margin-bottom: 3px;
}
#colorbox .login_block dd {
	margin-bottom: 17px;
}
#colorbox .login_block dl input[type="text"],
#colorbox .login_block dl input[type="password"] {
	background: #fff;
	border: none;
	height: 40px;
	padding: 10px 18px 9px;
	letter-spacing: 1.9px;
	font-family: inherit;
	width: 100%;
}
#colorbox .login_block dl :placeholder-shown {
	color: #b2b2b2;
}
#colorbox .login_block dl ::-webkit-input-placeholder {
	color: #b2b2b2;
}
#colorbox .login_block dl :-moz-placeholder {
	color: #b2b2b2;
	opacity: 1;
}
#colorbox .login_block dl ::-moz-placeholder {
	color: #b2b2b2;
	opacity: 1;
}
#colorbox .login_block dl :-ms-input-placeholder {
	color: #b2b2b2;
}
#colorbox .login_block .checkbox {
	width: 300px;
	margin: 20px auto 0;
	font-size: 1.2rem;
}
#colorbox .login_block input[type="checkbox"] {
	position: absolute;
	display: none;
}
#colorbox .login_block input[type="checkbox"] + label {
	padding: 2px 0 0 28px;
	display: inline-block;
	letter-spacing: 1.5px;
}
#colorbox .login_block input[type="checkbox"] + label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #a5a5a5;
}
#colorbox .login_block input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 10px;
	height: 5px;
	border-left: solid 2px #e26366;
	border-bottom: solid 2px #e26366;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#colorbox .login_block .btn {
	width: 300px;
	margin: 20px auto 0;
}
#colorbox .login_block .btn p {
	margin-bottom: 10px;
}
#colorbox .login_block .btn .login {
	margin-bottom: 14px;
}
#colorbox .login_block .btn .login button {
	background: #e26366;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	font-size: 1.4rem;
	border: none;
	width: 100%;
	text-align: left;
	letter-spacing: 2.7px;
	padding: 18px 12px 18px 19px;
	border: solid 1px transparent;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#colorbox .login_block .btn .login button .fa {
	float: right;
	letter-spacing: 0;
	margin-top: 4px;
}
#colorbox .login_block .btn .login button:hover {
	background: none;
	color: #e26366;
	border-color: #e26366;
}
#colorbox .login_block .link_forget {
	padding-top: 4px;
	width: 300px;
	letter-spacing: 2px;
	font-size: 1.2rem;
    margin: 0 auto;
}
#colorbox .login_block .link_forget a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#colorbox .login_block .link_forget a:hover {
	opacity: .6;
}
#colorbox .login_block .link_forget .fa {
	margin-left: 5px;
}

#colorbox .login_block .link_beginner {
	width: 300px;
	letter-spacing: 2px;
	font-size: 1.2rem;
	margin: 10px auto 0;
	padding-left: 23px;
	background: url("../img/common/icon-beginner.png") no-repeat left center / 14px;
}
#colorbox .login_block .link_beginner a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#colorbox .login_block .link_beginner a:hover {
	opacity: .6;
}
#colorbox .login_block .link_beginner .fa {
	margin-left: 5px;
}
@media only screen and (max-width: 768px) {
	#colorbox .login_block {
		padding: 50px 10% 50px;
		width: 100%;
	}
	#colorbox.login #cboxContent,
	#colorbox.login #cboxLoadedContent {
		max-width: none;
	}
	#colorbox .login_block .login_description {
		margin: 0 0 25px;
		font-size: 1.2rem;
	}
	#colorbox .login_block dl {
		width: 100%;
		font-size: 1rem;
	}
	#colorbox .login_block dd {
		margin: 3px 0 11px;
	}
	#colorbox .login_block dl input[type="text"],
	#colorbox .login_block dl input[type="password"] {
		padding: 10px 15px 9px;
		letter-spacing: 1.5px;
	}
	#colorbox .login_block .checkbox {
		width: 100%;
		margin: 24px auto 0;
		font-size: 1.1rem;
	}
	#colorbox .login_block input[type="checkbox"] + label {
		padding: 2px 0 0 30px;
	}
	#colorbox .login_block .btn {
		width: 100%;
		margin: 27px auto 0;
	}
	#colorbox .login_block .btn .login button {
		font-size: 1.2rem;
		padding: 24px 22px 24px 19px;
	}
	#colorbox .login_block .link_forget {
		width: 100%;
		letter-spacing: 1.4px;
		font-size: 1rem;
	}
}

/* colobox
----------------------------------------*/
#colorbox {
	margin-top: 40px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19999;
	-webkit-transform: translate3d(0,0,0);
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay{
	position: fixed;
	width: 100%;
	height:100%;
}
#cboxMiddleLeft,
#cboxBottomLeft{
	clear:left;
}
#cboxLoadedContent{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle{
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#cboxLoadedContent {
	overflow: visible !important;
	text-align: center;
	display: inline-block;
}
#cboxOverlay {
}
#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}
#cboxContent {
	overflow: visible;
	margin: 0;
}
#cboxContent iframe {
	width: 100% !important;
	height: 100%;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadingGraphic {
	background: url(../img/common/loading.gif) no-repeat center center;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
}
#cboxClose {
	background: none;
	top: 0;
	right: 0;
	/*margin-top: 20px;*/
	z-index: 1100;
	width: 150px;
	height: 60px;
	/*font-family: "Roboto Condensed", Arial, Helvatica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", " メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-indent: 0;
	color: #fff;
	padding-left: 15px;
	font-size: 20px;
	letter-spacing: 2px;
	border: 1px solid rgba(255,255,255,.5);*/
}
#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 25px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	right: 20px;
}
#cboxClose::after {
	transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
	#cboxContent {
		min-width: 0;
	}
	#cboxClose {
		top: 10px;
		right: 10px;
		margin-top: 0;
		margin-bottom: 8.5%;
		width: 26px;
		height: 26px;
	}
	#cboxClose::before,
	#cboxClose::after {
		width: 26px;
		left: 0;
	}
}

/* bnr_debut_block
----------------------------------------*/
.none-bnr .bnr_debut_block {
	display: none !important;
}
.bnr_debut_block {
	display: none !important;
	position: fixed;
	bottom: -147px;
	left: 0;
	right: 0;
	min-width: 1200px;
	z-index: 1150;
}
.bnr_debut_block a {
	padding: 12px 0 10px;
	/*background: #ffd96a;*/
	background: url("../img/common/gold.jpg") no-repeat;
	background-size: cover;
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.bnr_debut_block a:hover {
	opacity: .6;
}
.bnr_debut_block .bnr_debut_inner {
	width: 1110px;
	margin: 0 auto;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.bnr_debut_block .ttl_debut h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 10px;
	padding-top: 9px;
}
.bnr_debut_block .ttl_debut p {
	margin-left: -2px;
}
.bnr_debut_block .img_debut {
	margin-left: 30px;
}
.bnr_debut_block .btn_debut {
	margin-left: 27px;
	padding-top: 18px;
}
.bnr_debut_block .btn_debut p {
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
}
.bnr_debut_block .btn_debut p strong {
	font-size: 4.6rem;
	vertical-align: 0;
}
.bnr_debut_block .btn_debut p .unit {
	font-size: 3.2rem;
	vertical-align: 2px;
}
.bnr_debut_block .btn_debut .click {
	width: 225px;
	display: block;
	background: #E16366;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
	padding: 5px 20px 4px 21px;
	letter-spacing: 1.9px;
	font-weight: bold;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
}
.bnr_debut_block .btn_debut a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 14px;
	top: 50%;
	border-radius: 2px;
	margin-top: -5px;
	border-top: solid 3px #da7376;
	border-right: solid 3px #da7376;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bnr_debut_block .btn_close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
.bnr_debut_block .btn_close::before,
.bnr_debut_block .btn_close::after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 27px;
	left: 8px;
}
.bnr_debut_block .btn_close::after {
	transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
	.bnr_debut_block {
		min-width: 0;
		width: 100%;
		bottom: -110%;
		margin-bottom: 50px;
	}

	.bnr_debut_block a {
		padding: 0;
		background: transparent;
	}

	.bnr_debut_block a:hover {
		opacity: 1;
	}

	.bnr_debut_block a img {
		display: block;
	}

	.bnr_debut_block .btn_close {
		width: 20px;
		height: 20px;
		top: 4px;
		right: 4px;
	}
	.bnr_debut_block .btn_close::before,
	.bnr_debut_block .btn_close::after {
		width: 20px;
		height: 2px;
		top: 10px;
		left: 0px;
	}
}

/* bnr_floating_block
----------------------------------------*/
.none-bnr .bnr_floating_block {
	display: none !important;
}
.bnr_floating_block {
	position: fixed;
	bottom: -147px;
	left: 0;
	right: 0;
	min-width: 1200px;
	z-index: 1150;
}
.bnr_floating_block a {
	padding: 0;
	/*background: #ffd96a;*/
	background: #0a509f;
	background-size: cover;
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.bnr_floating_block a:hover {
	opacity: .6;
}
.bnr_floating_block .bnr_floating_inner {
	width: 767px;
	margin: 0 auto;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.bnr_floating_block .btn_close {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1000;;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
.bnr_floating_block .btn_close::before,
.bnr_floating_block .btn_close::after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 27px;
	left: 8px;
}
.bnr_floating_block .btn_close::after {
	transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
	.bnr_floating_block {
		min-width: 0;
		width: 100%;
		bottom: -110%;
		margin-bottom: 50px;
	}

	.bnr_floating_block a {
		padding: 0;
		background: transparent;
	}

	.bnr_floating_block a:hover {
		opacity: 1;
	}

	.bnr_floating_block a img {
		display: block;
	}

	.bnr_floating_block .btn_close {
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
	}
	.bnr_floating_block .btn_close::before,
	.bnr_floating_block .btn_close::after {
		width: 25px;
		height: 2px;
		top: 13px;
		left: 2px;
	}

	.bnr_floating_block[data-bnr="sp-modal"] {
		min-width: 0;
		width: 100%;
		height: 100%;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
		z-index: 30000;
	}

	.bnr_floating_block[data-bnr="sp-modal"] > div {
		width: 80%;
	}

	.bnr_floating_block[data-bnr="sp-modal"] .btn_close {
		width: 35px;
    height: 35px;
    top: 2px;
    right: 2px;
	}
	.bnr_floating_block[data-bnr="sp-modal"] .btn_close::before,
	.bnr_floating_block[data-bnr="sp-modal"] .btn_close::after {
		width: 30px;
    height: 2px;
    top: 16px;
    left: 3px;
	}
}
.foot-info {
	text-align: center;
	margin: 100px 0;
}
.foot-info h4{
	font-size: 22px;
	margin-bottom: 35px;
}
.foot-info .info {
		width: 90%;
		margin: 0 auto;
	}
@media only screen and (max-width: 768px) {
	.foot-info {
	margin: 30px 0;
}
	.foot-info h4{
	font-size: 18px;
  margin-bottom: 20px;
}
	
}