@charset "UTF-8";

/* --------------------------------------------------------------------------------
			レイアウト
-------------------------------------------------------------------------------- */


.fs-p-headerUtilityMenu__login.is-loggedIn--true, .fs-p-headerUtilityMenu__register.is-loggedIn--true {
  display: none!important;
}

.fs-p-headerUtilityMenu__logout.is-loggedIn--false {
  display: none!important;
}





#fs_ProductDetails .fs-l-productLayout__item--2{
	/* width: 424px; */
	/*position: fixed;
	left: calc(60% - 16px / 2);*/
	
	/* position: sticky; */
        /*top: 0;*/
	/* bottom: 30px;
    min-height: calc(100vh - 60px);
    flex: 0 0 100%;
    align-self: flex-end; */
	
}



.fs-body-cart .fs-l-cart__sideColumn {
    position: sticky;
	top:0;
}



.fs-l-checkout__sideColumn {
    position: sticky;
	top:0;
}






.fs-l-header {
    display: block;
    padding-top: 0px;
}



img{
	vertical-align: bottom;

}



#fs_ProductDetails .fs-l-productMainImageContainer{
	/* display: flex;
	justify-content: space-between;
	align-items: flex-start; */
	
}



.fs-l-pageMain .fs-p-productSearch {
   /*display: none;*/
}









#fs_ProductDetails .fs-l-productMainImageContainer .fs-c-productMainImage{
	width: 420px;
	
}

.fs-c-productThumbnail {
    /* display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
	width: 420px; */
}



#fs_form{
	margin: 60px 0 0 ;

}

.fs-l-pageMain #fs_form{
	margin: 0 0 0 ;

}


#fs_Top .fs-l-main{
	max-width: 100%;
	width:100%;
	margin:0 auto;
	padding: 0;	
	display: flex;
	justify-content: space-between;
}

.fs-l-main{
	width:1000px;
	margin:0 auto 120px;
	padding: 0;	
	display: flex;
	justify-content: space-between;
}



#fs_CustomPage .fs-l-main {
    /*width: 800px;*/
    margin: 80px auto 0;
    padding: 0;
}






.fs-l-footer {
    position: relative;
    border-top: none!important;
    background: none!important;
    color: #000!important;
    margin-top: 80px;
}



#fs_Top .fs-l-pageMain{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	
}

body.fs-body-product .fs-l-pageMain{
	
	margin: 0 auto;
	
}


.fs-c-breadcrumb{
	width: 100%;
	padding: 35px 0 20px;
	text-align: left;
	margin: 0 0 30px;
}

.fs-c-breadcrumb ol{
	width: 1000px;
	margin: 0 auto;
}




.fs-c-heading--page {
    /*padding: 0 0 0.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000;*/
	/*background-color: #f5f5f5;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    font-size: 1.3em;
    border: 4px solid #000;
    clear: both;
    margin: 0 0 20px;*/
}

.fs-c-heading--page {
	color: #000;
	font-weight: normal;	
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;	
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background: url(https://narumiec1202.itembox.design/item/images/common/heading.png) repeat-x left bottom;
	padding: 20px 0 12px;
	margin: 0 0 40px;
}
	
	

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: 0px solid currentColor;
    color: #7c8790;
   font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background: url(https://narumiec1202.itembox.design/item/images/common/heading.png) repeat-x left bottom;
	padding: 20px 0 12px;
	margin: 0 0 40px;
}





.fs-c-productList__list{
	display: flex !important;
	flex-wrap: wrap !important;
	
	
}

.fs-c-productList__list .fs-c-productList__list__item{
	width: 33% !important;
	padding: 2em 1em;
	
	
}



.fs-c-wishlistProduct .fs-c-wishlistProduct__header{
	margin: 0 0 30px;
}


.fs-c-button--primary {
   /* background: #C80000;
    border: 1px solid #C80000;*/

}

.fs-c-button--primary {
   position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #C80000;/*背景色*/
  border-bottom: solid 2px #C80000;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	border: none!important;
	font-size: 20px;
}

.fs-c-button--primary:active {
  border-bottom: solid 2px #C80000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.fs-p-scrollingCartButton__button {
    background: #C80000;
}


.fs-p-cartItemNumber {
    background: #fff;
    border-radius: 1em;
    color: #C80000;
}


#fs_ShoppingCart .fs-c-continueShopping{
	margin: 0 0 60px;
	text-align: center;
}

.fs-pt-menu__heading--lv2 a {
	font-size: 14px;
	/*font-weight: bold;*/
}

.fs-p-sideMenu .fs-pt-menu__submenu{
	padding-bottom: 20px;
}

.fs-pt-menu__heading--lv3 a {
     margin: 0; 
     padding: 0 0 0 10px; 
     text-decoration: none; 
	font-size: 12px;
}

.fs-p-sideMenu .fs-pt-menu__heading{
	padding: 10px 0 0 0;
}

