@charset "UTF-8";
.basicOpList{
	width:96%;
	margin:20px 0 20px 2%;
	padding:10px 0;
	color:#e02d8f;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
}

.basicOpList .font10{
	color: #ea2437;
}

.basicOpList li{
	width:25%;
	float:left;
	white-space:nowrap;
	padding:5px 0;
	font-size:1.2rem;
	text-align:center;
}

@media screen and (min-width:480px){
.basicOpList li{
	width:20%;
}
}

@media screen and (min-width:768px) {
.basicOpList li{
	width:20%;
	font-size:1.4rem;
}
}

#option .exTxt{
	padding: 0 10px;
}

.optionCharge {
	/*border: solid 1px #dedede;*/
	box-sizing: border-box;
	margin: 0 0 20px 0;
	background: #ffffff;
}

.optionCharge:nth-child(odd) {
	width: 48%;
	float: left;
	clear: both;
}

.optionCharge:nth-child(even) {
	width: 48%;
	float: right;
}

.optionChargeHead {
	position: relative;
    overflow: hidden;
    height: 140px;
	/*background: #ffd3d3;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding: 10px 3%;*/
}

.optionChargeImg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	/*width: 50%;*/
}

.optionChargeImg img {
	width: 100%;
	height: auto;
	/*box-shadow:rgb(255, 255, 255) 0px 0px 0px 3px;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 0px 3px;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 0px 3px;*/
}

.optionChargeTxt {
	box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    padding: 20px 10px;
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;*/
}

.optionChargeSubTxt a:hover{
	color: #cf2e86 !important;
}
.optionChargeSubTxt a{
	color: #2489ce !important;
}


.optionChargeTxt dt {
	text-align: center;
	padding: 0 0 8px 0;
	line-height: 1.4rem;
}

@media screen and (max-width: 480px) {
	
.optionCharge:nth-child(odd) {
	width: 100%;
	float: none;
}

.optionCharge:nth-child(even) {
	width: 100%;
	float: none;
}

/*.optionChargeSubTxt {
	display: none;
}*/
	
}

.optionCharge a {
	color: #565656;
}

.optionChargePrice {
	font-size: 1.8rem;
	color: #ea2437;
	padding: 0 0 8px 0;
	line-height: 1.8rem;
	text-align: center;
}

.optionChargePrice:last-child {
	padding: 0;
}

.optionChargePrice span {
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 0 0 1%;
}

.optionChargeTxt .fakeLink {
	text-align: right;
	color: #3361ad;
	font-size: 1.2rem;
}

.optionChargeSubTxt {
	padding: 8px 2%;
	line-height: 2rem;
}

