3@charset "utf-8";
/* =========================================================
   common style
   =======================================================*/

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf') format("opentype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format("opentype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format("opentype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format("opentype");
	font-style: normal;
	font-weight: 900;
}

body {
	margin: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif;
}

img {
  border: 0;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
 zoom: 1;
 margin-bottom: 0;
}

div#container {
	width: 100%;
}

div#feat {
	position: relative;
	background: linear-gradient(to bottom, #196b76, #7aa7ad);
	width: 100%;
	text-align: center;
	font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

div#feat div {
/*
	font-size: 12px;
	line-height: 16px;
*/
}

div#feat * {
	box-sizing: border-box;
	letter-spacing: normal;
}

div#feat td {
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

div#feat a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

div#feat a:hover {
	color: #fff;
	text-decoration: none;
}

/* TOP */
div#feat p,
div#feat dl,
div#feat dd,
div#feat ul {
  margin: 0;
  padding: 0;
}

div#feat li {
  list-style: none;
}

div#feat table {
  border-collapse: collapse;
  border-spacing: 0;
}

div#feat table th,
div#feat table td {
  padding: 0;
}

div#feat {
	position: relative;
	text-align: center;
}

#circe {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#circe img {
	display: inline;
	vertical-align: baseline;
	width: 100%;
}

#circe div,
#circe div p {
	margin: 0;
	padding: 0;
}

#circe dt, #circe th {
	font-weight: normal;
}

#circe a.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

#circe div.main {
	position: relative;
	margin: 0 auto;
	padding-top: 1px;
	width: 1170px;
	height: 688px;
}

#circe div.main div.key {
	position: absolute;
	top: 33px; left: 0;
	width: 424px;
}

#circe div.main div.main-title {
	margin: 33px 0 0 424px;
	width: 746px;
}

#circe div.main ul.nav {
	display: flex;
	flex-direction: column;
	margin: 24px 0 0 481px;
	width: 647px;
	font-size: 0; line-height: 0;
}

#circe div.main ul.nav li,
#circe div.main ul.nav li a,
#circe div.main ul.nav li a span {
	display: block;
	width: 100%;
	height: 102px;
}

#circe div.main ul.nav li.present { margin: 12px 0 0 80px; }


#circe div.main ul.nav li.roadmap, #circe div.main ul.nav li.roadmap a, #circe div.main ul.nav li.roadmap a span { width: 462px; }
#circe div.main ul.nav li.present, #circe div.main ul.nav li.present a, #circe div.main ul.nav li.present a span { width: 567px; }

#circe div.main ul.nav li a {
	position: relative;
}

#circe div.main ul.nav li a span {
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.main ul.nav li.roadmap a span { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/nav_roadmap.png); background-size: 100%; }
#circe div.main ul.nav li.present a span { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/nav_present.png); background-size: 100%; }

#circe div.main ul.nav li a span:nth-of-type(1) {  }
#circe div.main ul.nav li a span:nth-of-type(2) { background-position: 0 -110px; opacity: 0; }

#circe div.main ul.nav li a:hover span:nth-of-type(1) { opacity: 0.2; }
#circe div.main ul.nav li a:hover span:nth-of-type(2) { opacity: 1; }

#circe div.main ul.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 33px 0 0 694px;
	width: 170px;
	height: 38px;
	font-size: 0; line-height: 0;
}

#circe div.main ul.sns li,
#circe div.main ul.sns li a,
#circe div.main ul.sns li a span {
	display: block;
	width: 38px;
	height: 38px;
}

#circe div.main ul.sns li a {
	position: relative;
}

#circe div.main ul.sns li a span {
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.main ul.sns li.line a span { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/sns_line.png); background-size: 100%; }
#circe div.main ul.sns li.x a span { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/sns_x.png); background-size: 100%; }
#circe div.main ul.sns li.fb a span { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/sns_fb.png); background-size: 100%; }

#circe div.main ul.sns li a:hover span { opacity: 0.7; }

#circe div.cb {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 75px auto;
	background-color: rgba(27,31,39,.8);
	padding: 1px 0 1px 0;
	width: 1170px;
}

#circe div.cb.story div.txt {
	font-weight: 400;
	font-size: 18px;
	line-height: 2.6;
}

#circe div.cb.story div.pv {
	margin: 50px 0 80px 0;
}

#circe div.cb.story div.pv iframe {
	margin: 0 auto;
	width: 739px;
	height: 417px;
}

#circe div.cb.roadmap div.timeline {
	position: relative;
	background: url(https://image2.b-ch.com/feat/feat_hathaway_circe/roadmap_timeline.png) no-repeat 474px 24px;
	background-size: 225px;
	padding-top: 1px;
	width: 100%;
	height: 1835px;
}

