body {
	margin: 0;
}

h1 {
	word-break: break-all;
}

#feature_ra20 {
	font-family: "Cardo",serif;
	font-size: 14px;
	line-height: 1.5;
	color: #2d2d2d;
	background-color: #ece9e2;
}

#feature_ra20 * {
	box-sizing: border-box;
}

#feature_ra20 a {
	text-decoration: none;
	color: inherit;
}

#feature_ra20 a:hover {
	text-decoration: none;
	color: inherit;
}

#feature_ra20 img {
	max-width: 100%;
}

#feature_ra20 p {
	margin: 0;
}

#feature_ra20 ol,
#feature_ra20 ul,
#feature_ra20 dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#feature_ra20 .inner {
	background-color: #fff;
}

#feature_ra20 .animate__animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

#feature_ra20 .fadeLeft {
	animation-name: fadeLeft;
}

#feature_ra20 .fadeRight {
	animation-name: fadeRight;
}

#feature_ra20 .fadeIn {
	animation-name: fadeIn;
}

#feature_ra20 .fadeOut {
	animation-name: fadeOut;
}

#feature_ra20 .fadeBelow {
	animation-name: fadeBelow;
}

#feature_ra20 .slick-prev,
#feature_ra20 .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

#feature_ra20 .slick-prev:hover,
#feature_ra20 .slick-prev:focus,
#feature_ra20 .slick-next:hover,
#feature_ra20 .slick-next:focus {
	outline: none;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}

#feature_ra20 .slick-prev:hover:before,
#feature_ra20 .slick-prev:focus:before,
#feature_ra20 .slick-next:hover:before,
#feature_ra20 .slick-next:focus:before {
	opacity: .75;
}

#feature_ra20 .slick-prev.slick-disabled:before,
#feature_ra20 .slick-next.slick-disabled:before {
	opacity: .25;
}

#feature_ra20 .slick-prev:before,
#feature_ra20 .slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

#feature_ra20 .slick-prev {
	left: -25px;
}

[dir=rtl] #feature_ra20 .slick-prev {
	left: auto;
	right: -25px;
}

#feature_ra20 .slick-prev:before {
	content: "竊�";
}

[dir=rtl] #feature_ra20 .slick-prev:before {
	content: "竊�";
}

#feature_ra20 .slick-next {
	right: -25px;
}

[dir=rtl] #feature_ra20 .slick-next {
	left: -25px;
	right: auto;
}

#feature_ra20 .slick-next:before {
	content: "竊�";
}

[dir=rtl] #feature_ra20 .slick-next:before {
	content: "竊�";
}

#feature_ra20 .slick-dots {
	position: absolute;
	bottom: -40px;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

#feature_ra20 .slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in-out;
}

#feature_ra20 .slick-dots li button {
	border: 0;
	background: rgba(0,0,0,0);
	display: block;
	height: 7px;
	width: 7px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: rgba(0,0,0,0);
	padding: 0;
	cursor: pointer;
	background-color: #c7c0a7;
	border-radius: 50%;
	transition: all .25s ease-in-out;
}

#feature_ra20 .slick-dots li button:hover,
#feature_ra20 .slick-dots li button:focus {
	outline: none;
}

#feature_ra20 .slick-dots li button:hover:before,
#feature_ra20 .slick-dots li button:focus:before {
	opacity: .75;
}

#feature_ra20 .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-moz-osx-font-smoothing: grayscale;
}

#feature_ra20 .slick-dots li.slick-active button {
	background-color: #ac1c2e;
}

#feature_ra20 .slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

#feature_ra20 .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#feature_ra20 .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

#feature_ra20 .slick-list:focus {
	outline: none;
}

#feature_ra20 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

#feature_ra20 .slick-slider .slick-track,
#feature_ra20 .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

#feature_ra20 .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#feature_ra20 .slick-track:before,
#feature_ra20 .slick-track:after {
	content: "";
	display: table;
}

#feature_ra20 .slick-track:after {
	clear: both;
}

.slick-loading #feature_ra20 .slick-track {
	visibility: hidden;
}