.fs-p-sideMenu .fs-pt-menu__link::before {
	/*font-size: 1.8em;*/
	font-size: 22px;
	
}

.fs-p-headerUtilityMenu__list a::before {
    content: "";
    border: 0 solid transparent; 
    border-right-width: 1px;
    border-left-color: currentColor;
    display: initial;
    height: 0;
    width: 0;
}


.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0;
}






/* 商品ページ項目選択先頭「使用用途」を赤文字表記　*/
.FS2_inputSelection table.FS2_inputSelection_table tr:nth-child(1) {
/*color:#ff3300;
font-weight: bold;
font-size: 110%;*/
}




/*在庫数表示*/
.FS2_Stock {
    font-size: 200%;
    margin: 20px 0;
}



h1 .fs-c-productNameHeading__copy{
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
    line-height: 1.6em;
}

h1 .fs-c-productNameHeading__name{
    line-height: 1.6em;
	font-size: 24px;

}



.fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important;
    grid-gap: 16px;
    align-items: start;
}


.fs-c-featuredProduct__title{
	margin: 100px 0 30px;

}


.fs-l-header--min {
    border-bottom: none;
}

/*ページ*/

#fs_ShoppingCart .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}
	
#fs_ShoppingCartLogin .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}

#fs_Checkout .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}



#fs_CheckoutWithMultiAddress .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}

#fs_CheckoutWithAmazon .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}


#fs_CheckoutSuccess .fs-l-pageMain{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}



/*#item-lp div{
    margin:0px !important;
}
*/



/*ぱんくず*/

.fs-c-breadcrumb ol{
	display: none;
	
}

.fs-c-breadcrumb ol:first-of-type{
	display: block;
}


/* --------------------------------------------------------------------------------
			sub1
-------------------------------------------------------------------------------- */

#sub{
	width: 215px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
   font-size: 16px;
	border: none;
	margin: 0 0 10px;
	font-weight: bold;
}


.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
	display: flex;
	align-items: center;
	
	

}
.fs-p-sideMenu .fs-pt-menu__link--lv1 {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: "";
	display: block;
	width: 50px;
	height: 1px;
	border-bottom: 1px solid #707070;
}




.fs-p-sideMenu .fs-pt-menu__heading {
    padding: 5px 0 0 0;
	border: none;
}

.fs-p-sideMenu a:hover {
    background: none; 
    color: #000; 
}



.fs-p-sideMenu .fs-pt-menu__link--lv2 {
    padding: 6px 0 6px 10px;
	align-items: center;
}





.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    content: "";
}


/* --------------------------------------------------------------------------------
			商品ページ共通
-------------------------------------------------------------------------------- */

.fs-c-productMainImage__image img{
	width: 500px;
}

.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(55% - 16px / 2) calc(45% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
}

.fs-l-product2 .fs-l-productLayout__item--1{
	width: 500px;
}


.fs-c-productMark__mark {
    border-radius: 3px;
    margin: 0 3px 3px;
}

.fs-c-mark--coolDelivery {
    background: #34a;
    color: #fff;
    margin: 0 3px 3px;
}



/*商品詳細テーブル*/

/*商品詳細テーブル*/

.fs-p-productDescription table{
	width: 100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 0 120px!important;
	font-size: 14px;
}

.fs-p-productDescription table th,.fs-p-productDescription table td{
	border-bottom:1px dotted #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	
}


/*.tbl-item-info td:nth-of-type(1){
  background: #eee;
	width: 35%;
	border-bottom:1px dotted #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	text-align: left;
}
*/

.fs-p-productDescription table th{
	background: #eee;
	width: 25%;
	border-bottom:1px dotted #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	text-align: left;
	vertical-align: top;
}


.fs-p-productDescription--short{
	padding: 20px 0;
	line-height:2em;
}


.fs-l-productLayout__item .fs-c-productThumbnail{
	margin: 0 0 60px;
	
}



/*商品画像繰り返しパーツ（システムパーツ*/

.fs-c-productPlainImage{
	text-align: center;
}

.fs-c-productPlainImage img{
	width: 100%;
	
}










/* --------------------------------------------------------------------------------
			カテゴリ
-------------------------------------------------------------------------------- */

#fs_ProductCategory .fs-l-pageMain #main {
    width: 100%;
    min-width: 1000px;
    padding: 0 0 10px;
}



#fs_ProductCategory .fs-l-pageMain .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

#fs_ProductDetails .fs-l-pageMain #main {
    width: 100%;
    min-width: 1000px;
    padding: 0 0 10px;
}



#fs_ProductDetails .fs-l-pageMain .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}



.contents_wrap #main {
    width: 100%;
    min-width: 1000px;
    
}


.contents_wrap .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}





.fs-c-productListItem__image__image {
    max-width: 100%;
    height: 256px;
    object-fit: contain;
}

.fs-c-productImage__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}




