﻿@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////
共通
/////////////////////////////////////////////////////////////////// */
dt,dd{
	float: left;
}


/* =========================================================
商品詳細タイトル周り
========================================================= */
#detail_title{
	padding-top: 10px;
	overflow: hidden;
}

#detail_title p{
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}

#detail_title h2{
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 16px;	
	height: auto;
	min-height: 35px;
}

#detail_title h2 a{
	text-decoration: none;
	font-weight: bold;
}


/* =========================================================
商品詳細イメージ部分
========================================================= */

.img_r{
	width: 450px;
	height: 450px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid 1px;
	border-color: #C0C0C0;
	line-height: 0;
}

.img_r img {
    max-width: 450px;
    max-height: 450px;
}

.small{
	width: 83px;
	height: 83px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid 1px;
	border-color: #C0C0C0
}

.small img{
	vertical-align: middle;
	max-width: 83px;
    max-height: 83px;
}


* html body .image-resize {
    width: expression(this.width > this.height ? "450px" : "auto");
    height: expression(this.width < this.height ? "450px" : "auto");
}

img {
    -ms-interpolation-mode: bicubic;
}


#img_area{
	margin-right: 15px;
	float: left;
}

#img_area ul{
	width: 450px;
	padding-top: 15px;
}

#img_area ul li{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#img_area ul #no_padding{
	padding-right: 0px;
}

.lh_0{
	width: 83px;
	height: 83px;
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}

/* =========================================================
商品詳細内容部分
========================================================= */
#detail_wrap{
	overflow: hidden;
}

#detail_contents{
	width: 250px;
	float: left;
}

#detail_contents ul li{
	display: inline;
}

#colors{
	padding-top: 5px;
	clear: both;
	float: left;	
}

#colors p{
	float: left;
	padding-right: 10px;
}

#colors ul{
	width: 180px;
	float: left;	
}

#detail_contents .price_number{
	width: 250px;
	height: 20px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	border-color: #EFE9E4;
}
#detail_contents .price_number.socialgift,#detail_contents .price_number.icon_select {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
#detail_contents .price_number h3{
	float: left;
	padding-right: 10px;
}
#detail_contents .price_number h3.icon_mark {
	padding-right: 0;
	width: 46%;
}
#detail_contents .price_number p {
	/*float: left;*/
}

#detail_contents .price_number p span{
/*	font-size: 16px;
	color: #333333;
	font-weight: bold;
	float: left;*/
}

#detail_contents dl{
	clear: both;
	padding-top: 5px;
}

#detail_contents dl dt{
	padding-right: 10px;
}

#detail_contents #btn_wrap{
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

#detail_contents #cool_icons{
	padding-top: 0px;
	padding-bottom: 10px;
}
#detail_contents #cool_icons.sub_icon_list {
	float: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#detail_contents #cool_icons.sub_icon_list li {
	margin-right: 6px;
}

#detail_contents #option_icons{
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #EFE9E4;
}

.desc_img {
    margin-top: 20px;
}

/* =========================================================
商品詳細テキスト部分
========================================================= */
#detail_text{
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px;
	border-color: #EFE9E4;
	overflow: hidden;
}

#detail_text p{
	padding-bottom: 10px;
}

#detail_text dl{
	clear: both;
	overflow: hidden;
	background-color: #EFEAE4;
	margin-bottom: 10px;
}

#detail_text dl dt{
	height: auto;
	clear: both;
	background-color: #EFEAE4;
	margin: 0px;
}

#detail_text dl dd{
	width: 590px;
	height: auto;
	min-height: 38px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#detail_text dl dd span{
	color: #666666;
    display: table-cell;
	vertical-align: middle;
	min-height: 30px;
	line-height: 1.8em;
}

.item_buttons .pad_right5 {
    padding-right: 5px;
}
.item_buttons p {
    float: left;
}
.pad_right5.icon_premium img {
	max-width: 108px;
	height: auto;
}




