body {
	margin: 0;
}
.allWrap .price_info .price:after{
	display:none;
}

h1 {
	word-break: break-all;
}

#feature_ra23 {
	font-family: zen-kaku-gothic-new,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	/* background-color: #ededed; */
}

#feature_ra23 * {
	box-sizing: border-box;
}

#feature_ra23 a {
	text-decoration: none;
	color: inherit;
}

#feature_ra23 a:hover {
	text-decoration: none;
	color: inherit;
}

#feature_ra23 img {
	max-width: 100%;
}

#feature_ra23 p {
	margin: 0;
}

#feature_ra23 ol,
#feature_ra23 ul,
#feature_ra23 dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#feature_ra23 .color-nuance {
    background-color: #e6ddcc;
    padding-bottom: 10%;
}
#feature_ra23 .color-monotone {
    background-color: #ededed;
    padding-bottom: 10%;
}
#feature_ra23 .bgRight::before {
    background:linear-gradient(145deg, #ededed 39%, #ffffff 35%, #ffffff 61%, #e6ddcc 61%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#feature_ra23 .inner {
	margin: auto;
	max-width: 1080px;
	padding-left: 13px;
	padding-right: 13px;
	width: 100%;
}

#feature_ra23 .inner-small {
	margin: auto;
	max-width: 735px;
	padding-left: 13px;
	padding-right: 13px;
	width: 100%;
}

#feature_ra23 .animate__animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

#feature_ra23 .fadeLeft {
	animation-name: fadeLeft;
}

#feature_ra23 .fadeRight {
	animation-name: fadeRight;
}

#feature_ra23 .fadeIn {
	animation-name: fadeIn;
}

#feature_ra23 .fadeOut {
	animation-name: fadeOut;
}

#feature_ra23 .fadeUp {
	animation-name: fadeUp;
}

#feature_ra23 .slick-prev,
#feature_ra23 .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_ra23 .slick-prev:hover,
#feature_ra23 .slick-prev:focus,
#feature_ra23 .slick-next:hover,
#feature_ra23 .slick-next:focus {
	outline: none;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}

#feature_ra23 .slick-prev:hover:before,
#feature_ra23 .slick-prev:focus:before,
#feature_ra23 .slick-next:hover:before,
#feature_ra23 .slick-next:focus:before {
	opacity: .75;
}

#feature_ra23 .slick-prev.slick-disabled:before,
#feature_ra23 .slick-next.slick-disabled:before {
	opacity: .25;
}

#feature_ra23 .slick-prev:before,
#feature_ra23 .slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

#feature_ra23 .slick-prev {
	left: -25px;
}

[dir=rtl] #feature_ra23 .slick-prev {
	left: auto;
	right: -25px;
}

#feature_ra23 .slick-prev:before {
	content: "←";
}

[dir=rtl] #feature_ra23 .slick-prev:before {
	content: "→";
}

#feature_ra23 .slick-next {
	right: -25px;
}

[dir=rtl] #feature_ra23 .slick-next {
	left: -25px;
	right: auto;
}

#feature_ra23 .slick-next:before {
	content: "→";
}

[dir=rtl] #feature_ra23 .slick-next:before {
	content: "←";
}

#feature_ra23 .slick-dots {
	position: absolute;
	bottom: -40px;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

#feature_ra23 .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_ra23 .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_ra23 .slick-dots li button:hover,
#feature_ra23 .slick-dots li button:focus {
	outline: none;
}

#feature_ra23 .slick-dots li button:hover:before,
#feature_ra23 .slick-dots li button:focus:before {
	opacity: .75;
}

#feature_ra23 .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_ra23 .slick-dots li.slick-active button {
	background-color: #ac1c2e;
}

#feature_ra23 .slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

#feature_ra23 .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_ra23 .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

#feature_ra23 .slick-list:focus {
	outline: none;
}

#feature_ra23 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

#feature_ra23 .slick-slider .slick-track,
#feature_ra23 .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

#feature_ra23 .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#feature_ra23 .slick-track:before,
#feature_ra23 .slick-track:after {
	content: "";
	display: table;
}

#feature_ra23 .slick-track:after {
	clear: both;
}

.slick-loading #feature_ra23 .slick-track {
	visibility: hidden;
}

#feature_ra23 .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] #feature_ra23 .slick-slide {
	float: right;
}

#feature_ra23 .slick-slide img {
	display: block;
}

#feature_ra23 .slick-slide.slick-loading img {
	display: none;
}

#feature_ra23 .slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized #feature_ra23 .slick-slide {
	display: block;
}

.slick-loading #feature_ra23 .slick-slide {
	visibility: hidden;
}

.slick-vertical #feature_ra23 .slick-slide {
	display: block;
	height: auto;
}

#feature_ra23 .slick-arrow.slick-hidden {
	display: none;
}

#feature_ra23 img {
	height: auto;
}

#feature_ra23 h2 {
	margin: 0;
}

#feature_ra23 .byte {
	font-feature-settings: "palt" 1,"pkna" 1,"pwid" 1,"pkna" 1;
}

#feature_ra23 .wow {
	opacity: 0;
}

#feature_ra23 .wow.animate__animated {
	opacity: 1;
}

#feature_ra23 .contentsWrap {
	padding-bottom: 75px;
}

#feature_ra23 .justify {
	-moz-text-align-last: auto;
	text-align-last: auto;
	display: block;
}