/* --------------------------------------------------------------------------------
		cat - common
-------------------------------------------------------------------------------- */
.cat_wrap{}
h3.ttl{
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background: url("https://narumiec1202.itembox.design/item/images/common/heading.png") repeat-x left bottom;
	padding: 20px 0 12px;
	margin: 0 0 40px;
}

h3.ttl span{
	display: block;
	font-size: 22px;
}
span.spot{
	background-color: #ffe57f;
	font-weight: bold;
}



/* --------------------------------------------------------------------------------
		breadcrumb	
-------------------------------------------------------------------------------- */
/*#fs_ProductCategory .fs-c-breadcrumb{
	background-color: #724337;
}



#cat_cd #breadcrumb{
	background-color: #9c8a88;
}*/




/* --------------------------------------------------------------------------------
		main
-------------------------------------------------------------------------------- */
#main{
	padding: 0 0 40px;
}
#main .main_img{
	width: 100%;
	margin: 0 0 30px;
}
#main .main_img img{
	width: 100%;
}
#main h2.cat_ttl{
	font-size: 32px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-bottom: solid 1px #ac7f79;
	padding: 0 2px 2px;
	margin: 0 10px 20px;
}
#main .cat_txt{
	margin: 0 10px 30px;
}
#main .cat_img{
	margin: 0 10px 20px;
}
#main .cat_img img{
	width: 100%;
}
#main .cat_img.wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#main .cat_img.wrap .half{
	width: 49%;
}

.point{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-weight: bold;
	margin: 0 10px 55px;
}
.point .point_ttl{
	color: #cc3333;
	font-size: 50px;
	text-align: center;
	margin: 0 0 20px;
}
.point .point_ttl span{
	position: relative;
}
.point .point_ttl span:before,
.point .point_ttl span:after{
	content: "";
	width: 3px;
	height: 54px;
	position: absolute;
	bottom: 0;
	background-color: #cc3333;
}
.point .point_ttl span:before{
	left: -28px;
	transform: rotate(-35deg);
}
.point .point_ttl span:after{
	right: -18px;
	transform: rotate(35deg);
}
.point .point_img{
	text-align: center;
	margin: 0 0 30px;
}
.point ul{
	width: 70%;
	font-size: 26px;
	margin: 0 auto 30px;
}
.point ul li{
	position: relative;
	margin: 0 0 8px;
}
.point ul li:before{
	content: "◎";
	color: #f17037;
}
.point ul li span{
	border-bottom: solid 1px #000;
}
.point .point_catch{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 34px;
}
.point .point_catch p.img{
	width: 10%;
	margin: 0 0 0 10px;
}
.point .point_catch p span{
	color: #f17037;
}
.popular{
	background-color: #ffe57f;
	padding: 20px 0 30px;
	margin: 0 0 35px;
}
.popular .popular_lead{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.4;
	margin: 0 0 15px;
}
.popular .popular_lead p.img{
	width: 24%;
	margin: 0 15px 0 0;
}
.popular .popular_lead p span{
	font-size: 58px;
}
.popular .popular_lead p span.fc_r{
	color: #cc3333;
}
.popular .popular_img{
	margin: 0 0 15px;
}
.popular .popular_catch{
	font-size: 44px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.2;
	text-align: center;
}
.popular .popular_catch span{
	color: #cc3333;
}
.popular .popular_catch span.fs_l{
	font-size: 58px;
}


/* --------------------------------------------------------------------------------
		item_list
-------------------------------------------------------------------------------- */
.item_list{
	margin: 0 10px;
	padding: 0 0 40px;
}
.item_list ul{}
.item_list ul li{
	position: relative;
	background-color: #f7eae8;
	border-radius: 20px;
	padding: 40px;
	margin: 0 0 20px;
}
.item_list ul li .name{
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 20px;
}
.item_list ul li .name span{
	display: inline-block;
	color: #fff;
	background-color: #cc3333;
	padding: 0 10px;
	margin: 0 15px 0 0;
}
.item_list ul li .num{
	font-size: 16px;
}
.item_list ul li .size{
	margin: 0 0 20px;
}
.item_list ul li .size a{
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}
.item_list ul li .frozen{
	display: inline-block;
	color: #0057c3;
	font-size: 14px;
	border: solid 1px #0057c3;
	background: url("https://narumiec1202.itembox.design/item/images/common/i_frozen.png") no-repeat 5px 50%;
	background-size: 20px auto;
	padding: 3px 5px 3px 30px;
	margin: 0 0 10px;
}
.item_list ul li .price{
	font-size: 26px;
}
.item_list ul li .price .tax{
	font-size: 14px;
}
.item_list ul li .price .postage_ex{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background-color: #ac7f79;
	border-radius: 15px;
	padding: 0 15px;
	margin: 0 0 0 10px;
}
.item_list ul li .detail_btn{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.item_list ul li .detail_btn a{
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: url("https://narumiec1202.itembox.design/item/images/common/i_cart.png") no-repeat 70px 50%;
	background-size: 22px auto;
	background-color: #f17037;
	border-radius: 10px;
	padding: 12px 80px 12px 120px;
}
.item_list ul li .quantity{
	width: 84px;
	height: 84px;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 40px;
	color: #fff;
	font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	line-height: 1;
	background-color: #cc3333;
	border-radius: 50%;
	padding: 12px 0;
}
.item_list ul li .quantity span{
	font-size: 36px;
	letter-spacing: 0.02em;
}



/* --------------------------------------------------------------------------------
		cb_pr
-------------------------------------------------------------------------------- */
#cb_pr{
	margin: 0 10px;
	padding: 0 0 40px;
}
#cb_pr ul li{
	margin: 0 0 30px;
}
#cb_pr ul li img{
	width: 100%;
}





