
/* リセット
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body , html {
	height: 100%;
}
body{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
ul{list-style: none}

img{
	max-width: 100%;
	height: auto;
	display:block;
}

.flex {
	display: flex;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

/* 標準スタイル： 横840以上　対象PC/タブレット
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #contents .entryInfo{
	margin-bottom: 10px;!important;
}
/* 詳細ページ */
div.banner{
	margin-bottom:  20px;
}

div.top_banner img,
div.banner img{
	height: 46px;
}

.index_menu_info{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 15px;
}
.index_menu{
	display: flex;
	justify-content: center;
	/*margin-bottom: 40px;*/
}
.menu {
	display: flex;
}
.index_menu li,
.index_menu a{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
.index_menu li{
	opacity: .4;
}
.index_menu li label {
	cursor: pointer;
}
.index_menu li.active {
	opacity: 1;
}
.index_menu input{
	display: none;
}
.index_menu li label img:not(.no_effect){
	transition: all .3s;
}
.index_menu li label:hover img:not(.no_effect) {
	opacity: .4;
}
.index_menu li.active label:hover img:not(.no_effect) {
	opacity: 1;
}
.category_btn {
	width: 300px;
	height: 70px;
	background: #bdc6a7;
	border-radius: 10px;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
}
.category_text_en {
	color: white;
	font-size: 28px;
	font-weight: 500;
}
.category_text_jp {
	color: white;
	font-size: 16px;
	font-weight: 500;
	margin-top: -3px;
}
.category_btn img {
	position: absolute;
	top: 27px;
	right: 15px;
	width: 30px;
}
.category_btn:hover {
	opacity: 0.7;
}



.simulator_title{
	display: flex;
	flex-flow: row wrap;
	padding:0 0 20px 0;
	align-items: flex-end;
}
h2{
	font-size: 2rem;
}

.mainBox {
	display: flex;
	position: relative;
	margin-bottom: 50px;
}

/*left*/
.main_img_bak {
	width: 627px;
	position: absolute;
	top: 0;
}
#main_img,
#main_img2,
#main_img3,
#main_img4,
#main_img5,
#main_img6,
#main_img7 {
	width: 627px;
	margin-right: 20px;
	margin-bottom: 50px;
	z-index: 1;
}
.imageBox a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.3rem;
	text-decoration: none;
	border-radius: 5px;
	background-color: #4D556A;
	color: white;
	padding: 5px 10px;
	box-sizing: border-box;
	z-index: 2;
}