#feature_ra23 .txt-white {
	color: #fff;
}

#feature_ra23 .p-mainvisual {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}

#feature_ra23 .p-mainvisual__wrap {
	position: relative;
	z-index: 1;
}

#feature_ra23 .p-mainvisual__ttl {
	position: absolute;
	width: 39.2vw;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	padding-bottom: 18px;
}

#feature_ra23 .p-mainvisual__image {
	width: 100%;
}

#feature_ra23 .p-mainvisual__image img {
	width: 100%;
}

#feature_ra23 .p-center {
	text-align: center;
	padding-bottom: 140px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

#feature_ra23 .p-center__ttl {
	font-family: ivymode,sans-serif;
	font-weight: 200;
	line-height: 1;
	font-size: 24px;
	letter-spacing: .17em;
	margin-bottom: 40px;
}

#feature_ra23 .p-center__ttl .sub {
	display: block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .13em;
}

#feature_ra23 .p-center__txt {
	line-height: 2.1538461538;
	font-weight: 500;
}

#feature_ra23 .p-center__image {
	position: absolute;
	z-index: -1;
}

#feature_ra23 .p-center__image img {
	display: block;
}

#feature_ra23 .p-center__image--01 {
	width: 90px;
	left: 6px;
}

#feature_ra23 .p-center__image--02 {
	right: 5px;
	bottom: 100px;
	width: 109px;
}

#feature_ra23 .p-media {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #000;
	padding: 0 25px 45px;
	margin-bottom: 50px;
}

#feature_ra23 .p-media__image {
	width: 37.6vw;
}

#feature_ra23 .p-media__image img {
	width: 100%;
}

#feature_ra23 .p-media__ttl {
	width: 205px;
	margin-bottom: 20px;
}

#feature_ra23 .p-media__txt {
	text-align: justify;
}

#feature_ra23 .p-anchor {
	margin-bottom: 140px;
}

#feature_ra23 .p-anchor__ttl {
	text-align: center;
	margin-bottom: 2.5rem;
	font-size: 14px;
	letter-spacing: .18em;
	font-weight: 300;
	font-family: ivymode,sans-serif;
}

#feature_ra23 .p-anchor-list__item {
	text-align: center;
}

#feature_ra23 .p-anchor-list__body {
	position: relative;
	display: block;
}

#feature_ra23 .p-anchor-list__body::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	transition: all .25s ease-in-out;
}

#feature_ra23 .p-anchor-list__date {
	font-size: 9px;
	line-height: 1;
	font-family: ivymode,sans-serif;
	margin-bottom: 6px;
	font-weight: 300;
	text-transform: uppercase;
}

#feature_ra23 .p-anchor-list__date .num {
	font-size: 24px;
	display: block;
}

#feature_ra23 .p-anchor-list__ttl {
	position: absolute;
	writing-mode: vertical-lr;
	white-space: nowrap;
	font-family: ivymode,sans-serif;
	font-size: 22px;
	left: 0;
	top: 5px;
	letter-spacing: .06em;
	font-weight: 300;
}

#feature_ra23 .p-anchor-list__ttl.lp {
	letter-spacing: .05em;
}

#feature_ra23 .p-anchor-list__ttl.right {
	right: 3px;
	left: inherit;
}

#feature_ra23 .p-anchor-list__ttl .small {
	font-size: 14px;
}

#feature_ra23 .p-anchor-list__image img {
	display: block;
}

#feature_ra23 .p-anchor-list .slick-arrow {
	transform: translateY(0);
	top: calc(100% + 12px);
}

#feature_ra23 .p-anchor-list .slick-arrow::before {
	right: 50%;
	top: 50%;
	margin: -8px -4px 0 0;
	border: solid rgba(0,0,0,0);
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-right-color: #000;
	border-width: 6px 8px 6px 0;
}

#feature_ra23 .p-anchor-list .slick-prev {
	left: inherit;
	right: calc(50% + 20px);
}

#feature_ra23 .p-anchor-list .slick-next {
	right: inherit;
	left: calc(50% + 20px);
}

#feature_ra23 .p-anchor-list .slick-next::before {
	transform: scaleX(-1);
}

#feature_ra23 .p-style {
	margin-bottom: 150px;
}

#feature_ra23 .p-style-head {
	display: flex;
	margin-bottom: 30px;
}

#feature_ra23 .p-style-head__day {
	border-right: 1px solid #000;
	font-family: ivymode,sans-serif;
	padding-right: 10px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
}

#feature_ra23 .p-style-head__day .num {
	font-size: 40px;
}

#feature_ra23 .p-style-head__ttl {
	font-family: vdl-v7mincho,sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

#feature_ra23 .p-style-head__txt {
	line-height: 1.8333333333;
}

#feature_ra23 .p-style-head--02 {
	margin-bottom: 102px;
}

#feature_ra23 .p-style-head--05 {
	margin-bottom: 75px;
}

#feature_ra23 .p-style__bnr .wrap {
	position: relative;
	display: block;
}

#feature_ra23 .p-style__bnr .ttl {
	position: absolute;
	white-space: nowrap;
	font-family: ivymode,sans-serif;
	line-height: 1;
	color: #231815;
	letter-spacing: .09em;
	font-weight: 300;
	font-size: 45px;
	display: flex;
	align-items: center;
}

#feature_ra23 .p-style__bnr .ttl .small {
	font-size: 28px;
}