#feature_ra20 .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] #feature_ra20 .slick-slide {
	float: right;
}

#feature_ra20 .slick-slide img {
	display: block;
}

#feature_ra20 .slick-slide.slick-loading img {
	display: none;
}

#feature_ra20 .slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized #feature_ra20 .slick-slide {
	display: block;
}

.slick-loading #feature_ra20 .slick-slide {
	visibility: hidden;
}

.slick-vertical #feature_ra20 .slick-slide {
	display: block;
	height: auto;
}

#feature_ra20 .slick-arrow.slick-hidden {
	display: none;
}

#feature_ra20 img {
	height: auto;
}

#feature_ra20 .wow {
	opacity: 0;
}

#feature_ra20 .wow.animate__animated {
	opacity: 1;
}

#feature_ra20 .flag {
	height: 1px;
}

#feature_ra20 .page-loading {
	background-color: #ece9e2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	row-gap: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

#feature_ra20 .page-loading__logo,
#feature_ra20 .page-loading__image,
#feature_ra20 .page-loading__ttl {
	transition: all 1.1s ease-in-out;
}

#feature_ra20 .page-loading__logo img,
#feature_ra20 .page-loading__image img,
#feature_ra20 .page-loading__ttl img {
	width: 100%;
	height: auto;
	display: block;
}

#feature_ra20 .page-loading__logo {
	max-width: 75px;
	opacity: 0;
}

#feature_ra20 .page-loading__image {
	max-width: 72px;
	overflow: hidden;
}

#feature_ra20 .page-loading__image img {
	transition: all 1.1s ease-in-out;
	opacity: 0;
}

#feature_ra20 .page-loading__ttl {
	max-width: 115px;
	opacity: 0;
}

#feature_ra20 .page-loading.loaded .page-loading__logo,
#feature_ra20 .page-loading.loaded .page-loading__ttl {
	opacity: 1;
}

#feature_ra20 .page-loading.loaded .page-loading__image img {
	opacity: 1;
}

#feature_ra20 .list-price {
	display: flex;
	flex-direction: column;
	list-style: none;
}

#feature_ra20 .list-price__item {
	border-top: 1px dotted #333;
}

#feature_ra20 .list-price__item:last-child {
	border-bottom: 1px dotted #333;
}

#feature_ra20 .list-price__anchor {
	display: flex;
	align-items: center;
	font-size: 10px;
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
	font-family: "Cardo",serif;
	height: 40px;
	color: #333;
	font-weight: 700;
	letter-spacing: .04em;
	padding-right: 20px;
}

#feature_ra20 .list-price__anchor:hover {
	opacity: .7;
}

#feature_ra20 .list-price__anchor .tax {
	z-index: 1;
	position: relative;
}

#feature_ra20 .list-price__anchor .btn {
	background: #ac1c2e;
	color: #fff;
	width: 31px;
	height: 16px;
	font-size: 9px;
	position: relative;
	margin-left: auto;
	line-height: .9;
	border-radius: 0;
	line-height: 1;
	padding: 0 0 0 2px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#feature_ra20 .list-price__anchor .price_info .price:after {
	content: none;
}

#feature_ra20 .p-desktop {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 169px;
}

#feature_ra20 .p-desktop.is-active {
	top: 0px;
}

#feature_ra20 .p-desktop.is-hide {
	opacity: 0;
	visibility: hidden;
}

#feature_ra20 .p-desktop__item {
	position: absolute;
	z-index: 12;
}

#feature_ra20 .p-desktop__ttl {
	width: 18px;
	top: 50%;
	transform: translateY(-50%);
}

#feature_ra20 .p-desktop__ttl--left {
	left: 20px;
}

#feature_ra20 .p-desktop__ttl--right {
	right: 20px;
}

#feature_ra20 .p-desktop__image--left {
	width: 174px;
}

#feature_ra20 .p-desktop__image--right {
	width: 240px;
}

#feature_ra20 .p-desktop__logo {
	width: 174px;
	top: 55%;
	transform: translateY(-55%);
	max-width: 100%;
}