/* --------------------------------------------------------------------------------
		detail
-------------------------------------------------------------------------------- */
.detail{
	margin: 0 10px;
	padding: 0 0 40px;
}
.detail img{
	width: 100%;
}
.detail .img{
	margin: 0 0 30px;
}
.detail .wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.detail .wrap .left{
	width: 30%;
}
.detail .wrap .right{
	width: 67%;
}
.detail .wrap .half{
	width: 49%;
}
.detail .txt{
	margin: 0 0 30px;
}



/* --------------------------------------------------------------------------------
		voice
-------------------------------------------------------------------------------- */
#voice{
	margin: 0 10px;
	padding: 0 0 40px;
}
#voice .lead{
	font-size: 20px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 auto 25px;
}
#voice .lead span{
	position: relative;
}
#voice .lead span:before,
#voice .lead span:after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: -3px;
	background-color: #000;
}
#voice .lead span:before{
	left: -32px;
}
#voice .lead span:after{
	right: -32px;
}
#voice ul li{
	background-color: #fcf3e5;
	border-radius: 20px;
	padding: 40px;
	margin: 0 0 15px;
}
#voice ul li .ttl{
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background-color: #c9aa79;
	padding: 5px 12px;
	margin: 0 0 25px;
}
#voice ul li .star{
	height: 30px;
	margin: 0 0 15px;
}
#voice ul li .star img{
	height: 100%;
}




/* --------------------------------------------------------------------------------
		cb_how
-------------------------------------------------------------------------------- */
#cb_how{
	margin: 0 10px 40px;
	background: url("https://narumiec1202.itembox.design/item/images/cat/cb_how_bg.jpg") repeat 0 0;
	border-radius: 10px;
	padding: 40px 100px;
}
#cb_how img{
	width: 100%;
}
#cb_how .ttl{
	margin: 0 0 30px;
}
#cb_how > div{
	margin: 0 0 30px;
}




/* --------------------------------------------------------------------------------
		gift_service
-------------------------------------------------------------------------------- */
#gift_service{
	margin: 0 10px;
	padding: 0 0 40px;
}
#gift_service .lead{
	font-size: 22px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 30px;
}
#gift_service ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
#gift_service ul li{
	width: 32%;
	margin: 0 0 25px;
}
#gift_service ul li img{
	width: 100%;
}
#gift_service ul li a{
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	color: #fff;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-color: #f17037;
	border-radius: 10px;
	padding: 0 20px 0 0;
}
#gift_service ul li a:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 20%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#gift_service .birth_rgift{
	/*width: 50%;*/
	margin: 0 auto;
}
#gift_service .birth_rgift img{
	width: 100%;
}





/* --------------------------------------------------------------------------------
		gift_scene
-------------------------------------------------------------------------------- */
#gift_scene{
	margin: 0 10px;
	padding: 0 0 40px;
}
#gift_scene img{
	width: 100%;
}
#gift_scene ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 0 10px;
}
#gift_scene ul li{
	width: 48%;
	margin: 0 0 25px;
}
#gift_scene ul li span{
	display: block;
	font-size: 16px;
	padding: 5px 0 0;
}
#gift_scene .wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#gift_scene .wrap > div{
	width: 50%;
}
#gift_scene .wrap .right{
	width: 48%;
}
#gift_scene .noshi,
#gift_scene .gift_att{
	margin: 0 0 20px;
}



/* --------------------------------------------------------------------------------
		cd_for
-------------------------------------------------------------------------------- */
#cd_for{
	margin: 0 10px;
	padding: 0 0 40px;
}
#cd_for ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
#cd_for ul li{
	width: 48%;
	display: flex;
	justify-content: space-between;
}
#cd_for ul li .img{
	width: 38%;
	text-align: center;
	margin: 0;
}
#cd_for ul li .img img{
	width: 90%;
}
#cd_for ul li .txt{
	width: 60%;
}
#cd_for ul li .txt .ttl{
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 5px;
}
#cd_for ul li .txt .ttl span{
	background: linear-gradient(transparent 60%, #f5e495 60%);
}
#cd_for ul li .txt .version{
	font-size: 16px;
}
#cd_for .for_size{
	text-align: center;
	background-color: #fff8d8;
	border-radius: 20px;
	padding: 30px;
	margin: 0 0 30px;
}
#cd_for .img{
	/*width: 50%;*/
	margin: 0 auto 20px;
}
#cd_for .img img{
	width: 100%;
}



