@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-color: #fff;
	background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/bg_02.jpg);
	background-size: 2000px;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	text-align: center;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

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

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

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

div#feat a {
	color: #603a52;
	text-decoration: none;
}

div#feat a:hover {
	color: #603a52;
	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;
}

#gundamgwx {
	position: relative;
	margin: 0 auto;
	width: 1170px;
}

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

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

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

#gundamgwx a.anchor {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

#gundamgwx div.main {
	position: relative;
	background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/main_02_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 1px;
	width: 100%;
	min-height: 672px;
}

#gundamgwx div.main ul.sns li a,
#gundamgwx div.main ul.nav li a,
#gundamgwx div.goods div.g-list div.g-btn a {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
}

#gundamgwx div.main ul.sns li a span,
#gundamgwx div.main ul.nav li a span,
#gundamgwx div.goods div.g-list div.g-btn a span {
	position: absolute;
	top: 0; left: 0;
	display: block;
	background-repeat: no-repeat;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#gundamgwx div.main ul.sns li a span:nth-of-type(2),
#gundamgwx div.main ul.nav li a span:nth-of-type(2),
#gundamgwx div.goods div.g-list div.g-btn a span:nth-of-type(2) {
	opacity: 0;
}

#gundamgwx div.main ul.sns li a:hover span:nth-of-type(1) {
	opacity: 1;
}

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

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

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

#gundamgwx div.goods div.g-list div.g-btn a:hover span:nth-of-type(1) {
	opacity: 1;
}

#gundamgwx div.goods div.g-list div.g-btn a:hover span:nth-of-type(2) {
	opacity: 0.3;
}

#gundamgwx div.main ul.sns {
	position: absolute;
	top: 23px; right: -10px;
	display: flex;
	flex-wrap; wrap;
	justify-content: space-between;
}

#gundamgwx div.main ul.sns li {
	margin-left: 34px;
	width: 30px;
}

#gundamgwx div.main ul.sns li a img {
	-webkit-transition: filter .4s ease-in-out;
	transition: filter .4s ease-in-out;
}

#gundamgwx div.main ul.sns li a:hover img {
	filter: invert(100%);
	opacity: 1;
}

#gundamgwx div.main ul.nav {
	position: absolute;
	top: 579px; left: 523px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 646px;
}

#gundamgwx div.main ul.nav li {
	margin-bottom: 6px;
}

#gundamgwx div.main ul.nav li.lineup,
#gundamgwx div.main ul.nav li.lineup a,
#gundamgwx div.main ul.nav li.lineup a span {
	width: 288px;
	height: 59px;
}

#gundamgwx div.main ul.nav li.goods,
#gundamgwx div.main ul.nav li.goods a,
#gundamgwx div.main ul.nav li.goods a span {
	width: 353px;
	height: 59px;
}

#gundamgwx div.main ul.nav li.lineup a span { background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/main_nav_02_lineup.png); background-size: 100%; }
#gundamgwx div.main ul.nav li.goods a span { background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/main_nav_02_goods.png); background-size: 100%; }

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

#gundamgwx div.main ul.hottopics {
	position: absolute;
	top: 530px; left: 20px;
	text-align: left;
	width: 470px;
}

#gundamgwx div.main ul.hottopics li {
	margin-bottom: 0.4em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}

#gundamgwx div.main ul.hottopics li span.topic-arrow {
	margin-right: 0.1em;
	color: #78a0c9;
}

#gundamgwx div.main ul.hottopics li span.f-1 {
	font-size: 0.8em;
}

#gundamgwx div.main ul.hottopics li a {
	color: #000;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#gundamgwx div.main ul.hottopics li a:hover {
	opacity: 0.7;
}

#gundamgwx div.main ul.hottopics li ul {
	padding-left: 1em;
}

#gundamgwx div.main ul.hottopics li ul li {
	margin-bottom: 0.2em;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4;
}

#gundamgwx div.cb {
	margin: 0 auto;
	width: 100%;
	background-repeat: no-repeat;
	padding: 1px 0;
}

#gundamgwx div.cb.lineup {
	margin-bottom: 44px;
	background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/lineup_02_bg.png);
	background-size: 100%;
	min-height: 1154px;
}

#gundamgwx div.cb.goods {
	margin-bottom: 63px;
	background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/goods_02_bg.png);
	background-size: 100%;
	padding-bottom: 40px;
}

#gundamgwx div.cb.lineup div.ttllist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 77px;
	padding-bottom: 53px;
	width: 1000px;
	min-height: 240px;
	text-align: left;
}

#gundamgwx div.cb.lineup div.ttllist.ttl112 {
	padding-top: 160px;
}

#gundamgwx div.cb.lineup div.ttllist.ttl113 {
	padding-top: 56px;
}

#gundamgwx div.cb.lineup div.ttllist.ttl946 {
	padding-top: 56px;
}

