/* 最初は非表示（フェード用） */
html.wf-loading body {
  opacity: 0;
}

/* 読み込み成功したら表示 */
html.wf-active body {
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* 読み込み失敗/タイムアウト時は“普通に表示”して詰まらないように */
html.wf-inactive body {
  opacity: 1;
}


img.w100 { 
	width: 100%;
}
body {
	background-color: #ECE2DF !important;
	font-family: noto-sans, sans-serif;
}
.update2026 .font-hiraginomincho {
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.update2026 .font-notosans {
	font-family: noto-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.u-pc-only {
	display: block;
}
.u-sp-block {
	display: none;
}
@media screen and (max-width: 768px) {
	.u-pc-only {
		display: none;
	}
	.u-sp-block {
		display: block;
	}
}
#headerWrapper {
	transition: transform ease .3s;
}
#headerWrapper.is-hide {
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 768px) {
  #header{
    background: transparent;
		height: 68px;
  }
	#header-nav-drawer {
		position: relative;
		width: 40px;
		height: 40px;
		box-shadow: none;
		border: none;
		background: transparent;
		border-radius: 0;
		display: block;
		right: 0;
		top: 0;
		margin-right: 0;
	}
	#header-nav-drawer span {
		background-color: #fff;
		border-radius: 2px;
		top: calc(50% - 1.5px);
		left: 50%;
		width: 18px;
		margin: 0 0 0 -9px;
		height: 2px;
	}
	#header-nav-drawer span:before {
		background-color: #fff;
		width: 18px;
		height: 2px;
		border-radius: 2px;
		margin-top: -6px;
	}
	#header-nav-drawer span:after {
		background-color: #fff;
		width: 18px;
		height: 2px;
		border-radius: 2px;
		margin-top: 4px;
	}
	#header-nav-drawer:after {
		display:none;
	}
}