#feature_ra23 .p-style__bnr .image img {
	display: block;
}

#feature_ra23 .p-style__bnr--01 {
	margin-left: 45px;
}

#feature_ra23 .p-style__bnr--01 .ttl {
	left: -25px;
	top: -10px;
	writing-mode: vertical-lr;
}

#feature_ra23 .p-style__bnr--02 .ttl {
	left: 10px;
	top: -20px;
	font-size: 38px;
}
#feature_ra23 .p-style__bnr--02_b .ttl {
    left: -25px;
    top: 21px;
	writing-mode: vertical-lr;
}

#feature_ra23 .p-style__bnr--02 .ttl .small {
	font-size: 23px;
}

#feature_ra23 .p-style__bnr--03 {
	justify-content: center;
	display: flex;
	margin-bottom: 25px;
}

#feature_ra23 .p-style__bnr--03 .ttl {
	top: 24px;
	writing-mode: vertical-lr;
	left: -28px;
}

#feature_ra23 .p-style__bnr--03_b .ttl {
    left: 8px;
    color: #fff;
    writing-mode: vertical-lr;
    top: 25px;
}

#feature_ra23 .p-style__bnr--04, #feature_ra23 .p-style__bnr--04_b {
	display: flex;
	justify-content: center;
}

#feature_ra23 .p-style__bnr--04 .ttl {
	right: 15px;
	top: -82px;
	writing-mode: vertical-lr;
	letter-spacing: .05em;
}

#feature_ra23 .p-style__bnr--05, #feature_ra23 .p-style__bnr--05_b {
	display: flex;
	justify-content: center;
}

#feature_ra23 .p-style__bnr--05 .ttl {
	left: 15px;
	top: -28px;
	letter-spacing: .07em;
}

#feature_ra23 .p-style__bnr--06 {
	display: flex;
}

#feature_ra23 .p-style__bnr--06 .ttl, #feature_ra23 .p-style__bnr--06_b .ttl {
	top: -40px;
	writing-mode: vertical-lr;
	letter-spacing: .09em;
}

#feature_ra23 .p-style__bnr--07, #feature_ra23 .p-style__bnr--07_b {
	display: flex;
	justify-content: flex-end;
}

#feature_ra23 .p-style__bnr--07 .ttl {
	left: 9px;
	top: 25px;
	writing-mode: vertical-lr;
	letter-spacing: .09em;
	color: #fff;
}

#feature_ra23 .p-style__bnr--07_b .ttl {
	left:-30px;
	top: 25px;
	writing-mode: vertical-lr;
	letter-spacing: .09em;
}

#feature_ra23 .p-style__bnr--07 .image, #feature_ra23 .p-style__bnr--07_b .image {
	width: 68.8vw;
}

#feature_ra23 .p-style__media {
	display: flex;
	margin-bottom: 65px;
}

#feature_ra23 .p-style__media .txt {
	line-height: 2;
	font-weight: 300;
	font-size: 11px;
	text-align: justify;
}

#feature_ra23 .p-style__media .ttl {
	width: 143px;
	margin-bottom: 10px;
}

#feature_ra23 .p-style__media .image {
	position: relative;
	z-index: 1;
}

#feature_ra23 .p-style__media .image img {
	display: block;
}

#feature_ra23 .p-style__media--01 {
	margin-top: -45px;
	margin-left: -15px;
}

#feature_ra23 .p-style__media--01_b {
    margin-top: -35px;
    margin-left: -13px;
}

#feature_ra23 .p-style__media--01 .image {
	width: 61.5vw;
}

#feature_ra23 .p-style__media--01_b .image {
    margin-bottom: 40px;
    width: 60.5vw;
}

#feature_ra23 .p-style__media--02 {
	justify-content: center;
	flex-direction: column;
}

#feature_ra23 .p-style__media--02 .image {
	width: 67.2vw;
}

#feature_ra23 .p-style__media--03 .image {
	width: calc(100% - 40px);
}
#feature_ra23 .p-style__media--03_b .image {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 70vw;
}
#feature_ra23 .p-style__media--03 .body {
	padding-bottom: 50px;
}

#feature_ra23 .p-style__media--04_b {
    flex-direction: column;
}
#feature_ra23 .p-style__media--04_b .image {
    width: 80vw;
    margin-bottom: 35px;
}
#feature_ra23 .p-style__media--04_b .body {
    width: auto;
}

#feature_ra23 .p-style__media--04 {
	margin-bottom: 45px;
}

#feature_ra23 .p-style__media--06 {
	justify-content: flex-end;
	flex-direction: column;
	margin-top: 20px;
}

#feature_ra23 .p-style__media--07, #feature_ra23 .p-style__media--07_b {
	justify-content: space-between;
	margin-top: -26.6666666667vw;
}

#feature_ra23 .p-style__media--07 .body {
	padding-bottom: 45px;
}

#feature_ra23 .p-style__media--07_b .body {
  padding-bottom: 5px;
    margin-right: 155px;
}

#feature_ra23 .p-style-item, #feature_ra23 .p-style-item_b {
	display: flex;
}

#feature_ra23 .p-style-item__ttl {
	font-size: 14px;
	font-family: ivymode,sans-serif;
	font-weight: 300;
	text-align: right;
	line-height: 1;
	margin: 0 -32px -2px 0;
}

#feature_ra23 .p-style-item__ttl .num {
	font-size: 61px;
}

