@charset "utf-8";

/* -----------------------------------------------------------
パーツ
------------------------------------------------------------- */
:root {
	--space-inner: 15px;
	--space-outer: 20px;
	--black: #332925;
	--gray:#5c5c5c;
	--letter-spacing:0.02em;
}

html{
	scroll-behavior: smooth;
}
body{
	color:var(--gray);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	scroll-behavior: smooth;
	line-height: 2.0;
	letter-spacing: var(--letter-spacing);
}

p,dd{
	font-size:14px;
	line-height: 2;
	/* text-align: justify; */
	letter-spacing: var(--letter-spacing);
	font-weight: 400;
}
img {
	/* width: 100%; */
  	max-width: 100%;
  	height: auto;
  	vertical-align: bottom;
}
a{
  text-decoration: none;
  transition: 0.3s;
  color:#5c5c5c;
}
a:hover{
  opacity: 0.7;
}
/* section{
	padding:80px 0;
	margin:auto;
} */
span{
	font-size:inherit;
}

@media(max-width: 540px){
	.sp_none {
		display: none !important;
	}
}
@media(max-width:960px){
	.mb_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.pc_none {
		display: none !important;
	}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {    clear: both; }
.cf {    *zoom: 1; }

.w20{width:22%}
.w30{width:29%;}
.w40{width:38%;}
.w50{width:47%;}
.w60{width:58%;}
.w70{width:68%;}
.w80{width:76%}
.w90{width:86%}
.w100{width:100%;}
@media(max-width: 540px){
  	/* .w20,.w30,.w40,.w50,
	.w60,.w70,.w80,.sp_w100{
		width:100%;
	} */
	.sp_w50{width:48%;}
}

.relative{
	position: relative;
}
.block{
	display: block;
}

.anchor{
	padding-top: 80px;
    margin-top: -80px; 
}
/*_____テキスト_____*/
.m_center { margin-left: auto; margin-right: auto; }
.txtC { text-align: center; }
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.bold{	font-weight: bold;}
.medium{ font-weight: 500;}
.txt10{ font-size: 10px;}
.txt12{ font-size: 12px;}
.txt13{ font-size: 13px;}
.txt14{ font-size: 14px;}
.txt15{ font-size: 15px;}
.txt16{ font-size: 16px;}
.txt17{ font-size: 17px;}
.txt18{ font-size: 18px;}
.txt19{ font-size: 19px;}
.txt20{ font-size: 20px;}
.txt21{ font-size: 21px;}
.txt22{ font-size: 22px;}
.txt24{ font-size: 24px;}
.txt30{ font-size: 30px;}
.txt32{ font-size: 32px;}
.txt36{ font-size: 36px;}
.txt40{ font-size: 40px;}
.txt48{ font-size: 48px;}
@media(max-width: 540px){
	.sp_txtC{
		text-align: center;
	}
	.sp_txtL{
		text-align: left;
	}
	/* .txt14{ font-size: 12px;}
	.txt15{ font-size: 14px;}
	.txt18{ font-size: 16px;}
	.txt20{ font-size: 18px;}
	.txt22{ font-size: 20px;}
	.txt24{ font-size: 22px;}
	.txt30{ font-size: 24px;}
	.txt32{ font-size: 26px;}
	.txt36{ font-size: 28px;}
	.txt40{ font-size: 30px;}
	.txt48{ font-size: 32px;} */
}
.indent{
	padding-left: 1em;
 	text-indent: -1em;
	line-height: 1.8;
}
/*_____フレックス_____*/
.flex{
	display: -ms-flexbox;
	display: flex;
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.justE{
	justify-content: flex-end;
}
.flexW{
	flex-wrap: wrap;
}
.alignS{align-items: start;}
.alignC{align-items: center;}
.alignB{align-items: baseline;}
.alignE{align-items: end;}
@media (max-width: 540px) {
	.sp_flclear{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
	.flexrevrse{
	 flex-direction: column-reverse;
	}
}


/*_____余白_____*/
.m0auto{margin: 0 auto}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.mt0{margin-top: 0;}
.mt4{margin-top:4px;}
.mt6{margin-top:6px;}
.mt8{margin-top:8px;}
.mt10{margin-top: 10px;}
.mt12{margin-top: 12px;}
.mt15{margin-top: 15px;}
.mt18{margin-top:18px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}

.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}




@media(max-width: 540px){
  .sp_mb0{margin-bottom: 0;}
  .sp_mb10{margin-bottom: 10px;}
  .sp_mb15{margin-bottom: 15px;}
  .sp_mb20{margin-bottom: 20px;}
  .sp_mb30{margin-bottom: 30px;}
  .sp_mt0{margin-top: 0;}
  .sp_mt10{margin-top: 10px;}
  .sp_mt15{margin-top: 15px;}
  .sp_mt20{margin-top: 20px;}
  .sp_mt30{margin-top: 30px;}
}


/* -----------------------------------------------------------
共通
------------------------------------------------------------- */
html,body {
height: 100%;
margin: 0;
}
.eiji{
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}
.black{color:var(--black)}
.gray{color:var(--gray)}
.blue{color:var(--blue)}
.goldtxt{color:var(--goldtxt)}
.line2{line-height: 2.0;}
.opa8{opacity: 0.8;}

.content{
	position: relative;
	z-index: 2;
	width:390px;
	margin:0 auto;
	/* background: url(../imgs/top_bg.png),linear-gradient(#B5B5B5,#E6E6E6,#D2D7D8,#E8E8E8,#DDDDDD); */
	background-color: #fcfcfc;
	overflow-x: hidden; /* 雪の結晶を見切れさせるため */
}
@media (max-width: 1100px){
	.content{
		margin:0 auto;
	}
}
@media (max-width: 540px){
	.content{
		width: 100%;
		max-width: none;
	}
}



.main_img{
	padding: 32px 24px;
    background: #fcfcfc;
}

.wrap{
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 2px 4px rgba(232,232,232,0.5);
	backdrop-filter: blur(50px);
	padding:32px;
	
}
.wrap_center{
	margin:0 24px;
	border-radius: 4px 4px 0 0;
}
.wrap_right{
	margin-left:24px;
	border-radius: 4px 0 0 4px;
}
.wrap_left{
	margin-right:24px;
	border-radius: 0 4px 4px 0;
}

.bg_item{
	position: absolute;
	z-index: -1;
	right:0;
	width:100%;
}
.title{
	font-size:16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color:#fff;
	line-height: 1.4;
	margin:80px 0 80px 24px;
}
.title_dot{
	font-size: 40px;
    line-height: 40px;
    margin-right: 12px;
	filter: blur(1px);
}
.title span.eiji{
	font-size:32px;
	letter-spacing: 0.08em;
}

.img{
	position: relative;
}
.img:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 4px;
	right:-4px; 
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FD9B5B 0%, #E48198 40.87%, #789EBA 64.9%, #29BDD5 100%);
	filter: blur(6px);
	opacity: 0.4;
}

.event_title{
	font-size:18px;
	color:#332925;
	line-height: 1.75em;
	letter-spacing: 0;
	font-weight: 400;
	padding-left:8px;
	border-left:2px solid;
	border-image: linear-gradient(
    180deg,
    rgba(253,155,91,0.6) 0%,
    rgba(228,129,152,0.6) 40.87%,
    rgba(120,158,186,0.6) 64.9%,
    rgba(41,189,213,0.6) 100%
  ) 1;
}
.day{
	margin-top:5px;
	font-size:11px;
	color:#8B7E7C;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 0;
	margin-bottom:12px;
}
.day span{
	font-size: 16px;
	background:linear-gradient(360deg, #29BDD5 -20.08%, #E48198 59.01%, #FD9B5B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.day:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4.2px;
    height: 16.24px;
    background: url(../imgs/day_left.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.day::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4.2px;
    height: 16.24px;
    background: url(../imgs/day_right.png) no-repeat;
    background-size: contain;
    margin-left: 6px;
}


.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
  color: #5C5C5C;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

/* 矢印（擬似要素） */
.btn::after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../imgs/arrow_right_black.png) no-repeat;
  background-size: contain;
}

/* ボーダー（グラデーション + blur） */
.btn .btn__border {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  filter: blur(1px);
  pointer-events: none;
}

.btn .btn__border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(90deg,
      rgba(253, 155, 91, 1),
      rgba(228, 129, 152, 1),
      rgba(41, 140, 198, 1),
      rgba(41, 189, 213, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}



.more_btn {
    border-bottom: 1px solid rgba(51, 41, 37, 0.25);
    padding-right: 18px;
    display: inline-block;
    font-size: 12px;
    position: relative;
	line-height: 1.6;
}
.more_btn::before {
	content: "";
    position: absolute;
    display: block;
    top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 12px;
	background: url(../imgs/arrow_right_black.png) no-repeat;
	background-size: contain;
}
.more_btn_app::before{
	background: url(../imgs/arrow_naname_black.png) no-repeat;
	background-size: contain;
}

.between_mark{
	margin:15px 0;
	width:32px;
}
.divider{
	width:70px;
}

.midashi{
	position: relative;
	display: inline-block;
    padding: 5.5px 8px;
    text-align: center;
	font-size: 13px;
	line-height: 1;
	color:#332925;
	margin-top:12px;
	white-space: nowrap;
	background: rgba(255, 255, 255, 1);
	border-radius: 16px;
	border: 1px solid transparent;
	background:
		linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) padding-box,
		linear-gradient(
			90deg,
			#00A99E 0%,
			#789EBA 35.1%,
			#E48198 59.13%,
			#FD9B5B 100%
		) border-box;
}
.midashi_gray{
	display: inline-block;
	padding: 5.5px 8px;
    text-align: center;
	font-size: 12px;
	line-height: 1;
	color:var(--gray);
	margin-top:12px;
	white-space: nowrap;
	background: rgba(255, 255, 255, 1);
	border-radius: 16px;
	border: 1px solid #DDDDDD;
}


.slide_dots {
	margin-bottom: 15px;
	padding-bottom: 0px;
	text-align: center;
	position: initial!important;
}
.slide_dots li{
	display: inline-block;
	margin: 5px;
}
.slide_dots li button {
	width:8px;
	height: 8px;
	background-color: #B5B5B5;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size:0;
}
.slide_dots li.slick-active button {
	background-color: #AA9F5E;
}
/* .slick-dotted.slick-slider{
	margin-bottom:10px;
} */


/*--------------------------------------
  メニュー
---------------------------------------*/
/* PC時 */
.pc_bg_wrap{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-image :url("../imgs/pc_bg.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	/* opacity: 0; */
}
.pc_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pc_logo{
	position: absolute;
	z-index: 2;
	left:10%;
	top:50%;
	transform: translateY(-50%); 
	width:262px;
}
.pc_menu{
	position: absolute;
    z-index: 2;
    right: 12%;
    bottom:10%;
	/* transform: translateY(-50%); */
}
.pc_menu a{
	display: block;
	position: relative;
	color:rgba(255,255,255,0.9);
	font-size:16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	border-bottom:1px solid #fff;
	width:300px;
	padding:20px;
}
.pc_menu a:last-child{
	border-bottom:none;
}
.pc_menu a:after{
	content: "";
	display: inline-block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:10px;
    width: 18px;
    height: 18px;
    background-image: url('../imgs/arrow_right.png');
    background-position: center;
    background-size: contain;
}
.pc_menu a:last-child{
	display: none;/* デジタルブックがない間の措置 */
}
.pc_menu a:last-child:after{
	background-image: url('../imgs/arrow_naname.png');
	width: 15px;
    height: 15px;
}
.pc_menu a span.eiji{
	color:#fff;
	font-size:24px;
	letter-spacing: 0.06em;
}
@media (max-width: 1400px){
	.pc_menu{
		right:8%;
	}
}
@media (max-width: 1200px){
	.pc_menu{
		right:4%;
	}
	.pc_logo{
		left:4%;
	}
}
@media (max-width: 1100px){
	.pc_menu,.pc_logo{
		display: none;
	}
}
@media (min-width: 1101px){
	header{
		display: none;
	}
}


.header {
	width: 100%;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 3;
	transition: 0.3s ease-out;
	width:100%;
}
.header.header_on {
	top: 0;
}
.header_contents {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	background: rgba(252, 252,252,0.8) ;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.03);
}

.h_logo{
	width:100px;
}
@media (max-width: 1100px){
	.header{
		margin:0 auto;
	}
}

@media screen and (max-width: 540px) {
	.header{
		width: 100%;
	}
	.header_contents {
		padding: 10px 18px;
	}
	.header_contents .h_logo {
		width: min(33.846vw, 132px);
	}
}

/* ハンバーガーボタン */
.drawer_nav_wrapper {
	position: absolute;
	top: 10px;
	right: 18px;
}
@media (min-width: 1101px){
	.drawer_nav_wrapper{
		display:none;
	}
}
@media screen and (max-width: 540px) {
	.drawer_nav_wrapper {
	  top: 6px;
	}
}
  .menu_trigger {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
	position: relative;
  }
  .menu_trigger span {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 1px;
	background: var(--gray);
  }
  .menu_trigger span:nth-of-type(1) {
	top: 20px;
  }
  .menu_trigger span:nth-of-type(2) {
	top: 26px;
  }
  .menu_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
			transform: translateY(10px) rotate(-45deg);
	width:20px;
  }
  .menu_trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-10px) rotate(45deg);
			transform: translateY(-10px) rotate(45deg);
	top: 40px;
	width:20px;
  }
  