#feature_ra20 .p-mainvisual {
	position: relative;
	margin-bottom: 75px;
}

#feature_ra20 .p-mainvisual__content {
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#feature_ra20 .p-mainvisual__logo {
	width: 75px;
	margin-bottom: 40px;
}

#feature_ra20 .p-mainvisual__ttl {
	width: 146px;
}

#feature_ra20 .p-mainvisual__image img {
	width: 100%;
}

#feature_ra20 .p-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 150px;
}

#feature_ra20 .p-center__txt {
	text-align: center;
	color: #ac1c2e;
	line-height: 2.7692307692;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .26em;
	margin-bottom: 50px;
}

#feature_ra20 .p-center__logo {
	width: 59px;
	margin-bottom: 40px;
}

#feature_ra20 .p-style {
	position: relative;
	margin-bottom: 150px;
}

#feature_ra20 .p-style__head {
	position: absolute;
	z-index: 2;
}

#feature_ra20 .p-style__inner {
	padding: 0 20px;
}

#feature_ra20 .p-style__photo {
	margin-bottom: 45px;
}

#feature_ra20 .p-style__photo img {
	width: 100%;
}

#feature_ra20 .p-style__ttl {
	color: #ac1c2e;
	position: relative;
}

#feature_ra20 .p-style__ttl .txt {
	font-size: 8.5px;
	font-family: "Cardo",serif;
	font-weight: 400;
	margin-bottom: 3px;
}

#feature_ra20 .p-style__ttl .number {
	font-family: "condor-condensed",sans-serif;
	display: flex;
	align-items: flex-end;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .12em;
}

#feature_ra20 .p-style__ttl .number .large {
	font-size: 38px;
}

#feature_ra20 .p-style__ttl .number .mall {
	font-size: 14px;
	position: relative;
	bottom: 6px;
}

#feature_ra20 .p-style__ttl .number .mall::before {
	content: "";
	background-color: #ac1c2e;
	display: inline-block;
	margin: 0 7px 0 5px;
	position: relative;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: rotate(25deg);
}

#feature_ra20 .p-style__txt {
	font-size: 12px;
	line-height: 2;
	font-weight: 600;
	letter-spacing: .26em;
	color: #333;
	margin-bottom: 10px;
}

#feature_ra20 .p-style__banner {
	margin-top: 90px;
}

#feature_ra20 .p-style__banner img {
	width: 100%;
}

#feature_ra20 .p-style__thumb img {
	width: 100%;
}

#feature_ra20 .p-style--01 {
	margin-bottom: 185px;
}

#feature_ra20 .p-style--01 .p-style__head {
	display: flex;
	top: -25.6vw;
	right: 2.1333333333vw;
}

#feature_ra20 .p-style--01 .p-style__ttl {
	left: .2666666667vw;
	top: 4vw;
}

#feature_ra20 .p-style--01 .p-style__photo .item img {
	display: block;
}

#feature_ra20 .p-style--01 .p-style__photo .item:first-child {
	padding-right: 10.1333333333vw;
	margin-bottom: 15px;
}

#feature_ra20 .p-style--01 .p-style__photo .item:nth-child(2) {
	margin-right: 5.3333333333vw;
	margin-left: auto;
}

#feature_ra20 .p-style--01 .p-style__photo .item:nth-child(2) img {
	margin-left: auto;
}

#feature_ra20 .p-style--02 .p-style__head {
	top: -90px;
	left: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#feature_ra20 .p-style--02 .p-style__photo {
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 7px;
	column-gap: 7px;
}

#feature_ra20 .p-style--02 .p-style__photo .item:first-child {
	margin-top: 43px;
}

#feature_ra20 .p-style--03 .p-style__head {
	display: flex;
	top: -60px;
	right: 4.2666666667vw;
}

#feature_ra20 .p-style--03 .p-style__ttl {
	top: 0px;
}

#feature_ra20 .p-style--03 .p-style__photo {
	display: flex;
	justify-content: center;
}

#feature_ra20 .p-style--04 .p-style__head {
	top: -73px;
	left: 7.4666666667vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#feature_ra20 .p-style--04 .p-style__ttl {
	top: 5px;
}