#feature_ra23 .p-style-item__content .ttl {
	margin-bottom: 15px;
	font-family: ivymode,sans-serif;
	letter-spacing: .1em;
	font-weight: 300;
}

#feature_ra23 .p-style-item__content .list-thumb .btn {
	display: none;
}

#feature_ra23 .p-style-item__content .list-thumb .itemname {
	max-width: 120px;
	margin-top: 0;
}

#feature_ra23 .p-style-item__image {
	width: 100%;
	border: 7px solid #000;
	background-color: #000;
	margin-bottom: 20px;
}

#feature_ra23 .p-style-item__image img {
	display: block;
	width: 100%;
}

#feature_ra23 .p-style-item__note {
	text-align: center;
}

#feature_ra23 .list-thumb__item:not(:last-child) {
	margin-bottom: 6px;
}

#feature_ra23 .list-thumb__item .itemname {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.0833333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-top: 0;
}

#feature_ra23 .list-thumb__item .price_info {
	font-size: 13px;
}

#feature_ra23 .list-thumb__anchor {
	display: flex;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

#feature_ra23 .list-thumb__icon {
	width: 64px;
}

#feature_ra23 .list-thumb__icon img {
	display: block;
}

#feature_ra23 .list-thumb__body {
	flex: 1 1;
}

#feature_ra23 .list-price__item {
	text-align: center;
}

#feature_ra23 .list-price__anchor {
	transition: all .25s ease-in-out;
	color: #000;
	font-weight: 700;
}

#feature_ra23 .list-price__anchor:hover {
	opacity: .7;
}

#feature_ra23 .list-price__anchor .tax {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 12px;
}

#feature_ra23 .list-price__anchor .itemname {
	font-family: zen-kaku-gothic-new,sans-serif;
	display: block;
	margin-bottom: 4px;
	max-width: 360px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-top: 0;
}

#feature_ra23 .list-price__anchor .price_info {
	font-size: 13px;
}

#feature_ra23 .list-price__anchor .price::after {
	content: none;
}

#feature_ra23 .list-price__anchor .btn {
	background: #231815;
	color: #fff;
	width: 47px;
	height: 16px;
	font-size: 10px;
	position: relative;
	border-radius: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: "aktiv-grotesk",sans-serif;
	margin-left: 10px;
}

#feature_ra23 .p-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
}

#feature_ra23 .p-bottom__txt {
	font-weight: bold;
	font-size: 14px;
}

#feature_ra23 .p-bottom__txt:not(:first-child) {
	margin-top: 50px;
}

#feature_ra23 .p-bottom__txt .image {
	width: 246px;
	display: inline-block;
}

#feature_ra23 .p-bottom__btn {
	background: #000;
	color: #fff !important;
	min-width: 300px;
	height: 46px;
	font-size: 9px;
	position: relative;
	border-radius: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: "aktiv-grotesk",sans-serif;
	transition: all .25s ease-in-out;
	border: 1px solid #000;
}

#feature_ra23 .p-bottom__btn:hover {
	color: #000 !important;
	opacity: .8;
	background-color: #fff;
}

#feature_ra23 .p-bottom__btn--white {
	background: #fff;
	color: #000 !important;
}

#feature_ra23 .p-bottom__btn--white:hover {
	color: #fff !important;
	background: #000;
}

#feature_ra23 .d-none {
	display: none !important;
}

#feature_ra23 .d-block {
	display: block !important;
}

#feature_ra23 .d-flex {
	display: flex !important;
}

@media (min-width: 768px) {

#feature_ra23 .inner {
	padding-left: 15px;
	padding-right: 15px;
}

#feature_ra23 .inner-small {
	padding-left: 15px;
	padding-right: 15px;
}

#feature_ra23 .slick-dots li {
	margin: 0 5px;
}

#feature_ra23 .slick-dots li button {
	height: 8px;
	width: 8px;
}

#feature_ra23 .sp {
	display: none;
}

#feature_ra23 .nowrap {
	white-space: nowrap;
}

#feature_ra23 .d-flex-pc {
	display: flex !important;
}

#feature_ra23 .p-mainvisual {
	margin-bottom: 150px;
}

#feature_ra23 .p-mainvisual::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background-color: #fff;
}

#feature_ra23 .p-mainvisual__ttl {
	width: 280px;
}

#feature_ra23 .p-mainvisual__image {
	width: 742px;
	margin: 0 20px 0 auto;
}

#feature_ra23 .p-center {
	padding-bottom: 95px;
	margin-bottom: 50px;
}

#feature_ra23 .p-center__ttl {
	font-size: 41px;
	margin-bottom: 40px;
}

#feature_ra23 .p-center__ttl .sub {
	font-size: 28px;
}

#feature_ra23 .p-center__image--01 {
	left: 25px;
	top: 14px;
	width: 143px;
}
#feature_ra23 .p-center__image--01b {
    left: -5px;
    top: 54px;
    width: 143px;
}

#feature_ra23 .p-center__image--02 {
	right: 5px;
	bottom: 95px;
	width: 180px;
}
#feature_ra23 .p-center__image--02b {
    right: 5px;
    bottom: 35px;
    width: 130px;
}

#feature_ra23 .p-media {
	padding: 0 25px 50px;
	margin-bottom: 180px;
}

#feature_ra23 .p-media {
	padding: 0 85px 44px 73px;
	margin-bottom: 80px;
}