/* --------------------------------------------------------------------------------
		cd_variation
-------------------------------------------------------------------------------- */
#cd_variation{
	margin: 0 10px;
	padding: 0 0 20px;
}
#cd_variation ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 0 20px;
}
#cd_variation ul li{
	width: 48%;
	margin: 0 1% 20px;
}
#cd_variation ul li img{
	width: 100%;
}



/* --------------------------------------------------------------------------------
		cd_how
-------------------------------------------------------------------------------- */
#cd_how{
	margin: 0 10px;
	padding: 0 0 20px;
}
#cd_how dl dt{
	margin: 0 0 12px;
}
#cd_how dl dt span.method{
	color: #fff;
	font-size: 20px;
	background-color: #fb8c0f;
	border-radius: 5px;
	padding: 8px 15px;
}
#cd_how dl dt span.att{
	font-size: 22px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f5e495 60%);
	margin: 0 0 0 20px;
}
#cd_how dl dd{
	margin: 0 0 25px;
}
#cd_how dl dd span{
	color: #cc3333;
	font-weight: bold;
	text-decoration: underline;
}





/* --------------------------------------------------------------------------------
		contents - common
-------------------------------------------------------------------------------- */
.contents_wrap{
	position: relative;
}
h3.ttl{
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	background: url("https://narumiec1202.itembox.design/item/images/common/heading.png") repeat-x left bottom;
	padding: 20px 0 12px;
	margin: 0 0 40px;
}



/* --------------------------------------------------------------------------------
		breadcrumb	
-------------------------------------------------------------------------------- */
#contents_bulk #breadcrumb{
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(57,21,17,.5);
}



/* --------------------------------------------------------------------------------
		main
-------------------------------------------------------------------------------- */
#main{
	padding: 0 0 40px;
}
#main .main_img{
	width: 100%;
	margin: 0 0 30px;
}
#main .main_img img{
	width: 100%;
}
#main .use_list{
	width: 85%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin: 0 auto 20px;
}
#main .use_list li{
	width: 150px;
	height: 150px;
	position:relative;
	border-radius: 50%;
	background-color: #c9aa79;
}
#main .use_list li span{
	width: 100%;
	position: absolute;
	left: 0;
	top: 28%;
	color: #fff;
	font-size: 28px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}



/* --------------------------------------------------------------------------------
		about_bulk
-------------------------------------------------------------------------------- */
#about_bulk{
	margin: 0 10px;
	padding: 0 0 40px;
}
#about_bulk .img{
	width: 100%;
	margin: 0 0 30px;
}
#about_bulk .img img{
	width: 100%;
}
#about_bulk .txt{}



/* --------------------------------------------------------------------------------
		use_bulk
-------------------------------------------------------------------------------- */
#use_bulk{
	margin: 0 10px;
	padding: 0 0 40px;
}
#use_bulk .txt{
	color: #fff;
	text-align: center;
	background-color: #ac7f79;
	padding: 20px 15px;
	margin: 0 0 20px;
}
#use_bulk .txt .lead{
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 15px;
}
#use_bulk ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#use_bulk ul li{
	width: 32%;
	margin: 0 0 20px;
}
#use_bulk ul li img{
	width: 100%;
}
#use_bulk ul li span{
	display: block;
	font-size: 16px;
	padding: 3px 0 0;
}



/* --------------------------------------------------------------------------------
		catalog_gift
-------------------------------------------------------------------------------- */
#catalog_gift{
	margin: 0 10px;
	padding: 0 0 40px;	
}
#catalog_gift a{
	display: block;
	width: 50%;
	margin: 0 auto 20px;
}
#catalog_gift a img{
	width: 100%;
}