#feature_ra20 .p-style--04 .p-style__photo {
	position: relative;
	margin-bottom: 80px;
}

#feature_ra20 .p-style--04 .p-style__photo .item:first-child {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(2) {
	width: 36.2666666667vw;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(3) {
	position: absolute;
	bottom: -25px;
	right: 9.8666666667vw;
}

#feature_ra20 .p-style--04 .p-style__photo .item img {
	display: block;
}

#feature_ra20 .p-style--05 .p-style__head {
	display: flex;
	top: -12vw;
	right: 4.8vw;
}

#feature_ra20 .p-style--05 .p-style__ttl {
	left: 5.3333333333vw;
	top: -6.6666666667vw;
}

#feature_ra20 .p-style--05 .p-style__photo {
	position: relative;
	margin-bottom: 34.6666666667vw;
}

#feature_ra20 .p-style--05 .p-style__photo .item:nth-child(1) {
	width: 76.8vw;
}

#feature_ra20 .p-style--05 .p-style__photo .item:nth-child(2) {
	position: absolute;
	top: calc(100% - 58px);
	right: 37px;
}

#feature_ra20 .p-style--05 .p-style__photo .item img {
	display: block;
}

#feature_ra20 .p-style--06 .p-style__head {
	top: -25.3333333333vw;
	left: 7.4666666667vw;
	display: flex;
	flex-direction: column;
}

#feature_ra20 .p-style--06 .p-style__ttl {
	top: 4vw;
	left: 1.3333333333vw;
}

#feature_ra20 .p-style--06 .p-style__photo {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#feature_ra20 .p-style--06 .p-style__photo .item img {
	display: block;
}

#feature_ra20 .p-style--07 {
	margin-bottom: 0;
}

#feature_ra20 .p-style--07 .p-style__head {
	display: flex;
	top: -22.6666666667vw;
	right: 2.6666666667vw;
}

#feature_ra20 .p-style--07 .p-style__ttl {
	top: 6.6666666667vw;
	left: 5px;
}

#feature_ra20 .p-style--07 .p-style__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#feature_ra20 .p-style--07 .p-style__photo .item img {
	display: block;
}

#feature_ra20 .ra20-sec-area {
	padding: 55px 0 35px;
}

#feature_ra20 .ra20-sec-area__head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
}

#feature_ra20 .ra20-sec-area__head .logo {
	width: 67px;
	margin-bottom: 25px;
}

#feature_ra20 .ra20-sec-area__head .ttl {
	margin-bottom: 10px;
}

#feature_ra20 .ra20-sec-area__head .txt {
	color: #ac1c2e;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-family: "Cardo",serif;
	font-weight: 400;
	letter-spacing: .05em;
}

#feature_ra20 .ra20-sec-area__list {
	padding: 0 30px;
	margin-bottom: 80px;
}

#feature_ra20 .ra20-sec-area__list .box {
	display: flex;
	justify-content: center;
}

#feature_ra20 .ra20-sec-area__list .box>* {
	width: 50%;
	margin: 0 auto;
}

#feature_ra20 .ra20-sec-area__list .box .anchor {
	color: #000;
	padding: 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	height: 100%;
}

#feature_ra20 .ra20-sec-area__list .ttl {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#feature_ra20 .ra20-sec-area__list .ttl .itemname,
#feature_ra20 .ra20-sec-area__list .ttl .price {
	font-size: 9px;
	font-weight: 500;
	line-height: 1.6666666667;
	white-space: normal;
	word-break: break-word;
}

#feature_ra20 .ra20-sec-area__list .slick-prev,
#feature_ra20 .ra20-sec-area__list .slick-next {
	height: 40px;
}

#feature_ra20 .ra20-sec-area__list .slick-prev::before,
#feature_ra20 .ra20-sec-area__list .slick-next::before {
	content: "";
	right: calc(50% - 5px);
	top: 50%;
	border: solid rgba(0,0,0,0);
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(172,28,46,0);
	border-right-color: #ac1c2e;
	border-width: 6px 8px 6px 0;
	margin-top: -20px;
}