#feature_ra23 .p-media__image {
	width: 158px;
}

#feature_ra23 .p-media__body {
	flex: 1 1;
	padding-right: 36px;
}

#feature_ra23 .p-media__ttl {
	width: 244px;
	margin-bottom: 28px;
}

#feature_ra23 .p-media__txt {
	padding-left: 23px;
}

#feature_ra23 .p-anchor {
	margin-bottom: 285px;
}

#feature_ra23 .p-anchor__ttl {
	margin-bottom: 5.4rem;
	font-size: 18px;
}

#feature_ra23 .p-anchor-list {
	-moz-column-gap: 35px;
	column-gap: 35px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

#feature_ra23 .p-anchor-list__item {
	width: calc(25% - 26.25px);
}

#feature_ra23 .p-anchor-list__item:nth-child(n+5) {
	margin-top: 50px;
}

#feature_ra23 .p-anchor-list__body::after {
	opacity: 0;
}

#feature_ra23 .p-anchor-list__date {
	font-size: 10px;
	margin-bottom: 10px;
}

#feature_ra23 .p-anchor-list__date .num {
	font-size: 30px;
}

#feature_ra23 .p-anchor-list__ttl {
	font-size: 30px;
	left: 0;
	top: 7px;
}

#feature_ra23 .p-anchor-list__ttl .small {
	font-size: 19px;
}

#feature_ra23 .p-style {
	margin-bottom: 320px;
}

#feature_ra23 .p-style--01 {
	margin-bottom: 340px;
}

#feature_ra23 .p-style--01 .p-style-item__ttl {
	margin-right: -33px;
}

#feature_ra23 .p-style--07 {
	margin-bottom: 150px;
}

#feature_ra23 .p-style-head {
	justify-content: center;
	margin-bottom: 60px;
}

#feature_ra23 .p-style-head__day {
	padding-right: 25px;
	margin-right: 60px;
	font-size: 11px;
}

#feature_ra23 .p-style-head__day .num {
	font-size: 71px;
	margin-top: -2px;
}

#feature_ra23 .p-style-head__ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
#feature_ra23 .p-style-head__ttl_b {
  font-family: vdl-v7mincho,sans-serif;
	font-size: 20px;
}

#feature_ra23 .p-style-head__txt {
	line-height: 1.9230769231;
}

#feature_ra23 .p-style-head--05 {
	margin-bottom: 140px;
}

#feature_ra23 .p-style-head--05_b {
    margin-bottom: 100px;
}

#feature_ra23 .p-style__bnr .ttl {
	font-size: 86px;
}

#feature_ra23 .p-style__bnr .ttl .small {
	font-size: 53px;
}

#feature_ra23 .p-style__bnr--01 {
	margin-left: 245px;
}

#feature_ra23 .p-style__bnr--01 .ttl {
	top: -15px;
}

#feature_ra23 .p-style__bnr--01 .image {
	width: 58.7vw;
}

#feature_ra23 .p-style__bnr--02 {
	margin-bottom: 54px;
}

#feature_ra23 .p-style__bnr--02 .ttl {
	top: -34px;
	font-size: 72px;
}

#feature_ra23 .p-style__bnr--02_b .ttl {
  top: 15px;
    left: 170px;
}

#feature_ra23 .p-style__bnr--02_b .image {
  width: 65.0vw;
  margin: 0 auto 54px;
}

#feature_ra23 .p-style__bnr--02 .ttl .small {
	font-size: 45px;
}

#feature_ra23 .p-style__bnr--03 {
	margin-bottom: 90px;
}

#feature_ra23 .p-style__bnr--03 .ttl {
	left: 0;
	top: 30px;
}

#feature_ra23 .p-style__bnr--03 .image {
	width: 58.7vw;
}


#feature_ra23 .p-style__bnr--04 {
	margin-bottom: 75px;
}
#feature_ra23 .p-style__bnr--04_b {
    margin-bottom: 25px;
}

#feature_ra23 .p-style__bnr--04 .ttl {
	letter-spacing: .07em;
	right: 0;
	font-size: 84px;
	top: -36px;
}

#feature_ra23 .p-style__bnr--04 .image {
	width: 100%;
}

#feature_ra23 .p-style__bnr--05, #feature_ra23 .p-style__bnr--05_b {
	margin-bottom: 75px;
}

#feature_ra23 .p-style__bnr--05 .ttl, #feature_ra23 .p-style__bnr--05_b .ttl {
	top: -45px;
	left: 0;
}

#feature_ra23 .p-style__bnr--05 .image {
	width: 100%;
}

#feature_ra23 .p-style__bnr--06 {
	margin-bottom: 75px;
	margin-left: 52px;
}

#feature_ra23 .p-style__bnr--06 .ttl {
	font-size: 85px;
	top: 55px;
	left: calc(100% + 30px);
}

#feature_ra23 .p-style__bnr--06_b .ttl {
  font-size: 85px;
    top: 25px;
    left: calc(58% + 29px);
}

#feature_ra23 .p-style__bnr--06 .image {
	width: 531px;
}

#feature_ra23 .p-style__bnr--06_b .image {
    width: 550px;
    margin-left: 130px;
}

#feature_ra23 .p-style__bnr--07, #feature_ra23 .p-style__bnr--07_b {
	margin-right: 17px;
}

#feature_ra23 .p-style__bnr--07 .ttl {
	left: 30px;
	font-size: 85px;
}

