@charset "UTF-8";
/* ===================================================================
	00 基本設定
	01 商品画像スライド
	02 商品情報
=================================================================== */

/* 00 基本設定
--------------------------------------------------------------------*/
body {
}
.dialog-main {
    padding: 35px 40px 30px;
}
.dialog-main select {
	font-size: 13px !important;
	height: 34px !important;
	padding: 6px 40px 6px 10px !important;
	margin-bottom: 5px;
	margin-top: 5px;
}
.dialog-main input {
	font-size: 13px !important;
}
.item-color dt, .item-size dt {
	width: 20%;
}
.item-color dd, .item-size dd {
	width: 80%;
}
.check.ok {
	color: #ff0000;
	position: absolute;
	top: 18px;
}
#dialog-main .dialog-button {
	font-size: 0;
	text-align: center;
	margin: 15px 0;
}
.dialog-button li {
	display: inline-block;
	margin: 0 0 0 10px;
}
.dialog-button li:first-child {
	margin: 0 0 0 0;
}
.dialog-button .default-btn {
	width: 190px;
	height: 40px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	padding: 13px 3%;
}
.dialog-button a.simpleBtn {
	display: inline-block;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
}
.dialog-button a.back {
	background-position: 10% center;
	margin-right: 15px;
}
.dialog-button a.confirm {
	background-position: 90% center;
}
/* 02 詳細
--------------------------------------------------------------------*/

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
 select::-ms-expand {
 display: none;
}
/*======== ダイアログ大枠のスタイル ========*/
#dialog-box {
	text-align: center;
	font-size: 12px;
	color: #555555;
	position: absolute;
	left: 0px;
	top : 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
}
#dialog-box.credit{
	text-align: left;
	line-height: 1.6;
}

#dialog-box.credit .card_img {
	padding-top: 10px;

}
#dialog-box.credit .card_img img{
}
#dialog-box.credit .card_img li{
	float: left;
	text-align: center;
	width: 33%;
}
#dialog-box.credit .card_img .subtitle{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
}

#dialog-box.credit .column p{
	margin-bottom: 10px;
	line-height: 1.6;
}

#dialog-box.credit .card_img .g_form_text--help{
	font-size: 12px;
	display: block;
	padding-top: 10px;
}
.dialog-info {
	text-align: left;
	margin: 0 auto 25px;
	width: 100%;
	line-height: 1.6;
}

.dialog-info p{
	font-size: 16px;
	text-align:center;
}
/*==== Form ====*/
#dialog-box #orderStartMailForm, #dialog-box #restockMailForm {
	width: 100%;
	margin: 0 auto;
}
/*======== ENTRY ========*/
#dialog-box h1, #dialog-main h3.title, .dialog-info h1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    text-align: left;
}
.dialog-colorsize {
	width: 100%;
	margin-bottom: 40px;
}

.dialog-colorsize p{
	color: #d64728;
	margin-bottom: 15px;
	/* margin-left: 30px; */
}
/*==== アイテム情報 ====*/
.dialog-colorsize dl {
	display: table;
	text-align: left;
}
.dialog-colorsize dt, .dialog-colorsize dd {
	display: table-cell;
	vertical-align: middle;
}
.dialog-colorsize > dl > dt {
	width: 150px;
	vertical-align: top;
}
.dialog-colorsize > dl > dd {
	width: 330px;
}
.dialog-colorsize dd dl, .dialog-colorsize dd dl dt, .dialog-colorsize dd dl dd {
	display: block;
	line-height: 1.6;
	font-size: 12px;
}
.dialog-colorsize .brand_name {
	font-family: 'Poppins',NotoSans, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9E9E9E;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	line-height: 1em;
}
.dialog-colorsize .item_name {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.4;
	color: #000;
}
.color-size{
	color: #888;
    font-size: 13px;
	margin-bottom: 20px;
	color: #000;
}
.color-size span{
	display: table-cell;
}
.color-size .color-size_label{
	font-size: 12px;
	width: 145px;
    display: table-cell;
    vertical-align: middle;
}
.color-size .select_wrapper{
	width: 300px;
	position: relative;
}