.font-hiragino_mincho {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-noto_sans {
	font-family: "noto-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}

#header-nav-drawer.update2026 {
	background: red;
	border: 1px solid #fff;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 56px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 10px;
	top: -2px;
	white-space: nowrap;
	width: 66px;
	z-index: 150;
}
#layout {
	background-image: none;
}
#layoutInner {
	width: 100%;
}
.headerDescription {
	width: 228px;
}
.headerWrapper {
	width: 100%;
	border-bottom: 1px solid #35251D;
	background-color: #35251D;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#content {
	padding-top: 68px;
	background-color: #ECE2DF;
}
#header.header_2026 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 12px 12px 12px 80px;
}
.headerLogo_2026 {
	width: 228px;
	margin: 0 auto;
}
.headerCartWrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}
.headerCart {
	width: 40px;
}
.headerCart .cart-link {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.cart-dot {
  position: absolute;
  top: 0;
  right: 4px;
  top: 4px;
  width: auto;
	min-width: 14px;
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
  height: 14px;
  border-radius: 14px;
  background: #FF4F30;
  display: none;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.cart-link.has-items .cart-dot { display: block; }
.pagenumberArea {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
.productList.update2026 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: min(20px, calc(20 / 960 * 100%));
	row-gap: 15px;
	position: relative;
	z-index: 2;
}
.productList.update2026 > form {
	width: min(224px, calc(224 / 960 * 100%));
	background: #fff;
}
.productList.update2026 > form .listPhoto {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.productList.update2026 > form .listPhoto a {
	display: block;
	width: 100%;
	height: 100%;
}
.productList.update2026 > form .picture {
	object-fit: cover;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.listArea {
	border: none;
	margin: 0;
	padding: 0;
}
.listArea {
	transition: opacity ease .3s;
}
.listArea:hover {
	opacity: .7;
}


.notforsale .listPhoto {
	position: relative;
}
.notforsale .listPhoto:after {
	content: '販売終了';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	z-index: 2;
}
.notforsale .listPhoto:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}
#twoMainColumnRight div.listRightBloc, #twoMainColumnLeft div.listRightBloc {
	float: left;
	width: 100%;
}
.listRightBloc {
	border: 1px solid #231815;
}
.listRightBloc h3{
	background-color: transparent;
	border-bottom: none;
	padding: 8px 8px 0;
	margin: 0 0 8px;
	color: #231815;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: calc(24 / 16);
	min-height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.listRightBloc .statusIcon {
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	min-height: 60px;
	align-items: flex-start;
}
.listRightBloc ul.statusIcon li{
	background: #ECE2DF;
	color: #231815;
	font-size: 12px;
	letter-spacing: 0;
	line-height: calc(20 / 12);
	font-weight: 500;
	width: calc(50% - 2px);
	padding: 4px 0;
	text-align: center;
	margin: 0;
}
.listRightBloc .pricebox {
	padding: 8px;
	color: #231815;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.listRightBloc .unit {
	font-size: 12px;
	font-weight: normal;
}
.cart_price {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.cart_price {
		display: none;
	}
	.headerWrapper {
		padding: 0;
	}
	.headerLogo_2026 {
		max-width: 228px;
		width: calc(228 / 375 * 100vw);
		padding: 10px 0 10px 16px;
		margin-left: 0;
		margin-right: auto;
	}
	#header.header_2026 {
		justify-content: flex-end;
		padding-left: 12px;
		padding-right: 4px;
	}
}

/* list */
.dummyTitle {
	display: none;
}
.realTitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.realTitle .title,
.realTitle .titleLead {
	position: relative;
	z-index: 1;
}
.realTitle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/* width: calc(522 / 1440 * 100vw ); */
	width: 522px;
	aspect-ratio: 1;
	margin-top: -180px;
	margin-left: -42px;
	background: linear-gradient(360deg, #fa9c3c 0%, #fff4e1 55%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	z-index: 0;
}
.realTitle.cat-117:before  {
	background: linear-gradient(360deg, #9FC6A9 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-51:before  {
	background: linear-gradient(360deg, #C69FA0 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-45:before  {
	background: linear-gradient(360deg, #FFFFFF 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-17:before  {
	background: linear-gradient(360deg, #A2A2A2 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-11:before  {
	background: linear-gradient(360deg, #BEC69F 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-28:before  {
	background: linear-gradient(360deg, #9FC6C5 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-10:before  {
	background: linear-gradient(360deg, #BB9FC6 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
.realTitle.cat-15:before  {
	background: linear-gradient(360deg, #C6B79F 0%, #ECE2DF 55%, rgba(255,255,255,0) 100%);
}
#undercolumn_error {
	position: relative;
	z-index: 2;
}
#banner_2column {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.realTitle:before {
		width: 100vw;
		margin-left: -16px;
		margin-top: -70px;
	}
}
.hitSubtitle, .hitNum {
	position: relative;
	z-index: 1;
}
p.hitSubtitle {
	margin-bottom: 4px;
}
/* .kensakuTitle02:has(div:not(:empty)) + .realTitle {
  display: none;
} */
.hidden {
	display: none;
}
p.title.update2026 {
	font-size: 64px;
	letter-spacing: 0.02em;
	font-weight: 300;
	border-bottom: none;
	padding-right: 16px;
	white-space: nowrap;
	line-height: calc(96 / 64);
}
.titleLead {
	display: none;
}
.cat-8 .titleLead {
	display: block;
	font-size: 20px;
	line-height: calc(24 / 20);
	letter-spacing: -0.01em;
}
.listControl {
	display: flex;
	justify-content: flex-end;
	gap: 4px;
	margin-top: -46px;
	margin-bottom: 40px;
}

/* ===== item ===== */
.listControl__item {
  position: relative;
}

/* ===== select common ===== */
.listControl__item select {
  width: 100%;
  padding: 10px 30px 10px 8px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  background-color: #ECE2DF;
  border: 1px solid #231815;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  line-height: 1.4;
}

/* ===== ▼ icon ===== */
.listControl__item::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* ===== focus ===== */
.listControl__item select:focus {
  outline: none;
  background-color: #f7efeb;
}

/* ===== option ===== */
.listControl__item option {
  background: #f3e9e4;
  color: #222;
  font-size: 15px;
}

/* ===== SP ===== */
@media screen and (max-width: 767px) {
	p.title.update2026 {
		white-space:initial;
		padding-right: 0;
	}
	.listControl {
		margin-top: 14px;
		margin-bottom: 24px;
		justify-content: flex-start;
	}
	.realTitle {
		display: block;
		margin-bottom: 12px;
	}
}


#contentInner {
	padding-top: 0;
	display: flex;
	justify-content: flex-start;
	/* background-color: #ECE2DF; */
	background-color: #fff;
	/* max-width: 1440px; */
	margin: 0 auto;
}
#topcolumn {
	display: none;
}
#leftColumn {
	margin: 0;
	width: 100%;
	max-width: 358px;
	box-sizing: border-box;
	padding: 32px 40px 44px 80px;
	border-right: 1px solid #231815;
	/* background-color: #ECE2DF; */
	background-color: #fff;
	z-index: 1;
}
#twoMainColumnRight {
	margin: 0 auto;
	padding-bottom: 44px;
}
#twoMainColumnRight.cat-23 {
	width: 100%;
	/* max-width: 1047px; */
	box-sizing: border-box;
	padding: 32px 0 44px 42px;
	background-color: transparent;
}
#twoMainColumnRightInner {
	max-width: 960px;
	/* margin-bottom: 0; */
	margin: 0 auto;
}
#page_navi_top .naviText {
	display: none;
}
#page_navi_bottom .change {
	display: none;
}
.hitSubtitle {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #231815;
}
.hitNum {
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: calc(24/20);
	color: #231815;
}
@media screen and (max-width: 768px) {
	.kensakuTitle02.update2026 {
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.title.update2026 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.titleLead {
		font-size: 14px;
		line-height: calc(20 / 14);
		margin-bottom: 0;
	}
	.headerLead {
		margin-bottom: 21px;
	}
	#twoMainColumnRight {
		width: 100%;
		text-align: left;
		padding: 0 16px 56px;
	}
	#leftColumn {
		/* background-color: #ECE2DF; */
		padding: 88px 16px 0;
		max-width: none;
		border-right: none;
		width: calc(273 / 375 * 100vw);
		/* right: calc(-273 / 375 * 100vw); */
		left: calc(-273 / 375 * 100vw);
		overflow-x: hidden;
	}
	#leftColumn.spsDrawerOpen {
		transform: translateX(100%);
	}
	.leftColumnInner {
		margin: 0 auto;
	}
	#twoMainColumnRight.cat-23 {
		padding: 22px 16px 56px;
	}
	.hitSubtitle {
		margin-bottom: 8px;
	}
	.productList.update2026 {
		gap: 15px;
	}
	.productList.update2026 > form {
		width: calc(50% - 7.5px);
	}
	#twoMainColumnRight img {
		height: 100%;
		margin-bottom: 0;
	}
	.listPhoto {
		margin-bottom: 0;
	}

}


