body {
	position: relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
}
.w-50- {
	width: 50%;
}
.w-70- {
	width: 70%;
}
.w-90 {
	width: 90px;
}
.mb0 {
	margin-bottom: 0;
}
.mt20 {
	margin-top: 20px;
}
.sm-mb30 {
	margin-bottom: 30px;
}
.sm-mb40 {
	margin-bottom: 40px;
}
.sm-pt40 {
	padding-top: 40px;
}
.sm-pb40 {
	padding-bottom: 40px;
}
.pb-8- {
	padding-bottom: 8%;
}
.pl20 {
	padding-left: 20px;
}
.pl10 {
	padding-left: 10px;
}
.border-left-ccc {
	border-left: 1px solid #ccc;
}
.only-xs {
	display: block;
}
.only-pc {
	display: none;
}

.border-7 {
	border: 7px solid #f4f4f4;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.textindent1 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.textindent2 {
	display: block;
	margin-left: 1em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.heading-title {
	margin-bottom: 26px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
}
.heading-title span {
	display: block;
	padding-left: 16px;
	border-left: 6px solid #559d18;
}

img {
	width: 100%;
}
.list-indent-1em {
	margin-left: 1em;
	text-indent: -1em;
}
.redT {
	color: #d9534f;
}
ul.primary li::marker {
	color: #0a58ca
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.num-list {
	counter-reset: section;
}
.num-list_title {
	position: relative;
	margin: 0;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.num-list_title:before {
	content: counter(section) ".";
	counter-increment: section;
	color: #559d18;
	display: inline-block;
	padding-right: 6px;
}

.brackets {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.brackets li {
	position: relative;
/*	margin-bottom: 15px;*/
	padding-left: 2em;
	counter-increment: number;
}
.brackets li:before {
	position: absolute;
	left: 0;
	display: block;
	content: "("counter(number)")";
	color: #0045a3;
}

.card-main {
	padding: 0 20px;
	background-color: #eee;
	border-radius: 30px;
}
.img-line {
	padding: 30px 0;
}
.table.space th,
.table.space td {
	white-space: nowrap;
}
.card.dark {
	border: 0;
}
.dark .card-header {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.dark .card-body {
	background-color: #ebeff2;
}
.dark.bf .card-body {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.7);
}
/*.btn {
	display: block;
	padding: 14px 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 150px;
}*/
.btn-border-gray {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	line-height: 1.4;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background-size: 7px 11px;
	border: 1px solid #c8c8c8;
}
.btn-border-gray .bi-chevron-right {
	position: absolute;
	right: 20px;
	color: #c7000b;
}
.btn-border-gray:hover {
	color: #c7000b;
	border: 1px solid #c8c8c8;
}
.btn-green-right {
	background: #559d18 url(../images/common/icon-arrow-white.png) no-repeat right 20px top 50%;
	color: #fff;
}
.btn-green-right:hover {
	opacity: 0.8;
	color: #fff;
}
.btn-border-gray-rev {
	background: #fff url(../images/common/icon-arrow-rev-green.png) no-repeat left 20px top 50%;
}
.btn-border-gray,
.btn-border-gray-rev {
	position: relative;
	color: #333;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}
.title-pagetitle,
.title-l,
.title-s {
	position: relative;
	line-height: 1.5;
	font-weight: bold;
}
.title-pagetitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.title-l {
	margin: 40px 0 20px 0;
}
.title-s {
	margin: 20px 0 20px 0;
}
.title-pagetitle:after {
	width: 100%;
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(left, #e12726, #fff200);
	background-image: -moz-linear-gradient(left, #e12726, #fff200);
	background-image: -o-linear-gradient(left, #e12726, #fff200);
	background-image: -ms-linear-gradient(left, #e12726, #fff200);
	background-image: linear-gradient(to right, #e12726, #fff200);
	margin-top: 15px;
}
.title-l:before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #e12726;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title-l:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	margin-top: 20px;
}
.title-s:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #559d18;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title-s:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #f0f0f0;
	margin-top: 20px;
} 
.title-pagetitle h1 {
	margin: 0;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.title-l h2 {
	margin-bottom: 0;
}
.title-s h5 {
	margin-bottom: 0;
	color: #559d18;
}

.table-container {
	margin-bottom: 20px;
	width: 100%;
	white-space: nowrap;
	overflow-y: auto;
	_overflow: auto;
}
.table-container::-webkit-scrollbar {
	height: 20px;
}
.table-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
.table-container::-webkit-scrollbar-thumb {
	background: url(../images/common/icon-arrow-white-right.webp) right 7px top 5px no-repeat,url(../images/common/icon-arrow-white-left.webp) left 7px top 5px no-repeat;
	background-color: #666;
	background-size: 7px auto !important;
	border-radius: 10px;
}
.table-black th,
.table-black td {
	display: block;
}
.table-f1f5f6 th {
	background-color: #f1f5f6;
}

.callout-wrap {
	margin-bottom: 24px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d8d8d8;
}
.bd-callout {
	padding: 5px 0 5px 15px;
}
.bd-callout-white {
	border-left: 6px solid currentColor;
	background-color: transparent;
}
.bd-callout-white h3 {
	margin-bottom: 0;
}

.title-m {
	position: relative;
	margin: 40px 0 20px 0;
}
.title-m:before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #559d18;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title-m p {
	font-size: 1.8rem;
}

.affix-placeholder {
	top: 0;
	min-height: 50px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
	z-index: 1;
}
.affix-placeholder .container,
.affix-placeholder .container-fluid {
	height: 50px;
}
.affix-placeholder .title {
	display: flex;
	font-weight: bold;
	line-height: 50px;
}
.affix-placeholder .title[href="javascript:;"] {
	cursor: default;
}
.affix-placeholder .title.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.affix-placeholder .title:after {
	content: "\f282";
	margin-left: auto;
	font-family: "bootstrap-icons";
	font-size: 16px;
	font-weight: bold;
	color: #c7000b;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: transform .2s ease-in-out;
}
.affix-placeholder a {
	display: block;
	color: #333;
	text-decoration: none;
}
.affix-placeholder .row {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}
.affix-placeholder ul {
	margin-bottom: 0;
}
.affix-placeholder ul li {
	padding: 8px 0;
	border-bottom: 1px solid #d4d4d4;
}
.affix-placeholder ul li a {
	display: block;
	font-size: 14px;
}
.affix-placeholder ul li a.active:before {
	content: "\f285";
	margin-right: 4px;
	font-family: "bootstrap-icons";
	font-size: 12px;
	color: #c7000b;
}
.resultNone {
	padding: 22px 0;
	color: #e52d2d;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e52d2d;
}

header .top-nav {
	background-color: #333;
}
header .top-nav .bi-globe2 {
	vertical-align: 0;
}
.top-nav .dropdown-menu {
	width: auto;
	min-width: 0;
}
.top-nav .dropdown-menu > li > a {
	position: relative;
	margin: 0;
	padding: 0 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.top-nav .dropdown-menu > li a {
	display: flex;
	align-items: center;
}
.top-nav .dropdown-menu > .active > a {
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
.top-nav .dropdown-menu > li > a:hover {
	background-color: #f5f5f5;
}
.top-nav li.active a:before {
	font-family: iconfont64;
	content: "\E004";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17px;
}
.index {
	background-color: #f4f4f4;
}
.navbar {
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);
	z-index: 2;
}
.navbar .navbar-brand {
	margin-bottom: 10px;
	outline: none;
}
.navbar-brand img {
	height: 40px;
}
.navbar .search {
	position: relative;
	width: 100%;
	border: 2px solid #559d18;
}
.navbar .search .form-control {
	border: none;
	box-shadow: none;
}
.navbar .search .btn {
	background-color: #559d18;
	border-radius: 0;
}
.navbar .search .btn .bi-search {
	color: #fff;
}
.navbar .search-keyword {
	position: absolute;
	top: 40px;
	display: none;
	margin-bottom: 0;
	width: calc(100% - 44px);
	background-color: #fff;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
}
.navbar .search-keyword li {
	border-bottom: 1px solid #d4d4d4;
}
.navbar .search-keyword li a {
	display: block;
	color: #333;
	padding: 10px 15px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .title-wrap {
	padding: 40px 0;
}
.index .title-wrap h2.title {
	position: relative;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.index .title-wrap a {
	float: right;
    margin-top: 10px;
	color: #595757;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a.scrollspy {
	/*position: relative;
	top: -40px;*/
	display: block;
}
.index .title-wrap + nav {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 17px;
	background-color: #559d18;
}
.index nav .nav-title {
	display: block;
	padding: 8px 5.5556%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.2857;
}
.index nav .nav-title:after {
	display: inline-block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/ico/arw-white.svg) no-repeat center;
	background-size: contain;
	content: "";
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.index nav.is-active .nav-title:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.index nav .nav {
	position: relative;
	display: none;
	padding: 16px 0;
	border: none;
}
.index nav .nav:after {
	position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 88.8889%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index .nav .nav-link {
	padding: 4px 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	border: none;
	border-radius: 0;
	color: var(--bs-body-color);
	cursor: pointer;
}
.index .nav .nav-link:hover {
	font-weight: bold;
	color: #559d18;
}
.index .nav .nav-link.active {
	color: #fff;
	font-weight: bold;
}
.index ul.list li {
	display: inline-block;
	padding: 4px 8px;
	font-size: 14px;
	cursor: pointer;
}
.index ul.list li.active {
	background-color: #fff;
}
.index .brick-item a {
	display: block;
	margin-bottom: 14px;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.index .brick-item .figure-img {
	margin-bottom: 0;
}
.index .brick-item a:hover {
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}
.index .brick-item .info {
	padding-right: 10px;
	text-align: left;
}
.index .brick-item h4 {
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index .brick-item .info p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #b0b0b0;
}
.index .brick-item .info h5 {
	margin-bottom: 0;
	color: #f02b2b;
}
.product-data .swiper-button-prev,
.product-data .swiper-button-next {
	display: none;
}
.info .product-wrap {
	margin-bottom: 40px;
}
.breadcrumb {
	padding: 20px 0 22px 0;
	font-size: 12px;
}
.breadcrumb li {
	line-height: 1.8;
}
.breadcrumb a {
	color: #202020;
	text-decoration: none;
	transition: 0.2s opacity ease-out;
}
.breadcrumb a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: 0.2s opacity ease-in-out;
}
.info .gallery-thumbs .swiper-slide {
	opacity: 0.4;
	z-index: 1;
}
.info .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.info .gallery-thumbs .swiper-slide-thumb-active img {
	border: 1px solid #ccc;
}
.info .swiper {
	--swiper-navigation-color: #d6d6d6;
}
.info .brand {
	margin: 20px 0 10px;
}
.info .brand img {
	width: auto;
	height: 30px;
}
.info .price-wrap {
	margin: 20px 0 10px;
	padding: 10px 0;
	background-color: #f9f9f9;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
.info .price-wrap .price-title {
	padding-left: 10px;
}
.info .price-wrap p {
	margin-bottom: 0;
}
.info .price-wrap .price strong {
	font-size: 18px;
	color: #e31436;
}
.info .price-wrap .price span {
	font-size: 12px;
}
.info .text .payment {
	margin-top: 10px;
}
.info .text .payment a {
	display: block;
	margin-left: 2em;
	text-indent: -0.8em;
	text-decoration: none;
}
.info .text .payment a:hover {
	text-decoration: underline;
}
.info .text p .bi-chevron-double-down {
	margin-right: 8px;
}
.info .text .alert {
	margin-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.info .text .alert ul {
	margin-bottom: 0;
}
.info .text .alert-info {
	border-top: 3px solid #53c0f7;
	background-color: #fff;
}
.info .detail .accordion .item > h2.title {
	display: flex;
	margin-bottom: 20px;
	padding: 20px 40px 20px 0;
	/*padding: 0 0 3px;*/
	font-size: 17px;
	cursor: pointer;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	/*background-color: #f9f2f4;*/
	/*border-bottom: 1px solid #202020;*/
}
.info .detail .accordion .item > h2.title:after,
.faq .accordion dt h2:after {
	content: "\f282";
	margin-bottom: 4px;
	margin-left: auto;
	font-family: "bootstrap-icons";
	font-size: 16px;
	font-weight: bold;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: transform .2s ease-in-out;
}
.info .detail .accordion .item > h2.title.collapsed:after,
.faq .accordion dt h2.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.info .detail .accordion .item {
	padding-bottom: 20px;
}
.info .detail .accordion .item .wrap {
	margin-bottom: 10px;
	overflow: hidden;
}
#condition {
	padding: 40px 0;
	background-color: #f7f3f5;
}
#condition section {
	background-color: #fff;
}
#condition section nav {
	border-top: 3px solid #eee6e9;
}
#condition section ul.nav {
	border-bottom: 2px solid #444;
}
#condition .nav-item a {
	position: relative;
	padding: 8px 10px;
	font-size: 16px;
	color: #999;
}
#condition .nav-item a:hover {
	background-color: #fff3f6;
}
#condition .nav-item a.active {
	color: #559d18;
}
#condition .nav-item a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #559d18;
}
#condition .nav-item a.active:after {
	width: 100%;
}
#condition .tab-content {
	padding: 10px 16px 20px 16px;
}
#condition .tab-pane h5 {
	margin-top: 20px;
}
#condition .tab-pane dt {
	margin-bottom: 10px;
}
#condition .tab-pane dd {
	margin-left: 20px;
}
#condition section .tab-pane dd {
	margin-left: 0;
}
.detail {
	margin-bottom: 60px;
}
.detail .info2 h4 {
	font-size: 16px;
}
.detail .info2 ul {
	margin-bottom: 2rem;
}
.info2 .bd-callout h3 {
	font-weight: bold;
	font-size: 18px;
}
.information-pack,
.info-pack {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.info-pack {
	margin-bottom: 1rem;
}
.info-pack:first-of-type {
	margin-bottom: 6px;
}
.information-pack dt,
.info-pack dt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 43%;
	flex: 0 0 43%;
	padding: 0;
	margin: 6px 0 0;
}
.information-pack dt:nth-child(1),
.info-pack dt:nth-child(1) {
	margin: 0;
}
.information-pack dd,
.info-pack dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 57%;
	flex: 0 0 57%;
	padding: 0;
	margin: 6px 0 0;
}
.information-pack dd:nth-child(2),
.info-pack dd:nth-child(2) {
	margin: 0;
}
.detail .info2 .GroupBox:nth-of-type(2n + 1) {
	background-color: #f7f7f7;
}
.detail .info2 .GroupBox dd {
	margin-bottom: 0;
}
.detail .info2 .GroupBox {
	margin-bottom: 0;
	padding: 10px 15px;
}
.detail .info2 .GroupBox ul {
	margin-bottom: 0;
}
.detail .info1 {
	font-family: "A1明朝", "A1 Mincho", "游明朝", "游明朝体" , YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HGS明朝E" , "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.detail .info1 .contents-main1 {
	margin: 0 0 30px;
}
.detail .info1 .item-recommend1 .detail-head1 {
	margin-bottom: 16px;
	font-size: 18px;
	color: #A80032;
    line-height: 1.2;
}
.detail .info1 .item-recommend1 .detail-name1 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1;
}
.detail .info1 .item-recommend1 .detail-codename1 {
	margin-bottom: 10px;
	color: #7f7f7f;
	font-size: 14px;
}
.detail .info1 .item-recommend1 .item-detail-icon1 {
	margin-bottom: 14px;
}
.detail .info1 .item-recommend1 .item-detail-icon1 img {
	width: auto;
	height: 36px;
}
.detail .info1 .item-recommend1 .detail-description1 {
	margin-bottom: 15px;
	line-height: 1.7;
}
.detail .info1 .contents-main1 h2 {
	position: relative;
	margin: 0 0 2em;
	font-size: 16px;
	text-align: center;
}
.detail .info1 .contents-main1 h2 span {
	display: inline-block;
	padding: 0 0 0.5em 0;
	border-bottom: 0.5px solid #707070;
}
.detail .info1 .item-recommend1 ul li {
	margin: 0 0 1em;
	padding: 26px;
	font-size: 14px;
	border: 1px solid #A80032;
	border-radius: 3px;
	line-height: 1.8;
}
.detail .info1 .item-points1 {
	position: relative;
	margin-bottom: 34px;
	text-align: center;
	color: #313131;
}
.detail .info1 .item-points1:after {
	position: absolute;
	top: 1.5em;
	left: 50%;
	transform: translate(-50%,0);
	width: 25px;
	height: 1px;
	content: "";
	background-color: #707070;
	display: inline-block;
}
.detail .info1 .item-recommend1 dt {
	margin-bottom: 16px;
	font-size: 17px;
}
.detail .info1 .item-recommend1 dd {
	margin-bottom: 16px;
	font-size: 14px;
}
.detail .info1 .item-recommend1 dd img {
	margin-bottom: 30px;
	width: auto;
	max-width: 100%;
}
.detail .info1 .item-recommend1 .blockquote-footer {
	margin-top: 0;
	line-height: 1.3;
}
.detail .info1 .item-recommend1 .blockquote-footer:before {
	display: none;
}
.detail .info1 .item-recommend1 .howtouse {
	margin-bottom: 25px;
	border-bottom: 1px solid #A80032;
}
.detail .info1 .pickup-box1 .pickup-title {
	text-align: center;
	transform: translate(0, 50%);
}
.detail .info1 .pickup-box1 .pickup-title:after {
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.detail .info1 .pickup-box1 .pickup-title span {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #A80032;
	padding: 1em 2em;
	color: #A80032;
	float: left;
}
.detail .info1 .pickup-box1 dl {
	padding: 40px 25px 25px;
	border: 0.5px solid #707070;
}
.detail .info1 .pickup-box1 dl:after {
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.detail .info1 .pickup-box1 dl dd img {
	margin-bottom: 0;
}
.detail .info1 .pickup-box1 dl dd.pickup-image {
	margin-bottom: 0;
	text-align: center;
}
.detail .info1 .item-recommend1 .amount-box1 dl,
.detail .info1 .item-recommend1 .amount-box1 dd {
	margin-bottom: 0;
}
.detail .info1 .item-recommend1 .amount-box1 dt {
	margin-bottom: 14px;
	padding-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px solid #707070;
}
.detail .info3 section {
	margin-bottom: 30px;
}
.detail .info3 .tpl-title {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.detail .info3 .tpl-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #005baa;
	background: -moz-linear-gradient(left, #005baa 0%, #01baf3 40%, #89ba17 70%, #f4e400 100%);
	background: -webkit-linear-gradient(left, #005baa 0%, #01baf3 40%, #89ba17 70%, #f4e400 100%);
	background: linear-gradient(to right, #005baa 0%, #01baf3 40%, #89ba17 70%, #f4e400 100%);
}
.detail .info3 ol.num {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.detail .info3 ol.num li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 1.4em;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
	counter-increment: number;
}
.detail .info3 ol.num li:before {
	position: absolute;
	left: 0;
	display: block;
	content: counter(number) ".";
	color: #0045a3;
	font-weight: bold;
}
.detail .info3 .point {
	margin-top: 30px;
	padding: 22px;
	border: 4px solid #e6e6e6;
}
.detail .info3 .tpl-title-m {
	position: relative;
	margin-bottom: 10px;
	padding-left: 17px;
}
.detail .info3 .tpl-title-m:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background: #89ba17;
	background: -moz-linear-gradient(top, #89ba17 0%, #00b4ed 100%);
	background: -webkit-linear-gradient(top, #89ba17 0%, #00b4ed 100%);
	background: linear-gradient(to bottom, #89ba17 0%, #00b4ed 100%);
}
.detail .info3 .point .case p {
	margin-bottom: 0;
}
.detail .info3 .point .case .case-for {
	padding-bottom: 15px;
}
.detail .info3 .point .case .case-time {
	border-top: 1px solid #c8c8c8;
    padding-top: 15px;
}
.detail .info3 .point .case .case-ttl--for,
.detail .info3 .point .case .case-ttl--time {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #0045a3;
	font-weight: 500;
	margin-bottom: 5px;
}
.detail .info3 .point .case .case-ttl--for:before {
	background: url(../images/common/point-for.png) 0 0 no-repeat;
}
.detail .info3 .point .case .case-ttl--time:before {
	background: url(../images/common/point-time.png) 0 0 no-repeat;
}
.detail .info3 .point .case .case-ttl--for:before,
.detail .info3 .point .case .case-ttl--time:before {
	display: block;
	content: '';
	background-size: 100% auto;
	width: 17.4px;
	height: 21px;
	margin-right: 10px;
}
.detail .info4 section {
	margin-bottom: 45px;
}
.detail .info4 section .item {
	margin: 15px 0 0;
}
.detail .info4 section .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	border-left: 1px solid #ddd;
	transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.detail .info4 section .item:last-child a {
	border-right: 1px solid #ddd;
}
.detail .info4 section .item a:hover {
	opacity: 0.7;
}
.detail .info4 section .item .bi-chevron-down {
	font-size: 14px;
	color: #c3c3c3;
}
.detail .info4 .step-list .item {
	position: relative;
	display: flex;
	padding: 29px 40px 28px;
	background: #f6f6f6;
	border: 1px solid #ddd;
}
.detail .info4 .step-list .item.dark {
	color: #fff;
	background-color: #444;
	border-color: #444;
}
.detail .info4 .step-list .item .title,
.detail .info4 .step-list .item .text {
	margin-bottom: 0;
}
.detail .info4 .step-list .item .icon,
.detail .info4 .step-list .step .icon {
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.detail .info4 .step-list .item .bi-arrow-right,
.detail .info4 .step-list .step .bi-arrow-right {
	display: block;
	font-size: 22px;
	color: #888;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.detail .info4 .step-list .step {
	display: flex;
	margin: 20px 0 0;
}
.detail .info4 .step-list .step .image {
	position: relative;
}
.detail .info4 .step-list .step .image img {
	width: 140px;
}
.detail .info4 .step-list .step .image .num {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #444;
	border-radius: 50%;
}
.detail .info4 .step-list .step .step-text {
	margin: 0 0 0 20px;
	font-size: 14px;
	line-height: 2;
}
.detail .info4 .embed-responsive {
	margin: 40px 0 0;
}
.detail .info4 .component-content {
	margin: 50px 0 0;
	padding: 20px;
	background-color: #f6f6f6;
}
.info4.sec-feature {
	margin: 50px 0;
	padding: 45px 0 50px;
	background-color: #f6f6f6;
}
.info4.sec-feature .image_content {
	position: relative;
	z-index: 1;
}
.info4.sec-feature .image {
	position: relative;
}
.info4.sec-feature .image .image_bg {
	height: 0;
    padding-bottom: 112%;
    margin: 30px -20px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.info4.sec-feature .feature_image .row-cols-1 img {
	margin-top: 34px;
}
.detail .info5 img {
	margin-bottom: 20px;
}
.detail .info5 .fea {
	margin-bottom: 60px;
	padding: 20px 20px 10px;
	background-color: #fdfcc5;
}
.detail .info5 img {
	margin-bottom: 20px;
}
.detail .info5 .fea dt {
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 20px;
	background: url(../images/common/marna/wcc_dot.png) 0 bottom repeat-x;
}
.detail .info5 .fea dt:before {
	content: "";
    background: url(../images/common/marna/ccc_bullet.png) 0 0 no-repeat;
    padding: 0 0 0 40px;
}
.detail .info5 .checklist {
	position: relative;
	margin: 0 0 10px;
	padding: 20px;
	border-radius: 10px;
	background: url(../images/common/marna/bg_checklist.gif) 0 0;
	box-shadow: 3px 3px 0px 0px rgb(174 159 140);
	box-sizing: border-box;
}
.detail .info5 .checklist ul {
	margin-bottom: 0;
	padding: 35px 20px 15px 40px;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/common/marna/bg_checklist_in-sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 10%);
}
.detail .info5 .checklist li {
	margin: 0 0 15px;
	padding: 2px 0 15px 50px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../images/common/marna/ico_checklist.png) 0 0.2em no-repeat;
	background-size: 25px auto;
}
.detail .info5 .checklist li span {
	background: linear-gradient(transparent 60%, #fdfb8f 60%);
}
.detail .info5 .checklist .bal {
	position: absolute;
	top: -20px;
	left: 10px;
	padding: 18px 18px 30px 18px;
	text-align: center;
	background: url(../images/common/marna/bg_cl_balloon.png) 0 0 no-repeat;
	background-size: 220px auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.detail .info5 .checklist + p {
	font-size: 12px;
}
.detail .info5 .tit {
	margin: 20px 0 20px;
	padding: 18px 25px 12px;
	background: url(../images/common/marna/wa_bg_tit-sp.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 16px;
	font-weight: bold;
	color: #023da2;
	line-height: 1;
}

.fancl-detail_block .point01 {
	padding: 5.5% 4.5% 6.3%;
}
.fancl-detail_block .point01 {
	position: relative;
}
.fancl-detail_block .point01:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 4%;
	width: 92%;
	background: #2babe4;
	border-top: 1px solid #a3daf3;
	height: 2px;
}
.fancl-detail_block .point02 {
	padding: 5% 4.5% 1%;
	background: url(../images/products/4908049589592/pic02.png) 92.4% 27.5% / 31% no-repeat;
}
.fancl-detail_block .detail_ttl {
	margin-bottom: 1.5%;
	width: 77%;
}
.fancl-detail_block .point02 .detail_ttl {
	margin-bottom: 4%;
	width: 83%;
}
.fancl-detail_block .point02 .detail_text {
	margin-top: 4%;
	width: 60%;
}
.fancl-detail_block .pic03 {
	display: block;
	margin: 0 auto;
	width: 63%;
}
.fancl .features_area {
	padding: 50px 0;
	background: url(../images/common/fancl/bg_features_sp.png) top center no-repeat #fff4ef;
}
.fancl .features_area .section_title {
	margin: 0 auto;
	width: calc(538/750*100%);
}
.fancl .features_area .feature_point_title {
	margin: 30px 0 20px calc(18/750*100%);
    width: calc(732/750*100%);
}
.fancl .features_area p {
	margin: 0 auto;
	width: calc(670/750*100%);
	line-height: 1.66;
}
.fancl .features_area .feature_point_image {
	margin: 25px auto 0;
	width: calc(670/750*100%);
}
.fancl .features_area .feature_point_title {
	margin: 30px auto 20px;
    width: calc(712/750*100%);
}
.fancl .features_area .feature_column {
	margin: 25px auto 0;
	padding: 0 0 1.5em;
	border: 1px solid #FF8C00;
	border-radius: 10px;
	width: calc(670/750*100%);
	background-color: #fff;	
}
.fancl .features_area .feature_column .feature_column_text h4 {
	margin-bottom: 20px;
	color: #C70033;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.fancl .features_area .feature_column .feature_column_text p {
	padding: 0 16px;
	width: auto;
}
.fancl .features_area .feature_point .feature_point_text {
	margin: 0 auto;
	width: calc(670/750*100%);
	line-height: 1.66;
}
.fancl ol.numberList span {
	display: block;
	margin-right: 10px;
	width: 12%;
	float: left;
}
.fancl ol.numberList p {
	margin-left: 13%;
}
.fancl .imgArea {
	margin: 0 auto;
	width: 38%;
}

.section-ttl .banner .inner {
	display: flex;
	background: url(../images/common/ttl-bg.png) no-repeat right min(13px, 3.4666666667vw) center/min(320px, 85.3333333333vw) 100%;
	background-color: #FBFBFB;
}
.section-ttl .banner .inner .container {
	display: flex;
	height: 160px;
}
.section-ttl .banner .inner h2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}
.section-ttl .banner .inner a {
	position: relative;
	color: var(--bs-body-color);
	font-size: 14px;
	text-decoration: none;
	line-height: 34px;
	letter-spacing: 0.05em;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.section-ttl .banner .inner a:hover {
	opacity: 0.6;
}
.section-ttl .banner .inner a:after {
	content: "";
    display: inline-block;
    height: 2px;
    background-color: #212529;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.faq .accordion {
	margin-top: 60px;
}
.faq .accordion dl {
	margin-bottom: 40px;
}
.faq .accordion dt {
	cursor: pointer;
}
.faq .accordion dd {
	display: none;
}
.faq .accordion dt,
.faq .accordion dd .wrap {
	display: flex;
}
.faq .accordion dt .num {
	background-color: #559d18;
	color: #fff;
	align-items: center;
}
.faq .accordion dt .num,
.faq .accordion dd .num {
	display: flex;
	width: 40px;
    height: 40px;
    flex-shrink: 0;
	justify-content: center;
}
.faq .accordion dt h2 {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 15px 0;
}
.faq .accordion dt h2,
.faq .accordion dd p,
.faq .accordion dd ol {
	margin: 0 0 0 20px;
	font-size: 16px;
}
.faq .accordion dt h2:before {
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #559d18;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.faq .accordion dd {
	margin-bottom: 0;
	padding-top: 16px;
}
.faq .accordion dd a {
	color: var(--bs-body-color);
}
.faq .accordion dd a:hover {
	text-decoration: none;
}
.faq .accordion + h4 {
	margin-bottom: 30px;
}
.faq .accordion + h4 + p {
	margin-bottom: 50px;
}
.faq .c-btn {
	position: relative;
	display: block;
	margin: 0 auto 60px;
	padding: 18px 10px;
	width: 90%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #559d18;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);;
	letter-spacing: 0.1em;
	-webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
	z-index: 1;
}
.faq .c-btn:hover {
	opacity: 0.6;
}
.faq .c-btn:before,
.faq .c-btn:after {
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.faq .c-btn:before {
	left: 0;
	border-width: 60px 0 0 115px;
	border-color: transparent transparent transparent #86b85c;
}
.faq .c-btn:after {
	right: 0;
	border-width: 0 0 60px 115px;
	border-color: transparent transparent #86b85c transparent;
}

.terms .catalogue {
	padding: 8% 8%;
	background-color: #F4F4F4;
}
.terms .catalogue ul {
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.terms .catalogue ul:last-child {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}
.terms .catalogue li {
	display: inline-block;
	margin-right: 20px;
	padding: 6px 0;
}
.terms .catalogue li a {
	color: #333;
	text-decoration: none;
}
.terms .catalogue li a:hover {
	opacity: 0.6;
}
.terms .wrap,
.privacy .wrap:last-child {
	margin-bottom: 60px;
}
.terms h4 {
	font-size: 18px;
	text-align: center;
}
.terms dl {
	margin-bottom: 40px;
}
.terms dd {
	margin: 20px 0 0 0;
}

.privacy section.inner {
	padding: 40px 0;
}
.privacy section.inner p:last-child {
	margin-bottom: 0;
}
.privacy .wrap {
	margin-bottom: 40px;
}
.privacy p,
.privacy .wrap ul {
	margin-bottom: 20px;
	line-height: 1.8;
}
.privacy .wrap ul {
	padding-left: 18px;
	color: #999;
}
.privacy .wrap li span {
	color: var(--bs-body-color);
}

.transaction .wrap,
.contact .wrap {
	padding: 60px 0;
}
.transaction dl {
	margin-top: 30px;
	margin-bottom: 0;
}
.transaction dt {
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
.transaction dd {
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #ddd;
}
.transaction dd ul {
	margin: 10px 0 0 0;
}

.form-progress {
	padding-bottom: 30px;
}
.form-progress ul {
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.form-progress ul li {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #f5f5ef;
	color: #559d18;
	text-align: center;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-progress ul li.active {
	color: #fff;
	background-color: #559d18;
}
.form-progress ul li.active:after {
	border-color: transparent transparent transparent #559d18;
}
.form-progress ul li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -12px;
	top: -2px;
	z-index: 1;
}
.form-progress ul li:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #f5f5ef;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 2;
}
.form-progress ul li:last-child:before,
.form-progress ul li:last-child:after {
	display: none;
}
.form-input .item {
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
.form-input .item-align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form-input .item:first-child {
	padding-top: 0;
}
.form-input_label {
	margin-bottom: 5px;
	padding-right: 20px;
	min-width: 200px;
	color: #559d18;
	font-weight: 500;
}
.is-error .form-input_label {
	color: #c82929;
}
.form-error-message,
.form-input_error {
	display: none;
	color: #c82929;
}
.form-input_error {
	margin-top: 15px;
}
.is-error .form-input_textarea,
.is-error .form-input_text {
	background-color: #ffaaaa;
	color: #fff;
}
.form-input_textarea {
	width: 100%;
	height: 250px;
	border: 1px solid #d2d2d2;
	padding: 10px;
	font-size: 16px;
}
.form-input_note {
	display: inline-block;
	margin: 5px 0 0 0;
}
.form-input_text {
	width: 100%;
	height: 50px;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
}
.form-input .form-input_input input[type="checkbox"] {
	margin-top: 4px;
}
.checkbox-inline + .checkbox-inline {
	display: block;
	margin-left: 0;
}
.form-input .form-input_input {
	display: block;
}
.btn-right {
	background: #fff url(../images/common/icon-arrow-green.png) no-repeat right 20px top 50%;
}
.contact .form-btn-list {
	margin-top: 25px;
}
.contact .form-btn-list .btn {
	width: 100%;
}
.contact .list-col3 {
	margin-top: 15px;
}
.form-thanks-message {
	margin-top: 50px;
}
.ELIXIR dl.sku dt,
.ELIXIR dl.sku dd {
	padding: 0 15px;
}
.ELIXIR dl.sku dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.AMPLEUR .detail_tag span {
	display: inline-block;
	padding: 0.3em 0.4em 0.2em 0.4em;
	margin-right: 0.5em;
	line-height: 1.1;
	border: 1px solid #c7c7c7;
}
.AMPLEUR .info_desc {
	margin: 0 auto 20px auto;
	padding: 40px 0;
    min-width: 80%;
    max-width: 90%;
}
.AMPLEUR .info_desc h4 {
	line-height: 1.6;
}
.AMPLEUR .info_desc small {
	font-size: 12px;
	line-height: 1.8;
}
.AMPLEUR .point_line {
	margin: 0 auto;
	padding: 28px 14px 14px 14px;
	border: 1px solid #c7c7c7;
}
.AMPLEUR .point_line h4 {
	margin: 0 auto 18px;
	padding-bottom: 18px;
	color: #333;
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #707070;
}
.AMPLEUR .point_line ul {
	margin-bottom: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: wrap;
}
.AMPLEUR .point_line ul li {
	position: relative;
	margin: 10px 0 0;
	padding: 12px 15px 12px 46px;
	width: 100%;
	background-color: #eff6ff;
	line-height: 1.4;
}
.AMPLEUR .point_line ul.d-block li {
	display: block;
	width: 100%;
}
.AMPLEUR .point_line ul li sup {
	top: 1em;
	font-size: max(50%, 8px);
}
.AMPLEUR .point_line ul li:before {
	content: '';
	position: absolute;
	left: 1em;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #6795d0;
}
.AMPLEUR .point_line ul li:after {
	content: '';
	position: absolute;
	left: 1.2em;
	top: 0.95em;
	width: 1.25em;
	height: 0.5em;
	border-bottom: 3px solid #6795d0;
	border-left: 3px solid #6795d0;
	transform: rotate(-45deg);
}
.AMPLEUR .heading_title {
	display: block;
	padding: 0 0 10px 10px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	border-bottom: 1px #707070 solid;
}
.AMPLEUR .heading_title span {
	display: block;
	font-weight: normal;
	font-size: 20px;
}
.AMPLEUR .desc_bg {
	padding: 20px 10px 40px;
	background: #e4f0f9;
	background-image: linear-gradient(to bottom, #fff 5%, #ebf3f9 20%, #ebf3f9 90%, #fff 100%);
}
.AMPLEUR .point_list ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	align-items: stretch;
}
.AMPLEUR .point_list .point_number {
	display: inline-block;
	margin-bottom: 10px;
	color: #0048a5;
	font-size: 1.8em;
	font-family: 'Optima','Marcellus', serif;
}
.AMPLEUR .point_list ol > li {
	margin: 0 auto 28px;
	padding: 20px 20px;
	background-color: #fff;
}
.AMPLEUR .point_list ol > li:last-child {
	margin-bottom: 0;
}
.AMPLEUR .point_list li h4 {
	margin-bottom: 1em;
	line-height: 1.6;
}
.AMPLEUR .point_list li .txt {
	line-height: 1.8;
}
.AMPLEUR .point_ingredient {
	margin: 2em auto;
}
.AMPLEUR .point_list li ul {
	list-style-type: disc;
}
.AMPLEUR .point_list li img {
	display: block;
	margin: 0 auto;
}

.naturie {
	font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.naturie .renewal {
	padding: 40px 3% 60px;
	background: url(../images/products/4903335695254/bg_renewal_point.jpg) no-repeat center/cover;
}
.naturie .renewal .renewalTitle {
	margin-bottom: 0;
	text-align: center;
}
.naturie .renewal .renewalTitle .pink,
.naturie .renewal .renewalTitle .blue,
.naturie .renewalInner .renewalBox p,
.naturie .feature ul.feature-lists .section-txt {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.naturie .renewal .renewalTitle .pink {
	padding: 8px 20px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	background-color: #F62C9D;
	border-radius: 20px;
}
.naturie .renewal .renewalTitle .blue {
	display: block;
	margin-top: 19px;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #371c82;
	line-height: 1.3;
}
.naturie .renewalInner {
	margin: 28px auto;
}
.naturie .renewalInner .renewalBox {
	width: 94%;
	max-width: none;
	margin: 20px auto 0;
	padding: 15px 18px 22px;
	background-color: #fff;
}
.naturie .renewalInner .renewalBox img {
	display: block;
	margin: 0 auto;
}
.naturie .renewalInner .renewalBox p {
	margin-top: 18px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.08em;
	text-align: center;
}
.naturie .feature {
	margin: 0 auto;
	padding: 40px 0 50px;
	background-color: #F5F4F8;
}
.naturie .feature .feature_inner {
	margin: 0 auto;
	width: 88%;
}
.naturie .feature .feature_inner h2 {
	margin-bottom: 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
}
.naturie .feature ul.feature-lists {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 0;
}
.naturie .feature ul.feature-lists li {
	position: relative;
	margin: 30px 2% 0;
	width: 300px;
	height: 300px;
	background-color: #fff;
	border-radius: 50%;
}
.naturie .feature ul.feature-lists li:first-of-type {
	margin-top: 0;
}
.naturie .feature ul.feature-lists li .feature-num {
	display: block;
	content: "";
	width: 68px;
	height: 44px;
	position: absolute;
	top: 12px;
}
.naturie .feature ul.feature-lists li:nth-child(1) .feature-num {
	background: url(../images/products/4903335695254/img_point_num01.svg) no-repeat center/contain;
}
.naturie .feature ul.feature-lists li:nth-child(2) .feature-num {
	background: url(../images/products/4903335695254/img_point_num02.svg) no-repeat center/contain;
}
.naturie .feature ul.feature-lists li:nth-child(3) .feature-num {
	background: url(../images/products/4903335695254/img_point_num03.svg) no-repeat center/contain;
}
.naturie .feature ul.feature-lists .feature-list_in {
	width: 75%;
	margin: 78px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.naturie .feature ul.feature-lists .section-leadtext {
	margin-bottom: 0;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
.naturie .feature ul.feature-lists .section-txt {
	margin-top: 4px;
	padding: 0 15px;
	line-height: 2;
	text-align: justify;
}
.naturie .feature .feature-matels {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 984px;
	margin: 30px auto 20px;
}
.naturie .feature .feature-matels li {
	margin: 10px 5px 0;
	width: 154px;
	color: #271c80;
	border: 1px solid;
	text-align: center;
	border-radius: 3px;
	line-height: 2.5;
}
.naturie .feature .feature-matels li.long {
	width: 330px;
}
.naturie .point {
	margin-top: 50px;
}
.naturie .point h2 {
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
.naturie .point .point-lists {
	margin: 0 auto;
	padding-top: 40px;
	width: 88%;
	max-width: 1180px;
}
.naturie .point .point-list {
	margin: 20px auto 0;
	padding: 30px;
	width: 100%;
	border: 1px solid #ccc;
}
.naturie .point .point-list:first-of-type {
	margin-top: 0;
}
.naturie .point .point-list-img {
	width: 100%;
}
.naturie .point .point-list-txt {
	margin-top: 20px;
	width: 100%;
}
.naturie .point .point-list-txt h2 {
	margin-top: 15px;
	font-size: 28px;
	text-align: left;
}
.naturie .point .section-num {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.naturie .point .point-leadtext {
	margin-top: 30px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	line-height: 2;
}
.naturie .outline {
	margin: 50px 0;
	padding: 50px 0;
	background-color: #f5f4f8;
}
.naturie .outline .outline_inner {
	margin: 0 auto;
	width: 88%;
	max-width: 1100px;
}
.naturie .outline .outline-table {
	border: 1px solid #ccc;
}
.naturie .outline .outline-table tr {
	border-bottom: 1px solid #ccc;
}
.naturie .outline .outline-table tr th {
	padding: 20px 15px;
	width: 35%;
	background-color: #f5f5f5;
	vertical-align: middle;
}
.naturie .outline .outline-table tr td {
	padding: 20px 15px;
	background-color: #fff;
}
.naturie .l-mv {
	position: relative;
	min-height: 615px;
}
.naturie .l-mv-in {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px 38px;
	text-align: center;
}
.naturie .l-mv-ttl {
	width: 90%;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.02em;
}
.naturie .l-mv-sub {
	font-size: 20px;
	border-bottom: 1px solid rgba(39, 28, 128, 0.6);
	padding-bottom: 3%;
	margin-bottom: 3%;
	color: #271c80;
	letter-spacing: 0.01em;
	display: block;
}
.naturie .l-mv-txt {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
}
.naturie .l-details {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pagenav {
	padding: 15px 0;
	font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	text-align: center;
}
.pagenav span,
.pagenav a {
	display: inline-block;
	width: 48px;
	padding: 3px 0;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	color: #b0b0b0;
}
.pagenav .bi-chevron-left,
.pagenav .bi-chevron-right {
	margin: 0;
	padding: 0;
	font-size: 24px;
	vertical-align: bottom;
}
.pagenav a {
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.pagenav a:hover {
	background-color: #b0b0b0;
	color: #fff;
}
.pagenav a:hover span {
	color: #fff;
}
.pagenav .current {
	background-color: #757575;
	color: #fff;
	cursor: default;
}
.pagenav .current.prev,
.pagenav .current.next {
	background-color: transparent;
	color: #b0b0b0;
}

footer {
	padding: 43px 0 56px 0;
	background-color: #559d18;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer ul {
	margin: 25px 0 0 0;
}
footer ul li + li {
	margin-top: 20px;
}
footer .textIcon {
	display: inline-block;
	margin-left: 5px;
	width: 15px;
	vertical-align: baseline;
}
footer .copyright {
	margin: 44px 0 0 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.gotop-wrap {
	position: fixed;
	display: none;
	right: 32px;
	bottom: 60px;
	z-index: 1000;
	max-width: 1440px;
	text-align: right;
}
.gotop-wrap p {
	display: flex;
	display: -webkit-flex;
	margin: 0;
	width: 58px;
	height: 58px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #363636;
	opacity: .7;
	align-items: center;
	justify-content: center;
}
.gotop-wrap p .bi-chevron-up {
	color: #fff;
	font-size: 24px;
}

@media (min-width: 768px) {
	.w980 {
		width: 980px;
	}
	.w-md-auto {
		width: auto;
	}
	.w-md-30- {
		width: 30%;
	}
	.w-md-70- {
		width: 70%;
	}
	.w-md-80- {
		width: 80%;
	}
	.w-md-70 {
		width: 70px;
	}
	.w-md-50 {
		width: 50px;
	}
	.md-mb60 {
		margin-bottom: 60px;
	}
	.md-pt60 {
		padding-top: 60px;
	}
	.md-pb60 {
		padding-bottom: 60px;
	}
	.pr-md-20 {
		padding-right: 20px;
	}
	.pl-md-20 {
		padding-left: 20px;
	}
	.pb-md-0 {
		padding-bottom: 0;
	}
	.pch51 {
		height: 51px;
	}
	.pch84 {
		height: 84px;
	}
	.pch126 {
		height: 126px;
	}
	.only-xs {
		display: none;
	}
	.only-pc {
		display: block;
	}

	.table-table-cell th,
	.table-table-cell td {
		display: table-cell;
	}
	.md-border-right-2-9e9e9e {
		border-right: 2px #9e9e9e solid;
	}
	.border-md-10 {
		border: 10px solid #f4f4f4;
	}
	.heading-title {
		margin-bottom: 30px;
		padding-bottom: 28px;
	}

	.btn-border-gray {
		width: 240px;
	}
	.column-c {
		display: flex;
		justify-content: center;
	}
	.list-col3 {
		margin: 0 15px;
		width: calc((100% - 90px)/3);
	}
	.title-m {
		margin: 60px 0 40px 0;
	}

	.navbar .navbar-brand {
		margin-bottom: 0;
	}
	.navbar .search {
		width: 50vw;
		max-width: 600px;
		/*max-width: 880px;*/
	}
	.navbar .search-keyword {
		top: 40px;
		padding: 20px 0 30px;
		width: calc(100% - 44px);
		background-color: #fff;
	}
	.navbar .search-keyword li {
		padding: 0 30px;
		border: none;
	}
	.navbar .search-keyword li a {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		text-decoration: none;
		color: #333;
	}
	.navbar .search-keyword li:hover {
		background-color: #999;
	}
	.navbar .search-keyword li:hover a {
		color: #fff;
	}

	.affix-placeholder .container,
	.affix-placeholder .container-fluid {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.affix-placeholder .title {
		padding-right: 30px;
		border-right: 1px solid #e5e5e5;
		line-height: 22px;
	}
	.affix-placeholder .title:after {
		display: none;
	}
	.affix-placeholder .bi-chevron-down {
		display: none;
	}
	.affix-placeholder .row {
		border: none;
		background-color: transparent;
	}
	.affix-placeholder .row.collapse {
		display: block;
	}
	.affix-placeholder ul li {
		display: inline-block;
		margin: 0 15px;
		border: none;
	}
	.affix-placeholder ul li a {
		position: relative;
		display: block;
	}
	.affix-placeholder ul li a.active {
		color: #559d18;
	}
	.affix-placeholder ul li a.active:before {
		display: none;
	}
	.affix-placeholder ul li a.active:after {
		content: "";
		position: absolute;
		bottom: -15px;
		display: block;
		width: 100%;
		border-bottom: 3px solid #559d18;
	}

	.index .container {
		padding: 0 80px 80px 80px;
		max-width: 1716px;
	}
	.index .title-wrap {
		padding: 60px 0 30px 0;
	}
	.index .title-wrap a {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #595757;
		text-decoration: none;
		font-size: 16px;
		font-weight: normal;
	}
	.index .brick-item h4 {
		display: -webkit-box;
		height: 39px;
		overflow: hidden;
		font-size: 16px;
	}
	.product-data .swiper-button-prev,
	.product-data .swiper-button-next {
		display: flex;
		opacity: 0;
		transition: 400ms;
	}
	.product-data .swiper-button-prev {
		left: 0;
	}
	.product-data .swiper-button-next {
		right: 0;
	}
	.product-data .gallery-top:hover .swiper-button-prev,
	.product-data .gallery-top:hover .swiper-button-next {
		opacity: 1;
	    transition: 800ms;
	}
	.product-data .gallery-top:hover .swiper-button-prev {
		left: 5px;
	}
	.product-data .gallery-top:hover .swiper-button-next {
		right: 5px;
	}
	.index nav {
		margin-bottom: 14px;
	}
	.index nav .nav {
		display: flex;
		padding: 0;
		border: none;
		background-color: #fff;
	}
	.index nav .nav:after {
		display: none;
	}
	.index nav .nav .nav-item {
		border-bottom: 1px solid #559d18;
	}
	.index .nav .nav-link {
		padding: 15px 0;
		width: 100%;
		height: 100%;
		font-size: 16px;
		border: none;
		border-radius: 0;
		color: var(--bs-body-color);
		cursor: pointer;
	}
	.index .nav .nav-link.active {
		background-color: #559d18;
	}
	.index ul.list li {
		display: block;
		padding: 4px 0 4px 0;
	}
	.index ul.list li.active {
		margin-right: -20px;
		padding: 10px 0 10px 20px;
		font-weight: bold;
		color: #559d18;
		border-radius: 10px 0 0 10px;
	}
	.index .brick-item a {
		padding: 20px;
		margin-left: 14px;
		border-radius: 10px;
	}
	.index .brick-item .figure-img {
		margin-bottom: 10px;
	}

	.more-list ul.list li {
		display: inline-block;
		padding: 4px 10px;
	}
	.more-list ul.list li:hover {
		color: #559d18;
	}
	.more-list ul.list li.active {
		margin-right: 0;
		padding: 6px 10px;
	}
	.more-list ul.list li.active:hover {
		color: var(--bs-body-color);
	}
	.more-list .brick-item a {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.breadcrumb {
		padding: 40px 0 22px 0;
	}
	.info .product-wrap {
		margin-bottom: 60px;
	}
	.info .product-wrap .pic {
		position: relative;
	}
	.info .gallery-top {
		margin-left: 15.433%;
	}
	.info .product-wrap .gallery-thumbs {
		position: absolute;
		top: 0;
		left: 0;
		width: 15.03%;
		height: 100%;
	}
	.info .product-wrap .text {
		padding-left: 20px;
	}
	.info .brand {
		margin-bottom: 10px;
	}
	.info .brand img {
		height: 40px;
	}
	.info .price-wrap .price-title {
		padding-left: 20px;
	}
	.info .price-wrap .price strong {
		font-size: 28px;
		line-height: 1;
	}
	.info .detail .accordion .item > h2.title {
		margin: 0 0 22px;
		/*padding: 0 0 5px;*/
		font-size: 20px;
	}
	.info .detail .accordion .item .wrap {
		margin-bottom: 20px;
	}
	.fancl-detail_block {
		background: url(../images/common/fancl/bg_pc.jpg) top left no-repeat;
	}
	.fancl-detail_block .point01,
	.fancl-detail_block .point02 {
		float: left;
		width: 50%;
		height: 568px;
	}
	.fancl-detail_block .point01 {
		padding: 38px 38px 22px;
	}
	.fancl-detail_block .point01:after {
		display: none;
	}
	.fancl-detail_block .point02 {
		padding: 40px 34px 52px;
		background: url(../images/products/4908049589592/pic02.png) 96.5% 23% no-repeat;
	}
	.fancl-detail_block .detail_ttl {
		width: 373px;
	}
	.fancl-detail_block .point02 .detail_ttl {
		margin-bottom: 0;
	}
	.fancl-detail_block .point02 .detail_text {
		width: 320px;
		margin: 10px 3px 0;
	}
	.fancl-detail_block .pic01 {
		display: block;
		margin: 29px auto;
		width: 395px;
	}
	.fancl-detail_block .pic03 {
		display: block;
		margin: 9px auto;
		width: 264px;
	}
	.fancl .features_area {
		padding: 100px 0;
		background: url(../images/common/fancl/bg_features.jpg) top center no-repeat #fff4ef;
	}
	.fancl .features_area .section_title {
		width: auto;
	}
	.fancl .features_area .feature_point_title {
		margin: 30px auto 20px auto;
		max-width: 1027px;
	}
	.fancl .features_area p {
		max-width: 980px;
	}
	.fancl .features_area .feature_point_image {
		margin: 40px auto 0;
		max-width: 980px;
	}
	.fancl .features_area .feature_point_title {
		margin: 60px auto 20px auto;
		max-width: 1027px;
	}
	.fancl .features_area .feature_column {
		margin: 40px auto 0;
		padding: 0 40px 0 0;
		width: calc(670/750*100%);
		background-color: #fff;	
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 980px;
		background-color: #fff;
	}
	.fancl .features_area .feature_column .feature_column_image {
	    width: 363px;
	}
	.fancl .features_area .feature_column .feature_column_text h4 {
    	margin-bottom: 26px;
		text-align: left;
		font-size: 26px;
		line-height: 1.38;
	}
	.fancl .features_area .feature_column .feature_column_text p {
		padding: 0;
		width: auto;
	}
	.fancl .features_area .feature_point {
		margin: 0 auto;
		max-width: 1027px;
		display: flex;
		flex-wrap: wrap;
	}
	.fancl .features_area .feature_point .feature_point_text {
		margin: 0 0 0 24px;
		width: 500px;
	}
	.fancl .features_area .feature_point .feature_point_image {
		margin: 0;
		width: 480px;
	}
	.fancl ol.numberList {
		overflow: hidden;
		zoom: 1;
		width: 79%;
		vertical-align: middle;
		display: inline-block;
		margin-top: 35px;
	}
	.fancl ol.numberList span {
		width: 60px;
	}
	.fancl ol.numberList p {
		margin: 0;
	}
	.fancl ol.numberList li {
		margin-bottom: 40px;
	}
	.fancl .imgArea {
		display: inline-block;
		width: 14%;
		vertical-align: middle;
	}
	#condition .tab-pane th {
		width: 20%;
	}
	#condition .nav-item a {
		padding: 16px;
		font-size: 18px;
	}
	.info2 .bd-callout h3 {
		font-size: 24px;
	}
	.information-pack dt {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16%;
		flex: 0 0 16%;
	}
	.info-pack dt {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 22%;
		flex: 0 0 22%;
	}
	.information-pack dd {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 84%;
		flex: 0 0 84%;
	}
	.info-pack dd {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 78%;
		flex: 0 0 78%;
	}
	.detail .info2 h4 {
		font-size: 20px;
	}
	.detail .info2 .GroupBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 15px 30px;
	}
	.detail .info2 .GroupBox dt {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 200px;
		flex: 0 0 200px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.detail .info1,
	.detail .info2 {
		width: 980px;
	}
	.detail .info1 .contents-main1 {
		margin: 0 0 56px;
	}
	.detail .info1 .item-recommend1 .detail-head1 {
		margin-bottom: 22px;
		font-size: 20px;
	}
	.detail .info1 .item-recommend1 .detail-name1 {
		font-size: 32px;
	}
	.detail .info1 .item-recommend1 .howtouse {
		margin-bottom: 28px;
	}
	.detail .info1 .contents-main1 h2 {
		margin: 0 0 63px;
		font-size: 20px;
	}
	.detail .info1 .item-recommend1 ul {
		margin: 0 70px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.detail .info1 .item-recommend1 ul li {
		margin-bottom: 0;
		width: 30%;
	}
	.detail .info1 .item-points1 {
		margin-bottom: 40px;
	}
	.detail .info1 .pickup-box1 {
		margin-top: 40px;
	}
	.detail .info1 .pickup-box1 .pickup-title {
		font-size: 18px;
	}
	.detail .info1 .pickup-box1 .pickup-title span {
		padding: 14px 36px;
	}
	.detail .info1 .pickup-box1 dl {
		margin: 0 0 28px 70px;
		padding: 40px;
	}
	.detail .info1 .pickup-box1 dl dd {
		float: left;
		width: 64%;
		margin-bottom: 0;
	}
	.detail .info1 .pickup-box1 dl dd.pickup-image {
		float: right;
		width: 35%;
	}
	.detail .info1 .item-recommend1 .amount-box1 {
		margin: 0 70px;
	}
	.detail .info3 section {
		margin-bottom: 60px;
	}
	.detail .info3 .tpl-title {
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	.detail .info3 .tpl-title:after {
		height: 3px;
	}
	.detail .info3 ol.num li {
		margin-bottom: 0;
		padding: 0 0 0 1.4em;
		border-bottom: none;
	}
	.detail .info3 ol.num li + li,
	.detail .info3 .note {
		margin-top: 20px;
	}
	.detail .info3 .point {
		padding: 37px 40px;
	}
	.detail .info3 .point .case {
		display: flex;
		flex-wrap: wrap;
	}
	.detail .info3 .point .case .case-for {
		padding: 0 40px 0 0;
		width: 50%;
	}
	.detail .info3 .point .case .case-time {
		padding: 0 0 0 40px;
		width: 50%;
		border-top: none;
		border-left: 1px solid #c8c8c8;
	}
	.detail .info3 .tpl-title-m {
		margin-bottom: 20px;
		padding-left: 23px;
	}
	.detail .info3 .tpl-title-m:before {
		width: 3px;
	}
	.detail .info3 .point .case .case-ttl--for,
	.detail .info3 .point .case .case-ttl--time	{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.detail .info4.container {
		max-width: 1280px;
		padding: 0 50px;
	}
	.detail .info4 section {
		margin-bottom: 60px;
	}
	.detail .info4 section .button-list {
		justify-content: center;
	}
	.detail .info4 section .item a {
		font-size: 18px;
	}
	.detail .info4 .step-list {
		display: flex;
		justify-content: center;
		margin: 50px 0 0;
	}
	.detail .info4 .step-list .item,
	.detail .info4 .step-list .step {
		display: block;
		margin: 0 35px;
		width: 240px;
	}
	.detail .info4 .step-list .item .title,
	.detail .info4 .step-list .item .text {
		text-align: center;
	}
	.detail .info4 .step-list .item .title {
		font-weight: 700;
		font-size: 17px;
	}
	.detail .info4 .step-list .item .text {
		margin: 10px 0 0;
	}
	.detail .info4 .step-list .item .icon,
	.detail .info4 .step-list .step .icon {
		top: 50%;
		right: -50px;
		bottom: auto;
		left: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.detail .info4 .step-list .item .bi-arrow-right,
	.detail .info4 .step-list .step .bi-arrow-right {
		transform: none;
	}
	.detail .info4 .step-list .step .image .num {
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}
	.detail .info4 .step-list .step .image img {
		width: 100%;
	}
	.detail .info4 .step-list .step .step-text {
		margin: 20px 0 0;
		font-size: 16px;
	}
	.detail .info4 .embed-responsive {
		margin: 60px 0 0;
	}
	.detail .info4 .component-content {
		margin: 75px 0 0;
		padding: 40px;
	}
	.info4.sec-feature {
		display: inline-block;
		width: 100%;
		padding: 0 0 90px;
		margin: 130px 0 80px;
	}
	.info4.sec-feature .container {
		max-width: 1280px;
		padding: 0 50px;
		margin: 0 auto;
	}
	.info4.sec-feature .feature_image {
		margin: -100px 0 0;
	}
	.info4.sec-feature .image {
		height: 420px;
		padding: 90px 80px 0;
	}
	.info4.sec-feature .image .image_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		margin: 0;
	}
	.info4.sec-feature .feature_image .row-cols-1 img {
		margin: 0;
	}
	.detail .info5 .fea {
		padding: 30px;
	}
	.detail .info5 .checklist {
		padding: 38px;
	}
	.detail .info5 .checklist ul {
		padding: 39px 40px 24px 80px;
		font-size: 22px;
		background: url(../images/common/marna/bg_checklist_in.png) 0 0 no-repeat;
		box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 10%);
		background-size: auto;
	}
	.detail .info5 .checklist li {
		background-size: auto;
	}
	.detail .info5 .checklist .bal {
		top: -30px;
		left: 45px;
		padding: 18px 25px 45px 25px;
		font-size: 24px;
		background-size: auto;
	}
	.detail .info5 .tit {
		font-size: 22px;
		background: url(../images/common/marna/wa_bg_tit.jpg) 0 0 no-repeat;
		background-size: auto;
	}

	.section-ttl .banner .inner {
		background-size: min(1166px, 113.756097561vw) 100%;
		background-position: right center;
	}
	.section-ttl .banner .inner .container {
		max-width: 1080px;
		height: 260px;
	}
	.section-ttl .banner .inner h2 {
		font-size: 32px;
	}
	.section-ttl .banner .inner a {
		line-height: 48px;
	}
	.faq .container,
	.terms .container,
	.privacy .container,
	.transaction .container,
	.contact .container,
	.info3.container {
		max-width: 1080px;
	}
	.faq .accordion {
		margin-top: 100px;
	}
	.faq .accordion dl {
		margin-bottom: 60px;
	}
	.faq .accordion dt .num,
	.faq .accordion dd .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
	.faq .accordion dt h2 {
		padding: 10px 0 15px 0;
	}
	.faq .accordion dt h2,
	.faq .accordion dd p,
	.faq .accordion dd ol {
		margin-left: 40px;
		font-size: 18px;
	}
	.faq .accordion dd {
		padding-top: 25px;
	}
	.faq .c-btn {
		margin: 0 auto 100px;
		padding: 18px;
		width: 480px;
	}
	.faq .c-btn:before {
		border-width: 60px 0 0 155px;
	}
	.faq .c-btn:after {
		border-width: 0 0 60px 155px;
	}

	.terms .catalogue {
		padding: 27px 35px;
	}
	.terms .wrap,
	.privacy .wrap:last-child {
		margin-bottom: 100px;
	}
	.terms h4 {
		font-size: 22px;
	}
	.terms dt {
		font-size: 18px;
	}

	.privacy section.inner {
		padding: 60px 0;
	}
	.privacy .wrap {
		margin-bottom: 60px;
	}
	.privacy p,
	.privacy .wrap ul {
		margin-bottom: 30px;
	}

	.transaction .wrap {
		padding: 100px 0;
	}
	.transaction dl {
		margin-top: 40px;
	}
	.transaction dt {
		padding: 30px 20px;
		width: 25%;
	}
	.transaction dd {
		padding: 30px;
		width: 75%;
	}

	.form-progress ul li {
		height: 60px;
		font-size: 18px;
	}
	.form-progress ul li:before {
		border-width: 32px 0 32px 12px;
	}
	.form-progress ul li:after {
		border-width: 30px 0 30px 10px;
	}
	.form-input .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.form-input_label {
		margin-bottom: 0;
	}
	.form-input .form-input_input input[type="checkbox"] {
		margin-top: 5px;
	}
	.checkbox-inline + .checkbox-inline {
		display: inline-block;
		margin-left: 10px;
	}
	.form-input .form-input_input {
		display: inline-block;
	}
	.form-input_text,
	.form-input_select {
		width: 370px;
	}
	.form-input_textarea {
		width: 595px;
	}
	.form-input_note {
		margin: 0 0 0 10px;
	}
	.form-input_note-align-top {
		vertical-align: top;
	}
	.contact .form-btn-list {
	    margin: 50px 0 0 0;
	}
	.contact .form-btn-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.info5.container {
		width: 780px;
	}

	.fancl.container {
		max-width: 1200px;
		min-width: 970px;
	}

	.ELIXIR dl.sku {
		display: flex;
		flex-wrap: wrap;
	}
	.ELIXIR dl.sku dt,
	.ELIXIR dl.sku dd {
		padding: 14px 0;
		border-bottom: solid 1px #ccc;
	}
	.ELIXIR dl.sku dt {
		width: 20%;
	}
	.ELIXIR dl.sku dd {
		margin-bottom: 0;
		width: 80%;
	}

	.AMPLEUR .point_line {
		padding: 28px;
	}
	.AMPLEUR .point_line ul li {
		display: flex;
		align-items: center;
		padding: 0.8em 1em 0.8em 4em;
		width: 49.5%;
	}
	.AMPLEUR .desc_bg {
		padding: 20px 60px 40px;
	}
	.AMPLEUR .point_list ol > li {
		padding: 47px;
		max-width: 720px;
	}
	.AMPLEUR .point_list li h4 {
		font-size: 28px;
	}

	.naturie .renewal {
		padding: 58px 3% 94px;
	}
	.naturie .renewal .renewalTitle .pink {
		font-size: 24px;
	}
	.naturie .renewal .renewalTitle .blue {
		margin-top: 4px;
		font-size: 40px;
		line-height: 1.6;
	}
	.naturie .renewalInner {
		display: flex;
		justify-content: space-between;
		max-width: 998px;
		margin: 28px auto;
	}
	.naturie .renewalInner .renewalBox {
		width: 100%;
		max-width: 312px;
		margin-right: 3%;
		padding: 15px 18px 22px;
	}
	.naturie .feature {
		margin: 90px auto 0;
		padding: 96px 70px 112px;
	}
	.naturie .feature .feature_inner {
		width: 96%;
	}
	.naturie .feature .feature_inner h2 {
		font-size: 36px;
		line-height: 1;
		letter-spacing: 0.01em;
	}
	.naturie .feature ul.feature-lists {
		margin-top: 50px;
	}
	.naturie .feature ul.feature-lists li {
		margin-top: 0;
		width: 305px;
		height: 305px;
	}
	.naturie .feature ul.feature-lists .section-txt {
		padding: 0 9px;
	}
	.naturie .feature ul.feature-lists .feature-list_in {
		margin: 60px auto 0;
		width: 74%;
	}
	.naturie .feature ul.feature-lists .section-leadtext {
		line-height: 1.5;
	}
	.naturie .feature .feature-matels {
		margin: 40px auto 20px;
	}
	.naturie .feature .feature-matels li {
		margin: 20px 5px 0;
	}
	.naturie .feature .feature-matels li.long {
		width: 272px;
	}
	.naturie .point {
		margin-top: 70px;
	}
	.naturie .point h2 {
		font-size: 36px;
	}
	.naturie .point .point-lists {
		padding-top: 66px;
	}
	.naturie .point .point-list {
		padding: 40px;
		width: 83%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.naturie .point .point-list-img {
		width: 49.5%;
	}
	.naturie .point .point-list-txt {
		margin-top: 0;
		padding: 0 3% 0 5%;
		width: 50%;
	}
	.naturie .point .point-list-txt h2 {
		font-size: 32px;
	}
	.naturie .point .section-num {
		margin-bottom: 10px;
	}
	.naturie .outline {
		margin: 70px 0;
		padding: 70px 0;
	}
	.naturie .outline .outline_inner {
		width: 100%;
	}
	.naturie .outline .outline-table tr th {
		padding: 20px 25px;
		width: 20%;
	}
	.naturie .outline .outline-table tr td {
		padding: 20px 25px;
	}
	.naturie .l-mv {
		background: url(../images/products/4903335695551/info1.webp) no-repeat center center;
		background-size: cover;
	}
	.naturie .l-mv-in {
		width: 46%;
		background-color: rgba(255, 255, 255, 0.6);
		padding: 44px 0;
		top: 50%;
		left: 30%;
		transform: translateY(-50%) translateX(-50%);
	}
	.naturie .l-mv-ttl {
		font-size: 2.6vw;
	}
	.naturie .l-mv-sub {
		font-size: 1.7vw;
		border-bottom: 1px solid;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.naturie .l-mv-txt {
		margin-top: 10px;
		font-size: 1.09vw;
	}
	.naturie .l-details {
		padding: 70px 0;
	}

	footer {
		padding: 59px 0 54px 0;
	}
	footer ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 46px 0 0;
		padding: 0;
	}
	footer ul li {
		margin: 0 20px 0 0;
	}
	footer ul li + li {
		margin-top: 0;
	}
	footer .copyright {
		margin: 55px 0 0;
		font-size: 12px;
	}
}

@media only screen and (max-width: 1599.98px) and (min-width: 768px) {
	.index .container {
		padding: 0 40px 60px;
	}
}