/* --------------------------------------------------------------------------------
		faq
-------------------------------------------------------------------------------- */
#faq{
	margin: 0 10px;
	padding: 0 0 40px;	
}
#faq .sub-nav{
	margin: 0 0 40px;
}
#faq .sub-nav ul{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}	
#faq .sub-nav ul li{
	background-color: transparent;
    margin: 0 10px 20px;
    padding: 0;
}	
#faq .sub-nav ul li a{
	color: #c9aa79;
	font-size: 16px;
	background: #fcf3e5;
	position: relative;
    display: inline-block;
	padding: 10px 28px 10px 18px;
}
#faq .sub-nav ul li a::before,
#faq .sub-nav ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#faq .sub-nav ul li a::before{
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #c9aa79;
    border-right: 1px solid #c9aa79;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#faq .sub-nav ul li a::after{
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c9aa79;
    border-right: 2px solid #c9aa79;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#faq .catname{
	padding: 20px 0 0;
	margin: 30px 0;
}
#faq .catname span{
	font-weight: bold;
	font-size: 22px;
	background: linear-gradient(transparent 60%, #f5e495 60%);
	padding: 5px 10px;
}
#faq ul{
	margin: 0 0 50px;
}
#faq ul li{
	background-color: #fcf3e5;
	border-radius: 20px;
	padding: 30px 30px 20px;
	margin: 0 0 15px;
}
#faq ul li .que{
	position: relative;
	color: #fff;
	font-size: 20px;
	background-color: #c9aa79;
	cursor: pointer;
	padding: 5px 20px;
	margin: 0 0 18px;
}
#faq ul li .que:hover{
	text-decoration: underline;
}
#faq ul li .que:before,
#faq ul li .que:after{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
}
#faq ul li .que:before{
	top: -2px;
	border-top: dashed 1px #c9aa79;
}
#faq ul li .que:after{
	bottom: -2px;
	border-bottom: dashed 1px #c9aa79;
}
#faq ul li .ans{
	display: none;
	position: relative;
	padding: 0 20px 10px 45px;
}
#faq ul li .ans:before{
	content: "A.";
	position: absolute;
	left: 22px;
	top: 0;
}
#faq ul li .ans .underline{
	text-decoration: underline;
}
#faq ul li .ans .bold{
	font-weight: bold;
}


/* --------------------------------------------------------------------------------
		contact
-------------------------------------------------------------------------------- */
#contact{
	/*width: 50%;*/
	text-align: center;
	background-color: #f7eae8;
	border-radius: 10px;
	padding: 20px 0;
	margin: 0 auto 50px;
}
#contact .tel{
	margin: 0 0 10px;
}
#contact .tel a{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
#contact .info{
	margin: 0 0 15px;
}
#contact .tel_btn,
#contact .form_btn{
	width: 85%;
	margin: 0 auto 10px;
}
#contact .tel_btn a,
#contact .form_btn a{
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #ac7f79;
	border-radius: 5px;
	padding: 8px 0;
	margin: 0 0 25px;
}
#contact .tel_btn a:after,
#contact .form_btn a:after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#contact .form{
	font-weight: bold;
	margin: 0 0 15px;
}



/* --------------------------------------------------------------------------------
		excel_order fax_order
-------------------------------------------------------------------------------- */
#order_wrap{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 10px 50px;
}
#excel_order,
#fax_order{
	width: 49%;
	padding: 20px;	
}
#excel_order{
	border: solid 1px #6b822d;
}
#fax_order{
	border: solid 1px #c70404;
}
#excel_order h4.order_ttl,
#fax_order h4.order_ttl{
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	margin: 0 0 15px;
}
#excel_order h4.order_ttl span,
#fax_order h4.order_ttl span{
	display: inline-block;
	padding: 5px 0 5px 40px;
}
#excel_order h4.order_ttl span{
	background: url("https://narumiec1202.itembox.design/item/images/contents/i_excel.png") no-repeat 0 50%;
	background-size: 40px auto;
}
#fax_order h4.order_ttl span{
	background: url("https://narumiec1202.itembox.design/item/images/contents/i_pdf.png") no-repeat 3px 50%;
	background-size: 33px auto;
}
#excel_order p,
#fax_order p{
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px;
}
#excel_order .send,
#fax_order .send{
	font-weight: bold;
	margin: 0 0 15px;
}
#excel_order .dl_btn,
#fax_order .dl_btn{
	width: 85%;
	margin: 0 auto;
}
#excel_order .dl_btn a,
#fax_order .dl_btn a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0;
}
#excel_order .dl_btn a{
	background-color: #6b822d;
}
#fax_order .dl_btn a{
	background-color: #c70404;
}
#excel_order .dl_btn a:after,
#fax_order .dl_btn a:after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}



/* --------------------------------------------------------------------------------
		oem
-------------------------------------------------------------------------------- */
#oem{
	/*width: 50%;*/
	text-align: center;
	background-color: #fcf3e5;
	border-radius: 10px;
	padding: 20px 0;
	margin: 0 auto 30px;
}
#oem p{
	font-weight: bold;
	margin: 0 0 20px;
}
#oem .access_btn{
	width: 85%;
	margin: 0 auto 25px;
}
#oem .access_btn a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #b59158;
	border-radius: 5px;
	padding: 8px 0;
}
#oem .access_btn a:after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}






#contact-page iframe{
	height: 870px;
	margin: 0 0 30px;
	
}


#contact-page .f_info{
	margin: 0 10px 30px;
}
#contact-page .f_info dl{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}
#contact-page .f_info dl dt{
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #b58a84;
	border-radius: 5px;
	padding: 4px 15px;
	margin: 10px 15px 10px 0;
}
#contact-page .f_info dl dd{
	color: #5f302a;
	font-size: 30px;
	letter-spacing: 0;
	padding: 0 10px 0 0;
}
#contact-page .f_info dl dd a{
	color: #5f302a;
	letter-spacing: 0;
}
#contact-page .f_info p{
	text-align: center;
}