#feature_ra23 .p-style__bnr--07 .image, #feature_ra23 .p-style__bnr--07_b .image {
	width: 64.1vw;
}

#feature_ra23 .p-style__media {
	align-items: flex-end;
}

#feature_ra23 .p-style__media .txt {
	line-height: 1.9166666667;
	font-size: 12px;
}

#feature_ra23 .p-style__media .ttl {
	margin-bottom: 15px;
}

#feature_ra23 .p-style__media .body {
	width: 315px;
  margin-bottom: 35px;
}

#feature_ra23 .p-style__media_b .body {
  width: 315px;
    margin-left: 100px;
    margin-bottom: 100px;
}

#feature_ra23 .p-style__media--01 {
	margin-top: -95px;
	-moz-column-gap: 59px;
	column-gap: 59px;
	margin-left: 88px;
}
#feature_ra23 .p-style__media--01_b {
	margin-top: 50px;
	-moz-column-gap: 59px;
	column-gap: 59px;
	margin-left: 88px;
}

#feature_ra23 .p-style__media--01 .image {
	width: 270px;
}

#feature_ra23 .p-style__media--01_b .image {
  width: 310px;
  top: -110px;
}

#feature_ra23 .p-style__media--01 .body {
	padding-bottom: 58px;
	width: 312px;
}
#feature_ra23 .p-style__media--01 .body {
  padding-bottom: 10px;
	width: 312px;
}

#feature_ra23 .p-style__media--02 {
	-moz-column-gap: 65px;
	column-gap: 65px;
	flex-direction: row-reverse;
}

#feature_ra23 .p-style__media--02 .image {
	width: 363px;
}

#feature_ra23 .p-style__media--02 .body {
	width: 322px;
}

#feature_ra23 .p-style__media--03 .image {
	width: 56vw;
}

#feature_ra23 .p-style__media--03 .body {
  margin-bottom: 95px;
}

#feature_ra23 .p-style__media--03, #feature_ra23 .p-style__media--03_b, #feature_ra23 .p-style__media--04_b {
	-moz-column-gap: 50px;
	column-gap: 50px;
}

#feature_ra23 .p-style__media--04 {
	margin-left: 125px;
}
#feature_ra23 .p-style__media--04_b, #feature_ra23 .p-style__media--05_b, #feature_ra23 .p-style__media--06_b, #feature_ra23 .p-style__media--07_b {
    flex-direction: initial;
}

#feature_ra23 .p-style__media--04_b .image {
    width: 415px;
    margin-left: 140px;
}

#feature_ra23 .p-style__media--04_b .body {
    margin-bottom: 110px;
}

#feature_ra23 .p-style__media--05 {
	margin-left: 130px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

#feature_ra23 .p-style__media--05_b {
  margin-right: 130px;
    -moz-column-gap: 50px;
    column-gap: 70px;
    flex-direction: row-reverse;
}

#feature_ra23 .p-style__media--05 .image {
	width: 28.3vw;
}

#feature_ra23 .p-style__media--05_b .image {
    width: 330px;
    top: -130px;
    right: -20px;
}

#feature_ra23 .p-style__media--05 .body {
	padding-bottom: 45px;
}

#feature_ra23 .p-style__media--06, #feature_ra23 .p-style__media--06_b {
	-moz-column-gap: 120px;
	column-gap: 120px;
	margin-left: 78px;
	flex-direction: row-reverse;
	margin-top: -200px;
}

#feature_ra23 .p-style__media--06 .image, #feature_ra23 .p-style__media--06_b .image {
	margin-bottom: 95px;
	width: 44.8vw;
}

#feature_ra23 .p-style__media--06_b .image {
    width: 300px;
    margin-right: 140px;
}

#feature_ra23 .p-style__media--07, #feature_ra23 .p-style__media--07_b {
	margin-top: -278px;
	padding: 0 37px 0 22px;
}

#feature_ra23 .p-style__media--07 .image {
	width: 34.5vw;
}

#feature_ra23 .p-style-item, #feature_ra23 .p-style-item_b {
	align-items: flex-end;
	-moz-column-gap: 73px;
	column-gap: 73px;
}

#feature_ra23 .p-style-item__ttl .num {
	letter-spacing: .1em;
	font-size: 92px;
}

#feature_ra23 .p-style-item__content {
	margin-bottom: 105px;
}

#feature_ra23 .p-style-item__content .ttl {
	margin-bottom: 28px;
}

#feature_ra23 .p-style-item__image {
	margin-bottom: 29px;
	border-width: 9px;
	width: 359px;
}

#feature_ra23 .list-thumb__item:not(:last-child) {
	margin-bottom: 17px;
}

#feature_ra23 .list-thumb__anchor {
	-moz-column-gap: 17px;
	column-gap: 17px;
}

#feature_ra23 .list-price__anchor {
	padding-right: 20px;
}

#feature_ra23 .list-price__anchor .btn {
	margin-left: 13px;
	letter-spacing: .08em;
	width: 46px;
	height: 17px;
	font-size: 11px;
}

#feature_ra23 .p-bottom {
	row-gap: 10px;
}

#feature_ra23 .p-bottom__btn {
	letter-spacing: .12em;
	min-width: 300px;
	height: 46px;
	font-size: 15px;
}

#feature_ra23 .d-md-none {
	display: none !important;
}

#feature_ra23 .d-md-block {
	display: block !important;
}