#footerInner {
	padding-top: 0;
}
#footerCopyright {
	width: 100%;
}
#footerCopyright p {
	text-align: center;
}

.pgn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:16px 0;
}

.pgn__nums{
  display:flex;
  align-items:center;
  gap:10px;
}

.pgn__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 5px;
  font-size:18px;
  line-height:1;
  text-decoration:none;
  color:#111;
  border-radius:0;
}

.pgn__num:hover{
  opacity:.7;
}

.pgn__num.is-current{
  background:#231815;
  color:#fff;
}
.pgn__nums a:link {
	color: #231815;
}

.pgn__dots{
  font-size:14px;
  color:#231815;
  letter-spacing:.2em;
  transform: translateY(-1px);
}

.pgn__arrow{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  position:relative;
}

.pgn__arrow::before{
  content:"";
  width:14px;
  height:14px;
  border-top:2px solid #231815;
  border-right:2px solid #231815;
  display:block;
}

.pgn__arrow--prev::before{
  transform: rotate(-135deg); /* < */
}

.pgn__arrow--next::before{
  transform: rotate(45deg);   /* > */
}

.pgn__arrow:hover{
  opacity:.7;
}


#leftColumnInner {
	margin: 0;
}

/* left search */
#searchArea {
	border: none;
}
.searchbox.update2026{
	height: 40px;
	border: none;
	width: 96%;
	/* width: 100%; */
}
input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
#searchIcon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	margin-left: 14px;
	transform: translateY(-50%);
}
#searchArea dl.formList dd.searchboxWrapper {
	padding-left: 40px;
	margin: 0;
	border: none;
	background: transparent;
}