/* --------------------------------------------------------------------------------
	シュシュドーナツページ
-------------------------------------------------------------------------------- */

.detail_colorful .img .half img{
    padding-bottom: 20px;
}


#cat_cd #main .inner .flex{
    padding-bottom: 20px;
    display: flex;
}
#cat_cd #main .inner .flex .flex_img{
    width: 100%;

}
#cat_cd #main .inner .flex .flex_txt,
#cat_cd #main .inner .flex_txt{
    font-size: 22px;
    margin: 0 15px 30px;
    line-height: 2.5em;

}

#cd_for_noflex ul{
    justify-content: space-between;
    margin: 0 0 30px;

}

#cd_for_noflex ul li{
    display: flex;
    gap: 35px;
    width: 90%;
    padding-bottom: 45px;
    margin: 0 auto;

}
#cd_for_noflex ul li .img img{
    width: 100%;
}

#cd_for_noflex ul li .txt .version{
    font-size: 25px;
}
#cd_for_noflex ul li .txt .ttl{
    font-size: 35px;
}
#cd_for_noflex ul li .txt .ttl span{
    background: linear-gradient(transparent 60%, #f5e495 60%);

}

#cd_for_noflex ul li .txt {
    margin: auto 0;
}

/* --------------------------------- */

#cd_for_noflex{
	margin: 0 10px;
	padding: 0 0 40px;
}
#cd_for_noflex ul{
	/* display: flex; */
	justify-content: space-between;
	margin: 0 0 30px;
}
#cd_for_noflex ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#cd_for_noflex ul li .img{
	width: 38%;
	text-align: center;
	margin: 0;
}
#cd_for_noflex ul li .img img{
	width: 65%;
}
#cd_for_noflex ul li .txt{
	width: 60%;
}
#cd_for_noflex ul li .txt .ttl span{
	background: linear-gradient(transparent 60%, #f5e495 60%);
}

#cd_for_noflex .for_size{
	text-align: center;
	background-color: #fff8d8;
	border-radius: 20px;
	padding: 30px;
	margin: 0 0 30px;
}
#cd_for_noflex .img{
	/*width: 50%;*/
	margin: 0 auto 20px;
}
#cd_for_noflex .img img{
	width: 100%;
}

/* ---------------------------- */

#gift_service02{
	margin: 0 10px;
	padding: 0 0 40px;
}

#gift_service02 .lead{
	font-size: 22px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 30px;
}

#gift_service02 ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}

#gift_service02 ul li{
	width: 49%;
	margin: 0 0 25px;
}

#gift_service02 ul li img{
	width: 100%;
}

#gift_service02 ul li a{
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	color: #fff;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background-color: #f17037;
	border-radius: 10px;
	padding: 0 20px 0 0;
}

#gift_service02 ul li a:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 20%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#gift_service02 ul li{
    display: inline-flex;
    flex-flow: row nowrap;
    font-size: 20px;
    background-color: #fff4f2;
    border: solid 1px #ac7f79;
    border-radius: 10px;
    padding: 18px;
}
#gift_service02 ul li .num{
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #ac7f79;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
#gift_service02 ul li .txt{
    font-size: 29px;
    max-width: calc(100% - 65px);
    min-width: calc(68% - 80px);
    line-height: 1.3;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#gift_service02 ul li .txt .red{
    display: inline-block;
    color: #cc3333;
    font-size: 35px;
    padding: 5px 0 0;
}
#gift_service02 ul li:last-child{
    background-color: transparent;
    border: none;
}
#gift_service02 ul li.wide{
    width: 66%;
    background-color: #fff4f2 !important;
    border: solid 1px #ac7f79 !important;
}
#gift_service02 ul li.wide .txt{
    font-size: 24px;
    line-height: 1.5;
}
#gift_service02 ul li .img{
    width: 32%;
    text-align: center;
    margin: 0 0 0 15px;
}
#gift_service02 ul li:nth-child(2) .img img{
    width: 80%;
}

#gift_service02 ul li:nth-child(5){
    width: 100%;
}

.flavor .img{
    padding-bottom: 20px;

}

.flavor .img img,
.birth_rgift img,
.img img{
    width: 100%;
}

