@charset "UTF-8";

/* header
----------------------------------------*/
.header {
	border-bottom: 1px solid #c1daeb;
}

/* topic_path
----------------------------------------*/
.topic_path {
	margin-top: 8px;
}

/* gift_detail_block
----------------------------------------*/
.gift_detail_wrapper{
  background: url('/webapp/img/sgift/item_back01.png') center/cover no-repeat;
  width: 100%;
  margin: 0;
  padding: 20px 0 0px;
}
.gift_detail_block {
	max-width: 1200px;
	margin: 42px auto 0;
	padding-bottom: 80px;
}
.gift_detail_info {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 34px 22px 34px 40px;
}
.gift_detail_txt {
	width: 30.755%;
}
.gift_detail_txt h2 {
	font-size: 2.6rem;
	margin-bottom: 9px;
	letter-spacing: .05em;
}
.gift_detail_txt p {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .05em;
}
.gift_detail_result {
	border: 1px solid #e9546b;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 19px;
	padding: 3px 10px 1px;
	color: #e9546b;
}
.gift_detail_txt .gift_detail_note {
	font-size: 1.2rem;
	color: #888;
	line-height: 1.7;
	margin-top: 5px;
}
.gift_detail_info_img {
	width: 39.367%;
	margin: 3px 0 0 9px;
}
.gift_detail_info_img img {
	display: block;
}
.gift_detail_cart {
	width: 25.834%;
	padding: 27px 17px 28px 21px;
	margin-top: 3px;
	background: #f8f8f8;
}
.gift_detail_price {
	font-size: 1.6rem;
	letter-spacing: .05em;
	margin-bottom: 17px;
}
.gift_detail_price span {
	font-weight: bold;
	font-size: 2.6rem;
}
.sgift_maincontents_set {
	margin-bottom: 10px;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.sgift_maincontents_set input {
	width: 82px;
	padding: 7px 13px;
	font-family: inherit;
	font-size: 1.6rem;
	text-align: right;
	border-radius: 0;
	border: 1px solid #ccc;
	margin-right: 13px;
}
.gift_detail_cart_btn {
	display: block;
	background: #e9546b;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 22.5px 20px 22.5px 10px;
	letter-spacing: .05em;
	transition: opacity .3s;
}
.gift_detail_cart_btn:hover {
	opacity: .6;
}
.gift_detail_cart_btn::before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 35px;
	vertical-align: -12px;
	margin-right: 23px;
	background: url(../../img/sgift/icon_btn_cart.png) no-repeat;
}
.gift_detail_cart_txt {
	font-size: 1.3rem;
	margin-top: 18px;
	letter-spacing: .05em;
}
.gift_detail_cart .gift_detail_note {
	font-size: 1.2rem;
	color: #888;
	margin-top: 13px;
	line-height: 1.7;
}
.gift_detail_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 23px;
}
.gift_detail_sns > div + div {
	margin-left: 10px;
}
.gift_detail_sns span {
	vertical-align: top !important;
}
.gift_detail_img {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.gift_detail_img figure {
	width: 580px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}
.gift_detail_img figure iframe {
        width:100%;
        height: 100%;
}    
.gift_detail_list {
	text-align: center;
	margin-top: 80px;
}
.gift_detail_list a {
	display: inline-block;
	width: 300px;
	font-size: 1.6rem;
	color: #fff;
	background: #09f;
	box-shadow: 0 5px 0 #b5e1fe;
	padding: 17px 10px 15px 40px;
	letter-spacing: .05em;
	transition: box-shadow .3s, transform .3s, color .3s;
}
.gift_detail_list a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1px;
}
.gift_detail_list a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	top: 8px;
	left: 9px;
}
.gift_detail_list a::before,
.gift_detail_list a::after {
	top: 0;
	bottom: 0;
	left: 66px;
	margin: auto 0;
	transition: background-color .3s, border-color .3s;
}
.gift_detail_list a::after {
	left: 75px;
}
.gift_detail_list a:hover {
	background: #09f;
	color: #fff;
	box-shadow: 0 2px 0 #b5e1fe;
	transform: translateY(3px);
}
.gift_detail_list a:hover::before {
	background-color: #fff;
}
.gift_detail_list a:hover::after {
	border-color: transparent transparent transparent #09f;
}