.mpr{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.mincho {
  font-family: "Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.surp-inner{
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.surp-mainimg {
/*
  background: url(https://farbe.itembox.design/item/images/surprise/surprise/mainimg02.png) no-repeat center center,url(https://farbe.itembox.design/item/images/surprise/surprise/mainimg03.png) no-repeat center center,url(https://farbe.itembox.design/item/images/surprise/surprise/mainimg04.jpg) no-repeat center center,#ffe3e5;
  background-size: 1440px auto,500px auto,contain;
*/
}
.surp-mainimg img{
	display: block;
  width: 100%;
}
.surp-catch {
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 2;
}
@media screen and (max-width:666px){
	.surp-catch{
		margin: 0 auto;
		width: 90%;
	}
}
.surp-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  color: #6f5e3c;
  letter-spacing: .1em;
}
@media screen and (max-width:666px){
	.surp-title {
		font-size: 18px;
		letter-spacing: 1px;
	}
}
.surp-title span {
  padding: 0 1em;
  background: #fef2f2;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:666px){
	.surp-title span {
		padding: 0 10px;
	}
}
.surp-title::before{
	content: "";
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-line.svg) repeat-x;
	background-size: contain;
	width: 100%;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 1;
}
/* 愛する娘へのお手紙 */
.letter {
  background: #fef2f2;
}
.letter .surp-title{
	letter-spacing: 1px;
}
.surp-subtitle {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ff5d64;
  line-height: 1.8;
  position: relative;
  letter-spacing: .1em;
}
@media screen and (min-width:667px){
	.surp-subtitle{
		font-size: 24px;
	}
}
.surp-subtitle span{
	border-bottom: 1px solid #ff5d64;
	padding-bottom: 5px;
	position: relative;
}
.surp-subtitle span::before,
.surp-subtitle span::after{
	content: "";
	width: 12vw;
	height: 12vw;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
}
.surp-subtitle span::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/letter-title-1.svg) no-repeat;
	background-size: contain;
	left: -20vw;	
}
.nameboard .surp-subtitle span::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/name-title-1.svg) no-repeat;
  background-size: contain;
	top: inherit;
	left: -5vw;
	bottom: -15px;
}
@media screen and (min-width:440px){
	.nameboard .surp-subtitle span::before{
		left: -15vw;
	}
}
.engift .surp-subtitle span::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/gift-title-1.svg) no-repeat;
  background-size: contain;
	top: inherit;
	left: -10vw;
	bottom: -14px;
}
@media screen and (min-width:440px){
	.engift .surp-subtitle span::before{
		left: -13vw;
	}
}
.memory .surp-subtitle span::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/memory-title-1.svg) no-repeat;
  background-size: contain;
  right: -12vw;
}
.surp-subtitle span::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/letter-title-2.svg) no-repeat;
	background-size: contain;
	right: -15vw;
}
.nameboard .surp-subtitle span::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/name-title-2.svg) no-repeat;
  background-size: contain;
	top: inherit;
	right: -23vw;
	bottom: -15px;
}
.engift .surp-subtitle span::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/gift-title-2.svg) no-repeat;
  background-size: contain;
	top: inherit;
	right: -25vw;
	bottom: -12px;
}
.memory .surp-subtitle span::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/memory-title-2.svg) no-repeat;
  background-size: contain;
}  
.surp-text {
  padding: 15px 0;
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width:666px){
	.surp-text {
		text-align: left;
		font-size: 14px;
	}
	.surp-text br{
		display: none;
	}
}
.surp-list{
	margin: 0 auto;
	max-width: 550px;
}
.surp-list li {
  margin-top: 25px;  
}
.surp-box{
	display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 15px 0;
}
.surp-p-cap {
  font-size: 16px;
  color: #6b5c3f;
  position: relative;
}
.surp-p-cap::after{
	content: "";
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-01.svg) no-repeat;
	background-size: contain;
	width: 280px;
	height: 47px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%,0);
	margin: auto;
}
.p-cap2::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-02.svg) no-repeat;
	background-size: contain;
	width: 300px;
	height: 49px;
}
.surp-p-titile {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #464546;
  border-top: 1px solid #ff5c65;
  border-bottom: 1px solid #ff5c65;
  width: 80%;
  margin: 20px auto 0;
  padding: 10px 0;
  letter-spacing: .1em;
}
.surp-p-btn a{
	background: #ff5c65;
	color: #fff;
	width: 270px;
	display: block;
	margin: 15px auto 0;
	text-align: center;
	padding: 7px 0;
	font-size: 14px;
}
.surp-p-btn a:hover{
	background: #fd7e85;
	transition: .3s;
}
.surp-list-link a {
  margin: 30px auto 0;
  display: block;
  border: 1px solid #ff5c65;
  background: #fff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #ff5c65;
  max-width: 550px;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.surp-list-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ff5c65;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.surp-list-link a:hover {
  color: #fff;
}
.surp-list-link a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.surp-bnr {
  margin: 30px auto 0;
  max-width: 550px;
  box-shadow: 0 0 20px #aaa;
}
/* 誕生のトキを伝える命名ボード */
.nameboard{
  background: #ffede4;
}
.nameboard .surp-title span {
  background: #ffede4;
}
.nameboard .surp-subtitle {
  color: #ed902e;
}
.nameboard .surp-subtitle span{
	border-bottom: 1px solid #ed902e;
}
.nameboard .surp-subtitle::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/name-title-1.svg) no-repeat;
	background-size: contain;
}
.nameboard .surp-subtitle::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/name-title-2.svg) no-repeat;
	background-size: contain;
}
.nameboard .surp-p-titile {
  border-top: 1px solid #ed902e;
  border-bottom: 1px solid #ed902e;
}
.nameboard .surp-p-btn a{
	background: #ed902e;
}
.nameboard .surp-p-btn a:hover{
	background: #e8a154;
}
.nameboard .surp-list-link a {
  border: 1px solid #ed902e;
  color: #ed902e;
}
.nameboard .surp-list-link a:hover{
	color: #fff;
}
.nameboard .surp-list-link a::before {
  background: #ed902e;
}
.p-cap3::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-03.svg) no-repeat;
	background-size: contain;
	width: 290px;
	height: 53px;
	top: 0;
}
.p-cap4::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-04.svg) no-repeat;
	background-size: contain;
	width: 270px;
	height: 60px;
	top: -5px;
}
/* これからも幸せが刻まれていきまように・・・縁起物ギフト */
.engift{
  background: #dff5f2;
}
.engift .surp-title span {
  background: #dff5f2;
  padding: 1px 1em;
  display: inline-block;
}
.engift .surp-subtitle {
  color: #14bcbe;
}
.engift .surp-subtitle span{
	border-bottom: 1px solid #14bcbe;
}
.engift .surp-subtitle::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/gift-title-1.svg) no-repeat;
	background-size: contain;
}
.engift .surp-subtitle::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/gift-title-2.svg) no-repeat;
	background-size: contain;
}
.engift .surp-p-titile {
  border-top: 1px solid #14bcbe;
  border-bottom: 1px solid #14bcbe;
}
.engift .surp-p-btn a{
	background: #14bcbe;
}
.engift .surp-p-btn a:hover{
	background: #35d3d5;
}
.engift .surp-list-link a {
  border: 1px solid #14bcbe;
  color: #14bcbe;
}
.engift .surp-list-link a:hover{
	color: #fff;
}
.engift .surp-list-link a::before {
  background: #14bcbe;
}
.p-cap5::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-05.svg) no-repeat;
	background-size: contain;
	width: 280px;
	height: 53px;
	top: 0;
}
.p-cap6::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-06.svg) no-repeat;
	background-size: contain;
	width: 280px;
	height: 52px;
	top: 1px;
}
.p-cap7::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-07.svg) no-repeat;
	background-size: contain;
	width: 275px;
	height: 65px;
	top: -8px;
}
.p-cap8::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-08.svg) no-repeat;
	background-size: contain;
	width: 265px;
	height: 54px;
	top: 0;
}
/* 入籍だけの場合もおすすめ！結婚証明書＝結婚記念品 */
.memory{
  background: #f2f1f6;
}
.memory .surp-title span {
  background: #f2f1f6;
  padding: 1px 10px;
  display: inline-block;
}
.memory .surp-subtitle {
  color: #ed5473;
}
.memory .surp-subtitle span{
	border-bottom: 1px solid #ed5473;
}
.memory .surp-subtitle::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/memory-title-1.svg) no-repeat;
	background-size: contain;
}
.memory .surp-subtitle::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/memory-title-2.svg) no-repeat;
	background-size: contain;
}
.memory .surp-p-titile {
  border-top: 1px solid #ed5473;
  border-bottom: 1px solid #ed5473;
}
.memory .surp-p-btn a{
	background: #ed5473;
}
.memory .surp-p-btn a:hover{
	background: #fd7e85;
}
.memory .surp-list-link a {
  border: 1px solid #ed5473;
  color: #ed5473;
}
.memory .surp-list-link a:hover{
	color: #fff;
}
.memory .surp-list-link a::before {
  background: #ed5473;
}
.p-cap9::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-09.svg) no-repeat;
	background-size: contain;
	width: 260px;
	height: 58px;
	top: -3px;
}
.p-cap10::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/title-deco-10.svg) no-repeat;
	background-size: contain;
	width: 290px;
	height: 51px;
	top: 2px;
}
.surp-reo-sub-title {
  margin-top: 40px;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
  color: #ed5473;
}
.surp-reo-sub-title::before,
.surp-reo-sub-title::after{
	content: "";
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/reco-title.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin: 0 .3em;
	display: inline-block;
}
.surp-reco-title {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  color: #464546;
  letter-spacing: .1em;
  position: relative;
}
.surp-reco-title .reco-font{
	font-size: 20px;
}
.surp-reco-title .reco-color{
	font-size: 20px;
	color: #ed5473;
}
.surp-reco-title::before,
.surp-reco-title::after{
	content: "";
	width: 22px;
	height: 52px;
	margin: 0 .3em;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.surp-reco-title::before{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/deco-title1.svg) no-repeat;
	background-size: contain;
	left: 0;
}
@media screen and (max-width:666px){
	.surp-reco-title::before{
		left: -2%;
	}
}
.surp-reco-title::after{
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/deco-title2.svg) no-repeat;
	background-size: contain;
	right: 0;
}
@media screen and (max-width:666px){
	.surp-reco-title::after{
		right: 0;
	}
}
.aiueo h4,
.aiueo ul,
.aiueo p.from-parents{
	position: relative;
	z-index: 2;
}
.aiueo{
	margin-top: 20px;
	background: #fff;	
	position: relative;
	padding: 40px 7%;
}
.aiueo:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	height: 96%;
	border: 1px solid #736357;
	z-index: 1;
}
.aiueo-title{
	margin: 0 auto;
	width: 85%;
	color: #ff5d64;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: .1em;
	position: relative;
	text-align: left;
}
.aiueo-title br{
	display: none;
}
.aiueo-title:before,
.aiueo-title:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);	
}
.aiueo-title:before{
	content: "";
	display: inline-block;
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/deco-heart.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 30px;
	left: -12%;
}
.aiueo-title:after{
	content: "";
	display: inline-block;
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/deco-heart.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 30px;
	transform: translateY(-50%) rotateY(180deg);
	right: -10%;
}
.aiueo-box{
	margin-top: 20px;
	flex-direction: column;
}
.aiueo-aya{
	margin-top: 10px;
}
.aiueo-box li{
	margin-top: 10px;
	font-size: 16px;
	display: flex;
	letter-spacing: .1em;
	text-align: left;
	align-items: center;
}
.aiueo-box li:first-of-type{
	margin-top: 0;
}
.aiueo-box li span{
	margin-right: 7px;
	color: #fff;
	background: #ff5d64;
	font-weight: 900;
	border-radius: 50%;
	width: 32px;
	min-width: 32px;
	height: 32px;
	min-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.from-parents{
	margin-top: 15px;
	font-size: 16px;
	color: #ff5d64;
	font-weight: 600;
	text-align: center;
}
.from-parents span{
	margin-top: 5px;
	display: block;	
	text-align: right;
}
/* ファルベは結婚式ギフトを作り続けて２０年 */
.surp-contact h2,
.surp-contact ul,
.surp-contact div.surp-con-box{
	position: relative;
	z-index: 2;
}
.surp-contact{
	padding: 40px 0;
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/surp-contact.jpg?1129) no-repeat;
	background-size: cover;
}
.surp-contact .surp-inner{
	background: #fbfaf8;
	position: relative;
	padding: 40px 5%;
}
.surp-contact .surp-inner:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 98%;
	height: 98%;
	border: 1px solid #bab9a2;
	z-index: 1;
}
.surp-con-title{
	color: #464546;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 1.8;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}
@media screen and (max-width:666px){
	.surp-con-title{
		letter-spacing: 1px;
		font-size: 17px;
	}
}
.surp-con-title:after{
	margin: 3px auto 0;
  content: "";  
  display: block;
  height: 14px;
  width: 80vw;
  max-width: 310px;
  height: 12px;
  background-image: radial-gradient(#bab9a2 30%, transparent 30%);
  background-size: 12px 12px;
}
.surp-con-title span{
	display: block;
}
@media screen and (min-width:667px){
	.surp-con-list.pc{
		margin-top: 20px;
		display: flex !important;
		justify-content: space-between;	
	}
	.surp-con-list li{
		width: 30%;
	}
	.surp-con-list li img{
		width: 100%;
	}	
	.surp-con-list.sp{
		display: none;
	}
}
@media screen and (max-width:666px){
	.surp-con-list{
		margin: 20px auto 0;
		max-width: 400px;
	}
	.surp-con-list li{
		margin-top: 10px;
		color: #464446;
		background: #fff7ec;
		border: 1px solid #bab9a2;
		font-size: 15px;
		padding: 10px 0;
		border-radius: 15px;
	}
	.surp-con-list li .brown{
		color: #b9912d;
		font-size: 16px;
		font-weight: 900;		
	}
}
.surp-con-box{
	margin-top: 20px;
	padding: 20px 0;
	background: #fff7ec;
}
.surp-con-subtitle{
	font-size: 18px;
	font-weight: 900;
	color: #b9912c;
	letter-spacing: .1em;
	line-height: 1.6;
}
.surp-tel a{
	font-size: 24px;
	position: relative;	
	color: #fff;	
	background: #85d2d7;
	padding: 10px 25px 10px 50px;
	border-radius: 10px;
}
.surp-tel{
	margin-top: 8px;
}
.surp-tel a:before{
	content: "";
	background: url(https://farbe.itembox.design/item/images/surprise/surprise/icon-tel-w.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 48%;
	transform: translateY(-50%);
}
.surp-tel-time{
	margin-top: 5px;
	font-size: 14px;
}