@charset "UTF-8";
/* CSS Document */
.mgsWrap .goodsPage .mainTitle h1.normal {
	text-indent: 0;
	overflow: hidden;
	background: none;
	background-size: none;
	width: auto;
	height: auto;
	margin: 0 1rem;
	font-size: 2rem;
	text-align: center;
}
.mgsWrap .goodsPage .mainTitle h1.normal br {
	display: none;
}

@media(max-width:640px) {
.mgsWrap .goodsPage .mainTitle h1.normal br {
	display: block;
}
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
.btn {
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .3s
}
.btn-lg {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	/*padding: 0 2.4rem;*/
	height: 40px;
	height: 4.0rem;
	color: #ff8400;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 40px;
	line-height: 4.0rem;
	letter-spacing: .02em;
	text-align: center;
	background: none;
	border: 1px solid #ff8400;
}
.btn-lg [class^=icon-], .btn-lg [class*=" icon-"] {
	position: relative;
	transform: translate3d(0, 0, 0)
}
.btn-lg:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ff8400;
	transform: scaleX(0);
	transform-origin: right bottom;
	transition-property: transform;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.65, .05, .345, 1)
}
.btn-lg:hover, .btn-lg:focus, .btn-lg.hover {
	border-bottom-color: #ff8400
}
.btn-lg:hover:after, .btn-lg:focus:after, .btn-lg.hover:after {
	transform: scaleX(1);
	transform-origin: left bottom
}
.btn-lg:hover [class^=icon-], .btn-lg:hover [class*=" icon-"], .btn-lg:focus [class^=icon-], .btn-lg:focus [class*=" icon-"], .btn-lg.hover [class^=icon-], .btn-lg.hover [class*=" icon-"] {
	transform: translate3d(20px, 0, 0)
}
#goods-form {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#goods-form a:link {
	color: #fff;
	text-decoration: underline;
!important
}
#goods-form a:hover {
	color: #fff;
}
#goods-form a:visited {
	color: #fff;
}
#goods-form .page-content-second>.row {
	margin-bottom: 60px;
	color: #fff
}
#goods-form .page-content-second>.row h3 {
	margin-top: 15px
}
#goods-form .page-content-second .form-group {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}
#goods-form .remodal-true h1, #goods-form .remodal-false h1 {
	margin-top: 0;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 5px;
	letter-spacing: .5rem
}
#goods-form .remodal-true p, #goods-form .remodal-false p {
	margin: 30px 0 10px;
	margin: 3rem 0 1rem;
	font-size: 18px;
	font-size: 1.8rem
}
#goods-form .remodal-true .tweet-btn, #goods-form .remodal-false .tweet-btn {
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 30px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: #1da1f2;
	border: none;
	border-radius: .5rem;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.3)
}
#goods-form .remodal-true .tweet-btn:hover, #goods-form .remodal-false .tweet-btn:hover {
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 4px 10px 5px rgba(0,0,0,.1)
}
#goods-form .remodal-true .btn, #goods-form .remodal-false .btn {
	margin-top: 30px;
	margin-top: 3rem
}
#goods-form .section-page {
	padding-bottom: 30px
}
#goods-form .page-content img {
	margin: 0;
}
#goods-form .page-content h2 {
	padding: 0;
	font-size: 20px;
	font-size: 2rem;
	border: none
}
#goods-form .page-content h2 span {
	background: linear-gradient(transparent 90%, #ff8400 90%)
}
#goods-form .page-content .featured {
	padding: 15px;
	padding: 1.5rem;
	background: #eee
}

@media(min-width:768px) {
#goods-form .page-content .featured {
	padding: 2em
}
}
#goods-form .page-content .featured h2 {
	margin: 1em 0 .5em
}
#goods-form .page-content .merch-item {
	margin: 3em 0;
	padding: 3em 0;
	border-top: 4px dotted #555
}
#goods-form .page-content .merch-item h2 {
	margin: 1em 0 .5em
}
#goods-form .page-content .merch-item h3 {
	margin: 0 0 1em;
	padding: 0;
	color: inherit;
	font-size: 15px;
	font-size: 1.5rem;
	border: none
}
#goods-form .page-content .merch-item a.modal-trigger {
	display: block;
	border: none
}
#goods-form .page-content-second {
	padding-top: 60px;
	margin: 0 1rem;/* background: #222; */
}
#goods-form .page-content-second>h2 {
	color: #fff;
    font-size: 22px;
    /* font-size: 2.2rem; */
    text-align: center;
    letter-spacing: 5px;
    /* letter-spacing: .5rem; */
    margin-bottom: 60px;
}