#gundamgwx div.cb.lineup div.ttllist div.b-1 {
	width: 427px;
}

#gundamgwx div.cb.lineup div.ttllist div.b-2 {
	align-self: center;
	width: 550px;
	line-height: 1.5;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-img {
	background-color: #fff;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-img a {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;

}

#gundamgwx div.cb.lineup div.ttllist div.ttl-img a:hover {
	opacity: 0.7;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-name {
	margin-bottom: 0.4em;
	font-weight: 900;
	font-size: 24px;
	color: #010000;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-name a {
	color: #010000;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-name a:hover {
	color: #4d4d4d;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-data {
	margin-bottom: 0.6em;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-story {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

#gundamgwx div.cb.lineup div.ttllist div.ttl-story span.story-h {
	display: inline-block;
	margin-bottom: 0.2em;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	line-height: 1.3;
}

#gundamgwx div.cb.goods div.goods-a {
	box-sizing: border-box;
	padding: 228px 0 0 0;
	height: 1393px;
}

#gundamgwx div.cb.goods div.goods-b {
	background: #ea1126;
	padding: 47px 0;
}

#gundamgwx div.cb.goods div.txt-1 {
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
}

#gundamgwx div.cb.goods div.txt-1 span {
	display: inline-block;
	margin-bottom: 0.3em;
	font-size: 30px;
}

#gundamgwx div.cb.goods div.date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px auto 0 auto;
}

#gundamgwx div.cb.goods div.goods-a div.date {
	background: url(https://image2.b-ch.com/feat/feat_gundamgwx/goods_02_a_date_bg.png) no-repeat;
	background-size: 100%;
	width: 870px;
	height: 35px;
}

#gundamgwx div.cb.goods div.goods-b div.date {
	background: url(https://image2.b-ch.com/feat/feat_gundamgwx/goods_02_b_date_bg.png) no-repeat;
	background-size: 100%;
	width: 371px;
	height: 40px;
}

#gundamgwx div.cb.goods div.goods-a div.date span {
	display: block;
	width: 50%;
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	color: #a5b2e7;
}

#gundamgwx div.cb.goods div.goods-b div.date span {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #f58792;
}

#gundamgwx div.cb.goods div.goods-a div.txt-2 {
	margin: 30px auto 0 auto;
	width: 790px;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
}

#gundamgwx div.cb.goods div.goods-a div.img {
	margin: 55px auto 0 auto;
	width: 637px;
}

#gundamgwx div.cb.goods div.goods-a div.img span.notice {
	display: inline-block;
	margin: 1em 0 0 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

#gundamgwx div.cb.goods div.goods-a div.btn {
	margin: 45px auto 0 auto;
	background: #fff;
	width: 450px;
	font-size: 0; line-height: 0;
}

#gundamgwx div.cb.goods div.goods-a div.btn a {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#gundamgwx div.cb.goods div.goods-a div.btn a:hover {
	opacity: 0.7;
}

#gundamgwx div.cb.goods div.goods-b div.gb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px auto 0 auto;
	width: 1034px;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl {
	width: 50%;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dt {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;

}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.img {
	margin: 20px auto 0 auto;
	width: 175px;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.txt {
	margin: 20px auto 0 auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.notice {
	margin: 5px auto 0 auto;
	font-weight: 400;
	font-size: 12px;
	line-height: 2;
	color: #000;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn {
	margin: 25px auto 0 auto;
	font-size: 0; line-height: 0;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn,
#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a,
#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a span {
	display: block;
	width: 450px;
	height: 124px;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a {
	position: relative;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn 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;
}

#gundamgwx div.cb.goods div.goods-b div.gb > dl.goods-b-a dd.btn a span { background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/goods_02_b_btn_det_a.png); background-size: 100%; }
#gundamgwx div.cb.goods div.goods-b div.gb > dl.goods-b-b dd.btn a span { background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/goods_02_b_btn_det_b.png); background-size: 100%; }

#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a span:nth-of-type(1) { background-position: 0 0; opacity: 1; }
#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a span:nth-of-type(2) { background-position: 0 -125px; opacity: 0; }
#gundamgwx div.cb.goods div.goods-b div.gb > dl dd.btn a:hover span:nth-of-type(2) { opacity: 0.3; }

#gundamgwx div.bnr-sbsc {
	margin: 0 auto;
	background-color: #fff;
	width: 850px;
	font-size: 0;
	line-height: 0;
}

#gundamgwx div.bnr-sbsc a {
	display: inline-block;
	background-image: url(https://image2.b-ch.com/feat/feat_gundamgwx/bnr_sbsc_02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 850px;
	height: 162px;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#gundamgwx div.bnr-sbsc a:hover {
	opacity: 0.8;
}

#gundamgwx div.copyright {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}

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