#circe div.cb.roadmap div.timeline div.timeline-itm {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n-1) {
	margin-left: 49px;
	width: 563px;
}

#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n) {
	flex-direction: row-reverse;
	margin-left: 561px;
	width: 560px;
}

#circe div.cb.roadmap div.timeline div.timeline-itm.ttl101 { margin-top: 80px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl103 { margin-top: -72px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl105 { margin-top: -66px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl412 { margin-top: 74px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl462 { margin-top: -74px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl502 { margin-top: -64px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl376 { margin-top: 64px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.ttl7444 { margin-top: 47px; }
#circe div.cb.roadmap div.timeline div.timeline-itm.circe { margin-top: -73px; }

#circe div.cb.roadmap div.timeline div.timeline-itm div.line {
	position: absolute;
	width: 262px;
	height: 52px;
	z-index: 1;
}

#circe div.cb.roadmap div.timeline div.timeline-itm.uc0079 div.line { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/roadmap_line_uc0079.png); background-size: 100%; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0087 div.line { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/roadmap_line_uc0087.png); background-size: 100%; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0093 div.line { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/roadmap_line_uc0093.png); background-size: 100%; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0105 div.line { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/roadmap_line_uc0105.png); background-size: 100%; }


#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n-1) div.line {
	top: 0; right: 0;
}

#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n) div.line {
	top: 0; left: 0;
	transform: rotate(180deg);
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.b-1,
#circe div.cb.roadmap div.timeline div.timeline-itm div.b-2 {
	z-index: 2;
}

#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n-1) div.b-2 { margin: 36px 0 0 17px; width: 246px; }
#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n) div.b-2 { margin: 36px 17px 0 0; width: 243px; }

#circe div.cb.roadmap div.timeline div.timeline-itm div.img {
	margin: 10px 0 0 0;
	background: #000;
	width: 299.5px;
	height: 169px;
	font-size: 0;
	line-height: 0;
}

#circe div.cb.roadmap div.timeline div.timeline-itm.circe div.img {
	height: 424px;
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.img a {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.img a:hover {
	opacity: .7;
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.ttl-no {
	margin-bottom: 10px;
	width: 42px;
}

#circe div.cb.roadmap div.timeline div.timeline-itm.circe div.ttl-no { margin-bottom: 20px; }


#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n) div.ttl-no {
	margin-right: 0;
	margin-left: auto;
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.ttl-name {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
}

#circe div.cb.roadmap div.timeline div.timeline-itm:nth-of-type(2n) div.ttl-name {
	text-align: right;
}

#circe div.cb.roadmap div.timeline div.timeline-itm div.ttl-name a {
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

#circe div.cb.roadmap div.timeline div.timeline-itm.uc0079 div.ttl-name a { color: #e4c19b; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0087 div.ttl-name a { color: #8dc1d3; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0093 div.ttl-name a { color: #bb8c99; }
#circe div.cb.roadmap div.timeline div.timeline-itm.uc0105 div.ttl-name a { color: #9ba4c9; }
#circe div.cb.roadmap div.timeline div.timeline-itm.circe div.ttl-name a { font-size: 24px; }

#circe div.cb.roadmap div.timeline div.timeline-itm div.ttl-name a:hover {
	color: #616d74
}

#circe div.cb.roadmap div.timeline div.timeline-itm.uc0105 div.ttl-name span.release {
	display: block;
	margin-top: 0.3em;
	padding: 0.3em 0.1em;
	background: #9ba4c9;
	width: 340px;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	color: #000;
}

#circe div.cb.present div.present-outline {
	margin: 0 auto 80px auto;
	background: rgba(255,255,255,.5);
	padding: 37px 42px 61px 42px;
	width: 976px;
}

#circe div.cb.present div.present-outline-h {
	margin: 0 auto;
	background: rgba(0,0,0,.5);
	padding: 0.5em;
	width: 892px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

#circe div.cb.present div.present-outline-txt {
	position: relative;
	padding: 25px 0 50px 0;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}

#circe div.cb.present div.present-outline ol.step {
	margin: 0;
	padding: 0;
}

#circe div.cb.present div.present-outline ol.step li {
	margin: 0 0 1em 0;
	background-repeat: no-repeat;
	min-height: 30px;
	padding: 3px 0 0 102px;
}

#circe div.cb.present div.present-outline ol.step li:nth-of-type(1) { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_step01.png); background-size: 89px; }
#circe div.cb.present div.present-outline ol.step li:nth-of-type(2) { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_step02.png); background-size: 89px; }
#circe div.cb.present div.present-outline ol.step li:nth-of-type(3) { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_step03.png); background-size: 89px; }
#circe div.cb.present div.present-outline ol.step li:nth-of-type(4) { background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_step04.png); background-size: 89px; }


#circe div.cb.present div.present-outline ul.notice {
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 400;
	font-size: 15px;
}