.formList.hidden {
	display: none;
}
.formListBtn.hidden {
	display: none;
}
.box02.update2026 {
	padding: 0;
	border: none;
}
.formList.hasIcon {
	position: relative;
	border: 1px solid #231815;
	background: #fff;
}




/* left menu*/
.accordionTitle {
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 500 !important;
	padding: 12px 0;
	position: relative;
	cursor: pointer;
}
.accordionTitle.noItem a {
	color: #231815;
	text-decoration: none;
	transition: opacity ease .3s;
}
.accordionTitle.noItem a:hover {
	text-decoration: none;
	opacity: .7;
}
.accordionTitle.noItem:after {
	display: none;
}
.accordionTitle:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
	transition: transform ease .3s;
	margin-right: 16px;
}
@media screen and (max-width: 768px) {
	.accordionTitle:after {
		margin-right: 5px;
	}
}
.accordionTitle.is-open:after {
	transform: translateY(-50%) rotate(-135deg);
}
.accordionItem a {
	font-size: 14px;
	display: block;
	color: #231815;
	letter-spacing: 0.02em;
	line-height: calc(24 / 14);
	padding: 8px 16px 8px 48px;
	transition: opacity ease .3s;
}
.accordionItem a:hover {
	text-decoration: none;
	opacity: .7;
}
.accordionBody {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 280ms ease, opacity 200ms ease;
}
/* 開いた状態 */
.accordionTitle.is-open + .accordionBody {
  opacity: 1;
}

.linklistItem a{
	font-size: 16px;
	font-weight: 400;
	line-height: calc(24 / 16);
	letter-spacing: 0.02em;
	color: #231815;
	text-decoration: none;
	transition: opacity ease .3s;
}
.linklistItem a:hover {
	opacity: .7;
}
.linklistItem {
	margin-bottom: 8px
}
.linklistItem.hasborder {
	/* padding-bottom: 8px; */
}
#leftLinklistArea {
	position: relative;
	padding-bottom: 8px;
}
#leftLinklistArea:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #231815;
}
@media screen and (max-width: 768px) {
	#leftLinklistArea:after {
		width: 100vw;
		margin-left: -16px;
	}
}
.linklistItem.hasmargin {
	margin-bottom: 24px;
}

#leftOtherArea {
	padding-bottom: 8px;
	position: relative;
}
#leftOtherArea:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #231815;
}
#leftLinklistArea {
	padding-top: 16px;
}
.btncustom {
	width: 100%;
	border: 1px solid #231815;
	border-radius: 0;
	background: #231815;
	font-weight: 500;
}
.btncustom a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 38px;
}
.btncustom.white {
	background: #fff;
}
.btncustom.white a{
	color: #231815;
	display: block;
	text-align: center;
	line-height: 38px;
}
.leftInfoText {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: calc(24 / 14);
	margin-bottom: 4px;
	font-family: hiragino-mincho-pron, sans-serif;
}
.leftInfoText.hasmargin {
	margin-bottom: 8px;
}
.leftInfoLink {
	margin-bottom: 4px;
}
.leftInfoLink a {
	color: #231815;
	font-size: 16px;
	font-weight: semibold;
	letter-spacing: 0.02em;
	line-height: calc(24 / 16);
	transition: opacity ease .3s;
}
.leftInfoLink a:hover {
	text-decoration: none;
	opacity: .7;
}
#leftInformationArea {
	padding-top: 16px;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	#leftOtherArea:after {
		width: 100vw;
		margin-left: -16px;
	}

}