/* メニューの中身 */
.header_nav_contents {
	width: 60%;
	max-width:360px;
	height: 100dvh;
	background-color: rgba(252,252,252,1);
	position: absolute;
	top: 0;
	right: -60%;/*widthと同じ数値に*/
	visibility: hidden;
	opacity: 0%;
	transition: 0.5s ease; 
	z-index: 9;
}
.header_nav_contents nav {
	width: 100%;
}
.header_nav_contents ul {
	position: relative;
	padding:90px 24px 0;
}
.header_nav_contents.open {
	right: 0;
	visibility: visible;/*追加*/
	opacity: 100%;/*追加*/
}
.menu li{
	display: block;
	position: relative;
	border-bottom:1px solid;
	border-image: linear-gradient(
		90deg,
		rgba(214, 236, 239, 1) 0%,
		rgba(220, 219, 225, 1) 25%,
		rgba(243, 228, 229, 1) 50.48%,
		rgba(249, 217, 212, 1) 75.24%,
		rgba(250, 222, 208, 1) 100%
	) 1;
}
.menu li a{
	color:rgba(92,92,92,0.6);
	font-size:12px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	font-weight: 500;
	display: block;
    padding: 20px 0;
}
.menu li:after{
	content: "";
	display: inline-block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:10px;
    width: 18px;
    height: 18px;
    background-image: url('../imgs/arrow_right_black.png');
    background-position: center;
    background-size: contain;
}
.menu li:last-child{
	display: none;/* デジタルブックがない間の措置 */
}
.menu li:last-child:after{
	background-image: url('../imgs/arrow_naname_black.png');
	width: 15px;
    height: 15px;
}
.menu li a span{
	font-family: "Nunito Sans", sans-serif;
	color:var(--gray);
	font-size:20px;
	letter-spacing: 0.06em;
}
.menu_logo{
	width:144px;
	position: absolute;
	bottom:50px;
	left:50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 540px) {
	.header_nav_contents {
		width: 80%;
	}
}
/*--------------------------------------
 footer
---------------------------------------*/
.banner_wrap{
	margin:56px 25px;
}
.banner_wrap img{
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(232,232,232,0.5);
}
footer{
	padding:120px 32px 48px;
	/* padding:140px 32px 84px;*/
	background-image: url(../imgs/bg_footer.png);
	background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.footer_link a{
	display: block;
	position: relative;
	color:rgba(255,255,255,0.9);
	font-size:12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	border-bottom:1px solid #fff;
	padding:16px;
}
.footer_link a:after{
	content: "";
	display: inline-block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:10px;
    width: 18px;
    height: 18px;
    background-image: url('../imgs/arrow_right.png');
    background-position: center;
    background-size: contain;
}
.footer_link a:last-child{
	display: none; /* デジタルブックがない間の措置 */
}
.footer_link a:last-child:after{
	background-image: url('../imgs/arrow_naname.png');
	width: 15px;
    height: 15px;
}
.footer_link a span.eiji{
	color:#fff;
	font-size:20px;
	letter-spacing: 0.06em;
}

.footer_mslink{
	font-size:12px;
	margin-top:21px;
	position: relative;
	color:#fff;
	font-weight: 500;
	display: inline-block;
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
	padding-right:20px;
}
.footer_mslink:after{
	content: "";
	display: inline-block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:0px;
    width: 12px;
    height: 12px;
    background-image: url('../imgs/arrow_right.png');
    background-position: center;
    background-size: contain;
}


/* -----------------------------------------------------------
トップ
------------------------------------------------------------- */
.top_wrapborder{
	position: absolute;
	top:0;
	left:0;
}

.bg_item_top1{
	top:0px;
}
.bg_item_top2{
	bottom:-550px;
}
.bg_item_top3{
	top:15%;
}
.bg_item_top4{
	top:30%;
}
.bg_item_top5{
	top:45%;
}
.bg_item_top6{
	top:60%;
}
.bg_item_top7{
	top:75%;
}
.bg_item_top8{
	top:-640px;
}
.bg_item_top9{
	top:12%;
}


.top_cp_txt .day{
	margin: 0 auto 4px;
    line-height: 1.3;
}
.top_cp_txt p:not(.day){
	color:#332925;
	font-size:13px;
	line-height: 1.6;
}
.top_cp_txt .day span{
	background: #6F6361;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_cp_txt .day:before,.top_cp_txt .day:after{
	content: none;
}
.top_cp:after{
	position: absolute;
	content:"";
	background:url(../imgs/arrow_right_black.png);
	width:14px;
	height:14px;
	bottom:0;
	right:0;
	background-position: center;
    background-size: contain;
}
.top_cp img{
	box-shadow: 0px 4px 12px rgba(0,0,0,0.03);
}

/* -----------------------------------------------------------
イベント
------------------------------------------------------------- */
.event_figcap{
	font-size:11px;
	color: var(--grau);
	opacity: 0.5;
}
figcaption p{
	line-height: 1.8;
}

.bg_item_event1{
	top:-244px;
}
.bg_item_event2{
	top:5%;
}
.bg_item_event3{
	top:14%;
}
.bg_item_event4{
	top:21%;
}
.bg_item_event5{
	top:28%;
}
.bg_item_event6{
	top:35%;
}
.bg_item_event7{
	top:42%;
}
.bg_item_event8{
	top:49%;
}
.bg_item_event9{
	top:60%;
}
.bg_item_event10{
	top:68%;
}
.bg_item_event11{
	top:74%;
}
.bg_item_event12{
	top:82%;
}
.bg_item_event13{
	top:90%;
}

/*--------------------------------------
  キャンペーン
---------------------------------------*/
.cp_table tr th{
	padding-right:10px;
	white-space: nowrap;
	text-align: left;
	font-weight: 600;
}
.bg_item_cp1{
	top:-230px;
}
.bg_item_cp2{
	top:6%;
}
.bg_item_cp3{
	top:18%;
}
.bg_item_cp4{
	top:33%;
}
.bg_item_cp5{
	top:44%;
}
.bg_item_cp6{
	top:60%;
}
.bg_item_cp7{
	top:71%;
}
.bg_item_cp8{
	top:80%;
}
.bg_item_cp9{
	top:88%;
}

/*--------------------------------------
  マルシェ
---------------------------------------*/
.marche_main{
	box-shadow: 0px 4px 30px 0px #8181811A;
}
.marche_acc_toggle {
	display: none;
}
.marche_acc_option {
	position: relative;
}
.marche_acc_title,
.marche_acc_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.marche_acc_title {
	padding: 12px 16px;
	display: block;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	border:1px solid #ddd;
}
.marche_acc_title .day {
	margin:0;
}
.marche_acc_title .day span{
	font-size:18px;
}
.marche_acc_title .day:before,.marche_acc_title .day:after{
	content: none;
}
.marche_acc_title::after,
.marche_acc_title::before {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 8px;
	background-color: #332925;
	transition: all 0.3s;
}
.marche_acc_title::after {
	transform: translateY(-50%) rotate(90deg);
}
.marche_acc_content {
	/* max-height: 0;
	overflow: hidden; */
	display: grid; 
	grid-template-rows: 0fr;
}
.marche_acc_content > div {
	overflow: hidden;
  }
.marche_acc_toggle:checked + .marche_acc_title + .marche_acc_content {
	/* max-height: 500px; */
	grid-template-rows: 1fr;
	transition: all 0.3s;
	padding:0 16px 6px;
	background: #fff;
	border:1px solid #ddd;
	border-top:0;
	border-radius: 0 0 4px 4px;
}
.marche_acc_toggle:checked + .marche_acc_title{
	border-bottom:0;
	border-radius: 4px 4px 0 0;
}
.marche_acc_content p{
	line-height: 1.8;
}
.marche_acc_toggle:checked + .marche_acc_title::before {
	transform: translateY(-50%) rotate(45deg) !important;
}
.marche_acc_toggle:checked + .marche_acc_title::after {
	transform: translateY(-50%) rotate(-45deg) !important;
}

.marche_shopwrap{
	display: block;
	position: relative;
	padding:8px 0;
	border-top:1px solid #ddd;
}
.marche_shopicon{
	width:20px;
	margin:4px 4px 0 0;
}
.marche_pageicon{
	width:12px;
	align-self: flex-end;
	margin:0 6px;
	margin-left:auto;
}
.marche_shopindent{
	padding-left: 24px;
	text-indent: -24px;
}
.marche_star{
	font-size:10px;
	padding-left:4px;
	vertical-align: text-top;
}


.bg_item_marche1{
	top:-270px;
}
.bg_item_marche2{
	top:600px;
}