#feature_ra20 .ra20-sec-area__list .slick-prev {
	left: 3.3333333333vw;
}

#feature_ra20 .ra20-sec-area__list .slick-next {
	right: 3.3333333333vw;
}

#feature_ra20 .ra20-sec-area__list .slick-next::before {
	transform: scale(-1);
}

#feature_ra20 .ra20-sec-area__list .slick-dots {
	left: 0;
	bottom: -40px;
}

#feature_ra20 .ra20-sec-area__image {
	width: 62px;
	margin: 0 auto 50px;
}

#feature_ra20 .ra20-sec-area__bottom {
	text-align: center;
	font-weight: bold;
	letter-spacing: .04em;
}

#feature_ra20 .ra20-sec-area__bottom .ttl {
	font-size: 9.5px;
	margin-bottom: 12px;
}

#feature_ra20 .ra20-sec-area__bottom .txt {
	font-size: 10px;
	line-height: 2.1428571429;
}

#feature_ra20 .bnb_footer {
	padding: 0 18px 60px;
}

#feature_ra20 .bnb_footer a img {
	display: block;
}

#feature_ra20 .d-none {
	display: none !important;
}

#feature_ra20 .d-block {
	display: block !important;
}

#feature_ra20 .d-flex {
	display: flex !important;
}

@media (min-width: 600px) {

#feature_ra20 .inner {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

#feature_ra20 .slick-dots li {
	margin: 0 5px;
}

#feature_ra20 .slick-dots li button {
	height: 8px;
	width: 8px;
}

#feature_ra20 .d-flex-pc {
	display: flex !important;
}

#feature_ra20 .page-loading {
	row-gap: 70px;
}

#feature_ra20 .page-loading__logo {
	max-width: 109px;
}

#feature_ra20 .page-loading__image {
	max-width: 79px;
}

#feature_ra20 .page-loading__ttl {
	max-width: 161px;
}

#feature_ra20 .list-price__anchor {
	height: 52px;
	letter-spacing: .13em;
	font-size: 13px;
	padding-right: 25px;
}

#feature_ra20 .list-price__anchor .tax {
	white-space: nowrap;
}

#feature_ra20 .list-price__anchor .btn {
	width: 40px;
	height: 20px;
	font-size: 12px;
}

#feature_ra20 .p-mainvisual {
	margin-bottom: 120px;
}

#feature_ra20 .p-mainvisual__logo {
	margin-bottom: 62px;
	width: 113px;
}

#feature_ra20 .p-mainvisual__ttl {
	width: 233px;
}

#feature_ra20 .p-center {
	margin-bottom: 240px;
}

#feature_ra20 .p-center__txt {
	line-height: 3;
	font-size: 14px;
	margin-bottom: 65px;
}

#feature_ra20 .p-center__logo {
	margin-bottom: 80px;
}

#feature_ra20 .p-style {
	margin-bottom: 250px;
}

#feature_ra20 .p-style__inner {
	padding: 0 35px;
}

#feature_ra20 .p-style__photo {
	margin-bottom: 70px;
}

#feature_ra20 .p-style__ttl .txt {
	margin-bottom: 0;
	font-size: 13px;
}

#feature_ra20 .p-style__ttl .number .large {
	font-size: 60px;
}

#feature_ra20 .p-style__ttl .number .mall {
	font-size: 22px;
}

#feature_ra20 .p-style__ttl .number .mall::before {
	margin: 0 10px;
	width: 1px;
	height: 16px;
}

#feature_ra20 .p-style__txt {
	margin-bottom: 30px;
	font-size: 17px;
}

#feature_ra20 .p-style__banner {
	margin-top: 160px;
}

#feature_ra20 .p-style--01 {
	margin-bottom: 308px;
}

#feature_ra20 .p-style--01 .p-style__head {
	top: -155px;
	right: 13px;
}

#feature_ra20 .p-style--01 .p-style__ttl {
	left: 5px;
	top: 30px;
}

#feature_ra20 .p-style--01 .p-style__photo .item:first-child {
	padding-right: 61px;
	margin-bottom: 23px;
}