@media(min-width:768px) {
#goods-form .page-content-second>h2 {
	font-size: 3rem
}
}
#goods-form .page-content-second>.row {
	margin-bottom: 60px;
	color: #fff
}
#goods-form .page-content-second>.row h3 {
	margin-top: 15px;
	font-size: 24px;
}
#goods-form .page-content-second .form-group {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}
#goods-form .page-content-second .form-group>.input-wrapper {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	padding: 0 10px 0 0;
	margin-right: 10px;
}
#goods-form .page-content-second .form-group>.input-wrapper>input {
	display: block;
	width: 90%;
	min-height: 50px;
	padding: 5px 10px;
	padding: .5rem 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	box-shadow: none;
	background: #fff;
	border: 1px solid #d2cfcf;
	border-radius: .25rem
}
#goods-form .page-content-second .form-group>.input-wrapper>input:focus {
	border-color: #2d9eee
}
#goods-form .page-content-second .form-group .btn-wrapper {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	width: 100%
}
#goods-form .page-content-second .form-group .btn-wrapper>.btn {
	width: 100%
}
#goods-form .remodal-true h1, #goods-form .remodal-false h1 {
	margin-top: 0;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 5px;
	letter-spacing: .5rem
}
#goods-form .remodal-true p, #goods-form .remodal-false p {
	margin: 30px 0 10px;
	margin: 3rem 0 1rem;
	font-size: 18px;
	font-size: 1.8rem
}
#goods-form .remodal-true .tweet-btn, #goods-form .remodal-false .tweet-btn {
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 30px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	background: #1da1f2;
	border: none;
	border-radius: .5rem;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.3)
}
#goods-form .remodal-true .tweet-btn:hover, #goods-form .remodal-false .tweet-btn:hover {
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 4px 10px 5px rgba(0,0,0,.1)
}
#goods-form .remodal-true .btn, #goods-form .remodal-false .btn {
	margin-top: 30px;
	margin-top: 3rem
}
.img-responsive {
	display: block;
	max-width: 100%;
!important height: auto;
	margin-bottom: 20px;!important
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	-webkit-filter: blur(3px);
	filter: blur(3px)
}
.remodal-overlay {
	background: rgba(0,0,0,.95)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	animation-duration: .3s;
	animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
	animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
	animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
	padding: 10px 10px 0
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-top: 74px;
	margin-top: 7.4rem;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	padding: 15px;
	padding: 1.5rem;
	transform: translate3d(0, 0, 0);
	color: #fff;
	background: rgba(255,255,255,.2);
	/*background: rgba(206,138,208,.2) url(../images/pattern@2x.png);*/
	background-size: 40px 40px;
	border: 1px solid #ff8400;
	box-shadow: 0 0 6px 0 #ff8400
}

