@charset "utf-8";

#contents {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
.main_visual {
	margin: 20px 0 50px;
}
.common_title {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}
.common_title .sub_text {
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 8px 0 0;
	/* line-height: 20px; */
}
.set_visual {
	padding: 30px 50px 40px;
}
.set_visual_list {
	/*display: flex;
	flex-wrap: wrap;*/
}
.set_visual_item {
	/* flex: 0 0 451px; */
	/* width: 100%; */
	/* max-width: 451px; */
	/* margin-bottom: 19px; */
	/* padding: 0 19px 0 0; */
	width: 425px;
	float: left;
}
.set_visual_item:nth-child(2n) {
	padding-left: 50px;
}
.section_set_group {
	margin-top: 50px;
}
.set_title {
	background-color: #000;
	color: #fff;
	line-height: 2.5;
	font-size: 22px;
	/* padding-top: 5px; */
	text-align: center;
}
.set_item_list {
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
	/*align-items:center;
	justify-content:center;*/
	/* margin-top: 30px; */
	/* padding: 0 50px; */
	/* display: flex; */
	justify-content: center;
	align-items: center;
	/* flex-wrap: wrap; */
}
.set_item {
	/*float: left;*/
	/* margin: 0 20px; */
	/* min-height: 450px; */
	text-align: center;
}
.set_item.css_column_2,
.set_item.css_column_4 {
	width: 50%;
}
.set_item.css_column_3,
.set_item.css_column_5 {
	width: 33.33333333%;
}
.set_item_wrap {
	margin:0 10px;
}
.set_item_right {
	float: right!important;
}
.set_item .photo {
	margin-bottom: 20px;
	display:block;
	position: relative;
	overflow: hidden;
}
.set_item .photo:before {
	content: "";
	display: block;
	position:absolute;
	padding-top: 133.33333%;
}
.set_item .photo img {
	width: 320px;
	height: auto;
}
.set_item .brand {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
.set_item .item-name {
	font-size: 11px;
	overflow:hidden;
	margin-bottom: 4px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.set_item .price {
	font-size: 11px;
	display: block;
	min-height: 20px;
}
.set_item .sale {
	display:block;
	color:#d90000;
	font-size: 11px;
}
.set_item .offprice {
	color:#d90000;
	font-size:8px;
}
.set_item .onsale {
	text-decoration: line-through;
}
.set_item .tax {
	font-size:8px;
}
.set_item .topText {
	font-size: 18px;
	margin: 30px 0 27px;
	display: block;
}
.selectColorSize {
	display: block;
	width:320px;
	/*margin-top: 20px;*/
	margin:20px auto 0;
}
.selectDetail_wrap {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.selectDetail_wrap + .selectDetail_wrap {
	margin-top:15px;
}
.selectDetail_title {
	width:17%;
	margin:0 3% 0 0;
}
.selectDetail_cts {
	width:75%;/*ぴったりは80%に加えて、*/
	margin-right:5%;/*このマージンをなくす*/
}
.css_column_2 .selectDetail_wrap {}
.css_column_2 .selectDetail_wrap + .selectDetail_wrap {}
.css_column_2 .selectDetail_title {}
.css_column_2 .selectDetail_cts {}
.css_column_3 .selectDetail_wrap {}
.css_column_3 .selectDetail_wrap + .selectDetail_wrap {}
.css_column_3 .selectDetail_title {}
.css_column_3 .selectDetail_cts {}
.btn_confirm {
	/* background-color: #e3e3e3; */
	/* color: #000; */
	/* padding: 10px; */
	width: 470px;
	height: 50px;
	display: block;
	margin: 40px auto 50px;
	font-weight: bold;
	display: block;
}
.btn_confirm.checked {
	background-color: #000;
	color: #fff;
}
.check_complete {
	vertical-align: middle;
	display: none;
}
.btn_cartin {
	width: 100%;
	/*border-top: 1px solid #7d7d7d;*/
	display: block;
	padding: 30px 0 75px;
	text-align: center;
}
.btn_cartin a {
	background-color: #000;
	display: inline-block;
	width: 300px;
	color: #FFF !important;
	line-height: 3.6;
	margin: 0 10px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}
input[type=checkbox] + label {
	/* padding: 11px 126px; */
	background-color: #000;
	color: #fff;
	position: relative;
	display: block;
	font-size: 14px;
	/* height: 100%; */
	/* vertical-align: middle; */
	/* padding: 10px 0px; */
	line-height: 3.5;
	border-radius: 5px;
}

input[type=checkbox]:checked + label {
	background-color: #e5e5e5;
	color: #000;
}
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 121px;
	width: 16px;
	height: 16px;
	background: url(/static/full/images/template/set/no_checked.png?20181207) no-repeat;
	background-size: 16px 16px;
}
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 121px;
	width: 16px;
	height: 16px;
	background: url(/static/full/images/template/set/checked.png?20181207) no-repeat;
	background-size: 16px 16px;
}
.main_visual {
	margin-bottom: 54px;
}
.selectColor,
.selectSize {
	width: 100%;
	min-height: 28px;
	font-size: 11px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 8px 12px 7px;
		-webkit-appearance: none;
		-moz-appearance: none;
	min-width: 120px;
}
/*
.item_box_item dl {
	margin: 0 auto;
	width: 373px;
}
.item_box_item dt {
	width: 50px;
	float: left;
	padding: 10px 0 9px;
}
.item_box_item dd {
	max-width:120px;
	float: left;
}
.dt_size {
	margin-left: 30px;
}*/
.btn_cartin a:before {
	content: "";
	position: absolute;
	height: 25px;
	top: 19px;
	left: 54px;
	background: url(/static/full/images/template/set/cart.png) no-repeat;
	background-size: 25px 25px;
	width: 25px;
}
.flex-viewport {
	max-height: none!important;
}

/* modal_ageconfirm
--------------------------------------------------------------------*/

/*年齢確認モーダル*/
.modal_ageconfirm {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 410px;
	z-index: 2000;
}
.modal_ageconfirm *,
.modal_ageconfirm *:before,
.modal_ageconfirm *:after {
	box-sizing: border-box;
}
.modal_ageconfirm_inner {
	background-color: #fff;
	position: relative;
}
.modal_ageconfirm_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
}
.modal_ageconfirm_header_space {
	width: 20px;
}
.modal_ageconfirm_title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.modal_ageconfirm_close {
	width:20px;
	height:20px;
	position:relative;
}
.modal_ageconfirm_close span {
	display: inline-block;
	height: 2px;
	background-color: #000;
	position: absolute;
	box-sizing: border-box;
}
.modal_ageconfirm_close span:nth-of-type(1) {
	width:20px;
	top: 50%;
	left:0;
	-webkit-transform: translateY(0) rotate(-315deg);
	transform: translateY(0) rotate(-315deg);
}
.modal_ageconfirm_close span:nth-of-type(2) {
	width:20px;
	top: 50%;
	left:0;
	-webkit-transform: translateY(0) rotate(315deg);
	transform: translateY(0) rotate(315deg);
}
.modal_ageconfirm_content {
	padding: 20px 15px;
}
.modal_ageconfirm_text {
	color: #000;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.modal_ageconfirm_inputarea {
	display: flex;
	flex-flow: column wrap;
	gap: 10px;
	align-items: center;
}
.button_ageconfirm {
	display: block;
	width: 100px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	padding: 11px 5px;
	border-radius: 3px;
}
.modal_ageconfirm_error {
	height: 30px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 8px;
	text-align: center;
}
.modal_ageconfirm_error_text {
	font-size: 12px;
	font-weight: 700;
	color: #ff0000;
}
.modal_ageconfirm_footer {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	gap: 10px;
	padding: 20px 15px;
	border-top: 1px solid #eee;
}
.modal_ageconfirm_cationtext {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.button_ageconfirm_submit {
	display: block;
	width: 280px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background-color: #ccc;
	border-radius: 3px;
	padding: 16px 5px;
	transition: .3s;
	box-sizing: border-box;
}
.button_ageconfirm_submit[aria-disabled="true"]  {
	cursor: not-allowed;
}
.button_ageconfirm_submit[aria-disabled="false"] {
	background-color: #5f87cf;
}