#feature_ra20 .p-style--01 .p-style__photo .item:nth-child(2) {
	margin-right: 30px;
	width: 301px;
}

#feature_ra20 .p-style--02 .p-style__head {
	top: -150px;
	left: 33px;
}

#feature_ra20 .p-style--02 .p-style__ttl {
	top: 5px;
}

#feature_ra20 .p-style--02 .p-style__photo {
	-moz-column-gap: 10px;
	column-gap: 10px;
}

#feature_ra20 .p-style--02 .p-style__photo .item:first-child {
	margin-top: 69px;
}

#feature_ra20 .p-style--03 .p-style__head {
	right: 25px;
	top: -130px;
}

#feature_ra20 .p-style--03 .p-style__ttl {
	right: 10px;
	top: 20px;
}

#feature_ra20 .p-style--04 .p-style__head {
	top: -100px;
	left: 46px;
}

#feature_ra20 .p-style--04 .p-style__photo {
	margin-bottom: 95px;
}

#feature_ra20 .p-style--04 .p-style__photo .item:first-child {
	margin-left: auto;
	width: 461px;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(2) {
	margin-left: 55px;
	width: 219px;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(3) {
	bottom: -40px;
	right: 60px;
}

#feature_ra20 .p-style--05 .p-style__head {
	top: -70px;
	right: 26px;
}

#feature_ra20 .p-style--05 .p-style__ttl {
	left: 20px;
	top: -35px;
}

#feature_ra20 .p-style--05 .p-style__photo {
	margin-bottom: 240px;
}

#feature_ra20 .p-style--05 .p-style__photo .item:nth-child(1) {
	width: 461px;
}

#feature_ra20 .p-style--06 .p-style__head {
	top: -145px;
	left: 40px;
}

#feature_ra20 .p-style--06 .p-style__ttl {
	top: 25px;
	left: 20px;
}

#feature_ra20 .p-style--07 {
	margin-bottom: 0;
}

#feature_ra20 .p-style--07 .p-style__head {
	top: -148px;
	right: 10px;
}

#feature_ra20 .p-style--07 .p-style__ttl {
	left: 10px;
	top: 40px;
}

#feature_ra20 .ra20-sec-area {
	padding: 120px 0 80px;
}

#feature_ra20 .ra20-sec-area__head {
	margin-bottom: 70px;
}

#feature_ra20 .ra20-sec-area__head .logo {
	width: 110px;
	margin-bottom: 40px;
}

#feature_ra20 .ra20-sec-area__head .ttl {
	margin-bottom: 20px;
}

#feature_ra20 .ra20-sec-area__head .txt {
	font-size: 14px;
}

#feature_ra20 .ra20-sec-area__list {
	padding: 0 90px;
	margin-bottom: 150px;
}

#feature_ra20 .ra20-sec-area__list .ttl .itemname,
#feature_ra20 .ra20-sec-area__list .ttl .price {
	font-size: 13px;
	line-height: 1.5454545455;
}

#feature_ra20 .ra20-sec-area__list .slick-prev::before,
#feature_ra20 .ra20-sec-area__list .slick-next::before {
	margin-top: -10px;
	border-width: 10px 12px 10px 0;
}

#feature_ra20 .ra20-sec-area__list .slick-prev {
	left: 40px;
}

#feature_ra20 .ra20-sec-area__list .slick-next {
	right: 40px;
}

#feature_ra20 .ra20-sec-area__list .slick-dots {
	bottom: -60px;
}

#feature_ra20 .ra20-sec-area__image {
	width: 62px;
	margin-bottom: 70px;
}

#feature_ra20 .ra20-sec-area__bottom .ttl {
	font-size: 13px;
	margin-bottom: 30px;
}

#feature_ra20 .ra20-sec-area__bottom .txt {
	font-size: 14px;
}

#feature_ra20 .bnb_footer {
	display: none;
}

#feature_ra20 .d-md-none {
	display: none !important;
}

#feature_ra20 .d-md-block {
	display: block !important;
}

#feature_ra20 .d-md-flex {
	display: flex !important;
}

}