#feature_ra23 .d-md-flex {
	display: flex !important;
}

}

@media (min-width: 768px)and (max-width: 1009px) {

#feature_ra23 .p-style-item, #feature_ra23 .p-style-item_b {
	justify-content: center;
}

}

@media (min-width: 992px) {

#feature_ra23 .d-lg-none {
	display: none !important;
}

#feature_ra23 .d-lg-block {
	display: block !important;
}

#feature_ra23 .d-lg-flex {
	display: flex !important;
}

}

@media (min-width: 1010px) {

#feature_ra23 .p-mainvisual__ttl {
	left: 106px;
}

#feature_ra23 .p-style__bnr--01 .ttl {
	left: -43px;
}

#feature_ra23 .p-style__bnr--01 .image {
	width: 587px;
}

#feature_ra23 .p-style__bnr--02_b .image {
	width: 650px;
}

#feature_ra23 .p-style__bnr--03 .ttl {
	left: -23px;
}
#feature_ra23 .p-style__bnr--03_b .ttl {
  left: 340px;
    color: #fff;
    writing-mode: vertical-lr;
    top: 25px;
}

#feature_ra23 .p-style__bnr--03 .image {
	width: 587px;
}
#feature_ra23 .p-style__bnr--03_b .image {
	width: 587px;
    margin: -21px 0 40px 370px;
}

#feature_ra23 .p-style__bnr--04 .ttl{
	right: -38px;
}

#feature_ra23 .p-style__bnr--04_b .ttl {
  right: -38px;
    writing-mode: vertical-lr;
}

#feature_ra23 .p-style__bnr--04 .image {
	width: 870px;
}
#feature_ra23 .p-style__bnr--04_b .image {
    width: 830px;
}

#feature_ra23 .p-style__bnr--05 .ttl {
	left: -48px;
}

#feature_ra23 .p-style__bnr--05_b .ttl{
  right: -5px;
    top: -56px;
    left: auto;
}

#feature_ra23 .p-style__bnr--05 .image {
	width: 787px;
}

#feature_ra23 .p-style__bnr--05_b .image {
    width: 600px;
}

#feature_ra23 .p-style__bnr--07 .image, #feature_ra23 .p-style__bnr--07_b .image {
	width: 641px;
}

#feature_ra23 .p-style__media--03 .image {
  width: 450px;
    left: 30px;
}

#feature_ra23 .p-style__media--03_b .image {
  width: 450px;
    left: 10px;
    top: 5px;
}

#feature_ra23 .p-style__media--05 .image {
	width: 283px;
}

#feature_ra23 .p-style__media--06 .image {
	width: 448px;
}

#feature_ra23 .p-style__media--07 .image {
	width: 345px;
}

#feature_ra23 .p-style__media--07_b .image {
    width: 400px;
}

#feature_ra23 .p-style-item, #feature_ra23 .p-style-item_b {
	margin-left: 150px;
}
#feature_ra23 .p-style-item_b {
	margin-left: 200px;
}

#feature_ra23 .p-style-item__ttl {
	margin: 0 -43px -3px 0;
	font-size: 18px;
}

#feature_ra23 .p-style-item--05 .p-style-item__ttl {
	margin-right: -35px;
}

#feature_ra23 .d-container-none {
	display: none !important;
}

#feature_ra23 .d-container-block {
	display: block !important;
}

#feature_ra23 .d-container-flex {
	display: flex !important;
}

}

@media (min-width: 1300px) {

#feature_ra23 .d-xl-none {
	display: none !important;
}

#feature_ra23 .d-xl-block {
	display: block !important;
}

#feature_ra23 .d-xl-flex {
	display: flex !important;
}

}

@media (max-width: 767px) {

#feature_ra23 {
	max-width: 100vw;
	overflow-x: hidden;
}

#feature_ra23 .pc {
	display: none;
}

#feature_ra23 .bgRight::before {
    display: none;
}
#feature_ra23 .nowrap-sp {
	white-space: nowrap;
}

div#nuance, div#monotone {
    padding-top: 40px;
}

#feature_ra23 .p-mainvisual .inner {
	padding: 0;
}

#feature_ra23 .p-center__image--01 {
	top: -35px;
}
#feature_ra23 .p-center__image.p-center__image--01b {
    width: 90px;
    left: 4px;
    top: -49px;
}
#feature_ra23 .p-center__image.p-center__image--02b {
    right: -3px;
    bottom: 66px;
    width: 86px;
}
#feature_ra23 .p-style__bnr--03_b {
    margin-left: 45px;
}
#feature_ra23 .p-style__bnr--03_b .ttl {
    left: 8px;
    color: #fff;
    writing-mode: vertical-lr;
    top: 25px;
}
#feature_ra23 .p-style__bnr--03_b .image {
    width: 80vw;
}
#feature_ra23 .p-media {
	flex-direction: column-reverse;
}

#feature_ra23 .p-media__image {
	margin-bottom: 20px;
}

#feature_ra23 .p-media__ttl {
	margin-left: auto;
	margin-right: auto;
}

#feature_ra23 .p-media__txt {
	line-height: 2.0833333333;
	font-size: 12px;
}

#feature_ra23 .p-anchor-list {
	margin: 0 -5px;
}

#feature_ra23 .p-anchor-list__item {
	margin: 0 5px;
}

#feature_ra23 .p-style-head {
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: calc(100% - 16px);
	margin-left: auto;
	margin-right: auto;
}