#detail_contents .price_number.premium_wrap h3 {
	position: relative;
	bottom: 4px;
}
.price_premium_off{
	background-color: #DAA501;
	color: #ffffff;
	font-size: 10px;
	height: 9px;
	padding: 3px;
	line-height: 1;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 5px;
}
.price_premium{
	color: #DAA501;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	float: left;
}
#detail_contents .price_number p.price_premium_taxIN{
	font-size: 9px;
	font-weight: normal;
	color: #DAA501;
	line-height: 1.4;
	padding-top: 3px;
}
.price_premium_cont{
	overflow: hidden;
	width: 157px;
	float: left;
}
.price_premium_officon{
	float: right;
	position: relative;
	position: relative;
	bottom: 7px;
	right: 3px;
}

.price_normal{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	float: left;
}
#detail_contents .price_number p.price_normal_taxIN{
	font-size: 9px;
	font-weight: normal;
	line-height: 1.4;
	text-align: right;
	float: right;
	padding-top: 3px;
}
.price_normal_cont{
	overflow: hidden;
	float: left;
}
.price_normal_cont_over10my{
	width: 187px;
}

.price_YEN{
	font-size: 12px;
}

/* =========================================================
ソーシャルギフト
========================================================= */
.price_number .subject {
	width: 54%;
	text-align: left;
}
.price_number .subject button {
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}
.modal_type_spgift.detail_social_modal .modal_contents .modal_inner, .modal_type_select_icon.detail_social_modal .modal_contents .modal_inner {
	padding: 50px 60px;
}
.detail_social_modal .important_point {
	margin-top: 0;
}
.modal_type_spgift.detail_social_modal .modal_contents .modal_inner dt, .modal_type_select_icon.detail_social_modal .modal_contents .modal_inner dt {
	width: 100%;
}
.detail_social_modal .important_point dt:before {
	background: none;
	width: auto;
	height: auto;
}
.modal_type_spgift.detail_social_modal .modal_contents .modal_inner dd, .modal_type_select_icon.detail_social_modal .modal_contents .modal_inner dd {
	margin-top: 0;
	text-align: left;
	border-bottom: none;
	padding-bottom: 20px;
}
.modal_type_spgift.detail_social_modal .modal_contents .modal_inner dd .note,.modal_type_select_icon.detail_social_modal .modal_contents .modal_inner dd .note {
	margin-top: 25px;
}
.detail_social_modal.detail_social_modal .give_social {
	width: 460px;
	margin: 0 auto;
}
#detail_contents .price_number.socialgift h3 {
	padding-right: 5px;
}


/* =========================================================
包装紙 アイコン
========================================================= */
.modal_type_select_icon .modal_contents .modal_inner .ttl_about_icon {
	line-height: 1;
}
.modal_contents .about_icon_bg {
	width: 600px;
	background-color: #efeae4;
	padding: 20px;
	box-sizing: border-box;
}
.modal_contents .about_icon_bg .icon_list_table {
	margin-bottom: 30px;
}
.modal_contents .about_icon_bg .icon_list_table:last-child {
	margin-bottom: 0;
}
.modal_contents .about_icon_bg .icon_list_table .icon_list {
	display: flex;
}
.modal_contents .about_icon_bg .icon_list_table .icon_list .icon_img {
	position: relative;
	width: auto;
	border: none;
	padding: 0 62px 0 0;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 0;
}
.modal_contents .about_icon_bg .icon_list_table .icon_list .icon_img:after {
	content: '';
	position: absolute;
    top: 10px;
    right: 16px;
	background-image: url(/images/site/common/icon/cart/dots_between.svg);
	background-repeat: no-repeat;
	display: block;
	width: 31px;
	height: 3px;
}
.modal_contents .about_icon_bg .icon_list_table .icon_list .explanation {
	padding-bottom: 0;
	color: #231815;
}
.modal_contents .icon_note {
	width: fit-content;
	margin: 22px auto 0 auto;
}
.modal_contents .icon_note .note_wrap {
	display: flex;
}
.modal_contents .icon_note .note_wrap .icon {
	position: relative;
	line-height: 0;
	padding-left: 18px;
	margin-right: 8px;
}
.modal_contents .icon_note .note_wrap .icon:before {
	content: '※';
	position: absolute;
	top: 14px;
	left: 0;
}
.modal_contents .icon_note .note_wrap .note_txt {
	margin-top: 4px;
}
.modal_type_select_icon dt, .modal_type_select_icon dd {
	float: none;
}