@media (min-width: 630px) {

#feature_ra20 .d-container-none {
	display: none !important;
}

#feature_ra20 .d-container-block {
	display: block !important;
}

#feature_ra20 .d-container-flex {
	display: flex !important;
}

}

@media (min-width: 992px) {

#feature_ra20 .d-lg-none {
	display: none !important;
}

#feature_ra20 .d-lg-block {
	display: block !important;
}

#feature_ra20 .d-lg-flex {
	display: flex !important;
}

}

@media (min-width: 1300px) {

#feature_ra20 .p-desktop__ttl--left {
	left: 40px;
}

#feature_ra20 .p-desktop__ttl--right {
	right: 40px;
}

#feature_ra20 .p-desktop__image--left {
	left: 100px;
	top: 138px;
}

#feature_ra20 .p-desktop__image--right {
	right: 75px;
	bottom: 1px;
}

#feature_ra20 .p-desktop__logo {
	top: 45%;
	transform: translateY(-45%);
	right: 130px;
}

#feature_ra20 .d-xl-none {
	display: none !important;
}

#feature_ra20 .d-xl-block {
	display: block !important;
}

#feature_ra20 .d-xl-flex {
	display: flex !important;
}

}

@media (max-width: 1299px) {

#feature_ra20 .p-desktop__image--left {
	right: calc(50% + 330px);
	bottom: 20px;
}

#feature_ra20 .p-desktop__image--right {
	left: calc(50% + 320px);
	top: -10px;
}

#feature_ra20 .p-desktop__logo {
	left: calc(50% + 330px);
}

}

@media (max-width: 991px) {

#feature_ra20 .p-desktop {
	display: none !important;
}

}

@media (max-width: 599px) {

#feature_ra20 {
	max-width: 100vw;
	overflow-x: hidden;
}

#feature_ra20 .list-price {
	min-width: 240px;
}

#feature_ra20 .p-center__image {
	width: 174px;
}

#feature_ra20 .p-style--01 .p-style__thumb {
	width: 29.3333333333vw;
}

#feature_ra20 .p-style--01 .p-style__photo .item img {
	width: 100%;
}

#feature_ra20 .p-style--01 .p-style__photo .item:nth-child(2) {
	width: 50.1333333333vw;
}

#feature_ra20 .p-style--02 .p-style__thumb {
	width: 22.6666666667vw;
}

#feature_ra20 .p-style--03 .p-style__thumb {
	width: 18.4vw;
}

#feature_ra20 .p-style--03 .p-style__photo {
	padding: 0 30px;
	margin-bottom: 30px;
}

#feature_ra20 .p-style--04 .p-style__thumb {
	width: 21.6vw;
}

#feature_ra20 .p-style--04 .p-style__photo .item:first-child {
	padding-left: 22.6666666667vw;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(2) {
	margin-left: 9.3333333333vw;
}

#feature_ra20 .p-style--04 .p-style__photo .item:nth-child(3) {
	width: 48.5333333333vw;
}

#feature_ra20 .p-style--05 .p-style__thumb {
	width: 20.8vw;
}

#feature_ra20 .p-style--05 .p-style__photo .item:nth-child(2) {
	right: 23px;
	top: calc(100% - 35px);
	width: 48.2666666667vw;
}

#feature_ra20 .p-style--06 .p-style__thumb {
	width: 22.9333333333vw;
}

#feature_ra20 .p-style--06 .p-style__photo .item {
	width: 75.2vw;
}

#feature_ra20 .p-style--07 .p-style__thumb {
	width: 22.6666666667vw;
}

#feature_ra20 .p-style--07 .p-style__photo .item {
	width: 75.2vw;
}

#feature_ra20 .ra20-sec-area__head .ttl {
	width: 120px;
}

#feature_ra20 .ra20-sec-area__list .image {
	padding: 0 20px;
}

#feature_ra20 .ra20-sec-area__list .image img {
	width: 100%;
	height: auto;
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-100px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeRight {

0% {
	opacity: 0;
	transform: translate3d(100px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeBelow {

0% {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}