<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** @format */

@charset "UTF-8";

.media_pc {
	display: inline-block;
}

.media_sp {
	display: none;
}

/* SP */
@media screen and (max-width: 750px) {
	.media_pc {
		display: none;
	}

	.media_sp {
		display: inline-block;
	}
}

.is-menuOpen,
.is-menuOpen body {
	position: fixed;
	overflow-y: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overscroll-behavior-y: none;

	/* when modal active */
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overflow: hidden;
	/* Other browsers */
	overscroll-behavior: none;
}

/* @PC */
@media screen and (min-width: 750px) {
	/*
	.is-menuOpen body {
		padding-right: 15px;
	}
	*/

	/*
	.is-menuOpen .SupplementHeader {
		padding-right: 1.5rem;
	}
	*/
}

/*
    custom visual styles
	* Only set the shape
	* Space settings are set at each usage location
=========================================*/
.Color-em {
	color: #76cec4;
}

.FontSize-166 {
	font-size: 166.6%;
}

.FontSize-133 {
	font-size: 133%;
}

.FontFamily-roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

.Divider {
	height: 0.2rem;
	background: url(/Images/amn/base/divider.svg) no-repeat;
	background-size: contain;
	background-position: center;
	margin: 3rem auto 1rem;
}

.Divider hr {
	display: none;
}

/*
	LinkInText：文中リンク
*/
.LinkInText {
	color: #76cec4;
	text-underline-offset: 0.2em;
	margin-bottom: 0.2em;
}

/*
	FigureImage：1カラム イメージ画像
*/
.FigureImage {
	max-width: 37.5rem;
	margin: 2rem auto 0;
}

.FigureImage img {
	width: 100%;
}

/*
	StringImage：画像テキスト
*/
.StringImage {
	max-width: 37.5rem;
	margin: auto;
}

.StringImage img {
	width: 100%;
}

/*
	Paragraphs: 通常テキスト群
*/
.Paragraphs {
	padding: 2.5rem 2rem 0.05rem;
}

.Paragraphs *.Text:last-child {
	margin-bottom: 0;
}

.Paragraphs .Text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 2.25rem;
	text-align: left;
}


.Paragraphs .smallTopic {
	margin: 2.25rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;

}





/*
	NoteBlock：注釈テキスト
*/
.NoteBlock {
	margin-top: 1.5rem;
	text-align: left;
}

.Note {
	color: #a4a4a4;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -0.03em;
	margin-top: 0.5rem;
}