@media(min-width:768px) {
.remodal {
	padding: 4.5rem
}
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	animation-duration: .3s;
	animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
	animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
	animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
	vertical-align: middle
}
.remodal-close {
	position: absolute;
	top: -60px;
	right: 0;
	display: block;
	overflow: visible;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background: transparent;
	outline: 0;
	cursor: pointer;
	transition: all 300ms ease-in-out
}
.remodal-close:before, .remodal-close:after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 6px;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all 300ms ease-in-out
}
.remodal-close:before {
	transform: rotate(-135deg)
}
.remodal-close:after {
	transform: rotate(135deg)
}
.remodal-close:hover:before, .remodal-close:focus:before {
	transform: rotate(45deg)
}
.remodal-close:hover:after, .remodal-close:focus:after {
	transform: rotate(-45deg)
}
.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background .2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0
}
.remodal-confirm {
	color: #fff;
	background: #81c784
}
.remodal-confirm:hover, .remodal-confirm:focus {
	background: #66bb6a
}
.remodal-cancel {
	color: #fff;
	background: #e57373
}
.remodal-cancel:hover, .remodal-cancel:focus {
	background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
padding:0;
border:0
}
@keyframes remodal-opening-keyframes {
from {
transform:scale(1.05);
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
to {
transform:none;
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
-webkit-filter:blur(0);
filter:blur(0)
}
}
@keyframes remodal-closing-keyframes {
from {
transform:scale(1);
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
to {
transform:scale(.95);
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
-webkit-filter:blur(0);
filter:blur(0)
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
to {
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
to {
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
}

@media only screen and (min-width:641px) {
.remodal {
	max-width: 700px
}
}
.lt-ie9 .remodal-overlay {
	background: #2b2e38
}
.lt-ie9 .remodal {
	width: 700px
}
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}
.remodal, [data-remodal-id] {
	display: none
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}
.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align: left
}
.remodal-is-initialized {
	display: inline-block
}
.remodal h3 {
	margin: 0 0 1.5em;
	text-align: center
}
.remodal h3 span {
	background: #ff8400
}
.remodal p {
	margin: 0 0 2em;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.remodal p:last-child {
	margin-bottom: 0
}
.remodal p>span {
	background: linear-gradient(transparent 75%, #ff8400 75%)
}
.remodal .video {
	margin-bottom: 30px
}
.remodal .img-wrapper {
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
	text-align: center
}
.remodal .img-wrapper img {
	margin: auto
}
.remodal .img-wrapper-no-padding {
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
	background: transparent
}
.remodal .img-wrapper-no-padding img {
	margin: auto
}
.remodal .conan_banners {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	margin: 0 -.5rem;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.remodal .close-btn-wrapper {
	margin-top: 40px;
}

@media(min-width:768px) {
.remodal .conan_banners {
	-ms-flex-direction: row;
	flex-direction: row
}
}
.remodal .conan_banners .flex-item {
	padding: 0 5px 5px;
	padding: 0 .5rem .5rem
}

@media(min-width:768px) {
.remodal .conan_banners .flex-item {
	padding: 0 .5rem
}
}
.remodal .conan_banners img {
	margin: auto
}
.remodal h2.popup-title {
	margin: 0 0 30px;
	text-align: center
}
.remodal h2.popup-title .en, .remodal h2.popup-title .ja {
	display: block
}
.remodal h2.popup-title .en {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: PT Mono, monospace;
	font-weight: 400;
	text-transform: uppercase
}

@media(min-width:768px) {
.remodal h2.popup-title .en {
	font-size: 2.2rem
}
}
.remodal h2.popup-title .ja {
	font-size: 15px;
	font-size: 1.5rem
}
.remodal ul.list-link {
	display: table;
	margin: 0 auto
}
.remodal ul.list-link li a {
	display: block;
	padding: 8px 15px;
	padding: .8rem 1.5rem;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	border-radius: 18px
}
.remodal ul.list-link li a[href^="http://realdgame.jp"] {
	background: #3273c7
}
.remodal ul.list-link li a[href^="https://twitter.com"] {
	background: #1da1f2
}
.remodal ul.list-link li a[href^="https://www.facebook.com"] {
	background: #3b5998
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.hidden {
	display: none!important
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.visible-xs, .visible-sm, .visible-md {
	display: none!important
}

@media(max-width:767px) {
.visible-xs {
	display: block!important
}
}

@media(min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
}

@media(max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}

@media(min-width:1200px) {
.hidden-lg {
	display: none!important
}
}

@media print {
.hidden-print {
	display: none!important
}
}
.remodal a .label {
	background: url(../../img/sns_icon2.png) no-repeat 0 50%;
    background-size: 20px 18px;
    /* padding-left: 24px; */
    padding: 10px;
    border: 1px solid #ff8400;
}
.txt_hint {
	text-align: center;
	margin: 2rem auto!important;
}

.remodal .btn-close {
	background-color: #cccccc;
	color: #000;
}