.optionChargeSubTxt .hot { color: #ff6633; }

.optionChargeSubTxt .cool { color: #3399ff; }

.optionChargeSubTxt .aroma { color: #ff3366; }

.attentionList { clear: both; }

.optionNew {
	display: block;
	position: absolute;
	top: -10px;
	left: -5px;
	background: #FF0C10;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1rem;
	padding: 11px 0 0 0;
	border: solid 2px #ffffff;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
}

.optionNote {
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.Supplement_txt{
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.optionMembersOnly_icon {
	display: block;
	position: absolute;
	top: -10px;
	left: -5px;
	background: #E02D8F;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1rem;
	padding: 6px 3px 0 3px;
	border: solid 2px #ffffff;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
}
.oplinethrough{
	color: #ea2437;
	text-decoration: line-through;
	font-size: 1.8rem !important;

}
.ShortagePricecolor{
	color: #1E1E1E;
}
.ShortagePriceTxt{
	font-weight: bold;
}
.optionLimitedtime_icon {
	display: block;
	position: absolute;
	top: -10px;
	left: -5px;
	background: #FF0C10;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1rem;
	padding: 6px 3px 0 3px;
	border: solid 2px #ffffff;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
}

/*画像がないバージョン※画像ありに戻す場合はtempleのバックアップに戻してここから下を消す*/
.optionChargeHead {
	height: auto!important;
	min-height: 140px!important;
}

.optionChargeHead dt{
padding: 10px;
}
.optionChargeSubTxt p{
    line-height: 1.5rem!important;
    font-size: 1.2rem!important;
}
/*画像がないバージョン※画像ありに戻す場合はtempleのバックアップに戻してここから下を消す*/

/*たまご用*/

/*有料オプション*/
.paidOpList{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 10px;
	background: #fff;

}
.paidOpList li{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;	
    padding: 1%;
}

.paidOpList .items{
	padding: 15px 10px;
    background: #f9e8f6;
    box-sizing: border-box;
	border: solid 1px #b2b2b2;	
}

.paidOpList .price{
	padding: 15px 10px;
    background: #fff;
	text-align: end;
    box-sizing: border-box;
	border: solid 1px #b2b2b2;
}

/*790以下*/
@media only screen and (max-width: 890px){
	.paidOpList{
		display: grid;
		grid-template-columns: repeat(1, 1fr);

	}

	.paidOpList li{
		padding: 0%;
	}
}

/*コスプレ*/

.costumeBnr {
	margin-bottom: 20px;
}
.costumeNote {
	margin-bottom: 30px;
}
.costumeNote .real {
	width: 40px;
	height: auto;
	vertical-align: middle;
	margin-right: 2px;
}
.costumeNote span {
	color: #d10200;
}
.costume-lineup {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 10px;
	margin-bottom: 40px;
}
.costume-lineup li div {
	position: relative;
}
.costume-lineup li img {
	display: block;
	border: 1px #cfcfcf solid;
	margin-bottom: 5px;
}
.costume-lineup li .real {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	border: none;
	margin: 0;
	width: 40px;
	height: auto;
}
.costume-lineup li p {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
.costume-item {
	border: 1px #cfcfcf solid;
	margin-bottom: 30px;
}
.costume-item h4 {
	font-size: 16px;
	display: flex;
    align-items: center;	
	font-weight: bold;
	color: #fff;
	padding: 10px;
	/*background: #d10200;*/
	background: url(/images/pattern_check.png);
}
.costume-item h4 .real {
	width: 50px;
	height: auto;
	margin-left: 5px;
}
.costume-details {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #ffe8e8;;
}
.costume-gallery-big {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.costume-gallery-small {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.costume-gallery-big li,
.costume-gallery-small li {
	border: 1px #cfcfcf solid;
	line-height: 1;
}
.costume-gallery-big li img,
.costume-gallery-small li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.costume-feature {
	grid-column: 1/3;
	grid-row: 2/3;
	border: 1px #cfcfcf solid;
	padding: 20px;
	background: #fff;
}
.costume-feature h5 {
	font-size: 16px;
	font-weight: bold;
	color: #d10200;
	margin-bottom: 10px;
}
.costume-feature p {
	line-height: 1.5;
}
.costume-feature p span {
	color: #d10200;
}
@media only screen and (min-width: 790px){
	.costumeNote {
		margin-bottom: 40px;
	}
	.costumeNote .real {
		width: 50px;
		height: auto;
		vertical-align: middle;
		margin-right: 4px;
	}	
	.costume-lineup {
		grid-template-columns: repeat(6, 1fr);
	}
	.costume-lineup li p {
		font-size: 12px;
	}
	.costume-item h4 {
		font-size: 20px;
	}
	.costume-item h4 .real {
		width: 60px;
		margin-left: 10px;
	}
	.costume-item {
		margin-bottom: 40px;
	}
	.costume-details {
		flex-direction: row;
		justify-content: space-between;
	}
	.costume-gallery-big {
		margin-bottom: 0;
	}
	.costume-gallery-big,
	.costume-gallery-small {
		width: calc(50% - 10px);
	}
	.costume-feature {
		grid-column: 1/3;
		grid-row: 2/3;
	}	
	.costume-feature h5 {
		font-size: 18px;
	}
}

.costume-returnIcon{
    background: #ffe8e8;
    text-align: end;
    padding: 0% 1% 1% 0;	
}






