@charset "UTF-8";

.lead {
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.hd-gift-1 {
	margin-bottom: 28px;
	font: 600 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.hd-gift-2 {
	margin-top: 18px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3333;
}

.gift-note__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.75;
	letter-spacing: 0.1em;
}



.gift-note__item::before {
	content: "◆";
}

.gift-item {
	margin-top: 123px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.gift-item__item {
	width: calc(33.333% - 24px);
	margin-bottom: 44px;
}

.gift-item._1column{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.gift-item__item:not(:nth-child(3n)) {
	margin-right: 36px;
}

.gift-item__image {
	position: relative;
	padding-top: 79.57%;
	background: url(../img/gift/bg_gift_item.jpg) no-repeat center/cover;
	width: 100%;
	height: 0;
	border-radius: 8px;
}

.gift-item__image img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gift-item__image--01 img {
	width: 55%;
}

.gift-item__image--02 img {
	width: 56%;
}

.gift-item__image--03 img {
	width: 54.5%;
}

.gift-item__image--04 img {
	width: 68.3%;
}

.gift-item__image--05 img {
	width: 70.2%;
}

.gift-item__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.gift-message {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
}

.gift-message__text {
	color: #000000;
	font: 600 24px "Noto Serif JP", serif;
	text-align: left;
	line-height: 2.3;
	letter-spacing: 0.1em;
}

.gift-message__text_right {
	color: #000000;
	font: 600 24px "Noto Serif JP", serif;
	text-align: right;
	line-height: 2.3;
	letter-spacing: 0.1em;
}

div.gift-container {
  width: 80%;
  margin: 0 auto;
  max-width: 750px;
}







@media screen and (max-width: 767px) {

.lead { /* sp */
	margin-bottom: 29px;
}

.hd-gift-1 { /* sp */
	margin-bottom: 10px;
	font-size: 19.5px;
}

.hd-gift-2 { /* sp */
	font-size: 13px;
}

.gift-item { /* sp */
	margin-top: 66px;
	margin-bottom: -51px;
}

.gift-item__item:not(:nth-child(3n)) { /* sp */
	margin-right: auto;
}

.gift-item__item { /* sp */
	margin-bottom: 30px;
	width: calc(50% - 7.5px);
}

.gift-item__item:not(:nth-child(2n)) {
	margin-right: 15px;
}

.gift-item._1column{
	margin-left:-10%;
	margin-right:-10%;
}

.gift-item__image { /* sp */
	border-radius: 4px;
}

.gift-item__text { /* sp */
	margin-top: 6px;
	font-size: 13px;
}

.gift-message { /* sp */
	padding-top: 10px;
	margin-bottom: 0;
}

.gift-message__text { /* sp */
	font-size: 17px;
	line-height: 1.7353;
}

.gift-message__text_right { /* sp */
	font-size: 17px;
	line-height: 1.7353;
}