/*right*/
.rightBox p {
	border-left: 5px solid gray;
	padding-left: 5px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.selectBox {
	width: 610px;
	display: flex;
	flex-wrap: wrap;
}
.select01,
.select02 {
	position: relative;
	margin-bottom: 5px;
}
.select01 {
	height: 210px;
}
.select02 {
	height: 230px;
}
.select01 img,
.select02 img {
	cursor: pointer;
	width: 140px;
	padding: 6px 6px 0 6px;
	/*box-sizing: border-box;*/
}
.type_name {
	cursor: pointer;
	padding-left: 6px;
}
.new {
	cursor: pointer;
	padding-left: 6px;
	color: red;
	margin-left: 20px;
}
.selectedColor {
	cursor: pointer;
	outline:2px solid orange;
	outline-offset: -2px!important;
	padding-bottom: 6px;
	box-sizing: border-box;
}

/*詳細ボタン*/
.detail01 a,
.detail02 a{
	position: absolute;
	left: 6px;
	font-size: 1.1rem;
	text-decoration: none;
	border-radius: 5px;
	background-color: #4D556A;
	color: white;
	padding: 5px 10px;
	box-sizing: border-box;
}
.detail01 a:hover,
.detail02 a:hover {
	opacity: 0.7;
}
.detail01 a {
	top: 176px;
}
.detail02 a {
	top: 195px;
}

.sameBox {
	display: flex;
}

/*似た柄はこちら*/
.resembleBox {
	display: flex;
	margin-top: 8px;
}
.resemble {
	width: 100px;
	padding: 0 4px 0 6px;
}
.resemble_name {
	cursor: pointer;
}


/*着せ替えページ　エルワイタイルリンク*/
.text_link2 {
	/*margin-top: 55px;*/
	margin: 13px 0 30px;
}
.lyt_link {
	margin-top: 65px;
	text-decoration: underline;
}
.lyt_link a {
	color: blue;
}

/* タブレットスタイル： 横768以下の場合　対象スマホ  ベース*0.6
#your_choice_colorindex #your_choice_stylesは例外
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
	.flex {
		display: initial;
	}

	#contents.single .entryInfo:not(.btm) {
		display: none;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.simulator_title{
		display: flex;
		flex-flow: row wrap;
		padding:0 0 20px 0;
		align-items: flex-end;
	}
	h2{
		font-size: 2rem;
	}
	.mainBox {
		display: block;
		position: relative;
		margin-bottom: 50px;
	}

	.index_menu_info{
		margin-bottom: 10px;
	}
	.index_menu{
		display: block;
		justify-content: center;
		width: 315px;
		margin: 0 auto;
	}
	.menu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.index_menu a{
		width: 150px;
	}
	.category_btn {
		width: 150px;
		height: 71px;
		border-radius: 5px;
		text-align: center;
		padding: 1px;
		box-sizing: border-box;
		position: relative;
	}
	.category_text_en {
		color: white;
		font-size: 23px;
		font-weight: 500;
	}
	.category_text_jp {
		color: white;
		font-size: 14px;
		font-weight: 500;
		margin-top: -6px;
	}
	.category_btn img {
		position: absolute;
		top: 52px;
		right: 65px;
		width: 25px;
	}

	/*left*/
	.main_img_bak {
		width: 100%;
		position: absolute;
		top: 0;
	}
	#main_img,
	#main_img2 {
		width: 100%;
		margin-right: initial;
		z-index: 1;
		margin-bottom: 20px;
	}

	/*right*/
	.rightBox p {
		border-left: 5px solid gray;
		padding-left: 5px;
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	.selectBox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.select01,
	.select02 {
		position: relative;
		margin-bottom: 5px;
	}
	.select01 {
		height: 210px;
	}
	.select02 {
		height: 230px;
	}
	.select01 img,
	.select02 img {
		cursor: pointer;
		width: 98px;
		padding: 6px 6px 0 6px;
		/*box-sizing: border-box;*/
	}
	.type_name {
		cursor: pointer;
		padding-left: 6px;
	}
	.new {
		margin-left: 0;
	}
	.selectedColor {
		cursor: pointer;
		outline:2px solid orange;
		outline-offset: -2px!important;
		padding-bottom: 6px;
		box-sizing: border-box;
	}

	/*詳細ボタン*/
	.detail01 a,
	.detail02 a{
		position: absolute;
		left: 6px;
		font-size: 1.1rem;
		text-decoration: none;
		border-radius: 5px;
		background-color: #4D556A;
		color: white;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.detail01 a:hover,
	.detail02 a:hover {
		opacity: 0.7;
	}
	.detail01 a {
		top: 155px;
	}
	.detail02 a {
		top: 175px;
	}

	.sameBox {
		display: flex;
	}

	/*似た柄はこちら*/
	.resembleBox {
		display: flex;
		margin-top: 8px;
	}
	.resemble {
		width: 95px;
		padding: 0 4px 0 6px;
	}
	.resemble_name {
		cursor: pointer;
	}


	/*着せ替えページ　エルワイタイルリンク*/
	.text_link2 {
		/*margin-top: 55px;*/
		margin: 13px 0 30px;
	}
	.lyt_link {
		margin-top: 65px;
		text-decoration: underline;
	}
	.lyt_link a {
		color: blue;
	}

}
