@charset "UTF-8";
/* font
---------------------------------------------------------- */
#gifts-page {
    line-height: 1.3 !important;
    text-align: center !important;
    font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto !important;
}
/* useful
---------------------------------------------------------- */
/*clear*/

a {
    /*color: #fff;*/
    text-decoration: none;
}
.wrapper {
    margin: 4% auto;
    vertical-align: middle;
}
a:hover .btn {
    opacity: 0.7;
    filter: alpha(opacity=80);
}
/* Contents
---------------------------------------------------------- */

#gifts-page *{
	box-sizing: border-box;
}

#gifts-page .nb {
    font-family: HelveticaNeue-bold;
    color: #797979;
    font-size: 16px;
	margin-bottom: 10px;
}
#gifts-page .main {
    position: relative;
}
#gifts-page .main img {
    width: 100%;
}
#gifts-page h1 {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 32%;
    font-size: 23px;
    font-weight: normal;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 160px;
    margin: auto;
    padding: 4px;
}
#gifts-page h2 {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 36px;
    font-weight: normal;
}
#gifts-page .ItemArea {
    background-color: #f0f0f0;
    padding: 2%;
}
#gifts-page .ItemArea .item {
    background-color: #fff;
    padding: 3%;
    margin-bottom: 2%;
}
#gifts-page .ItemArea .item:last-child{
	margin-bottom: 0;
}

#gifts-page h2 span {
    font-size: 44px;
}
#gifts-page h3 {
    font-size: 36px;
    vertical-align: top;
    margin-bottom: 3%;
	margin-top: 0;
}
#gifts-page p {
    line-height: 1.7;
    font-size: 16px;
    width: 400px;
}
#gifts-page .ItemArea .item ul li {
    display: inline-block;
    width: 44%;
    text-align: left;
}
#gifts-page .ItemArea .item ul {
    text-align: left;
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	align-items: center;
}
#gifts-page .ItemArea .item ul li:nth-of-type(2) {
    text-align: left;
    width: 56%;
    vertical-align: top;
  /* padding: 4% 0% 0% 1%;*/
}
#gifts-page .itemimage {
    width: 300px;
}
#gifts-page .postage {
    border: solid 1px #e40a20;
    padding: 3px;
    color: #e40a20;
    width: 80px;
    text-align: center;
    margin-right: 1%;
    font-size: 18px;
}
#gifts-page .price {
    font-size: 30px;
    margin-top: 2%;
}
#gifts-page .ItemArea .item .capacity {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 3% 0;
    width: 100%;
    margin: 5% 0;
}
#gifts-page .ItemArea .item .btn {
    border-radius: 4px;
    background-color: rgb(121, 121, 121);
    box-shadow: 0.877px 1.798px 4px 0px rgba(0, 0, 0, 0.28);
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}
#gifts-page .ItemArea .item .btn a {
    display: block;
    padding: 5.5%;
    color: #fff !important;
}
#gifts-page .ItemArea .item .btn a:hover{
	text-decoration: none;
	color: #eee;
}

#gifts-page .ItemArea .item .arrow {
    position: absolute;
    width: auto !important;
    right: 7%;
    bottom: 41%;
}

@media screen and (max-width: 450px) {
#gifts-page h1 {
    font-size: 13px;
    top: 55%;
    width: 104px;
}
#gifts-page .main h2 {
    font-size: 24px;
    top: 30%;
	border-bottom-style:none;
}
#gifts-page h2 span {
    font-size: 28px;
}
#gifts-page h3 {
    font-size: 18px;
    margin-bottom: 1%;
	border-left-style: none;
}
#gifts-page .wrapper {
    margin: 1% 0% 5% 0%;
}
#gifts-page .item {
    padding: 2.5%;
}
#gifts-page .item img {
    width: 170px;
    padding: 4%;
    margin-bottom: 2%;
	max-width: 100%;
}
#gifts-page .nb {
    font-size: 11px;
    padding-top: 4%;
}
#gifts-page .postage {
    width: auto;
    margin-right: 4%;
    font-size: 10px;
}
#gifts-page .price {
    font-size: 16px;
    margin-top: 3px;
}
#gifts-page p {
    line-height: 1.7;
    font-size: 11px;
    width: auto;
}
#gifts-page .ItemArea .item ul li:nth-of-type(2) {
    text-align: left;
    vertical-align: top;
 padding: 0% 0% 3% 0%;
    /*width: 50%;*/
	
}
#gifts-page .ItemArea .item .capacity {
    font-size: 11px;
}
#gifts-page .ItemArea .item .btn {
    padding: 3%;
    font-size: 12px;
    border-radius: 2px;
}
#gifts-page .ItemArea .item .arrow {
    position: absolute;
    width: 17px !important;
    right: 3%;
    bottom: 2px;
}
#gifts-page .ItemArea .yen {
    font-size: 14px;
}
#gifts-page .ItemArea .item .btn a {
    display: block;
    padding: 2.5%;
}
}