/*
	floatingImageItem
	装飾イラスト配置用クラス
*/
.FloatingImageItem {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*
	RibbonHeading
	リボン型見出し
*/
.RibbonHeading {
	background-image: url(/Images/amn/base/heading-bg01.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	width: 34.5rem;
	height: 6rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	/* font-size: 2.1rem; */
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0.2rem 1rem 2rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

/*
	ShoutHeading
	ページ冒頭 大型見出し
*/
.ShoutHeading {
	margin: 0 auto 1.5rem;
	width: 36.5rem;
	min-height: 6.95rem;
	color: #747474;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.1;
	letter-spacing: 0.025em;
	padding: 0 5rem 0;
	position: relative;
}

.ShoutHeading strong {
	font-weight: 900;
	font-size: 4.25rem;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-bottom: 0.8rem;
}

.ShoutHeading::before,
.ShoutHeading::after {
	content: "";
	display: block;
	width: 4.95rem;
	height: 6.95rem;
	background: url(/Images/amn/base/heading-bg02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.ShoutHeading::after {
	left: auto;
	right: 0;
	transform: scale(-1, 1);
}

/* 大小混合テキスト */
.ShoutHeading .popText {
	font-weight: 900;
	font-size: 3.75rem;
	letter-spacing: 0.05em;
	display: block;
}

.ShoutHeading .popText em {
	font-weight: 900;
	font-size: 4.5rem;
}

/* グリーン文字 */
.ShoutHeading .mainText {
	color: #6ec9bf;
	font-size: 2.5rem;
	font-weight: 900;
	display: block;
	margin-top: 0.5rem;
}



/*
	documentsHeading
	文書用ヘッダ
*/
.DocumentsHeading {
	border-bottom: 0.2rem solid #75c7c2;
	text-align: left;
	margin: 2.3rem 0 0;
	padding: 0 1.5rem 0.45rem 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	color: #767676;
}

.DocumentsHeading.lessBorder {
	border-bottom: none;
}

.DocumentsHeading .HeadMark-diamond {
	display: block;
	padding-left: 2rem;
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat;
	background-position: left top 0.2rem;
	background-size: 1.5rem auto;
}

.Paragraphs .Text.privacy_subttl{
	color: #75c7c2;
	font-weight: bold;
	padding-top: 2rem;
	margin-bottom: 1rem;
}
.u-line{
	color: #76cec4;
	text-decoration: underline;
}

/*
	BulletLists
	文書用 見出し付き箇条書きリスト
*/
dl.BulletLists {
	text-align: left;
	padding: 1rem 0.5rem 0 1.5rem;
}

.BulletLists dt {
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat left top 0.2rem;
	background-size: 1.4rem auto;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #76cec4;
	padding-left: 1.5rem;
	margin-top: 1.5rem;

	clear: both;
	float: left;
	min-width: 9.1rem;
}

.BulletLists dd {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #767676;
	padding-left: 1.5rem;
	margin-top: 1.5rem;
	display: inline-block;
	min-width: 22.3rem;
}

.BulletLists dd.stepDown {
	width: 100%;
}

/*
	AllView
	全て見る系 ボタン型リンク
*/
.AllView {
	margin: 2.5rem auto 0;
	width: 30rem;
	height: 3.5rem;
	border: 0.15rem solid #76cec4;
	color: #76cec4;
	background: #fff;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;

	background: url(/Images/amn/base/arrow_all_view.svg) no-repeat right 0.4rem center;
	background-size: 2.3rem auto;
}

.AllView:hover {
	background-image: url(/Images/amn/base/arrow_all_view_white.svg);
	background-color: #76cec4;
	color: #fff;
}


/*
	HistoryBack
	前のページに戻る
*/
.HistoryBack {
	margin: 2.5rem auto 0;
	width: 30rem;
	height: 3.5rem;
	border: 0.15rem solid #76cec4;
	color: #76cec4;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;

	background: url(/Images/amn/base/arrow_back.svg) no-repeat left 0.4rem center;
	background-size: 2.3rem auto;
}

.HistoryBack:hover {
	background-image: url(/Images/amn/base/arrow_back_white.svg);
	background-color: #76cec4;
	color: #fff;
}

/*
	BackButton
	戻る
*/
.BackButton {
	margin: 2.5rem auto 0;
	width: 30rem;
	height: 3.5rem;
	border: 0.15rem solid #76cec4;
	color: #76cec4;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;

	background: url(/Images/amn/base/arrow_back.svg) no-repeat left 0.4rem center;
	background-size: 2.3rem auto;
}

.BackButton:hover {
	background-image: url(/Images/amn/base/arrow_back_white.svg);
	background-color: #76cec4;
	color: #fff;
}


/*
	ViewDetail
	詳しく見る系 ボタン型リンク
*/
a.ViewDetail {
	margin: 1.5rem auto auto;
	background: url(/Images/amn/base/arrow_circle_link_white.svg) no-repeat right 0.55rem center #75c7c2;
	background-size: 1.9rem auto;
	border: 0.4rem solid #afdfd9;
	border-radius: 37.5rem;
	width: 28.5rem;
	height: 5rem;
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);

	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}


/*
	ToPurchase
	購入はこちらボタン
*/
a.ToPurchase {
	margin: 1.5rem auto auto;
	background: url(/Images/amn/base/arrow_circle_link.svg) no-repeat right 1rem center #fff;
	background-size: 1.9rem auto;
	border: 0.4rem solid #feff7a;
	border-radius: 37.5rem;
	width: 28.5rem;
	height: 5rem;
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);

	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	color: #59c0b5;
	text-decoration: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

/*
	.SupplementMainMenu
	メニュー
*/
.SupplementMainMenu {
	position: fixed;
	top: 6rem;
	left: 0;
	z-index: 200;

	height: calc(100vh - 6rem);
	/* width: 100vw; */
	width: 100%;
	display: none;
}

.SupplementMainMenu .SupplementMainMenu-wrap {
	width: 37.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}



/* @PC */
@media screen and (min-width: 750px) {
	.SupplementMainMenu .SupplementMainMenu-wrap {
		width: auto;
	}
}


.SupplementMainMenu .Close {
	border: 0.1rem solid #ddd;
	background: url(/Images/amn/base/close.svg) no-repeat center center #fff;
	background-size: 2rem auto;
	width: 6rem;
	height: 6rem;
	flex: 0 0 auto;

	position: absolute;
	top: -6rem;
	left: 0;
}

.SupplementMainMenu .MenuList {
	width: 100%;
	background-color: #e7f1f0;
	padding-bottom: 7rem;

	flex: 1 1 auto;

	overscroll-behavior-y: contain;
	overflow: auto;

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
}

/* @PC */
@media screen and (min-width: 750px) {
	.SupplementMainMenu .MenuList {
		width: auto;
		border-right: 0.075rem solid #ddd;
	}
}

.SupplementMainMenu .MenuList ul {
	border-top: 0.15rem solid #ddd;
	padding-bottom: 2rem;
}

/* @PC */
@media screen and (min-width: 750px) {
	.SupplementMainMenu .MenuList ul {
		border-width: 0.075rem;
		padding-bottom: 1rem;
	}
}

.SupplementMainMenu .MenuList li.UserName {
	color: #666;
	font-size: 1.4rem;
	background-color: #fff;
	height: 5.3rem;
	border-bottom: 0.15rem solid #ddd;
	padding: 1rem 1rem 1rem 2rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

/* @PC */
@media screen and (min-width: 750px) {
	.SupplementMainMenu .MenuList li.UserName {
		border-width: 0.075rem;
		padding: 0.75rem 5rem 0.75rem 0.75rem;
		font-size: 1.0rem;
		background-size: auto 0.65rem;
		background-position: right 0.75rem center;
		height: 2.65rem;
	}

}

.SupplementMainMenu .MenuList li.UserName .name {
	font-weight: bold;
	margin: 0 0.5rem;

}

.SupplementMainMenu .MenuList li a {
	color: #666;
	text-decoration: none;
	font-size: 1.4rem;
	background-image: url(/Images/amn/base/arrow_main_menu.svg);
	background-repeat: no-repeat;
	background-size: auto 1.3rem;
	background-position: right 1.5rem center;
	background-color: #fff;
	height: 5.3rem;
	border-bottom: 0.15rem solid #ddd;
	padding: 1rem 1rem 1rem 1rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

/* @PC */
@media screen and (min-width: 750px) {
	.SupplementMainMenu .MenuList li a {
		border-width: 0.075rem;
		padding: 0.75rem 5rem 0.75rem 0.75rem;
		font-size: 1.0rem;
		background-size: auto 0.65rem;
		background-position: right 0.75rem center;
		height: 2.65rem;
	}
}

.SupplementMainMenu .MenuList a::before {
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 1rem;

}

@media screen and (min-width: 750px) {
	.SupplementMainMenu .MenuList a::before {
		width: 1.75rem;
		height: 1.75rem;
		margin-right: 0.5rem;
	}
}

.SupplementMainMenu .SiteUtilNavi .MyPage a::before {
	background-image: url(/Images/amn/menu/mypage.png);
}

.SupplementMainMenu .SiteUtilNavi .Login a::before {
	background-image: url(/Images/amn/menu/login.png);
}

.SupplementMainMenu .SiteUtilNavi .Registration a::before {
	background-image: url(/Images/amn/menu/registration.png);
}

.SupplementMainMenu .SiteUtilNavi .Logout a::before {
	background-image: url(/Images/amn/menu/login.png);
}

.SupplementMainMenu .SiteUtilNavi .ImportantNotices a::before {
	background-image: url(/Images/amn/menu/important_notices.png);
}

.SupplementMainMenu .ExplainContentsNavi .Product a::before {
	background-image: url(/Images/amn/menu/product.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents1 a::before {
	background-image: url(/Images/amn/menu/contents1.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents2 a::before {
	background-image: url(/Images/amn/menu/contents2.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents3 a::before {
	background-image: url(/Images/amn/menu/contents3.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents4 a::before {
	background-image: url(/Images/amn/menu/contents4.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents5 a::before {
	background-image: url(/Images/amn/menu/contents5.png);
}

.SupplementMainMenu .ExplainContentsNavi .Contents6 a::before {
	background-image: url(/Images/amn/menu/contents6.png);
}

.SupplementMainMenu .GuideContentsNavi .ExpertMessage a::before {
	background-image: url(/Images/amn/menu/expert_message.png);
}

.SupplementMainMenu .GuideContentsNavi .News a::before {
	background-image: url(/Images/amn/menu/news.png);
}

.SupplementMainMenu .GuideContentsNavi .Subscription a::before {
	background-image: url(/Images/amn/menu/subscription.png);
}

.SupplementMainMenu .GuideContentsNavi .ShoppingGuide a::before {
	background-image: url(/Images/amn/menu/shopping_guide.png);
}

.SupplementMainMenu .GuideContentsNavi .Faq a::before {
	background-image: url(/Images/amn/menu/faq.png);
}

.SupplementMainMenu .GuideContentsNavi .Contact a::before {
	background-image: url(/Images/amn/menu/contact.png);
}


/*
    area-wrapper
=========================================*/
body&gt;.area-wrapper {
	padding-top: 6rem;
	min-width: 37.5rem;
	overflow: hidden;

	background-image: url(/Images/amn/base/bg01.png), url(/Images/amn/base/bg02.png);
	background-repeat: repeat-y, repeat-y;
	background-position: center top 13rem, center top;
	background-size: 48rem auto, 54rem auto;
}

.BodyContents {
	width: 100%;
	min-width: 37.5rem;
}

.BodyContents .BodyContents-wrapper {
	width: 37.5rem;
	padding: 2.4rem 1.5rem 3rem;
	margin: auto;
}

.SupplementHeader+.BodyContents .BodyContents-wrapper {
	padding-top: 2rem;
}

.BodyContents.ArrowUnder .BodyContents-wrapper {
	background-image: url(/Images/amn/base/arrow_under.svg);
	background-repeat: no-repeat;
	background-size: 4.4rem auto;
	background-position: center bottom 1.5rem;
	padding-bottom: 5rem;
}

/*
    .SupplementHeader
		ヘッダ
=========================================*/

.SupplementHeader {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 6rem;
	background: #fff;
	border-bottom: 0.1rem solid #e0e0e0;
	padding: 0 0.75rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
}

.SupplementHeader.moveUp {
	animation: animationUp 0.5s forwards;
}

@keyframes animationUp {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-6rem);
	}
}

.SupplementHeader.moveDown {
	animation: animationDown 0.5s forwards;
}

@keyframes animationDown {
	from {
		opacity: 0;
		transform: translateY(-6rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.SupplementHeader .logo {
	flex: 1 1 auto;
}

.SupplementHeader .logo img {
	width: 22.5rem;
}

.SupplementHeader .headerButton {
	flex: 0 1 auto;
	width: 4rem;
	height: 4rem;
}

.SupplementHeader .headerButton a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}

.SupplementHeader .headerButton.menu a {
	background-image: url(/Images/amn/base/header_button_menu.svg);
}

.SupplementHeader .headerButton.cart a {
	background-image: url(/Images/amn/base/header_button_cart.svg);
}


.SupplementHeader .headerButton.cart .notice {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	background-color: #ff6600;
	line-height: 1rem;
	border-radius: 37.5rem;
	min-width: 1.5rem;
	padding: 0 0.2rem;
	height: 1.5rem;
	position: absolute;
	top: 0.3rem;
	right: 0;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;

	overflow: hidden;
}

.SupplementHeader .headerButton.cart .notice:empty {
	display: none;
}

.SupplementHeader .headerButton.cart .notice:blank {
	display: none;
}


/*
    .FoldingFooter
		スクロール時表示 折り畳みフッター
=========================================*/
.FoldingFooter {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 37.5rem;
	height: 10.75rem;
	background: #fff;
	border-radius: 0.8rem 0.8rem 0 0;
	padding: 0.8rem 0.8rem 0;
	box-shadow: 0 -0.5rem 0.5rem 0 rgb(0 0 0 / 10%);

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;

	transform: translateY(11rem);
	opacity: 0;
}

.FoldingFooter a {
	display: block;
	width: 100%;
	line-height: 1;
	text-decoration: none;
}

.FoldingFooter a img {
	width: 100%;
}

/* @PC */
@media screen and (min-width: 750px) {
	.FoldingFooter {
		left: 50%;
		margin-left: -18.75rem;
		/* display: none; */
	}
}


.FoldingFooter.moveUp {
	animation: animationFooterUp 0.5s forwards;
}

@keyframes animationFooterUp {
	from {

		opacity: 0;
		transform: translateY(11rem);

	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.FoldingFooter.moveDown {
	animation: animationFooterDown 0.5s forwards;
}

@keyframes animationFooterDown {
	from {
		opacity: 1;

		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(11rem);

	}
}



/*
    .importantInfo
		重要なお知らせ
=========================================*/
.importantInfo {
	width: 37.5rem;
	margin: 0 auto 0;
	display: flex;
	align-items: center;
	padding: 1.25rem 1.5rem 0;
	position: relative;
	z-index: 1;

}

.importantInfo .infoHeading {
	background: #76cec4;
	border-radius: 37.5rem;
	min-width: 6rem;
	height: 3.5rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1;
	color: #feff7a;
	text-align: center;
	margin-right: 0.7rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;

}

.importantInfo ul {
	margin: -0.5rem 0;
	flex: 1 1 auto;
}

.importantInfo li {
	margin: 0.5rem 0;
	text-align: left;
}

.importantInfo li a {
	color: #cc6633;
	text-underline-offset: 0.2em;
	font-size: 1.1rem;
}

/*
    .headContents
=========================================*/
.headContents {
	background-color: #fff;
	background-image:
		url(/Images/amn/home/main_image.png),
		url(/Images/amn/home/head_contents_bg.png),
		linear-gradient(to bottom, #a8ded8, #a8ded8);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat;
	background-position:
		left 50% bottom -1.75rem,
		50% 100%,
		50% 100%;
	background-size:
		auto 38.25rem,
		55rem auto,
		100% 7.97rem;
}

.importantInfo+.headContents {
	margin-top: -7rem;
	padding-top: 5.7rem;
}


.headContents::after {
	content: "";
	display: block;
	position: absolute;
	height: 1rem;
	width: 100%;
	bottom: -0.05rem;
	left: 0;
	background-image: url(/Images/amn/base/wave_border.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 4.7rem auto;

}

.headContents .headContents-wrapper {
	padding: 0 1.5rem 38.5rem;
	width: 37.5rem;
	margin: auto;
}

.headContents .mainHeading {
	width: 31.35rem;
	margin: auto;
	padding-top: 3.5rem;
}

.headContents .mainHeading img {
	width: 100%;
}

.headContents .headBadge {
	width: 13.8rem;
	height: 13.8rem;
	position: absolute;
	bottom: 24.7rem;
	right: 1rem;

}

.headContents .headBadge img {
	width: 100%;
}

.headContents .harry {
	background-image: url(/Images/amn/base/harry01.png);
	width: 7.05rem;
	height: 5.7rem;
	left: 1rem;
	bottom: -0.7rem;
}

.headContents .mom {
	background-image: url(/Images/amn/base/mom01.png);
	width: 20.9rem;
	height: 25.3rem;
	right: -1.5rem;
	bottom: -5.55rem;
}


/*
    .ingredient
		成分表示
=========================================*/
.ingredient {
	background: url(/Images/amn/ingredient/bg.png) no-repeat center bottom #fff;
	background-size: 55rem auto;

	position: relative;
	font-weight: bold;
}

.ingredient .mainHeading {
	margin-top: 1rem;
	width: 33rem;
}

.ingredient .FigureImage {
	width: 27.6rem;
	margin-top: 1.7rem;
}

.ingredient .lead {
	margin-top: 1.0rem;
	margin-bottom: -0.4rem;
	font-size: 1.5rem;
	line-height: 2.33;
	color: #767676;
	font-weight: bold;
}

.ingredient .lead .lineMaker {
	display: inline-block;
	padding: 0 1rem;
	background-image: linear-gradient(to bottom, #feff7a, #feff7a);
	background-repeat: no-repeat;
	background-position: center bottom 0.45em;
	background-size: 100% 0.7rem;
	white-space: nowrap;
}

/* 価格情報の下に入る場合は、特殊背景画像を外す */
.priceInfo+.ingredient {
	background: none;
}

/* 価格情報の下に入る場合は、下側パディングをトル */
.priceInfo+.ingredient .BodyContents-wrapper {
	padding-bottom: 0;
}

/*
    .priceInfo
		価格情報
=========================================*/
.priceInfo {
	width: 100%;
	min-width: 37.5rem;

	background-color: #8cd0c8;
	color: #fff;
	padding-top: 3rem;
}

.priceInfo .name {
	width: 29.25rem;
	margin-bottom: 1.25rem;
}

.priceInfo .salesPop {
	width: 37.5rem;
	margin: auto auto 1.75rem;
}

.priceInfo .salesPop .firstDiscount {
	display: block;
	width: 29.8rem;

}

.priceInfo .salesPop .popMain {
	display: block;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

.priceInfo .salesPop .popSub {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.priceInfo .salesPop .large {
	font-size: 2.1rem;
}

.priceInfo .salesPop em {
	color: #feff7a;
}

.priceInfo .priceTagBlock {
	background-image: linear-gradient(to bottom, #75c7c2, #75c7c2);
	background-position: center bottom;
	background-size: 100% 4rem;
	background-repeat: no-repeat;
}

.priceInfo .priceTagBlock .priceTagBlock-wrap {
	margin: auto;
	width: 37.5rem;

	padding-bottom: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
}

.priceInfo .priceTagBlock .image {
	height: 17rem;
	flex: 0 1 auto;
	align-self: flex-end;
	text-align: left;
	margin-left: -6.2rem;
}

.priceInfo .priceTagBlock .image img {
	height: 100%;
}

.priceInfo .priceTagBlock .priceTag {
	flex: 1 1 auto;
	align-self: flex-end;
	padding: 0 3rem 0.7rem 0;
	text-align: right;
}

.priceInfo .priceTagBlock .listPrice {
	text-decoration: line-through;
	font-size: 1.4rem;
	margin-bottom: 0.1rem;
}

.priceInfo .priceTagBlock .sellingPrice {
	position: relative;
}

.priceInfo .priceTagBlock .sellingPrice .price {
	font-family: "Barlow", sans-serif;
	font-size: 7.15rem;
	line-height: 5rem;
	letter-spacing: -0.01em;
}

.priceInfo .priceTagBlock .sellingPrice .price .comma {
	font-size: 4.75rem;
	letter-spacing: -0.05em;
}

.priceInfo .priceTagBlock .sellingPrice .unit {
	font-size: 2.2rem;
	margin-left: 0.2rem;
	margin-right: 0.15rem;
	font-weight: bold;
}

.priceInfo .priceTagBlock .sellingPrice .tax {
	font-size: 1.15rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 2.7rem;
}

.priceInfo .priceTagBlock .proviso {
	font-size: 1.25rem;
	line-height: 1.1;
}

.priceInfo .priceTagBlock .spec {
	display: inline-block;
	margin-top: 0.7rem;
}

.priceInfo .priceTagBlock .spec li {
	color: #59c0b5;
	font-size: 1.3rem;
	background-color: #fff;
	width: 17rem;
	text-align: center;
	margin-top: 0.5rem;
	height: 2.2rem;
	line-height: 1;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.priceInfo .subInfo {
	background: url(/Images/amn/base/border_dot_white.svg) no-repeat center top #75c7c2;
	background-size: 36.4rem auto;
	padding-top: 1.0rem;
	padding-bottom: 3rem;
	overflow: hidden;
}

.priceInfo .subInfo p {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0.8rem;
	font-weight: bold;
}

.priceInfo .subInfo p .price {
	font-size: 1.2rem;
	font-weight: 500;
}

.priceInfo .ToPurchase {
	margin-top: 0.5rem;
}


/*
    .homeExplainContents
		トツキトオカサプリメント徹底解説！
=========================================*/
.homeExplainContents {
	min-width: 37.5rem;
}

.homeExplainContents-heading {
	background-image: url(/Images/amn/base/shine01.svg),
		url(/Images/amn/base/harry02.png),
		url(/Images/amn/home_explain_contents/heading_bg.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 22.4rem auto, 7.9rem auto, 34.5rem auto;
	background-position: center bottom 4.5rem,
		center bottom -0.45rem,
		center bottom;
	padding: 3.85rem 0 7.4rem;
	width: 37.5rem;
	overflow: hidden;

	margin: auto;
}

.homeExplainContents-heading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	background-image: url(/Images/amn/base/wave_border_green.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	height: 0.7rem;
	width: 100%;
}

.homeExplainContents-heading .mainHeading {
	font-size: 3rem;
	line-height: 1.266;
	color: #76cec4;
	font-weight: bold;
}

.homeExplainContents-body {
	width: 37.5rem;
	margin: auto;
	background: #d7efec;
	padding: 2.8rem 0 2.8rem;
}

.homeExplainContents-body .contents:first-of-type {
	margin-top: 0;
}

.homeExplainContents-body .contents {
	width: 34.5rem;
	background: #fff;
	margin: 1.5rem auto auto;
	padding: 2.6rem 2rem 2.6rem;
	box-shadow: 0 1rem 1rem 0 rgb(89 192 181 / 10%);
}

.homeExplainContents-body .contents::before {
	content: "";
	display: block;
	position: absolute;
	left: 0.85rem;
	top: -0.85rem;
	background-image: url(/Images/amn/base/pin.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.45rem;
	height: 2.45rem;
}

.homeExplainContents-body .contents .mainHeader {
	color: #767676;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

.homeExplainContents-body .contents .description {
	font-size: 1.5rem;
	line-height: 2;
	color: #767676;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.05em;
}

.homeExplainContents-body .contents .description sup {
	font-size: 1rem;
	color: #a4a4a4;
	margin-right: 0.25rem;
}

.homeExplainContents-body .contents .article {
	border-bottom: 0.3rem solid #75c7c2;
	overflow: hidden;
	position: relative;
	height: 14.5rem;
}

/* balloonChat */
.homeExplainContents .balloonChat {
	width: 11.25rem;
	height: 11.4rem;
	left: 14.75rem;
	bottom: 2.35rem;

	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.homeExplainContents .balloonChat::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/Images/amn/base/balloon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.homeExplainContents .balloonChat.supNote::after {
	content: "※";
	display: block;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	font-size: 1rem;
	line-height: 1;
	color: #a4a4a4;

}

.homeExplainContents .balloonChat.right::before {
	transform: scale(-1, 1);
}

.homeExplainContents .balloonChat img {
	max-width: 84.641%;
	z-index: 1;
}

.homeExplainContents-body .contents .article .balloonChat.right {
	left: 4.45rem;
}

.homeExplainContents-body .contents.c1 .balloonChat img {
	width: 8.35rem;
}

.homeExplainContents-body .contents.c2 .balloonChat img {
	width: 9.35rem;
}

.homeExplainContents-body .contents.c3 .balloonChat img {
	width: 9rem;
}

.homeExplainContents-body .contents.c4 .balloonChat img {
	width: 8.5rem;
}

.homeExplainContents-body .contents.c5 .balloonChat img {
	width: 8.1rem;
}

.homeExplainContents-body .contents.c6 .balloonChat img {
	width: 8.5rem;
}

.homeExplainContents-body .contents .harry {
	background-image: url(/Images/amn/base/harry01.png);
	width: 5.05rem;
	height: 4.1rem;
	left: 1rem;
	bottom: -1rem;
}

.homeExplainContents-body .contents .harry.right {
	transform: scale(-1, 1);
	left: auto;
	right: 1rem;
}

.homeExplainContents-body .contents.c1 .mom {
	background-image: url(/Images/amn/home_explain_contents/section1_mom.png);
	width: 12.45rem;
	height: 20.65rem;
	right: 3rem;
	bottom: -6.65rem;
}

.homeExplainContents-body .contents.c2 .mom {
	background-image: url(/Images/amn/home_explain_contents/section2_mom.png);
	width: 12.25rem;
	height: 14.95rem;
	left: 1.6rem;
	bottom: -2.5rem;
}

.homeExplainContents-body .contents.c3 .mom {
	background-image: url(/Images/amn/home_explain_contents/section3_mom.png);
	width: 13.15rem;
	height: 19.05rem;
	right: 0.5rem;
	bottom: -5.35rem;
}

.homeExplainContents-body .contents.c4 .mom {
	background-image: url(/Images/amn/home_explain_contents/section4_mom.png);
	width: 11.4rem;
	height: 16.7rem;
	left: 1.3rem;
	bottom: -4rem;
}

.homeExplainContents-body .contents.c5 .mom {
	background-image: url(/Images/amn/home_explain_contents/section5_mom.png);
	width: 9.5rem;
	height: 13.3rem;
	right: 2.7rem;
	bottom: -0.5rem;
}

.homeExplainContents-body .contents.c6 .mom {
	background-image: url(/Images/amn/home_explain_contents/section6_mom.png);
	width: 9.7rem;
	height: 14.85rem;
	left: 3.5rem;
	bottom: -1rem;
}

.homeExplainContents-body .contents .NoteBlock {
	margin-left: -0.5rem;
	margin-right: -1rem;
	margin-bottom: -0.5rem;
}

/*
    .expertMessage
		医療の現場から伝えたいこと
=========================================*/
.expertMessage {
	margin: 0 auto 3.5rem;
}

.expertMessage .mainHeading {
	color: #76cec4;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.66;
	letter-spacing: 0.05em;
	margin: 0.75rem auto 2.2rem;
}

.expertMessage&gt;p {
	color: #767676;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.60;
	margin: 1.45rem 2rem 2rem;
	text-align: left;
	letter-spacing: 0.055em;
}

.expertMessage .experts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: center;
	padding-bottom: 1rem;
}

.expertMessage .experts .person {
	width: 17rem;
}

.expertMessage .person .photo {
	width: 100%;
}

.expertMessage .person .info {
	padding: 0.25rem 0 0;
	color: #75c7c2;
	line-height: 1.2;
}

.expertMessage .person .info .degree {
	font-size: 1.5rem;
	font-weight: 600;
	display: block;
	margin-bottom: 0.3rem;
}

.expertMessage .person .info .name {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3rem;
}


.expertMessage .expertInfo {
	margin: 2rem 2rem 2rem;
	text-align: left;
}

.expertMessage .expertInfo .name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #75c7c2;
	margin-bottom: 1rem;
}

.expertMessage .expertInfo p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8;
}

/*
    .respondToVoice
		ママの声に応えるために
=========================================*/
.respondToVoice {
	margin: 0 auto 4rem;
}

.respondToVoice .mainHeading {
	color: #76cec4;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.66;
	margin: 2rem auto 0;
}

.respondToVoice .brandMark {
	margin: 2rem auto 0;
	width: 19.15rem;
}

.respondToVoice&gt;p {
	color: #767676;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	margin: 2rem 2rem 2rem;
	letter-spacing: 0.03em;
}

.respondToVoice .introduction {
	border: 0.15rem solid #76cec4;
	background-color: #fff;
	padding: 2.75rem 2rem 2rem;
}

.respondToVoice .introduction::before,
.respondToVoice .introduction::after {
	content: "";
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	position: absolute;
	background-image: url(/Images/amn/base/topic_open.svg);
	background-size: contain;
}

.respondToVoice .introduction::before {
	left: -0.5rem;
	top: -0.5rem;
}

.respondToVoice .introduction::after {
	background-image: url(/Images/amn/base/topic_close.svg);
	right: -0.5rem;
	bottom: -0.5rem;
}

.respondToVoice .introduction .logo {
	width: 28rem;
	margin: auto;
}

.description {
	margin-top: 1rem;
	color: #76cec4;
	font-size: 1.15rem;
	line-height: 1.2;
	text-align: left;
}

/*
    .SupplementNews
		ニュース
=========================================*/
.SupplementNews {
	margin: 0 auto 0;
}

.SupplementNews ul {
	border-top: 0.2rem solid #75c7c2;
	margin-top: 1.8rem;
}

.SupplementNews ul li {
	border-bottom: 0.2rem solid #75c7c2;
	text-align: left;
}

.SupplementNews ul li a {
	background: url(/Images/amn/base/arrow_circle_link.svg) no-repeat right center;
	background-size: 1.9rem auto;
	display: block;
	padding: 1.1rem 1.5rem 1.1rem 2.35rem;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.SupplementNews ul li .date {
	background: url(/Images/amn/base/head_mark_orange.svg) no-repeat;
	background-position: left center;
	background-size: auto 1.4rem;
	padding-left: 1.2rem;
	color: #76cec4;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	display: block;
	font-size: 1.6rem;

	display: flex;
	align-items: center;

}

.SupplementNews ul li.important .date::after {
	content: "重要なお知らせ";
	display: inline-block;
	background: #75c7c2;
	border-radius: 37.5rem;
	color: #feff7a;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.7rem;
	height: 1.7rem;
	padding: 0.1rem 1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.SupplementNews ul li .leadText {
	display: block;
	font-size: 1.4rem;
}

/*
    .importantInfoPopup
		重要なお知らせポップアップ
=========================================*/

.importantInfoPopup {
	display: none;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	animation: 1s linear;
	/* opacity: 0; */

	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.importantInfoPopup.show {
	/* opacity: 1; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.importantInfoPopup .importantInfoPopup-wrapper {
	background: #fff;
	padding: 2.8rem 2rem;
	width: 34.5rem;
	text-align: left;
	margin-top: -20vh;
	/* opacity: 1; */

}

.importantInfoPopup .importantInfoPopup-wrapper .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	background: url(/Images/amn/base/close.svg) no-repeat center center;
	background-size: 2.5rem 2.5rem;
}


.importantInfoPopup.show .importantInfoPopup-wrapper {
	/* opacity: 0; */
	animation: importantFadeInAnime 0.2s ease 1;
}





@keyframes importantFadeInAnime {
	0% {
		opacity: 0;
		transform: scale(0.98);
	}

	80% {
		transform: scale(1.01);
	}

	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}


.importantInfoPopup .date {
	display: block;
	background: url(/Images/amn/base/head_mark_orange.svg) no-repeat;
	background-position: left center;
	background-size: auto 1.4rem;
	margin-left: 0.3rem;
	padding-left: 1.2rem;

	color: #76cec4;
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: 1.6rem;
	display: flex;
	align-items: center;

	margin-left: -0.2rem;
}


.importantInfoPopup .date::after {
	content: "重要なお知らせ";
	display: inline-block;
	background: #75c7c2;
	border-radius: 37.5rem;
	color: #feff7a;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.7rem;
	height: 1.7rem;
	padding: 0.1rem 1rem;
	margin-left: 0.8rem;
	vertical-align: middle;
}

.importantInfoPopup .leadText {
	display: block;
	color: #58c2b6;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.35;
	margin: 1.5rem -1rem 2rem;
	padding: 1rem 0.9rem 0.8rem;
	border: 0.1rem solid #75c7c2;
	border-left: none;
	border-right: none;

}

.importantInfoPopup .textArea {
	font-size: 1.2rem;
	color: #000;
	line-height: 1.46;
	max-height: 35vh;

	padding-bottom: 2rem;

	overscroll-behavior-y: contain;
	overflow: auto;

	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);

}

.importantInfoPopup .textArea strong {
	font-weight: bold;
	color: #58c2b6;
}


/*
    .bottomMenu
		ボトムメニュー
=========================================*/
.bottomMenu {
	background-color: #d7efec;
	width: 37.5rem;
	margin: auto;
	padding: 3rem 0 1.5rem;
}


.explainContents-body+.bottomMenu {
	background-image: url(/Images/amn/base/dot_line_white.svg);
	background-repeat: no-repeat;
	background-size: 37.5rem auto;
	background-position: center top;
	padding-top: 2.6rem;
}


.bottomMenu-wrap {
	background: #fff;
	width: 34.5rem;
	margin: auto;
	padding: 0.25rem 2rem 3rem;
	position: relative;
	box-shadow: 0 1rem 1rem 0 rgb(89 192 181 / 10%);
}

.bottomMenu .title {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.588;
	color: #76cec4;
	margin: auto -2rem;
	padding: 2.3rem 0 1.8rem;
	letter-spacing: 0.05em;
}

.bottomMenu .title::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/Images/amn/base/pin.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.45rem;
	height: 2.45rem;
}

.bottomMenu .title::after {
	transform: scale(-1, 1);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(/Images/amn/base/pin.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.45rem;
	height: 2.45rem;
}

.bottomMenu ul {
	/* width: 34.5rem; */
	margin: 0.15rem auto 0;
}

.bottomMenu ul li {
	margin: -0.15rem 0 0;
	border-top: 0.15rem solid #75c7c2;
	border-bottom: 0.15rem solid #75c7c2;
	background: url(/Images/amn/base/arrow_link.svg) no-repeat right center;
	background-size: auto 1.3rem;
}

.bottomMenu ul li a {
	height: 4rem;
	/* width: 15.25rem; */
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3rem;
	color: #76cec4;
	padding: 0 1rem 0 0.3rem;

	display: flex;
	align-items: center;
}

/*
    .SupplementFooter
		フッタ
=========================================*/
.SupplementFooter {
	position: relative;
	padding-top: 2.5rem;
}

.SupplementFooter .mainHeading {
	margin: 0 auto 2.4rem;
	width: 25.45rem;
}

.SupplementFooter .mainHeading img {
	width: 100%;
}

.SupplementFooter .guides {
	width: 34.5rem;
	margin: 0.15rem auto 4.5rem;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.SupplementFooter .guides li {
	margin: -0.15rem 1rem 0;
	border-top: 0.15rem solid #75c7c2;
	border-bottom: 0.15rem solid #75c7c2;
	background: url(/Images/amn/base/arrow_link.svg) no-repeat right center;
	background-size: auto 1.3rem;
}

.SupplementFooter .guides li a {
	height: 4rem;
	width: 15.25rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3rem;
	color: #76cec4;
	padding: 0 1rem 0 0.3rem;

	display: flex;
	align-items: center;
}

.SupplementFooter .terms {
	margin: -1.5rem auto 3.5rem;
	padding: 0 1.5rem;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
}

.SupplementFooter .terms li {
	border-bottom: 0.1rem solid #76cec4;
	margin: 1.5rem 0.5rem 0;
}

.SupplementFooter .terms li a {
	height: 2rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
	color: #76cec4;
	display: flex;
	align-items: center;
}

.SupplementFooter .terms li a::before,
.SupplementFooter .terms li a::after {
	content: "|";
	margin: 0 0.5rem 0.1rem;
	font-weight: 200;
	vertical-align: top;
}

.SupplementFooter .copy {
	background: #8cd0c8;
	padding: 1.9rem 0 12.4rem;
}

.SupplementFooter .copy img {
	width: 21.5rem;
}

.SupplementFooter .inPageNavi {
	width: 37.5rem;
	margin: auto;
	text-align: right;
	padding-right: 0.5rem;
}

.SupplementFooter .pageTop {
	display: inline-block;
	width: 4.8rem;
}

.SupplementFooter .pageTop img {
	width: 100%;
}

/*
		dir:explain_contents
    explainContents
		トツキトオカサプリメントについて徹底解説！
=========================================*/
.explainContents-head {
	padding: 3.5rem 0 2.5rem;
}

.explainContents-head .mainHeader {
	color: #767676;
	font-size: 3.3rem;
	text-align: center;
	font-weight: bold;
}

.explainContents-head .description {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #767676;
	font-weight: bold;
	padding: 1.5rem 3.5rem 0;
	text-align: left;
	width: 37.5rem;
	margin: auto;
}

.explainContents-head .description sup {
	font-size: 1rem;
	color: #a4a4a4;
	margin-right: 0.25rem;
	font-weight: 400;
}

.explainContents-head .NoteBlock {
	width: 37.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.5rem;
	padding-right: 2rem;
}

.explainContents-head .article {
	border-bottom: 0.3rem solid #75c7c2;
}

.explainContents-head .article .article-wrapper {
	width: 37.5rem;
	margin: auto;
	overflow: hidden;
	position: relative;
	height: 20rem;
}

.explainContents-head .article .balloonChat {
	width: 14.25rem;
	height: 14.4rem;
	left: 17.65rem;
	bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.explainContents-head .article .balloonChat.right {
	left: 5.3rem;
}

.explainContents-head .balloonChat::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/Images/amn/base/balloon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.explainContents-head .balloonChat.right::before {
	transform: scale(-1, 1);
}

.explainContents-head .article .balloonChat.right.shine::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/Images/amn/base/shine02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -2.9rem;
	top: -0.75rem;
	width: 3.2rem;
	height: 3.45rem;

}


.explainContents-head .balloonChat img {
	max-width: 84.641%;
	z-index: 1;
}

.explainContents1.explainContents-head .balloonChat img {
	width: 10.75rem;
}

.explainContents2.explainContents-head .balloonChat img {
	width: 11.5rem;
}

.explainContents3.explainContents-head .balloonChat img {
	width: 11rem;
}

.explainContents4.explainContents-head .balloonChat img {
	width: 10.75rem;
}

.explainContents5.explainContents-head .balloonChat img {
	width: 10.3rem;
}

.explainContents6.explainContents-head .balloonChat img {
	width: 11.5rem;
}

.explainContents-head .article .harry {
	background-image: url(/Images/amn/base/harry01.png);
	width: 6.4rem;
	height: 5.15rem;
	bottom: -1.15rem;
}

.explainContents1.explainContents-head .harry,
.explainContents3.explainContents-head .harry,
.explainContents5.explainContents-head .harry {
	left: 0.9rem;
}

.explainContents2.explainContents-head .harry,
.explainContents4.explainContents-head .harry,
.explainContents6.explainContents-head .harry {
	right: 0.9rem;
	transform: scale(-1, 1);
}

.explainContents1.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section1_mom.png);
	width: 16.4rem;
	height: 27.2rem;
	right: 2.9rem;
	bottom: -7.9rem;
}

.explainContents2.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section2_mom.png);
	width: 15.9rem;
	height: 19.7rem;
	left: 1.5rem;
	bottom: -2.3rem;
}

.explainContents3.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section3_mom.png);
	width: 16.05rem;
	height: 23.4rem;
	right: 1.15rem;
	bottom: -4.65rem;
}

.explainContents4.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section4_mom.png);
	width: 14.8rem;
	height: 21.7rem;
	left: 1.6rem;
	bottom: -3.85rem;
}

.explainContents5.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section5_mom.png);
	width: 12rem;
	height: 16.8rem;
	right: 4.5rem;
	bottom: -0.1rem;
}

.explainContents6.explainContents-head .mom {
	background-image: url(/Images/amn/home_explain_contents/section6_mom.png);
	width: 12.95rem;
	height: 19.8rem;
	left: 3.6rem;
	bottom: -1.15rem;
}

.explainContents-body {
	width: 37.5rem;
	margin: auto;
	background: #d7efec;
	padding: 2.35rem 0 2.35rem;
}

.explainContents-body::before {
	content: "";
	display: block;
	position: absolute;
	top: -0.69rem;
	background-image: url(/Images/amn/base/wave_border_green.svg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	height: 0.7rem;
	width: 37.5rem;
}

.explainContents-body .contents:first-of-type {
	margin-top: 0;
}

.explainContents-body .contents {
	width: 34.5rem;
	background: #fff;
	margin: 1.5rem auto auto;
	padding: 0 1.5rem 3rem;
	text-align: left;

	box-shadow: 0 1rem 1rem 0 rgba(89, 192, 181, 0.1);
}

.explainContents-body .contents&gt;*:last-child {
	margin-bottom: 0 !important;
}


.explainContents-body .contents .headImage {
	width: 34.5rem;
	margin: 0 -1.5rem 2.75rem;
}

.explainContents-body .contents .headImage img {
	width: 100%;
}

.explainContents-body .contents .mainHeader {
	font-size: 2.3rem;
	line-height: 1.63;
	color: #76cec4;
	font-weight: bold;
	margin-bottom: 1.75rem;
	letter-spacing: 0.02em;
}

.explainContents-body .contents .subHeader {
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat left top 0.3rem;
	background-size: 1.5rem auto;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	color: #767676;
	margin-bottom: 0.8rem;
	padding-left: 1.8rem;
	letter-spacing: 0.05em;
}

.explainContents-body .contents&gt;p {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 2.5rem;
	letter-spacing: 0.085em;
}

.explainContents-body .contents&gt;p sup {
	font-size: 1rem;
	color: #a4a4a4;
	margin-right: 0.25rem;
}

.explainContents-body .contents&gt;p em {
	font-weight: 500;
}

.explainContents-body .contents .bodyImage {
	width: 32.5rem;
	margin: 0 -0.5rem 2.5rem;
}

.explainContents-body .contents p+.bodyImage {
	margin-top: -2rem;
}

.explainContents-body .contents .bodyImage img {
	width: 100%;
}


/*
		dir:news
		ニュース詳細
=========================================*/
.newsHeading {
	border-bottom: 0.2rem solid #75c7c2;
	text-align: left;
	margin: 1.8rem 0 0;
	padding: 0 1.5rem 1rem 1.5rem;
}

.newsHeading .date {
	display: block;
	background: url(/Images/amn/base/head_mark_orange.svg) no-repeat;
	background-position: left center;
	background-size: auto 1.4rem;
	margin-left: 0.3rem;
	padding-left: 1.2rem;

	color: #76cec4;
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.newsHeading.important .date::after {
	content: "重要なお知らせ";
	display: inline-block;
	background: #75c7c2;
	border-radius: 37.5rem;
	color: #feff7a;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.7rem;
	height: 1.7rem;
	padding: 0.1rem 1rem;
	margin-left: 0.8rem;
	vertical-align: middle;
}


.newsHeading .leadText {
	display: block;
	color: #76cec4;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	margin-top: 0.5rem;
}

/*
		dir:company
		会社概要
=========================================*/
.BulletLists dd.permissionMarkMelix {
	background: url(/Images/amn/company/permission_mark_melix.png) no-repeat right bottom;
	background-size: 6.7rem;
}

/*
		dir:faq
  	よくあるご質問
=========================================*/

.faqNavigation {
	display: inline-block;
	margin: 2.5rem -0.3rem auto 0.3rem;
}

.faqNavigation li {
	float: left;
	width: 11.5rem;
	height: 9.5rem;
	border: 0.15rem solid #75c7c2;
	margin: -0.15rem 0 0 -0.15rem;
}

.faqNavigation li a {
	background: url(/Images/amn/base/arrow_slide.svg) no-repeat center bottom 0.6rem #fff;
	background-size: 1.1rem auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 1rem 1rem 0;

	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: bold;

	text-decoration: none;
	color: #666;
}

.faqNavigation li img {
	margin-bottom: 0.5rem;
	width: 3.5rem;
}

.categoryHeading {
	background: #75c7c2;
	height: 3rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0 1rem;
	margin: 1.9rem auto;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.question {
	margin-top: -0.2rem;
}

.question .title {
	border-top: 0.2rem solid #75c7c2;
	border-bottom: 0.2rem solid #75c7c2;
	background: #e2f8f5;

	padding: 1.5rem 4.9rem 1.5rem 1rem;
	min-height: 7.4rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;

	position: relative;
	width: 100%;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}




.question .title::before {
	content: "Q";
	/* font-family: "Barlow", sans-serif; */
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	color: #76cec4;
	display: block;
	margin-right: 1.5rem;
	/* margin-top: -0.6rem; */
	/* margin-bottom: -0.6rem; */

	width: 3.5rem;
	height: 3.5rem;
	background-color: #fff;
	border-radius: 37.5rem;

	display: flex;
	justify-content: center;
	align-items: center;

	flex: 0 0 auto;
}

.question .title::after {
	background: url(/Images/amn/base/arrow_accordion.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	right: 1.5rem;
	/* top: 50%; */
	/* margin-top: -0.35rem; */
	transition: all 200ms 0s ease;

	flex: 0 0 auto;
}

.question .title.open::after {
	transform: rotate(-180deg);
}

.question .content {
	padding: 1rem 2rem 2rem 2rem;
	color: #666;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	width: 100%;
}

.question .content::before {
	content: "A.";
	display: block;
	color: #76cec4;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.question .content&gt;div.content-wrapper {
	flex: 1 1 auto;
}

.question .content&gt;div *:first-child {
	margin-top: 0;
}

.question .content p {
	margin: 2rem 0 0;
}

.question .content .toDetail {
	text-align: right;
	margin-top: 1.5rem;
}

.question .content .toDetail a {
	display: inline-block;
	background: url(/Images/amn/base/arrow_link.svg) no-repeat right 0.5rem center;
	background-size: auto 1.2rem;
	padding-right: 1.5rem;
	color: #75c7c2;
	font-weight: bold;

	border-bottom: 0.1rem solid #75c7c2;

	text-decoration: none;
}


.toGuide {
	text-align: right;
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
}

.categoryHeading+.toGuide {
	margin-top: -0.3rem;
}

.toGuide a {
	display: inline-block;
	background: url(/Images/amn/base/arrow_link.svg) no-repeat right 0.5rem center;
	background-size: auto 1.2rem;
	padding-right: 1.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #75c7c2;
	font-weight: bold;
	border-bottom: 0.1rem solid #75c7c2;
	text-decoration: none;
}


/*
		dir:guide
		ショッピングガイド
=========================================*/
.guideContents {
	margin: 2.8rem auto auto;

}

.guideCategory {
	margin-top: -0.2rem;
}


.guideCategory .title {
	border: 0.2rem solid #75c7c2;
	border-left: none;
	border-right: none;
	background: #e2f8f5;

	padding: 1.5rem 4.9rem 1.5rem 1rem;
	min-height: 7.4rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;

	position: relative;
	width: 100%;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.guideCategory .title::before {
	content: "";
	margin-right: 1.5rem;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #fff;
	border-radius: 37.5rem;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.2rem auto;
	flex: 0 0 auto;
}

.guideCategory.c1 .title::before {
	background-image: url(/Images/amn/guide/category1.png);
}

.guideCategory.c2 .title::before {
	background-image: url(/Images/amn/guide/category2.png);
}

.guideCategory.c3 .title::before {
	background-image: url(/Images/amn/guide/category3.png);
}

.guideCategory.c4 .title::before {
	background-image: url(/Images/amn/guide/category4.png);
}

.guideCategory.c5 .title::before {
	background-image: url(/Images/amn/guide/category5.png);
}

.guideCategory.c6 .title::before {
	background-image: url(/Images/amn/guide/category6.png);
}

.guideCategory.c7 .title::before {
	background-image: url(/Images/amn/guide/category7.png);
}

.guideCategory .title::after {
	background: url(/Images/amn/base/arrow_accordion.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	right: 1.5rem;
	flex: 0 0 auto;
	transition: all 200ms 0s ease;
}

.guideCategory .title.open::after {
	transform: rotate(-180deg);
}

.guideCategory .content {
	background: #fff;
	padding: 2.5rem 2rem 2rem 2rem;
	color: #666;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	width: 100%;
}

.guideCategory .content&gt;div {
	flex: 1 1 auto;
}

.guideCategory .content&gt;div *:first-child {
	margin-top: 0;
}

.guideCategory .content .largeTopic {
	color: #76cec4;
	margin: 2.5rem 0 0;
	letter-spacing: 0.05em;
}

.guideCategory .content .smallTopic {
	margin: 2rem 0 0;
}

.guideCategory .content .largeTopic+.smallTopic {
	margin-top: 1.2rem;

}

.guideCategory .content p {
	margin: 2rem 0 0;
}

.guideCategory .content .smallTopic+p {
	margin-top: 0.5rem;
}

.guideCategory .content .toDetail {
	text-align: right;
	margin-top: 1rem;
}

.guideCategory .content .toDetail a {
	color: #75c7c2;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: bold;
}


/*
		dir:product
		商品詳細画面
=========================================*/

.purchaseContents-head {
	width: 34.5rem;
	margin: auto;
}

.purchaseContents-head .mainHeader {
	width: 31.35rem;
	margin: auto;
	padding: 3.75rem 0 3.1rem;
}

.purchaseContents-body {
	width: 34.5rem;
	margin: auto;
}

.itemInfo {
	border: 0.3rem solid #76cec4;
	border-radius: 1.25rem;
	padding: 2rem 2rem 2rem;
	margin: auto auto 2.25rem;
}

.itemInfo .mainHeader {
	background-color: #76cec4;
	border-radius: 1.25rem 1.25rem 0 0;
	margin: -2.3rem -2.3rem 1.75rem;
	padding: 1rem;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	min-height: 5rem;

	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.itemInfo .mainHeader::after {
	content: "";
	display: block;
	width: 3.25rem;
	height: 5.4rem;
	background: url(/Images/amn/base/clip.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 2rem;
	top: -1.51rem;

}

.itemInfo .deliveryInfo {
	margin: -0.25rem auto 1.7rem;

	color: #76cec4;
	font-size: 1.8rem;
	font-weight: bold;
}

.itemInfo .deliveryInfo::before {
	content: "";
	display: inline-block;
	background-image: url(/Images/amn/base/shine02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.4rem;
	height: 2.6rem;
	position: relative;
	bottom: -0.5rem;
	margin-right: 0.5rem;
}

.itemInfo .deliveryInfo::after {
	transform: scale(-1, 1);
	content: "";
	display: inline-block;
	background-image: url(/Images/amn/base/shine02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.4rem;
	height: 2.6rem;
	position: relative;
	bottom: -0.5rem;
	margin-left: 0.5rem;
}

.itemInfo .priceTagBlock {
	margin: 0 -2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;

}

.itemInfo.subscription .priceTagBlock .image {
	overflow: hidden;
	width: 12rem;

	flex: 0 1 auto;
	align-self: flex-end;
	text-align: left;
}

.itemInfo.subscription .priceTagBlock .image img {
	height: 13.35rem;
	margin-left: -4.2rem;

}

.itemInfo.single .priceTagBlock .image img {
	height: 10rem;
	margin-left: -1.5rem;

}


.itemInfo .priceTagBlock .priceTag {
	flex: 1 1 auto;
	align-self: flex-end;
	padding: 0 2.5rem 0.2rem 0;
	text-align: left;
	color: #767676;

	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-end;

}


.itemInfo .priceTagBlock .priceTag .proviso {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	line-height: 1;
}

.itemInfo .priceTagBlock .priceTag .deliveryNote {
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	line-height: 1;
	text-align: right;
	margin-bottom: -1.1rem;
}

.itemInfo .priceTagBlock .firstPrice,
.itemInfo .priceTagBlock .continuationPrice,
.itemInfo .priceTagBlock .tryPrice {
	position: relative;
}

.itemInfo .priceTagBlock .firstPrice {
	margin-bottom: 1rem;
}


.itemInfo .priceTagBlock .firstPrice::before {
	content: "";
	display: block;
	background: url(/Images/amn/product/off46per.png) no-repeat;
	background-size: contain;
	width: 6.6rem;
	height: 6.6rem;
	position: absolute;
	left: -7.3rem;
	top: -1rem;
}

.itemInfo .priceTagBlock .continuationPrice::before {
	content: "";
	display: block;
	background: url(/Images/amn/product/off20per.png) no-repeat;
	background-size: contain;
	width: 6.05rem;
	height: 6.05rem;
	position: absolute;
	left: -7.2rem;
	top: -1.2rem;
}

.itemInfo .priceTagBlock .tryPrice::before {
	content: "";
	display: block;
	background: url(/Images/amn/product/try.png) no-repeat;
	background-size: contain;
	width: 6.6rem;
	height: 6.6rem;
	position: absolute;
	left: -7.2rem;
	top: -4rem;
}

.itemInfo .priceTagBlock .priceTag .price {
	font-family: "Barlow", sans-serif;
	font-size: 4.5rem;
	line-height: 4.5rem;
	letter-spacing: -0.01em;
}

.itemInfo .priceTagBlock .priceTag .continuationPrice .price {
	font-size: 4rem;
	line-height: 4rem;
}

.itemInfo .priceTagBlock .priceTag .price .comma {
	letter-spacing: -0.05em;
}

.itemInfo .priceTagBlock .priceTag .unit {
	font-size: 2rem;
	margin-left: 0.2rem;
	margin-right: 0.15rem;
	font-weight: bold;
	position: relative;
}

.itemInfo .priceTagBlock .priceTag .unit::after {
	content: "税込";
	display: block;
	width: 3.0rem;
	text-align: right;
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	top: -1rem;
	right: -0.1rem;
}

.itemInfo .priceTagBlock .priceTag .tax {
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: relative;
	position: absolute;
	right: 0;
	top: 2rem;
}

.itemInfo .amount {
	font-size: 1.1rem;
	font-weight: bold;
	color: #76cec4;
	border-bottom: 0.3rem solid #76cec4;
	padding: 0.3rem 0 0.3rem 1.2rem;
	text-align: left;
}

.itemInfo .purchaseNote {
	font-size: 1.6rem;
	font-weight: bold;
	color: #76cec4;
	margin: 0.75rem auto;
}

.itemInfo .cartIn {
	margin: 0.75rem auto auto;
	background: url(/Images/amn/base/arrow_circle_link_white.svg) no-repeat right 0.55rem center #75c7c2;
	background-size: 1.9rem auto;
	border: 0.6rem solid #feff7a;
	border-radius: 37.5rem;
	width: 28.5rem;
	height: 6rem;
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);

	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}


.itemSpecs {
	width: 33.5rem;
	border: 0.15rem solid #76cec4;
	background: #fff;
	margin: auto;
	padding: 1.75rem;
	text-align: left;
}

.itemSpecs::before,
.itemSpecs::after {
	content: "";
	display: block;
	width: 3.1rem;
	height: 3.1rem;
	position: absolute;
	background-image: url(/Images/amn/base/topic_open.svg);
	background-size: contain;

}

.itemSpecs::before {
	left: -0.5rem;
	top: -0.5rem;
}

.itemSpecs::after {
	background-image: url(/Images/amn/base/topic_close.svg);
	right: -0.5rem;
	bottom: -0.5rem;
}

.itemSpecs .specBlock {
	margin-bottom: 3rem;
}


.itemSpecs .mainHeader {
	color: #76cec4;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	margin: -0.2rem 0 2rem;
}

.itemSpecs .mainSpec {
	margin-left: -0.9rem;
	margin-bottom: 1.5rem;
	display: block;
	padding-left: 2rem;
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat;
	background-position: left top 0.15rem;
	background-size: 1.5rem auto;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	color: #767676;
}

.itemSpecs .subSpec {
	margin-left: -0.8rem;
	margin-bottom: 1.75rem;
	display: block;
	padding-left: 1.5rem;
	background: url(/Images/amn/base/head_mark_circle.svg) no-repeat;
	background-position: left top 0.2rem;
	background-size: 1.25rem auto;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.1;
	color: #767676;
}

.itemSpecs .subSpec .detail {
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	margin-top: 1rem;
	line-height: 1.6;
}

/*
		dir:contact
    #contact
		お問い合わせ
=========================================*/
.formContents {
	padding: 0 1.25rem;
	text-align: left;
}

.formContents&gt;.mainHeading {
	background: #75c7c2;
	height: 3rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0 1rem;
	margin: 1.9rem -1.25rem 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.formContents .requiredNote {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 2.25rem;
	text-align: left;
}

.formContents .requiredMark {
	color: #cc3333;

}

.formContents .formItem {
	margin-top: 2.5rem;
}

.formContents .formItem label {
	display: block;
	padding-left: 2rem;
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat;
	background-position: left top 0.2rem;
	background-size: 1.5rem auto;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	color: #767676;
	letter-spacing: 0.025rem;
	margin-bottom: 1rem;
}

.formContents .formItem label.required::after {
	content: "※";
	color: #cc3333;
	display: inline-block;
	margin-left: 0.3rem;
}

.formContents .formItem label&gt;.note {
	font-size: 1.2rem;
}

.formContents .formItem .confirm {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1.5rem;
	background-color: #d7efec;
}

.formContents .formItem input {
	border: 0.15rem solid #76cec4;
	height: 4.5rem;
	width: 100%;
	padding: 0.2rem 0.75rem;

	font-weight: bold;
	color: #767676;
	font-size: 1.5rem;
	letter-spacing: 0.025em;

}

.formContents .formItem input::placeholder {
	font-weight: bold;
	/* color: #76cec4; */
	color: #b0e2dc;
	/* 176, 226, 220 */

	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

.formContents .formItem .horizontal {
	display: flex;
	align-content: stretch;
	align-items: flex-start;
	margin-left: -1rem;
	margin-right: -1rem;
}

.formContents .formItem .horizontal&gt;input {
	margin-left: 1rem;
	margin-right: 1rem;
}

.formContents .formItem .vertical {
	margin-top: -2rem;
}

.formContents .formItem .vertical&gt;input {
	margin-top: 2rem;
}

.formContents .formItem select {
	-webkit-appearance: none;
	appearance: none;

	border: 0.15rem solid #76cec4;
	background: #d7efec;
	background-image: url(/Images/amn/base/form_select_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	background-size: 1.1rem auto;
	height: 4.5rem;
	padding: 0.2rem 3rem 0.2rem 1rem;

	font-weight: bold;
	color: #767676;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

.formContents .formItem select:invalid {
	color: #76cec4;
}

.formContents .formItem textarea {
	border: 0.15rem solid #76cec4;
	width: 100%;
	padding: 0.2rem 0.75rem;
	font-weight: bold;
	color: #767676;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

.formContents button.submit {
	-webkit-appearance: none;
	appearance: none;
	margin: 3rem auto auto;
	background: url(/Images/amn/base/arrow_circle_link_white.svg) no-repeat right 0.55rem center #75c7c2;
	background-size: 1.9rem auto;
	border: 0.4rem solid #afdfd9;
	border-radius: 37.5rem;
	width: 28.5rem;
	height: 5rem;
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);

	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}


.formContents .alternativeMeans {
	border: 0.2rem solid #75c7c2;
	border-left: none;
	border-right: none;
	margin-top: 3.5rem;
	margin-bottom: 4rem;
	padding: 1.5rem;
}

.formContents .alternativeMeans-heading {
	padding-left: 2rem;
	background: url(/Images/amn/base/head_mark_diamond.svg) no-repeat;
	background-position: left top 0.2rem;
	background-size: 1.5rem auto;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	color: #767676;
	letter-spacing: 0.025rem;
	margin-bottom: 1rem;
}

.formContents .alternativeMeans .contactList {
	margin-top: 1.5rem;
}

.formContents .alternativeMeans .contactList li {
	margin-top: 0.5rem;
	background: url(/Images/amn/base/head_mark_orange.svg) no-repeat;
	background-position: left top 0.42rem;
	background-size: auto 1.4rem;
	padding-left: 1.2rem;
	line-height: 1.3;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.formContents .alternativeMeans .note {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: #75c7c2;
	margin-top: 1.5rem;
}

/*
		dir:guide/subscription.html
    .subscriptionContents
		定期便について
=========================================*/
.subscriptionContents {
	margin: auto -1.5rem;
}

.subscriptionContents-heading {
	padding: 0 0 6rem;
}

.subscriptionContents-heading::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	background-image: url(/Images/amn/base/wave_border_green.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	height: 0.7rem;
	width: 100%;
}

.subscriptionContents-heading .harry {
	background: url(/Images/amn/subscription/harry01.png) no-repeat center bottom;
	background-size: contain;
	/* width: 14.8rem; */
	width: 100%;
	height: 6.5rem;
	bottom: -0.1rem;
}

.subscriptionContents-heading .lead {
	border: 0.15rem solid #6ec9bf;
	color: #6ec9bf;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4375;
	width: 30.5rem;
	height: 7.5rem;
	margin: auto;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscriptionContents-body {
	background-color: #d7efec;
	/* margin: auto -1.5rem auto; */
	padding: 1.25rem 1rem 9.8rem;
	/* overflow: hidden; */
}

.subscriptionContents-body::after {
	content: "";
	display: block;
	position: absolute;
	height: 1rem;
	width: 100%;
	bottom: -0.05rem;
	left: 0;
	background-image: url(/Images/amn/base/wave_border.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 4.7rem auto;
}

.subscriptionContents .advantages {
	background: #fff;
	padding: 2rem 1.25rem 2.4rem;
	margin: auto auto 4rem;
}

.subscriptionContents .advantages&gt;*:last-child {
	margin-bottom: 0 !important;
}


.subscriptionContents .advantages::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -3.15rem;
	background: url(/Images/amn/subscription/end_cap01.svg) no-repeat center bottom;
	background-size: 35.5rem auto;
	width: 35.5rem;
	height: 3.2rem;
}


.subscriptionContents .advantages .advantage {
	margin: auto auto 2.5rem;
}

.subscriptionContents .advantage .point {
	background: url(/Images/amn/subscription/point_balloon.svg) no-repeat;
	background-size: contain;
	width: 34.5rem;
	height: 4.23rem;
	padding-bottom: 0.75rem;
	padding-top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.7rem;
	color: #6ec9bf;
	margin: auto -0.75rem auto;
}

.subscriptionContents .advantage .point&gt;.num {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
	display: inline-block;
	padding-bottom: 0.3rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}


.subscriptionContents .advantage .advantage-heading {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	color: #6ec9bf;
	border-bottom: 0.2rem solid #6ec9bf;
	line-height: 1.2;
	padding: 0.75rem 0;
}

.subscriptionContents .advantage .discontBanner {
	border-bottom: 0.2rem solid #6ec9bf;
}


.subscriptionContents .advantage .text {
	margin: 1.5rem auto 1rem;
	padding: 0 1.25rem;
	font-size: 1.4rem;
	line-height: 1.785;
	color: #747474;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.025em;
}

.subscriptionContents .capContents {
	color: #747474;
	background: #fff;
	border-radius: 37.5rem;
	width: 34.5rem;
	height: 11rem;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 1rem auto 0;
}

.subscriptionContents .capContents .lead {
	font-size: 2rem;
	font-weight: 900;

}

.subscriptionContents .capContents .dotsText {
	font-size: 3rem;
	font-weight: 900;
	/* margin-top: 2rem; */
}

.subscriptionContents .capContents .dotsText .dot {
	display: inline-block;
	padding-top: 1.8rem;
	background: url(/Images/amn/base/dot.svg) no-repeat center top 0.7rem;
	background-size: 0.8rem;
}

.subscriptionContents-body .mom {
	background-image: url(/Images/amn/base/mom03.png);
	width: 10.3rem;
	height: 11.15rem;
	left: 14rem;
	bottom: -0.5rem;
	z-index: 10;

}

.subscriptionContents-body .harry {
	transform: scale(-1, 1);
	background-image: url(/Images/amn/base/harry01.png);
	background-size: 6.35rem auto;
	background-position: center top;
	width: 6.35rem;
	height: 4.15rem;
	right: 5.5rem;
	bottom: 0;

}

/* priceTagBlock */

.subscriptionContents .priceTagBlock {
	margin: 0 -0.25rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;

}

.subscriptionContents .priceTagBlock .image {
	width: 14.5rem;
	flex: 0 1 auto;
	align-self: flex-start;
	text-align: left;
}

.subscriptionContents .priceTagBlock .image img {
	width: 100%;
}


.subscriptionContents .priceTagBlock .priceTag {
	flex: 1 1 auto;
	align-self: flex-start;
	padding: 0 0 0 0.7rem;
	text-align: left;
	color: #767676;
	padding-top: 1.5rem;

	display: flex;
	flex-direction: column;
	align-content: flex-start;
	/* align-items: flex-end; */

}


/* 通常価格 */
.subscriptionContents .priceTagBlock .priceTag .listPrice {
	display: flex;
	align-items: flex-end;
	color: #6ec9bf;
	margin-bottom: 1.1rem;
	position: relative;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .proviso {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5rem;
	letter-spacing: 0.05em;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .price {
	font-family: "Barlow", sans-serif;
	font-size: 3.5rem;
	line-height: 3.5rem;
	/* letter-spacing: -0.03em; */
	margin-bottom: -0.3rem;
	position: relative;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .price::after {
	content: "";
	display: block;
	background: url(/Images/amn/subscription/strike.svg) no-repeat center center;
	background-size: 7.85rem auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .price .comma {
	letter-spacing: -0.1em;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .unit {
	font-size: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0.15rem;
	line-height: 1;
	font-weight: bold;
	position: relative;
}

.subscriptionContents .priceTagBlock .priceTag .listPrice .unit::before {
	content: "";
	display: block;
	position: absolute;
	right: -0.05rem;
	bottom: -1.9rem;
	width: 1.55rem;
	height: 1.35rem;
	background: url(/Images/amn/subscription/price_arrow.svg) no-repeat;
	background-size: contain;
}


.subscriptionContents .priceTagBlock .priceTag .listPrice .unit::after {
	content: "税込";
	display: block;
	width: 2.5rem;
	text-align: right;
	font-size: 0.8rem;

	font-weight: bold;
	position: absolute;
	top: -1rem;
	right: -0.3rem;
}


/* 販売価格 */
.subscriptionContents .priceTagBlock .priceTag .salsePrice {
	/* display: flex; */
	/* align-items: flex-end; */

}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .proviso {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .price {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 6.5rem;
	line-height: 4.5rem;
	/* letter-spacing: -0.04em; */
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .price.thin {
	letter-spacing: -0.04em;
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .price .comma {
	letter-spacing: -0.075em;
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .unit {
	font-size: 2.6rem;
	margin-left: 0.2rem;
	margin-right: 0.15rem;
	font-weight: bold;
	position: relative;
	line-height: 1;
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .unit::after {
	content: "税込";
	display: block;
	width: 3.0rem;
	text-align: right;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	top: -0.5rem;
	right: 0.1rem;
}

.subscriptionContents .priceTagBlock .priceTag .salsePrice .tax {
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: relative;
	position: absolute;
	right: 0;
	top: 2rem;
}

/* 角形コラム */
.subscriptionContents .subInfo {
	background-color: #fff1f1;
	margin: 2rem 0.5rem auto;
}

.subscriptionContents .subInfo+.subInfo {
	margin-top: 0;
}

.subscriptionContents .subInfo.typeB {
	background-color: #eaf2f8;
}


.subscriptionContents .subInfo .title {
	background-color: #f89d9d;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	padding: 0.5rem;
	letter-spacing: 0.025em;
}

.subscriptionContents .subInfo.typeB .title {
	background-color: #9dcbeb;
}

.subscriptionContents .subInfo p {
	color: #747474;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.769;
	padding: 1.5rem 1.4rem;
	text-align: left;
	letter-spacing: 0.025em;
}

/* 注釈 */
.subscriptionContents .note {
	color: #ff8726;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0 1.25rem;
	margin: 1.0rem auto;
	text-align: left;
	letter-spacing: 0.05em;
}

/* 画像付きテキスト */
.subscriptionContents .sideImage {
	padding: 0 1.25rem;
	margin: 2rem auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.subscriptionContents .sideImage.imageR {
	flex-direction: row-reverse;
}

.subscriptionContents .sideImage img {
	zoom: 0.5;

}

@media screen and (min-width: 750px) {
	.subscriptionContents .sideImage img {
		zoom: 1;
	}
}
.subscriptionContents .sideImage .text {
	padding-left: 1.5rem;
	padding-right: 0;
	/* padding-top: 0.5rem; */
	margin: auto;
}

.subscriptionContents .sideImage.imageR .text {
	padding-left: 0;
	padding-right: 1.2rem;
}

/* 画像 */
.subscriptionContents .image {
	margin: 2rem auto auto;
}

.subscriptionContents .image img {
	zoom: 0.5;
}

@media screen and (min-width: 750px) {
	.subscriptionContents .image img {
		zoom: 1;
	}
}
/* 解約方法 */
.cancelInfo {
	margin: 2rem 1.25rem 0;
}

.cancelInfo::before {
	content: "";
	display: block;
	position: absolute;
	width: 11rem;
	height: 10.95rem;
	background-image: url(/Images/amn/subscription/point6_image.png);
	background-size: contain;
	top: -10.8rem;
	right: 0;

}

.cancelInfo .title {
	background-color: #6ec9bf;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.4rem;
	letter-spacing: 0.025em;
}

.cancelInfo .content {
	border: 0.15rem solid #6ec9bf;
	padding: 1.5rem 1.5rem;
}

.cancelInfo .lead {
	color: #747474;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.428;
	margin-bottom: 1.1rem;
	text-align: center;
	letter-spacing: 0.025em;
}

.cancelInfo .lead .sub {
	font-size: 1.1rem;
}

.cancelInfo .tel {
	color: #6ec9bf;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	/* letter-spacing: 0.025em; */
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.cancelInfo .tel .proviso {
	font-size: 1.2rem;
	font-weight: 900;
}

.cancelInfo .time {
	margin: 1.5rem -0.5rem auto;
	text-align: left;
	color: #747474;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}


/* 定期便がおすすめ */
.subscriptionPurchaseInfo {
	margin: auto -1.5rem;
}

.subscriptionPurchaseInfo .purchaseInfo-lead {
	padding: 2rem 0 1rem;
}

.subscriptionPurchaseInfo .purchaseInfo-lead img {
	zoom: 0.5;
}

@media screen and (min-width: 750px) {
	.subscriptionPurchaseInfo .purchaseInfo-lead img {
		zoom: 1;
	}
}


.subscriptionPurchaseInfo .purchaseInfo-item {
	border: 0.3rem solid #6ec9bf;
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2rem 1.95rem 1rem;
	margin: auto 1.5rem 2.25rem;
}

.subscriptionPurchaseInfo .purchaseInfo-item .mainHeader {
	background-color: #6ec9bf;
	border-radius: 1.25rem 1.25rem 0 0;
	margin: -2.3rem -2.3rem 0;
	padding: 1rem;
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.025em;
	color: #fff;
	min-height: 5rem;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.subscriptionPurchaseInfo .purchaseInfo-item .mainHeader img {
	width: 24.6rem;
	display: block;
	margin-bottom: 0.5rem;
}

.subscriptionPurchaseInfo .purchaseInfo-item .mainHeader::after {
	content: "";
	display: block;
	width: 3.25rem;
	height: 5.4rem;
	background: url(/Images/amn/base/clip02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 1rem;
	top: -1.51rem;
}

.subscriptionPurchaseInfo .purchaseInfo-item .banner {}

.subscriptionPurchaseInfo .purchaseInfo-item .banner img {
	width: 100%;
}

.subscriptionPurchaseInfo .priceTagBlock {
	padding: 2rem 0;
	margin: 0 -1.95rem;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
}

.subscriptionPurchaseInfo .priceTagBlock .image {}

.subscriptionPurchaseInfo .priceTagBlock .image img {
	width: 12.9rem;
}



.subscriptionPurchaseInfo .priceTagBlock .priceTag {
	flex: 1 1 auto;
	align-self: flex-start;
	padding: 0 0 0 1.5rem;


	text-align: left;
	color: #767676;


	display: flex;
	flex-direction: column;
	align-content: flex-start;
	/* align-items: flex-end; */

}


/* 通常価格 */
.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice {
	display: flex;
	align-items: flex-end;
	color: #6ec9bf;
	margin-bottom: 1.1rem;
	position: relative;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .proviso {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5rem;
	letter-spacing: 0.05em;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .price {
	font-family: "Barlow", sans-serif;
	font-size: 3.5rem;
	line-height: 3.5rem;
	/* letter-spacing: -0.03em; */
	margin-bottom: -0.3rem;
	position: relative;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .price::after {
	content: "";
	display: block;
	background: url(/Images/amn/subscription/strike.svg) no-repeat center center;
	background-size: 7.85rem auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .price .comma {
	letter-spacing: -0.1em;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .unit {
	font-size: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0.15rem;
	line-height: 1;
	font-weight: bold;
	position: relative;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .unit::before {
	content: "";
	display: block;
	position: absolute;
	right: -0.05rem;
	bottom: -1.9rem;
	width: 1.55rem;
	height: 1.35rem;
	background: url(/Images/amn/subscription/price_arrow.svg) no-repeat;
	background-size: contain;
}


.subscriptionPurchaseInfo .priceTagBlock .priceTag .listPrice .unit::after {
	content: "税込";
	display: block;
	width: 2.5rem;
	text-align: right;
	font-size: 0.8rem;

	font-weight: bold;
	position: absolute;
	top: -1rem;
	right: -0.3rem;
}


/* 販売価格 */
.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice {
	/* display: flex; */
	/* align-items: flex-end; */

}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .proviso {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .price {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 6.5rem;
	line-height: 4.5rem;
	/* letter-spacing: -0.04em; */
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .price.thin {
	letter-spacing: -0.04em;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .price .comma {
	letter-spacing: -0.075em;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .unit {
	font-size: 2.6rem;
	margin-left: 0.2rem;
	margin-right: 0.15rem;
	font-weight: bold;
	position: relative;
	line-height: 1;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .unit::after {
	content: "税込";
	display: block;
	width: 3.0rem;
	text-align: right;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	top: -0.5rem;
	right: 0.1rem;
}

.subscriptionPurchaseInfo .priceTagBlock .priceTag .salsePrice .tax {
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: relative;
	position: absolute;
	right: 0;
	top: 2rem;
}

.subscriptionPurchaseInfo .priceTagBlock .orLater {
	font-size: 1.2rem;
	color: #747474;
	font-weight: bold;
	padding-left: 2rem;
	margin-top: 0.5rem;
}

.subscriptionPurchaseInfo .priceTagBlock .shippingFree {
	margin-top: 1rem;
}

.subscriptionPurchaseInfo .priceTagBlock .shippingFree img {
	width: 17.45rem;
}

.subscriptionPurchaseInfo .cartIn {
	margin: 1.5rem -3rem 0;
	display: block;
}

.subscriptionPurchaseInfo .cartIn img {
	width: 36.05rem;
}



/*
  campaign-block
=========================================*/
.campaign-block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.campaign-block .wrap {
	--marginspace: calc(100vw - 34.5rem);
	--marginspace-half: calc(var(--marginspace) / 2);
	left: var(--marginspace-half);

	width: 34.5rem;
	/* height: 98vh; */
	top: 2vh;
	overflow: hidden;

	box-shadow: 0.35rem 0.35rem 3rem 0.1rem rgba(0, 0, 0, 0.1);

	position: relative;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;

}

.campaign-block .close {
	display: block;
	width: 2rem;
	height: 2rem;
	text-decoration: none;
	background: url(/Images/amn/base/pop_close.svg) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999rem;
	overflow: hidden;
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 1;
}

/* @pc */
@media screen and (min-width: 750px) {
	.campaign-block .wrap {
		--marginspace: calc(100vw - 24rem);
		--marginspace-half: calc(var(--marginspace) / 2);
		left: var(--marginspace-half);
		width: 24rem;
	}

	.campaign-block .close {
		width: 1rem;
		height: 1rem;
		right: 1rem;
		top: 1rem;
	}
}


.campaign-block img {
	width: 100%;
}



/* --------- */

.bottlePresent-applicationInfo {
	background-color: #fff;
	background-image: url(/Images/amn/base/bg01.png), url(/Images/amn/base/bg02.png);
	background-repeat: repeat-y, repeat-y;
	background-position: center top 0.5rem, center top;
	background-size: 48rem auto, 54rem auto;
	padding-bottom: 1rem;
}

.bottlePresent-applicationInfo .applicationInfo-wrap {
	position: relative;
	margin: auto;
	width: 34rem;
}

.bottlePresent-applicationInfo .applicationInfo-wrap img {
	width: 100%;
}

.bottlePresent-applicationInfo .applicationInfo-wrap .applicationInfo-button {
	position: absolute;
	bottom: 11rem;
	width: 100%;
}

.bottlePresent-applicationInfo .applicationInfo-wrap .applicationInfo-button a {
	text-decoration: none;
	display: block;
	width: 28.5rem;
	height: 5.1rem;
	margin: auto;
}

.bottlePresent-applicationInfo .applicationInfo-wrap .applicationInfo-button a img {
	width: 100%;
}


/* guide/subscription.html */
/* product/index.html */
.campaign-info {
	margin-top: 1rem;
	width: 30rem;
}

.campaign-info img {
	width: 100%;
}

/* 
	product/index.html 
	カートボタン下 アキ調整
*/
.cartIn+.campaign-info {
	margin-top: 1.5rem;
}</pre></body></html>