.color-size .select_wrapper select{
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	background: none;
}
.color-size .select_wrapper:after{

    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    z-index: 100;}
#msgBox_variationSelect{
	border: none;
}
/*カラバリ選択プルダウン用*/
.dialog-colorsize dd dl dd .check.ok {
	position: absolute;
	top: 22px;
	right: -2.5em;
	margin-left: 0;
}
.dialog-colorsize .inputArea .check.ok {
    top: -10px;
	right: -2.0em;
}
.dialog-colorsize dd dl {
	width: 330px;
	margin-left: 30px;
}
.dialog-colorsize dd dl dd {
	position: relative;
}
.dialog-colorsize img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.btn-back {
	position: relative;
	padding-left: 15px;
}
.btn-back:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 9%;
	margin-top: -4px;
	z-index: 100;/*content: "<";
    color: #fff;
    z-index: 100;
    padding: 2% 1.3%;*/
}
/*==== Input ====*/
.inputArea {
	clear: both;
	padding: 0 00;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
.dialog-address {
	position: relative;
	width: 100%;
	margin-top: 15px;
}
.inputArea .dialog-address dt{margin-bottom: 5px;}
.inputArea .dialog-address dd{
}
.efoMsgBox{
	height: 30px;
	line-height: 30px;
	padding:0 10px;
}
.inputArea .dialog-input-info {
	font-size: 10px;
}
.caution-mark {
	color: #ff3363;
	line-height: 1em;/*	margin:0 0 5px 3px;*/
}
/*==== InputBox ====*/
.inputArea .dialog-address input {
	width: 100%;
	box-sizing: border-box;
	height: 34px;
}
.caution {
	color: #ff3363;
	margin: 0 0 15px 0;/*
	width:360px !important;
	text-align:center;
	margin:0 20px 0 20px;
*/
}
.caution p {
	color: #000;
	font-size:11px;
	line-height:1.6;
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}
.caution p:before {
	content:"・";
	color: #000;
	text-align:left;
}
.dialog-mailmag {
	margin: 0 0 5px 0;
}
.dialog-mailmag input {
	margin: 0 5px 0 0;
}
/*==== Button ====*/
.dialog-button {
	display: table;
	width: 100%;
	font-size: 0;
	margin: 40px auto 0;
	text-align: center;
}
.dialog-button li {
	/*display:table-cell;*/
	display: inline-block;
	text-align: center;
}
.dialog-button #goNextElement {
	position: relative;
	box-sizing: border-box;
	padding-right: 15px;
	width: 290px;
	height: 50px;
	line-height: 50px;
	background: #222;
	border: none;
	border-radius: 6px;
	padding: 0;
	font-size: 16px;
	margin: 0 auto;
}

.dialog-button li img {
	text-align: center;
}
/*======== COMPLEAT ========*/
.dialog-info.comp {
	text-align: center;
	font-size: 12px;
	color: #555555;
}
.dialog-info.comp img.thanks {
	margin: 15px auto;
}

.dialog-info.comp .dialog-message_result {
	color: #000;
	font-size: 18px;
	text-align:center;
	background: none;
	margin: 40px 0;
	padding: 0;
	font-weight: bold;
	line-height: 24px;
}
.dialog-info.comp p {
	font-size: 11px;
	line-height: 1.6;
	text-align: left;
}
.dialog-button-result .default-btn.btn-back {
	font-size: 13px;
	color: #222;
	border: 1px solid #222;
	width: 180px;
	height: 40px;
	line-height: 40px;
}
/*==== Button ====*/
.dialog-button-result {
	text-align: center;
	margin: 15px auto 0 auto;
}

.tos{
	line-height: 1.4;
}

@media screen and (max-width: 1000px){
	#rearrival-info{
		width: 95%;
	}
	.dialog-main {
		padding: 30px;
	}
	.dialog-info p{
		text-align:left;
		font-size: 14px;
	}
	.dialog-colorsize > dl > dt{
		width:auto;
		max-width: 150px;
		min-width: 100px !important;
	}
	.dialog-colorsize > dl > dd{
	width: auto;
	}
	.dialog-colorsize dd dl{
		width:auto;
		margin-left: 15px;
	}
}
