@charset "UTF-8";

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
input[type=text] {
	font-size: 16px;
	transform: scale(0.8);
}

#simulation {
	border: 1px solid #333;
	width: 750px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#simulation {
		width: 96%;
	}
}
#simulation h1 {
	background-color: #333;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	padding: 7px 0;
}
.type-stock {
	margin: 20px auto;
	width: 96%;
}
@media screen and (max-width: 350px) {
	.type-stock {
		margin: 10px auto;
	}
}
.type-stock table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
	font-size: 11px;
}
@media screen and (max-width: 750px) {
	.type-stock table {
		display: none;
	}
}
.type-stock table tr th {
	border: 1px solid #333;
	padding: 10px 3px;
	background-color: #DBDBDB;
}
.type-stock table tr td {
	border: 1px solid #333;
	padding: 3px;
	text-align: center;
}
.type_select {
	display: none;
}
@media screen and (max-width: 750px) {
	.type_select {
		display: block;
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}
}
@media screen and (max-width: 650px) {
	.type_select {
		font-size: 15px;
	}
}
.type_select select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.type_select select::-ms-expand {
	display: none;
}
.type-Required.selecter {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.type-Required.selecter::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.type-Required.selecter select {
	padding: 8px 38px 8px 8px;
	font-size: 16px;
	color: #666;
}
@media screen and (max-width: 650px) {
	.type-Required.selecter select {
		padding: 4px 20px 4px 4px;
		font-size: 13px;
	}
}
.name-image {
	margin: 20px auto;
	width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media screen and (max-width: 650px) {
	.name-image {
	  display: -webkit-block;
	  display: -ms-block;
	  display: block;
	}
}
.simulation_wrap {
	width: 300px;
	margin: 0 auto;
}
.simulation_wrap p:nth-child(2){
	text-align: center;
}
.simulation_wrap p:nth-child(2) a{
	background: #3DA5BB;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 650px) {
	.simulation_wrap {
		width: auto;
	}
}
.simulation_wrap p {
	max-width: 300px;
	margin: 15px 20px;
	font-size: .8em;
	color: #FF0004;
}
@media screen and (max-width: 650px) {
	.simulation_wrap p {
		max-width: 100%;
		margin: 0 15px 20px;
	}
}
.name-simulation {
	/*background: url(../image/sp_BG_01.jpg) no-repeat;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 300px;
	height: 470px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
	.name-simulation {
		width: 250px;
		height: 400px;
	}
}
@media screen and (max-width: 400px) {
	.name-simulation {
		width: 200px;
		height: 320px;
	}
}
.canvas-txt {
	z-index: 1;
	width: 100%;
}
@media screen and (max-width: 650px) {
	.canvas-txt {
		margin: 0 auto 20px;
	}
}
.name-select {
	width: 370px;
}
@media screen and (max-width: 650px) {
	.name-select {
		position: fixed;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		min-height: 120px;
		z-index: 999;
	}
	.name-select.static {
		position: static;
	}
}
.name-select .name-choice {
	margin: 15px 0;
	font-size: 14px;
}
@media screen and (max-width: 650px) {
	.name-select .name-choice {
		margin: 0;
	}
}
.name-select .name-choice label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
@media screen and (max-width: 650px) {
	.name-select .name-choice label {
		cursor: pointer;
		background-color: #666;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding: 5px 10px;
		margin-bottom: 0;
	}
}
.name-select .name-choice div {
	display: block;
}
@media screen and (max-width: 650px) {
	.name-select .name-choice div {
		display: none;
		background-color: #FFF;
		padding: 10px;
	}
	.name-select .name-choice div.open {
		display: block;
	}
}
.name-select .name-choice div span {
	font-size: .8em;
}
.name-select .name-text p {
	display: inline-block;
}
.name-select .name-text .name-textline {
	padding: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 650px) {
	.name-select .name-text .name-textline {
		padding: 10px 0 10px 10px;
		margin-bottom: 10px;
	}
}
.name-select .name-font_type ul li {
	display: inline-block;
	width: 60px;
	height: 45px;
	border: 2px solid #ccc;
	margin: 0 5px 10px;
	font-size: 30px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}
@media screen and (max-width: 650px) {
	.name-select .name-font_type ul li {
		margin: 0 7px 15px;
	}
}
.name-select .name-font_type ul li::before {
	content: "A";
}
.name-select .name-font_type ul li.text-1 {
	font-family: 'font1';
}
.name-select .name-font_type ul li.text-2 {
	font-family: 'font2';
}
.name-select .name-font_type ul li.text-3 {
	font-family: 'font3';
}
.name-select .name-font_type ul li.text-4 {
	font-family: 'font4';
}
.name-select .name-font_type ul li.text-5 {
	font-family: 'font5';
}
.name-select .name-font_type ul li.text-6 {
	font-family: 'font6';
}
.name-select .name-font_type ul li.text-7 {
	font-family: 'font7';
}
.name-select .name-font_type ul li.text-8 {
	font-family: 'font8';
}
.name-select .name-font_type ul li.text-9 {
	font-family: 'font9';
}
.name-select .name-font_type ul li.text-10 {
	font-family: 'font10';
}
.name-select .name-font_type ul li.text-11 {
	font-family: 'font11';
}
.name-select .name-font_type ul li.text-12 {
	font-family: 'font12';
}
.name-select .name-font_type ul li.text-13 {
	font-family: 'font13';
}
.name-select .name-font_direction ul li {
	display: inline-block;
	width: 50px;
	height: 46px;
	border: 2px solid #ccc;
	margin: 0 5px 10px;
	font-size: 30px;
	font-family: 'font3';
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}
@media screen and (max-width: 650px) {
	.name-select .name-font_direction ul li {
		margin: 0 7px 15px;
	}
}
.name-select .name-font_direction ul li::before {
	content: "T";
}
.name-select .name-font_direction ul li.direction-2 {
	transform: rotate(90deg);
}
.name-select .name-font_direction ul li.direction-3 {
	transform: rotate(270deg);
}
.name-select .name-font_direction ul li.direction-4 {
	transform: rotate(180deg);
}
.name-select .name-font_color ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
	margin: 0 5px 10px;
	cursor: pointer;
}
@media screen and (max-width: 650px) {
	.name-select .name-font_color ul li {
		margin: 0 7px 15px;
	}
}
.name-select .name-font_color ul li.color-1 {
	background-color: #FFF;
}
.name-select .name-font_color ul li.color-2 {
	background-color: #000;
}
.name-select .name-font_color ul li.color-3 {
	background-color: #e60024;
}
.name-select .name-font_color ul li.color-4 {
	background-color: #e62f8b;
}
.name-select .name-font_color ul li.color-5 {
	background-color: #f4b5ca;
}
.name-select .name-font_color ul li.color-6 {
	background-color: #028cd4;
}
.name-select .name-font_color ul li.color-7 {
	background-color: #7ecdf4;
}
.name-select .name-font_color ul li.color-8 {
	background-color: #1c2189;
}
.name-select .name-font_color ul li.color-9 {
	background-color: #ef7d00;
}
.name-select .name-font_color ul li.color-10 {
	background-color: #fff001;
}
.name-select .name-font_color ul li.color-11 {
	background-color: #5bb531;
}
.name-select .name-font_color ul li.color-12 {
	background-color: #711486;
}

.notice-cage {
	width: 96%;
	margin: 20px auto;
}
.notice-check .check_area {
	margin-bottom: 10px;
	font-size: 14px;
}
.notice-check .check_area h2 {
	font-size: 18px;
	margin-bottom: 7px;
}
.notice-check .caution_area {
	height: 90pt;
	overflow-y: scroll;
	margin-bottom: 10px;
	padding: 0 1em 1em;
	background-color: #F5ECCE;
	border: 2px inset #F7F2E0;
	font-size: 11px;
}
.notice-check .caution_area h3 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.notice-check .checkbox_wrapper {
	text-align: center;
	margin-bottom: 10px;
}
.notice-check .checkbox_wrapper label {
	margin: 0 auto;
	display: inline-block;
	border: 1px solid #FF0004;
	padding: 5px 10px;
}
.order_choice {
	margin-bottom: 10px;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.order_choice {
		text-align: center;
	}
	.order_choice span {
		display: block;
		margin-top: 7px;
	}
}
.order_choice select {
	font-size: 12px;
	padding: 7px 10px;
	width: 20em;
	margin-bottom: 5px;
}
.item_price {
	font-size: 35px;
	color: #FF0004;
	text-align: right;
	line-height: .8em;
	margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
	.item_price {
		text-align: center;
	}
}
.item_price span {
	font-size: 20px;
}
.item_price span.tax_black {
	font-size: 14px;
	color: #000;
}
.cage-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media screen and (max-width: 480px) {
	.cage-button {
	  display: -webkit-block;
	  display: -ms-block;
	  display: block;
	}
}
.cage-button .buy-quantity label {
	font-size: 16px;
	font-weight: bold;
}
.cage-button .buy-quantity input {
	padding: 15px;
	width: 5em;
	border-radius: 10px;
}
@media screen and (max-width: 480px) {
	.cage-button .buy-quantity {
		text-align: center;
		margin-bottom: 10px;
	}
}
.cage-button .cartBtn button {
	background-color: transparent;
	border: 0;
	outline: none;
	padding: 0;
	appearance: none;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	background-color: #FF0004;
	border-radius: 10px;
	padding: 10px 30px;	
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
	.cage-button .cartBtn {
		text-align: center;
	}
	.cage-button .cartBtn button {
		width: 90%;
		padding: 10px 3%;
		margin-left: 0;
	}
}
.cage-button .cartBtn button:hover {
	opacity: 0.6;
}

.active {
	border-color: #333 !important;
	border-radius: 2px;
}
.err {
	color: #ff0000;
	font-size: 12px;
}
/************************
お問い合わせ
************************/
#inquiry{
	padding-top: 30px;
}
#inquiry p img{
	margin-top: 20px;
	width: 15% !important;
}
#inquiry p,#inquiry h2,#inquiry a{
	text-align: center;
	text-decoration: none;
}
#inquiry h2{
	text-decoration: underline;
}

/************************
2行目のテキストボックス非表示
************************/
#kieru{
	display: none !important;
}