.banner_2columnInner {
	display: flex;
	gap: 22px;
}
.banner_2columnInner .bannerItem {
	width: calc(50% - 11px);
}
.banner_2columnInner .bannerItem img {
	width: 100%;
}
.banner_2columnInner .bannerItem a {
	transition: opacity ease .3s;
}
.banner_2columnInner .bannerItem a:hover {
	opacity: .7;
}
.banner_2columnInner p.bannerTitle {
	margin-bottom: 16px;
	font-size: 20px;
	color: #231815;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	padding-top: 56px;
}
@media screen and (max-width: 768px) {
	#banner_2column {
		padding-top: 40px;
	}
	.banner_2columnInner {
		flex-direction: column;
		gap: 32px;
		margin-bottom: 56px;
	}
	.banner_2columnInner .bannerItem {
		width: 100%;
	}
	.banner_2columnInner p.bannerTitle {
		padding-top: 0;
	}
	#sp_bottom_menu #leftProductArea {
		border-top: 1px solid #231815;
	}
	#sp_bottom_menu .leftMenu {
		border-bottom: 1px solid #231815;
	}
	#sp_bottom_menu .leftMenu#leftOtherArea {
		border: none;
	}
	#sp_bottom_menu #leftOtherArea:after {
		display: none;
	}
	#sp_bottom_menu #leftOtherArea .accordionTitle {
		border-bottom: 1px solid #231815;
	}
}

.footerTop {
	border-top: 1px solid #231815;
	padding: 40px 0;
}
.footerTopLogo {
	width: 343px;
	margin: 0 auto;
}
.footerTopAddress {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	line-height: calc(16 /12);
	margin-bottom: 24px;
}
.footerTopBox {
	max-width: 960px;
	margin: 0 auto;
	border: 1px solid #231815;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.footerTopBox .footerTopBoxItem.dummy {
	pointer-events: none;
}
.footerTopBox .footerTopBoxItem a {
	display: block;
	width: 100%;
	height: 100%;
	color: #231815;
	transition: opacity ease .3s;
	font-size: 10px;
	padding: 8px 0;
	line-height: calc(24 / 10);
	text-align: center;
}
.footerTopBox .footerTopBoxItem a:hover {
	opacity: .7;
	text-decoration: none;
}
.footerTopBox .footerTopBoxItem:nth-child(odd) {
  border-right: 1px solid #231815;
}
.footerTopBox .footerTopBoxItem{
  border-bottom: 1px solid #231815;
}
.footerTopBox .footerTopBoxItem:nth-last-child(-n + 2) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
	.footerTop {
		border-top: none;
		padding-top: 0;
	}
	.footerTopLogo {
		width: calc(315 / 375 * 100vw);
		margin-bottom: 16px;
	}
	.footerTopBox {
		width: calc(343 / 375 * 100vw);
	}
}


