#navi{
	height: 49px;
    overflow: hidden;
}

.iShmrex {
	font-family: var(--Fyg), var(--Fip);
	min-width: 1000px;
	overflow: hidden;
	font-size: 16px;

	* {
		box-sizing: border-box;
	}

	section {
		padding: 160px 0;
	}

	sup{
		vertical-align: top;
		font-size: 0.4em;
	}

	h3 {
		position: relative;
		display: block;
		font-size: 34px;
		text-align: center;
	}

	mark {
		display: inline-block;
		transition: all 1s ease-in-out;
		font-weight: bold;
		line-height: 1;
		background: linear-gradient(transparent 50%, rgb(255, 250, 153) 50%);
		background-repeat: no-repeat;
		background-size: 0% 100%;
		background-position: bottom left;
	
		&.active {
			background-size: 100% 100%;
		}
	}


	/*----
	コンテンツ
	-----*/

	.fv{
		background: url(/images/item/shrex/fv/fv_background.jpg) no-repeat;
		background-size: cover;
		background-position: center top;

		img{
			display: block;
		}

		.fv_inner{
			position: relative;
		}

		.fv_lead-txt{
			width: min(80%,600px);
			display: block;
			margin: 0 auto;
			padding-top: 3%;
		}
		
		.fv_content{
			text-align: center;

			.fv_item{
				width: 900px;
				margin:0 auto;
				padding-bottom: 1%;
				display: flex;
                justify-content: space-between;
                align-items: flex-end;
				
				.item_point {
					margin-bottom: 5%;
				}

				.item_product{
					position: relative;

					.product_icon{
						width: 100%;
						top: 0;
						left: 0;
						position: absolute;
					}
				}

				.item_fragrance {
					margin-bottom: 4%;
				}
			}
		}

		.fv_product-name{
			color: #5b5958;
			font-family: "Noto Serif JP", serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			font-size: min(3vw,20px);
			letter-spacing: 1.6px;
			padding-bottom: 1.8%;

			span{
				display: block;
				font-weight: 500;
				font-size: min(3vw,35px);
			}
		}
	}


	.Cta {
		width: 600px;
		margin-top: 4%;
		color: #333;
		h3 {
			font-size: 33px;
			letter-spacing: 0;
			text-align: center;
			margin-bottom: 8%;

			span {
				letter-spacing: 0;
				font-size: 16px;
				padding: 5px;
			}
		}

		.ctapri {
			dd:first-of-type{
				width: 140px;
			}
		}

		.btn {
			margin: 40px auto 80px;
			width: 400px;

			a {
				padding: 10px 5px 10px;
				display: flex;
				justify-content: center;
				align-items: center;
				position: relative;
				color: #fff;
				background: #58b0c1;
				font-size: 34px;
				text-align: center;
				line-height: 1;
				text-decoration: none;
				box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);

				&::after {
				content: '';
				margin-left: 10px;
				display: inline-block;
				vertical-align: middle;
				width: 50px;
				height: 50px;
				background: url(/images/item/common/icon_buy.svg) no-repeat 0 0;
				background-size: 100% 100%;
				}
			}
		}
	}

	.point {
		width: 1000px;
		margin: 0 auto;
		padding: 10% 0 0;
		text-align: center;

		ul {
			li{
				border-bottom: 1px solid #CCC;
				padding: 10% 0;

				h3 {
					letter-spacing: 3.5px;
					margin-bottom: 3;
					font-size: min(3vw,38px);
				}

				.point_txt {
					width: 85%;
					margin: 3.5% auto;
					letter-spacing: 1px;
					font-size: min(3vw,23px);
				}

				.notice {
					margin-top: 1%;
					letter-spacing: 0.1em;
					font-size: min(3vw,14px);
				}

				&:nth-child(3){

					.point_txt{
						margin-bottom: 0;
					}

					.notice {
						text-align: left;

					}
				}

				&:nth-child(4){
					.point_txt {
						width: 90%;
					}
				}
			}

		}
	}


	.monde {
		width: 1000px;
		margin: 0 auto;
		h3{
			margin-bottom: 3.5%;
		}
		ol {
			margin: 2% auto 0;
			line-height: 2;
			width: 80%;
		}

		li {
			padding-bottom: 10px;
			text-indent: -1em;
			font-size: min(3vw,20px);

			&::before {
			content: "◆";
			}
		}
	}


	.ansBg,
	.feaBg,
	.techBg,
	.qaBg{
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
	}

	.ansBg {
		background-image: url(/images/item/shrex/ans_bg.jpg);

		.ans {
			justify-content: center;
			height: 800px;
			text-align: center;
	
			p {
				margin-top: 50px;
				font-size: 24px;
				line-height: 2;
			}
		}
	}

	.techBg {
		background-image: url(/images/item/shrex/techbg.jpg);

		.tech {
			width: 1000px;
			height: 600px;
			padding:10% 0;
			margin: 0 auto;
			p {
				margin-top: 40px;
				font-size: 20px;
				line-height: 2;
			}
		}
	}

	.feaBg {
		width: 100%;
		height: 1000px;
		background-image: url(/images/item/shrex/feature.jpg);
	}

	.qaBg {
		background-image: url(/images/item/shrex/qabg.jpg);

		.qa {
			width: 1000px;
			margin: 0 auto;
			dt.acoA {
			&::before {
				background: rgba(0, 0, 0, 0.5);
			}
	
			&.active {
				color: #fff;
			}
			}
	
			dd.acoB {
			border-left: 30px solid rgba(0, 0, 0, 0.3);
			}
	
			.aarw {
				dd {
					span {
					margin-top: 0;
					}
				}
			}
		}
	}

	.world{
		width: 1000px;
		margin: 0 auto;
		h3{
			margin-bottom: 3.5%;
		}
	}

	.gallery {
		padding: 50px 0 90px;

		h3 {
			display: inline-block;
			position: relative;
			font-size: 40px;
			letter-spacing: 8px;
			font-family: var(--Fns);

			&::before,
			&::after {
				content: "";
				position: absolute;
				width: 30px;
				height: 0;
				top: 34px;
				border: 1px solid #000;
			}

			&::before {
				left: -50px;
			}

			&::after {
				right: -50px;
			}
		}
	}


	#Buy {
		width: 800px;
		padding-top: 50px;
		margin: 5% auto;


		.buyTiS {
			.itemNa {
				margin-top: 20px;
			}
			img {
				margin: auto;
				display: block;
			}
			
			h2{
				width: 500px;
				font-size: 40px;
			}
		}

		.buyReg1{
			ul{
				margin: 0;
				width: 100%;
				display: flex;

				li{
					flex: 1;
					width: 30%;
					margin: 0 1.5%;

					.offRr,.offRw,.offRnone
					{
						width: 80%;
						margin: 8% auto 3%
					}

					.offer_usually{
						.offRnone{
							padding: 6%;
						}

					}
				}
			}	

		}


		form {
			position: relative;

			.btnG{
				width: 90%;
				font-size: min(3vw,18px);
				position: relative;
				text-align: left;
				padding: 6% 5% 5% 19%;
				display: inline-block;
				color: #fff;
				font-weight: normal;
				line-height: 1;
				background: #88bd09;
				box-shadow: 3px 4px #699117;
				border: none;
				cursor: pointer;
			}		

			&::after {
				content: "\f218";
				position: absolute;
				font-family: var(--wIcon);
				font-weight: 600;
				color: #fff;
				top: 48.5%;
				left: 75%;
				transform: translateY(-48.5%);
			}
		}
	}

}