#feature_ra23 .p-style-head--02 {
	margin-bottom: 55px;
}

#feature_ra23 .p-style-head__day {
	margin-bottom: 12px;
}

#feature_ra23 .p-style-head__ttl {
	position: absolute;
	top: 0;
	left: 60px;
}
#feature_ra23 .p-style-head__ttl_b {
    position: absolute;
    top: 5px;
    left: 60px;
}
#feature_ra23 .p-style-head__txt {
	font-size: 12px;
}

#feature_ra23 .p-style-head--04 {
	margin-bottom: 88px;
}
#feature_ra23 .p-style-head--04_b {
	margin-bottom: 48px;
}
#feature_ra23 .p-style__bnr--04_b .ttl {
    right: 5px;
    top: -42px;
    writing-mode: vertical-lr;
}
#feature_ra23 .p-style__bnr--04_b .image {
    width: 100vw;
    margin-bottom: 20px;
}

#feature_ra23 .p-style__media--05_b, #feature_ra23 .p-style__media--06_b, #feature_ra23 .p-style__media--07_b {
    flex-direction: column;
}

#feature_ra23 .p-style__bnr--05_b .ttl {
    right: -5px;
    top: -30px;
}
#feature_ra23 .p-style__media--05_b .image {
    width: 54vw;
    margin-left: 160px;
    margin-top: -35px;
    margin-bottom: 40px;
}
#feature_ra23 .p-style-head--06 {
	margin-bottom: 55px;
}
#feature_ra23 .p-style__bnr--06_b {
    margin-left: -12px;
}

#feature_ra23 .p-style__bnr--06_b .ttl {
    right: 7px;
    top: -54px;
}
#feature_ra23 .p-style__bnr--06_b .image {
    width: 90vw;
}

#feature_ra23 .p-style__media--06_b .image {
    width: 45vw;
    margin-top: -68px;
    margin-left: 176px;
    margin-bottom: 60px;
}

#feature_ra23 .p-style__bnr--07_b .ttl {
    left: -25px;
}
#feature_ra23 .p-style__bnr--07_b .image {
    width: 80vw;
}
#feature_ra23 .p-style__media--07_b .image {
    width: 49vw;
    margin-top: 15px;
    margin-bottom: 30px;
}
#feature_ra23 .p-style__media--07_b .body {
    margin-right: 0;
}

#feature_ra23 .p-style__bnr--02 {
	margin: 0 -15px 20px;
}

#feature_ra23 .p-style__bnr--02_b {
    margin-right: -15px;
    width: calc(100% - 40px);
    margin-left: auto;
}

#feature_ra23 .p-style__bnr--03 {
	margin-right: -15px;
	width: calc(100% - 40px);
	margin-left: auto;
}

#feature_ra23 .p-style__bnr--04 {
	margin: 0 -15px 48px;
}

#feature_ra23 .p-style__bnr--05 {
	margin: 0 -15px 15px;
}

#feature_ra23 .p-style__bnr--06 {
	width: 78.9333333333vw;
	margin-left: -15px;
}

#feature_ra23 .p-style__bnr--06 .ttl {
	left: calc(100% + 10px);
}

#feature_ra23 .p-style__media .body {
	padding: 0 15px;
}

#feature_ra23 .p-style__media .image img {
	width: 100%;
}

#feature_ra23 .p-style__media--01, #feature_ra23 .p-style__media--01_b {
	flex-direction: column;
}

#feature_ra23 .p-style__media--01 .image {
	margin-bottom: 50px;
}

#feature_ra23 .p-style__media--01 .body, #feature_ra23 .p-style__media--01_b .body {
	padding-left: 30px;
	padding-right: 15px;
}

#feature_ra23 .p-style__media--02 .image {
	margin: 15px -15px 50px auto;
}

#feature_ra23 .p-style__media--03, #feature_ra23 .p-style__media--03_b {
	flex-direction: column;
}

#feature_ra23 .p-style__media--03_b {
    margin-left: 0;
}

#feature_ra23 .p-style__media--03_b .body {
    margin-bottom: 50px;
    flex-direction: column;
}

#feature_ra23 .p-style__media--03 .image {
	margin-left: -15px;
	margin-bottom: 50px;
}

#feature_ra23 .p-style__media--05 {
	flex-direction: column;
}

#feature_ra23 .p-style__media--05 .image {
	width: 49.3333333333vw;
	margin: 0 10px 45px auto;
}

#feature_ra23 .p-style__media--06 {
	margin-bottom: 45px;
}

#feature_ra23 .p-style__media--06 .image {
	width: 62.6666666667vw;
	margin: 0 15px 50px auto;
}

#feature_ra23 .p-style__media--07 {
	flex-direction: column;
}

#feature_ra23 .p-style__media--07 .image {
	width: 49.3333333333vw;
	margin: 0 auto 50px -15px;
}

#feature_ra23 .p-style-item, #feature_ra23 .p-style-item_b {
	flex-direction: column-reverse;
	width: calc(100% - 60px);
	margin: 0 auto;
}

#feature_ra23 .p-style-item__content {
	margin-top: 50px;
}

#feature_ra23 .list-price {
	min-width: 240px;
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-40px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeRight {

0% {
	opacity: 0;
	transform: translate3d(40px, 0, 0);
}

100% {
	transform: none;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}

100% {
	transform: translate3d(0, 0, 0);
}

}