/* category23 清水白桃  */
.container_category23 {
	font-family: hiragino-mincho-pron, sans-serif;
}
.container_category23 img {
	width: 100%;
	height: auto;
}
.update2026 #twoMainColumnRight {
	width: 100%;
	position:relative;
}
.category_kv {
	position: relative;
	background-color: #F0EBEA;
	/* margin-bottom: 80px; */
}
.category_kv_img {
	font-size: 0;
	margin-bottom: 0 !important;
}
.category_kv img{
	width: 100%;
	height: auto;
	aspect-ratio: 1114 / 590;
}
.category_kv_btn {
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
	margin-bottom: 80px;
	margin-right: 80px;
	background-color: #FF4F30;
	width: 240px;
	height: 44px;
}
.category_kv_btn a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 44px;
	letter-spacing: 0;
	transition: opacity ease .3s;
}
.category_kv_btn a:hover {
	opacity: .7;
	text-decoration: none;
}
.cat23_colorbg {
	background-color: #F0EBEA;
	padding-top: 80px;
}
.category_index {
	display: flex;
	justify-content: flex-start;
	gap: 48px;
	max-width: 960px;
	margin: 0 auto;
}
.category_index_title {
	 writing-mode: vertical-rl;
	 font-size: 36px;
	 font-weight: 600;
	 letter-spacing: 0.02em;
}
.category_index_item {
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: calc(40 / 16);
}
.category_index_list {
	padding-bottom: 40px;
}
.category_index_list li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 16px;
}
.category_index_list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: 600;
}
.category_index_list li:nth-of-type(1):before {
	content: "1:";
}
.category_index_list li:nth-of-type(2):before {
	content: "2:";
}
.category_index_list li:nth-of-type(3):before {
	content: "3:";
}
.category_index_list li:nth-of-type(4):before {
	content: "4:";
}
.category_index_list li:nth-of-type(5):before {
	content: "5:";
}
.category_index_list li:nth-of-type(6):before {
	content: "6:";
}
.category_index_list li:nth-of-type(7):before {
	content: "7:";
}
.category_index_list li a {
	font-size: 16px;
	text-decoration: none;
	color: #231815;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 16px;
	position: relative;
}
.category_index_list li a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #231815;
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: width ease .3s;
}
.category_index_list li a:hover:after {
	width: 0;
}
#section1_23 {
	padding-top: 40px;
}
.category_section {
	margin-left: -42px;
	width: calc(100% + 42px);
	background: #fff;
	padding-left: 42px;
	padding-bottom: 80px;
}
.category_section_title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: calc(50 / 36);
	margin-bottom: 32px;
}
.category_section_text {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: calc(24 / 16);
	font-family: noto-sans, sans-serif;
}
.category_section_text + .category_section_img {
	margin-top: 24px;
}
.category_section_text + .movie-wrap {
	margin-top: 24px;
}
.category_section_img + .slider-wrap {
	margin-top: 24px;
}
.slider-wrap {
	margin-bottom: 24px;
}
.category_section_img + .category_section_text {
	margin-top: 24px;
}
.update_section_inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.category_section_img + .movie-wrap {
	margin-top: 24px;
}
.update_addContents + #twoMainColumnRightInner {
	padding-top: 64px;
}
.slider-wrap {
	position: relative;
}
.slider-arrow {
	border: none;
	width: 40px;
	height: 40px;
	background:transparent;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.slider-arrow:focus {
	border:none;
	box-shadow: none;
	outline: none;
}
.slider-arrow.next {
	left: inherit;
	right: 0;
}
.slider-wrap {
	overflow: hidden;
	position: relative;
}
.slider-container {
	display: flex;
	will-change: transform;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.slide-item {
	width: 100%;
	flex-shrink: 0;
}
.slide-item img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.category_kv_img {
		margin-bottom: 18px;
		position: relative;
		z-index: 1;
	}
	.category_kv img {
		margin-left: 0;
		max-width: none !important;
		width: 100vw;
		margin-left: -16px;
		/* margin-top: -21px; */
		aspect-ratio: initial;
	}
	.cat23_colorbg {
		padding-top: 0;
		position:relative;
	}
	.cat23_colorbg:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		margin-left: -16px;
		height: 100vh;
		background-color: #F0EBEA;
	}
	.category_kv_btn {
		position: relative;
		width: 100%;
		margin: 18px auto 18px;
	}
	.category_kv {
		margin-bottom: 0;
	}
	.category_index_title {
		font-size: 24px;
		z-index: 2;
	}
	.category_index {
		gap: 16px;
	}
	.category_index_list li a:after {
		display: none;
	}
	.category_index_list li a {
		text-decoration: underline;
	}
	.category_section {
		margin-left: -16px;
		width: 100vw;
		padding-left: 16px;
		padding-right: 16px;
	}
	.category_section_title {
		font-size: 24px;
	}
	/* FB */
	#pre_undercolumn {
		position: relative;
		z-index: 2;
		padding-left: 0;
		padding-right: 0;
	}
	.floatBtn {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		margin-top: calc(100dvh - 44px);
		transform: translateY(50px);
		transition: transform ease .3s;
	}
	.floatBtn.isView {
		transform: translateY(0);
	}
}

.kensakuTitle02 {
	position: relative;
	z-index: 1;
}