/* --------------------------------------------------------------------------------
	お知らせページ
-------------------------------------------------------------------------------- */
.news_content .pankuzu {
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 1.5;
}
.news_content .pankuzu a {
	text-decoration: underline;
	color: #000;
}
.news_content .news_article .date {
	font-size: 16px;
	margin-bottom: 15px;
}
.news_content .news_article .date span {
	margin-left: 15px;
}
.news_content .news_article h1 {
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.news_content .news_body {
	line-height: 1.7em;
}
.news_content  a {
	color: #000;
	text-decoration: underline;
}
.news_content  a:hover {
	color: #000;
	text-decoration: none;
}
.news_content .btn_bk {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 60px;
	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	background-color: #f17037;
	position: relative;
	margin: 70px auto;
	text-decoration: none !important;
	border-radius: 50px;
}
.news_content .btn_bk:hover {
	text-decoration: underline !important;
}


/* --------------------------------------------------------------------------------
	まとめ買い・法人大口注文ページ
-------------------------------------------------------------------------------- */
#contents_largeorder .ttl {
	margin: 80px 0 50px;
}
#contents_largeorder .flex-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#contents_largeorder .flex-box li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#contents_largeorder .lineup ul {
	display: flex;
	gap: 25px;
	margin: 30px 0 80px;
}
#contents_largeorder .price ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 100px;
}
#contents_largeorder .price ul li {
	background-color: #C48A5D;
	width: 315px;
}
#contents_largeorder .price ul li a {
	color: #fff;
	padding: 20px;
	font-size: 26px;
	display: block;
	text-align: center;
}
#contents_largeorder .point-list {
	display: flex;
	justify-content: space-between;
}
#contents_largeorder .point-list li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
#contents_largeorder .haisou {
  background-color: #f4f4f4;
  padding: 40px;
  margin-bottom: 40px;
}
#contents_largeorder .haisou h3 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#contents_largeorder .haisou p {
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: bold;
}
#contents_largeorder .haisou a {
  color: #d83342;
  border-bottom: solid 1px;
}

/* ご案内アコーディオン */
#goannai .accordion-guide {
	width: 100%;
	background-color: #f4f4f4;
}
#goannai .accordion-guide .ttl-guide {
	background-image: url("https://narumiec1202.itembox.design/item/images/largeorder/icon/open.png");
	background-position: right 24px center;
	background-size: 24px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 32px 10px;
	cursor: pointer;
	font-size: 15px;
	color: var(--main-bg-color);
	font-weight: bold;
}
#goannai .accordion-guide[open] .ttl-guide  {
	background-image: url("https://narumiec1202.itembox.design/item/images/largeorder/icon/close.png");
}
#goannai .accordion-guide .txt {
	padding: 32px;
	padding-top: 0;
	margin-top: 0;
	color: #222222;
}

/* スライダーの装飾 */
#jigyo .product-contents h2 {
	font-size: 32px;
	font-weight:600;
	position: relative;
	margin-bottom: 40px;
}
#jigyo .product-contents h3 {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
}
#jigyo .product-contents h2:before {
	background-color: #c4615c;
	border-radius: 0;
	bottom: -10px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
}
#jigyo .product-contents span {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 8px;
}
#jigyo .detail-text {
	border-top: 1px solid #000;
	padding-top: 1rem;
	margin-top: 1rem;
	text-align: left;
}
#jigyo .about-product .detail {
	top: 29%;
}

/* Q&A */
#faq .ul-houjin-lo li {
	padding: 20px 24px 28px;
}
#faq .ul-houjin-lo .que {
	font-size: 24px;
	padding: 20px 20px;
	cursor: auto;
}
#faq .ul-houjin-lo .que:hover {
	text-decoration:none;
}
#faq .ul-houjin-lo .que:before {
	bottom: 0;
	border: none;
}
#faq .ul-houjin-lo .que:after {
	border: none;
	bottom: 0;
}
#faq .ul-houjin-lo .ans {
  padding: 0 0 20px;
}
#faq .ul-houjin-lo .ans:before {
  content: "";
  left: 0;
}
/* レビューページ */
@media (min-width: 600px) {
	.fs-c-productReviewed {
		width: 100%;
		max-width: 100%;
	}
	.fs-c-productReviewed__name {
		font-size: 3.8rem;
		grid-row: 1;
	}
	.fs-c-productReviewed__number {
		margin: 14px 0 30px 0;
		grid-row: 2;
	}
	.fs-c-productNumber {
		font-size: 1.8rem;
	}
	.fs-c-productReviewed__prices {
		font-size: 2.8rem;
		grid-row: 3;
	}
	.fs-c-productReviewed + .fs-c-aggregateRating {
		max-width: 90%;
        margin: 50px auto 80px;
	}
	.fs-body-review-write .fs-c-reveiwNotes {
		padding: 38px 0 40px;
        font-size: 2.3rem;
	}
	.fs-c-reveiwNotes h3 {
		font-weight: 600;
		margin-bottom: 20px;
	}
	.fs-c-inputInformation__field {
		max-width: 100%;
		font-size: 2.3rem;
		margin: 80px 0 80px
	}
	.fs-c-button__label {
		font-size: 1.8rem;
	}
}

/* --------------------------------------------------------------------------------
	注文完了ページ
-------------------------------------------------------------------------------- */
.thx-erea {
    border: solid 35px #badaa1;
    padding: 60px 50px;
}
.thx-logo {
    margin-top: -20px;
    margin-bottom: 30px;
}
.thx-erea p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 45px;
}