#circe div.cb.present div.present-outline div.present-outline-txt-form {
	min-height: 328px;
}

#circe div.cb.present div.present-outline div.thm {
	position: absolute;
	top: 35px; right: 0;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 398px;
}

#circe div.cb.present div.present-outline div.thm a img {
	width: 240px;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.cb.present div.present-outline div.thm a:hover img {
	opacity: .5;
}

#circe div.cb.present div.present-outline div.thm a.btn-enlarge,
#circe div.cb.present div.present-outline div.thm a.btn-enlarge span {
	display: block;
	width: 141px;
	height: 46px;
}

#circe div.cb.present div.present-outline div.thm a.btn-enlarge {
	position: relative;
}

#circe div.cb.present div.present-outline div.thm a.btn-enlarge span {
	position: absolute;
	top: 0; left: 0;
	background: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_howto_btn_enlarge.png) no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.cb.present div.present-outline div.thm a.btn-enlarge span:nth-of-type(2) { opacity: 0; background-position: 0 -50px; }
#circe div.cb.present div.present-outline div.thm a.btn-enlarge:hover span:nth-of-type(2) { opacity: 1; }


#circe div.cb.present div.present-outline div.btn-apply {
}

#circe div.cb.present div.present-outline div.btn-apply,
#circe div.cb.present div.present-outline div.btn-apply a,
#circe div.cb.present div.present-outline div.btn-apply a span {
	display: block;
	margin: 0 auto;
	width: 311px;
	height: 63px;
}

#circe div.cb.present div.present-outline div.btn-apply a {
	position: relative;
}

#circe div.cb.present div.present-outline div.btn-apply a span {
	position: absolute;
	top: 0; left: 0;
	background: url(https://image2.b-ch.com/feat/feat_hathaway_circe/present_btn_apply.png) no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe div.cb.present div.present-outline div.btn-apply a span:nth-of-type(2) { opacity: 0; background-position: 0 -70px; }
#circe div.cb.present div.present-outline div.btn-apply a:hover span:nth-of-type(2) { opacity: .3; }

#circe-popup {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	z-index: 2;
	overflow: hidden;
}

#circe-popup-bg {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
}

#circe-popup-wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.is-hidden {
	opacity: 0;
	visibility: hidden;
}

#circe-popup-present-howto {
	position: relative;
	box-sizing: border-box;
	margin: 140px auto 50px auto;
	background: #fff;
	padding: 0;
	width: 748px;
	line-height: 1.3;
	color: #000;
}

#circe-popup-present-howto div.img img {
	width: 100%;
}

#circe-popup-present-howto .popup-btn {
	position: absolute;
	top: -60px; right: 0;
	width: 54px;
	height: 54px;
}

#circe-popup-present-howto .popup-btn a {
	display: block;
	position: relative;
	width: 54px;
	height: 54px;
	transform: rotate(45deg);
}

#circe-popup-present-howto .popup-btn a span {
	display: block;
	position: absolute;
	background-color: #fff;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#circe-popup-present-howto .popup-btn a span:nth-of-type(1) {
	top: 27px; left: 0;
	width: 54px;
	height: 1px;
}

#circe-popup-present-howto .popup-btn a span:nth-of-type(2) {
	top: 0; left: 27px;
	width: 1px;
	height: 54px;
}

#circe-popup-present-howto .popup-btn a:hover span {
	opacity: .7;
}


#circe div.bnr-official {
	margin: 85px auto 0 auto;
}

#circe div.bnr-official,
#circe div.bnr-official a,
#circe div.bnr-official a span {
	display: block;
	width: 650px; height: 165px;
	font-size: 0; line-height: 0;
}

#circe div.bnr-official a {
	position: relative;
}

#circe div.bnr-official a span {
	position: absolute;
	top: 0; left: 0;
	background-image: url(https://image2.b-ch.com/feat/feat_hathaway_circe/bnr_official.png);
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#circe div.bnr-official a span:nth-of-type(2) { background-position: 0 -170px; opacity: 0; }
#circe div.bnr-official a:hover span:nth-of-type(1) { opacity: 1; }
#circe div.bnr-official a:hover span:nth-of-type(2) { opacity: 1; }


#circe div.bnr-sbsc {
	margin: 70px auto 0 auto;
	background: #fff;

}

#circe div.bnr-sbsc,
#circe div.bnr-sbsc a {
	display: block;
	width: 850px; height: 162px;
	font-size: 0; line-height: 0;
}

#circe div.bnr-sbsc a {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#circe div.bnr-sbsc a:hover {
	opacity: .7;
}

#circe div.copyright {
	margin: 0 auto;
	padding: 55px 0 50px 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

/* FOOTER */
.bch-l-wrapper {
	position: relative;
}
