@charset "UTF-8";
/* ===========================================
    7days CSS
============================================= */
/* header, footer ----------*/
.br-Brand_Header,
#brand-footer {
	display: none!important;
}

#tc-header {
	height: 60px;/* ブランドヘッダー分マイナス */
}
@media screen and (max-width: 640px) {
	#tc-header {
		height: 44px;
	}
}

/* common ----------*/
:root {
	--seven-days-brown: #8b5d53;
	--seven-days-gray: #595757;
}
.tc-content{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: calc(16 / 13 * 1rem);
	font-weight: normal;
}
.tc-content .bg_brown {
	background: var(--seven-days-brown)!important;
}
.tc-content a:hover{
	opacity: 1;
}
.tc-content img{
	width: inherit;
}
.flex{ display: flex;}
.sp{ display: none!important; }
@media screen and (max-width: 768px) {
	.pc{ display: none!important; }
	.sp{ display: block!important;}
}

/* fade item */
.fade-item {
	opacity: 0;
}
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* sp nav ------------------- */
.sp_navi_disp_area{
	position: relative;
}
	.sp_navi_disp_area .sp_nav_wrap{
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 20;
		width: 150px;
		margin-left: auto;
		transition: .5s;
	}
#sd-nav-toggle {
	display: none;
	/*position: fixed;*/
	position: absolute;
	top: 80px;
	right: 25px;
	z-index: 1000;
	cursor: pointer;
	width: 30px;
	height: 21px;
}
.open #sd-nav-toggle{
	position: fixed;
	display: block!important;
}
@media screen and (max-width: 640px) {
	#sd-nav-toggle {
		top: 64px;
	}
}
	#sd-nav-toggle > div {
		position: relative;
		width: 30px;
		margin: 0 auto;
	}
	#sd-nav-toggle span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		position: absolute;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#sd-nav-toggle span {
		background: #adadad;
	}
	#sd-nav-toggle span:nth-child(1) { top: 0px;}
	#sd-nav-toggle span:nth-child(2) { top: 9px;}
	#sd-nav-toggle span:nth-child(3) { top: 18px;}
	.open #sd-nav-toggle span:nth-child(1) {
		top: 9px;
		transform: rotate(45deg);
	}
	.open #sd-nav-toggle span:nth-child(2) {
		top: 0px;
		width: 0;
		left: 50%;
	}
	.open #sd-nav-toggle span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
#sd-global-nav {
	display: none;
	background: #e8dad7;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	line-height: 1;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	padding: 120px 0px;
	width: 150px;
	transition: .5s;
}
	#sd-global-nav nav > a {
		margin-bottom: 40px;
	}
		#sd-global-nav nav > a img{
			width: 90px;
		}
	#sd-global-nav ul {
		text-align: right;
		list-style: none;
	}
		#sd-global-nav ul li {
			position: relative;
			width: 100%;
			z-index: 2;
			transition: .5s;
			padding-right: 25px;
		}
		#sd-global-nav ul li + li{
			margin-top: 20px;
		}
			#sd-global-nav ul li a{
				display: inline-block;
				border-bottom: 1px solid var(--seven-days-brown);
				padding-bottom: 3px;
			}
.open #sd-global-nav {
	transition: opacity .6s ease, visibility .6s ease;	
	visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 769px) {
	#sd-nav-toggle {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	#sd-nav-toggle {
		@display: block;
	}
	#sd-global-nav  {
		display: block;
	}
}


/* mv ----------*/
.tc-sd-mv {
	height: auto!important;
	margin-top: 60px;
	padding: 0!important;
}
	.tc-sd-mv video {
		width: 100%;
	}
@media screen and (max-width: 768px) {
	.tc-sd-mv {
		margin-top: 44px;
	}
}

/* introduction ----------*/
.sct_introduction{
	overflow: hidden;
	color: #fff;
	padding: 140px 0 0;
}
.sct_introduction .title {
	text-align: center;
	margin-left: 25px;
	margin-bottom: 40px;
	padding: 0 25px;
}
	.sct_introduction .title img{
		width: 100%;
		max-width: 806px;
	}
	.sct_introduction .lead {
		font-size: calc(18 / 13 * 1rem);
		line-height: 200%;
		text-align: center;
		margin-bottom: 75px;
		padding: 0 25px;
	}
.sct_introduction .intro_bg {
	position: relative;
	z-index:2;
}
.sct_introduction .intro_bg::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1;
	display: block;
	width: 100%;
	height: 15%;
	background: #fff;
}
	.sct_introduction .intro_bg img{
		position: relative;
		z-index: 2;
		width: 100%;
	}
.sct_introduction .intro_bg .inner{
	position: absolute;
	top: 42%;
	left:0;
	right: 0;
	z-index: 3;
	width: 100%;
	padding: 0 25px;
}
	.sct_introduction .intro_bg .txt{
		max-width: 960px;
		margin: 0 auto;
	}
		.sct_introduction .intro_bg .txt .title_l{
			font-size: calc(30 / 13 * 1rem);
			font-weight: normal;
			color: #fff;
			line-height: 160%;
			margin-bottom: 15px;
		}
		.sct_introduction .intro_bg .txt .lead_s{
			line-height: 300%;
		}
@media screen and (max-width: 1230px) {
	.sct_introduction .intro_bg::before {
		height: 15%;
	}
		.sct_introduction .intro_bg img{
			width: 115%;
			max-width: inherit;
		}
	.sct_introduction .intro_bg .inner{
		top: 38%;
	}
		.sct_introduction .intro_bg .txt{
			padding-left: 7.5vw;
		}
}
@media screen and (max-width: 768px) {
	.sct_introduction{
		padding: 60px 0 0;
	}
	.sct_introduction .title {
		margin-left: 0px;
		margin-bottom: 30px;
	}
		.sct_introduction .title img{
			max-width: 200px;
			margin: 0 auto;
		}
		.sct_introduction .lead {
			font-size: calc(12 / 13 * 1rem);
			line-height: 220%;
			margin-bottom: 40px;
		}
	.sct_introduction .intro_bg::before {
		height: 7.5%;
	}
	.sct_introduction .intro_bg .inner{
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}
	.sct_introduction .intro_bg .txt{
		padding-left: 0;
	}
	.sct_introduction .intro_bg img{
		width: 100%;
	}
	.sct_introduction .intro_bg img.intro_bg_top{
		margin-bottom: 30px;
	}
		.sct_introduction .intro_bg .txt .title_l{
			font-size: calc(18 / 13 * 1rem);
			line-height: 140%;
			text-align: center;
			margin-bottom: 22px;
		}
		.sct_introduction .intro_bg .txt .lead_s{
			font-size: calc(12 / 13 * 1rem);
			line-height: 220%;
			text-align: center;
			margin-bottom: 50px;
		}
}

/* sct_coordinate */
.sct_coordinate{
	text-align: center;
	padding: 40px 20px 120px;
}
	.sct_coordinate  img{
		width: 100%;
	}
	.sct_coordinate .sevendays_logo{
		margin-bottom: 80px;
	}
		.sct_coordinate .sevendays_logo img{
			max-width: 512px;
		}
	.sct_coordinate .coordinate_bg{
		display: flex;
		justify-content: center;
	}
		.sct_coordinate .coordinate_bg a:hover img{
			scale: 1.1;
			z-index: 2;
		}
		.sct_coordinate .coordinate_bg img{
			position: relative;
			max-width: 1000px;
			max-height: 438px;
			transition: scale .4s 0s ease-out;
		}
@media screen and (max-width: 768px) {
	.sct_coordinate{
		text-align: center;
		padding: 60px 25px 60px;
	}
		.sct_coordinate  img{
			width: 100%;
		}
		.sct_coordinate .sevendays_logo{
			margin-bottom: 50px;
		}
			.sct_coordinate .sevendays_logo img{
				max-width: 280px;
			}
}
/* seven_days ----------*/
.seven_days {
	position: relative;
	z-index: 1;
}
/* anchor_links */
.seven_days .anchor_links{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	line-height: 1;
	height: 100%;
	padding: 130px 0 50px;
	mix-blend-mode: multiply;
}
	.seven_days .anchor_links ul{
		position: sticky;
		position: -webkit-sticky;
		top: 20vh;
	}
	.seven_days .anchor_links ul li{
		text-align: right;
	}
	.seven_days .anchor_links ul li + li{
		margin-top: 35px;
	}
		.seven_days .anchor_links ul li a{
			display: inline-flex;
			align-items: center;
			transition: .5s;
		}
			.seven_days .anchor_links ul li a img{
				width: auto;
			}
				.seven_days .anchor_links ul li a::after {
					content: "";
					height:1px;
					flex-grow: 1;
					width: 20px;
					background-color:var(--seven-days-brown);
					margin-left: 10px;
					transition: .5s;
				}
				.seven_days .anchor_links ul li a:hover::after{
					width: 50px;
				}
@media screen and (max-width: 768px) {
	.seven_days .anchor_links{
		display: none;
		mix-blend-mode: normal;
	}
		.seven_days .anchor_links ul{
			position: sticky;
			position: -webkit-sticky;
			top: 20vh;
		}
		.seven_days .anchor_links ul li{
			text-align: right;
		}
		.seven_days .anchor_links ul li + li{
			margin-top: 35px;
		}
			.seven_days .anchor_links ul li a{
				display: inline-flex;
				align-items: center;
				transition: .5s;
			}
				.seven_days .anchor_links ul li a img{
					width: auto;
				}
					.seven_days .anchor_links ul li a::after {
						content: "";
						height:1px;
						flex-grow: 1;
						width: 20px;
						background-color:var(--seven-days-brown);
						margin-left: 10px;
						transition: .5s;
					}
					.seven_days .anchor_links ul li a:hover::after{
						width: 100px;
					}
}
/* sct_days */
/* monday */
.seven_days .sct_days{
	background: #e8dad7;
	padding: 120px 25px;
	overflow: hidden;
}
.seven_days .sct_days .inner{
	max-width: calc(100% - ((100% - 960px)/2));
	margin: 0 0 0 auto;
}
.seven_days .sct_days .flex_days{
	gap: 40px;
}
	.seven_days .sct_days .flex_days .col_l{
		position: relative;
		width: 600px;
		padding-top: 80px;
		padding-bottom: 44px;
	}
		.sct_days .title{
			position: relative;
			z-index: 3;
		}
		.sct_days .info{
			position: relative;
			z-index: 2;
			color: var(--seven-days-brown);
			letter-spacing: 1px;
		}
			.sct_days .title_l{
				margin-bottom: 15px;
			}
			.sct_days .txt{
				line-height: 250%;
				margin-bottom: 100px;
			}
			.sct_days .tuche{
				margin-bottom: 56px;
			}
				.sct_days .title_m{
					line-height: 1;
					margin-bottom: 20px;
				}
				.sct_days a.flex_item {
					position: relative;
					display: flex;
					align-items: center;
					font-size: calc(14 / 13 * 1rem);
					color: var(--seven-days-brown);
					line-height: 110%;
					width: 195px;
					transition: .5s;
				}
				.sct_days .haruta a.flex_item {
					color: #ff7c4c!important;
				}
				.sct_days a.flex_item + a.flex_item{
					margin-top: 20px;
				}
				.sct_days a.flex_item:hover {
					width: 215px;
				width: 220px;
					transition: .5s;
				}
				.sct_days .item {
					display: flex;
					align-items: center;
					line-height: 130%;
					width: 140px;
				width: 147px;
					padding-right: 10px;
					transition: .5s;
				}
				.sct_days .item.ls_clear {
					letter-spacing: 0;
				}
				.sct_days a.flex_item:hover .item{
					width: 170px;
				width: 175px;
				}
					.sct_days .item::after {
						content: "";
						height:1px;
						flex-grow: 1;
						width: auto;
						background-color:var(--seven-days-brown);
						margin-left: 10px;
					}
					.sct_days .haruta .item::after {
						background-color: #ff7c4c!important;
					}

				.sct_days .buy {
					position: relative;
					font-weight: bold;
					padding-right: 15px;
				}
/*
					.sct_days a.flex_item:hover .buy {
						border-bottom: 1px solid var(--seven-days-brown);
					}
*/
					.sct_days a.flex_item:hover .buy {
						position: relative;
					}
					.sct_days a.flex_item:hover .buy::after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 1px;
						background: var(--seven-days-brown);
					}
					.sct_days .haruta a.flex_item:hover .buy::after {
						background: #ff7c4c!important;
					}
					.sct_days .buy .arrow {
						display: flex;
						justify-content: center;
						align-items: center;
						position: absolute;
						top: 7px;
						right: 0;
						transform: translateY(-50%);
						width: 11px;
						height: 11px;
						overflow: hidden;
						transition: transform 0.3s;
						visibility: hidden;
					}

						.sct_days a.flex_item:hover .buy .arrow {
							visibility: visible;
						}
						@keyframes moveArrow {
							0%, 100% {
								-webkit-transform: translate(0, 0);
								transform: translate(0, 0);
							}
							50% {
								-webkit-transform: translate(100%, -100%);
								transform: translate(100%, -100%);
								opacity: 0;
							}
							51% {
								-webkit-transform: translate(-100%, 100%);
								transform: translate(-100%, 100%);
								opacity: 0;
							}
							52% {
							   opacity: 1;
							}
						}
							.sct_days a.flex_item:hover .buy .arrow img {
							   -webkit-animation: moveArrow 0.7s forwards;
							   animation: moveArrow 0.7s forwards;
								animation-delay: .2s;
							}
				.sct_days .main_photo{
					position: absolute;
					top: -28px;
					right: 0;
					z-index: 1;
					width: 400px;
				}
	.seven_days .sct_days .flex_days .col_r{
		position: relative;
		width: 470px;
	}
		/* slide */
		.tc-slide {
			position: absolute;
			bottom: 10px;
			left: 0;
			width: 100%;
			max-width: 240px;
		}
		.img_horaizontal .tc-slide{
			max-width: 380px;
		}
/*
		.tc-slide .slick-list,
		.comment .slick-list{
			pointer-events: none;
		}
*/
		.comment .slick-list{
			pointer-events: none;
		}
			.tc-slide li img{
				width: 100%;
			}
			.tc-slide .slick-dots {
				margin: 20px 0 0;
			}
			.img_horaizontal .tc-slide .slick-dots {
				max-width: 230px;
			}
			.bg_brown .img_horaizontal .tc-slide .slick-dots {
				margin-left: auto;
			}
				.tc-slide .slick-dots li{
					margin: 0 10px;
				}
				.tc-slide .slick-dots li button {
					background: #fff;
				}
				.tc-slide .slick-dots li.slick-active button {
				   background: none;
					border:1px solid var(--seven-days-brown);
				}
				.bg_brown .tc-slide .slick-dots li.slick-active button {
					border:1px solid #fff;
				}
		/* staff comment */
		.comment {
			transition: .5s;
			position: absolute;
			bottom: 0;
			right: 0;
			color: var(--seven-days-brown);
			text-align:justify;
			background-color: #58a;
			width: 250px;
			background: linear-gradient(135deg, transparent 15px, #fff 0);
			padding: 15px 25px 20px;
		}
			.comment::before {
				content: ''; 
				position: absolute;
				top: 10px;
				left: -26px;
				width: 72px;
				height: 1px;
				background: #8b5d53;
				transform: rotate(-45deg);
			}
			.bg_brown .comment::before {
				background: #fff;
			}
			.comment .title{
				text-align: center;
				border-bottom: 1px solid var(--seven-days-brown);
				margin-bottom: 15px;
				padding: 0 5px 10px;
			}
				.comment .title img{
					width: 100%;
					max-width: 150px;
				}
			.comment p{
				font-family: 'Noto Serif JP', serif;
				font-size: calc(14 / 13 * 1rem);
				line-height: 180%;
			}
@media screen and (max-width: 1120px) {
	.seven_days .sct_days .flex_days {
	    gap: 30px;
	}
	.sct_days .main_photo{
		width: 85%;
		text-align: right;
	}
	/* slide */
	.tc-slide {
		width: 53%;
	}
	.img_horaizontal .tc-slide {
		width: 80%;
	}
		.img_horaizontal .tc-slide .slick-dots {
			max-width: 52%;
		}
	/* staff comment */
	.comment {
		width: 180px;
		padding: 0px 15px 10px;
		background: linear-gradient(135deg, transparent 8px, #fff 0);
	}
		.comment::before {
			top: 6px;
			left: -15px;
			width: 40px;
		}
		.bg_brown .comment::before {
			background: #fff;
		}
		.comment .title{
			text-align: center;
			border-bottom: 1px solid var(--seven-days-brown);
			margin-bottom: 6px;
			padding: 0 5px 10px;
		}
			.comment .title img{
				max-width: 113px!important;
			}
		.comment p{
			font-size: calc(11 / 13 * 1rem);
		}
}
@media screen and (max-width: 768px) {
	/* monday */
	.seven_days .sct_days{
		padding: 70px 25px;
	}
	.seven_days .sct_days .inner{
		max-width: calc(100% - ((100% - 960px)/2));
		margin: inherit;
	}
	.sct_days .title{
		position: relative;
		z-index: 3;
	}
		.sct_days .title img{
			width: 240px;
		}
	.seven_days .sct_days .flex_days{
		flex-wrap: wrap;
		gap: 15px;
	}
		.seven_days .sct_days .flex_days .col_l{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			padding: 26px 0 0 0;
		}
			.sct_days .info{
				letter-spacing: calc(0.5 / 13 * 1rem);
			}
				.sct_days .title_l{
					line-height: 1;
					margin-bottom: 9px;
				}
					.sct_days .title_l img{
						width: 56px;
						vertical-align: middle;
					}
				.sct_days .txt{
					font-size: calc(12 / 13 * 1rem);
					line-height: 200%;
					margin-bottom: 25px;
				}

				.sct_days .tuche{
					text-align: center;
					margin: 0 0 30px;
				}
					.sct_days .title_m{
						margin-bottom: 15px;
					}
						.sct_days .title_m img{
							width:68px;
						}
						.sct_days .title_m img.title_tuche_img{
							width:43px;
						}
					.sct_days a.flex_item {
						font-size: calc(11 / 13 * 1rem);
						line-height: 110%;
						width: 260px;
						margin: 0 auto;
					}
					.sct_days a.flex_item + a.flex_item{
						margin-top: 18px;
					}
					.sct_days a.flex_item:hover {
						width: 260px;
					}
					.sct_days .item {
						text-align: left;
						width: 260px;
						padding-right: 15px;
					}
					.sct_days a.flex_item:hover .item{
						width: 260px;
					}
					.sct_days .buy {
						font-weight: bold;
						/*border-bottom: 1px solid var(--seven-days-brown);*/
						padding-right: 0;
					}
					.sct_days .buy:hover {
						border-bottom: none;
					}
					.sct_days .buy::after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 1px;
						background: var(--seven-days-brown);
					}
					.sct_days .haruta .buy::after {
						background: #ff7c4c!important;
					}
						.sct_days .buy .arrow {
							display: none;
						}
				.sct_days .haruta{
					text-align: center;
				}
				.sct_days .main_photo{
					position: relative;
					top: 0;
					left: unset;
					right: unset;
					width: 100%;
				}
		.seven_days .sct_days .flex_days .col_r{
			width: 100%;
		}
			/* slide */
			.tc-slide {
				position: relative;
				bottom: unset;
				left: 0;
				width: 100%;
				max-width: 180px;
				margin-bottom: 55px;
			}
			.img_horaizontal .tc-slide {
				max-width: 260px;
				width: 100%;
			}
				.tc-slide .slick-dots {
					margin: 15px 0 0;
				}
				.img_horaizontal .tc-slide .slick-dots {
					max-width: 160px;
				}
					.tc-slide .slick-dots li{
						margin: 0 6px;
					}
			/* staff comment */
			.comment {
				position: absolute;
				top: 175px;
				bottom: unset;
				right: unset;
				left: 145px;
				height: auto;
			}
			.img_horaizontal .comment {
				top: 150px;
			} 
}

/* tuesday */
.seven_days .sct_days.bg_brown {
	padding-left: 25px;
}
.seven_days .sct_days.bg_brown .inner {
   /*max-width: 1223px;*/
   max-width: 1283px;
   margin: -30px auto 0;
	padding-left: 60px;
	padding-left: 35px;
}
.sct_days.bg_brown .flex_days{
	position: relative;
	left: -64px;
}
.sct_days.bg_brown > .title{
	max-width: 960px;
	margin: 0 auto;
}
	.seven_days .sct_days.bg_brown .flex_days .col_l{
		width: 470px;
		padding:0;
	}
		/* slide */
		.bg_brown .tc-slide {
			left: unset;
			right: 0;
		}
		/* staff comment */
		.bg_brown .comment {
			right: unset;
			left: 17px;
		}
	.seven_days .sct_days.bg_brown .flex_days .col_r{
		width: 713px;
		text-align: right;
		padding-bottom: 73px;
	}
		.sct_days.bg_brown .main_photo{
			top: 0px;
			right: unset;
			left: 0;
		}
		.sct_days.bg_brown .info{
			display: inline-block;
			color: #fff;
			text-align: left;
			margin-top: 110px;
		}
		.sct_days.bg_brown .txt {
			min-width: 353px;
			margin-bottom: 110px;
		}
			.sct_days.bg_brown a.flex_item {
				color: #fff;
			}
				.sct_days.bg_brown .item::after {
					background-color: #fff;
				}
				/*
				.sct_days.bg_brown a.flex_item:hover .buy {
					border-bottom: 1px solid #fff;
				}
				*/
					.sct_days.bg_brown a.flex_item:hover .buy {
						position: relative;
					}
					.sct_days.bg_brown a.flex_item:hover .buy::after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 1px;
						background: #fff;
					}
			.sct_days.bg_brown .tuche{
				margin-left: 60px;
				margin-bottom: 56px;
			}
			.sct_days.bg_brown .haruta{
				margin-left: 60px;
			}
@media screen and (max-width: 1120px) {
	.seven_days .sct_days.bg_brown .inner {
		padding: 0;
	}
	.sct_days.bg_brown .flex_days {
	    position: relative;
	    left: 0px;
	}
	.sct_days.bg_brown .main_photo {
		text-align: left;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) {
	.seven_days .sct_days.bg_brown {
		padding: 70px 25px;
	}
	.sct_days.bg_brown .title img {
	    width: 236px;
	}
	.seven_days .sct_days.bg_brown .inner {
	   margin: 0 auto;
		padding: 0;
	}
	.sct_days.bg_brown .flex_days{
		position: relative;
		left: unset;
		flex-direction: column-reverse;
	}
		.seven_days .sct_days.bg_brown .flex_days .col_l{
			width: 100%;
			padding:0;
		}
			/* slide */
			.bg_brown .tc-slide {
				left: unset;
				right: 0;
				margin-left: auto;
			}
			/* staff comment */
			.bg_brown .comment {
				right: 145px;
				left: unset;
			}
		.seven_days .sct_days.bg_brown .flex_days .col_r{
			width: 100%;
			text-align: left;
			padding-bottom: 15px;
			padding-bottom: 0px;

		}
			.sct_days.bg_brown .main_photo{
				top: 0px;
				right: unset;
				left: 0;
			}
			.sct_days.bg_brown .info{
				display: inline-block;
				color: #fff;
				text-align: left;
				margin-top: 26px;
			}
					.sct_days.bg_brown .title_l img{
						width: 80px;
					}
			.sct_days.bg_brown .txt {
				min-width: inherit;
				margin-bottom: 25px;
			}
				.sct_days.bg_brown a.flex_item {
					color: #fff;
				}
/*
					.sct_days.bg_brown a.flex_item .buy {
						border-bottom: 1px solid #fff;
					}
*/
					.sct_days.bg_brown a.flex_item .buy::after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 1px;
						background: #fff;
					}
				.sct_days.bg_brown .col_l .sp{
					width: 100%;
				}
					.sct_days.bg_brown .tuche{
						margin: 0 auto;
						margin-bottom: 30px;
					}
					.sct_days.bg_brown .haruta{
						margin: 0 auto;
					}
}

/* wednesday */
#wednesday.sct_days .flex_days .col_l{
	padding-bottom: 130px;
}
/* thursday */
#thursday.sct_days.bg_brown .flex_days .col_l {

}
#thursday.sct_days.bg_brown .flex_days .col_r{
	padding-bottom: 0;
}
/* friday */
#friday.sct_days .flex_days .col_l{
	padding-bottom: 86px;
}
/* saturday */
#saturday.sct_days.bg_brown .flex_days .col_r{
	padding-bottom: 140px;
}
/* sunday */
#sunday.sct_days .flex_days .col_l{
	padding-bottom: 208px;
}
@media screen and (max-width: 768px) {
	/* wednesday */
	#wednesday.sct_days .flex_days .col_l{
		padding-bottom: 0px;
	}
		#wednesday.sct_days .title img {
		    width: 100%;
		    max-width: 325px;
		}
		#wednesday.sct_days .title_l img{
			width: 43px;
		}
		#wednesday.sct_days .tc-slide {
			margin-bottom: 90px;
		}
	/* thursday */
	#thursday.sct_days.bg_brown .flex_days .col_r{
		padding-bottom: 0px;
	}
		#thursday.sct_days .title img {
		    width: 100%;
		    max-width: 293px;
		}
		#thursday.sct_days .title_l img{
			width: 72px;
		}
	/* friday */
	#friday.sct_days .flex_days .col_l{
		padding-bottom: 0px;
	}
		#friday.sct_days .title img {
		    width: 100%;
		    max-width: 195px;
		}
		#friday.sct_days .title_l img{
			width: 39px;
		}

	/* saturday */
	#saturday.sct_days.bg_brown .flex_days .col_r{
		padding-bottom: 0px;
	}
		#saturday.sct_days .title img {
		    width: 100%;
		    max-width: 287px;
		}
		#saturday.sct_days .title_l img{
			width: 42px;
		}
	/* sunday */
	#sunday.sct_days .flex_days .col_l{
		padding-bottom: 0px;
	}
		#sunday.sct_days .title img {
		    width: 100%;
		    max-width: 225px;
		}
		#sunday.sct_days .title_l img{
			width: 95px;
		}
		#sunday.sct_days .tc-slide {
			margin-bottom: 75px;
		}
}

/* sct_carousel ----------*/
.sct_carousel {
	padding: 120px 0 0;
}
	.sct_carousel .title_wrap{
		text-align: center;
		margin-bottom: 40px;
	}
		.sct_carousel .title_wrap img{
			display: block;
			margin: 0 auto;
		}
		.sct_carousel .title_wrap img.sevendayslooks{
			margin-bottom: 20px;
		}
		.sct_carousel .title_wrap img.title_img{
			margin-bottom: 10px;
		}
		.sct_carousel .title_wrap .title{
			font-size: calc(14 / 13 * 1rem);
			font-weight: normal;
			color: #595757;
			line-height: 1;
		}
	.sct_carousel .tc-slide-items .slick-slide {
		width: 240px;
		margin: 0 30px;
	}
		.sct_carousel .tc-slide-items .slick-arrow {
			top: 148px;
			width: 15px;
			width: 24px;
			height: 24px;
			background-image: url(../images/7days/slide_arrow.svg);
			background-repeat: no-repeat;
			background-size: contain;
			background-position: center;
			transition: .5s;
		}
		.sct_carousel .tc-slide-items .slick-arrow::before,
		.sct_carousel .tc-slide-items .slick-arrow::after {
			display: none;
		}

		.sct_carousel .tc-slide-items .slick-arrow.slick-next {
		   right: calc((100% - 322px) / 2);
		}
			.sct_carousel .tc-slide-items .slick-arrow.slick-next:hover {
			   right: calc((100% - 322px) / 2  - 10px);
			}
		.sct_carousel .tc-slide-items .slick-arrow.slick-prev {
		   left: calc((100% - 322px) / 2);
			transform: rotate(180deg);
		}
			.sct_carousel .tc-slide-items .slick-arrow.slick-prev:hover {
			   left: calc((100% - 322px) / 2  - 10px);
			}
		.sct_carousel .tc-slide-items .thumbnail {
			margin-bottom: 20px;
		}
			.sct_carousel .tc-slide-items .thumbnail img{
				width: 100%;
			}
		.sct_carousel .tc-slide-items .day{
			margin-bottom: 14px;
		}
		.sct_carousel .tc-slide-items .caption{
			font-size: calc(14 / 13 * 1rem);
			font-weight: normal;
			line-height: 180%;
		}
			.sct_carousel .tc-slide-items a:hover{
				text-decoration: underline;
			}
@media screen and (max-width: 768px) {
	.sct_carousel {
		padding: 70px 0 0;
	}
	.sct_carousel + .sct_carousel{
		padding: 50px 0 0;
	}
		.sct_carousel .title_wrap{
			margin-bottom: 20px;
		}
			.sct_carousel .title_wrap img.sevendayslooks{
				width: 106px;
				margin-bottom: 10px;
			}
			.sct_carousel .title_wrap img.title_img{
				width: 130px;
				margin-bottom: 10px;
			}
			.sct_carousel .title_wrap .title{
				font-size: calc(12 / 13 * 1rem);
			}
		.sct_carousel .tc-slide-items .slick-slide {
			width: 180px;
			margin: 0 20px;
		}
			.sct_carousel .tc-slide-items .slick-arrow {
				top: 114px;
				width: 17px;
				height: 17px;
				background-image: url(../images/7days/slide_arrow_sp.svg);
			}
			.sct_carousel .tc-slide-items .slick-arrow::before,
			.sct_carousel .tc-slide-items .slick-arrow::after {
				display: none;
			}

			.sct_carousel .tc-slide-items .slick-arrow.slick-next {
			   right: calc((100% - 253px) / 2);
			}
				.sct_carousel .tc-slide-items .slick-arrow.slick-next:hover {
				   right: calc((100% - 253px) / 2  - 10px);
				}
			.sct_carousel .tc-slide-items .slick-arrow.slick-prev {
			   left: calc((100% - 253px) / 2);
				transform: rotate(180deg);
			}
				.sct_carousel .tc-slide-items .slick-arrow.slick-prev:hover {
				   left: calc((100% - 253px) / 2  - 10px);
				}
			.sct_carousel .tc-slide-items .thumbnail {
				margin-bottom: 10px;
			}
				.sct_carousel .tc-slide-items .thumbnail img{
					width: 100%;
				}
			.sct_carousel .tc-slide-items .day{
				margin-bottom: 5px;
			}
				.sct_carousel .tc-slide-items .day img.slide_title_monday{
					width: 59px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_tuesday{
					width: 57px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_wednesday{
					width: 79px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_thursday{
					width: 68px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_friday{
					width: 44px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_saturday{
					width: 67px;
				}
				.sct_carousel .tc-slide-items .day img.slide_title_sunday{
					width: 53px;
				}

			.sct_carousel .tc-slide-items .caption{
				font-size: calc(11 / 13 * 1rem);
				text-decoration: underline;
				line-height: 170%;
			}
				.sct_carousel .tc-slide-items a:hover{
					text-decoration: underline;
				}
}

/* banner ----------*/
.tc-content .bn{
	display: flex;
	gap:40px;
	justify-content: center;
	padding: 120px 25px;
}
	.tc-content .bn a{
		text-align: center;
			line-height: 1;
		max-width: 460px;
		transition: .5s;
	}
		.tc-content .bn a img{
			width: 100%;
			transition: .5s;
			margin-bottom: 20px;
		}
			.tc-content .bn a:hover img{
				opacity: .5;
			}
		.tc-content .bn a .caption{

		}
@media screen and (max-width: 768px) {
	.tc-content .bn{
		flex-wrap: wrap;
		gap: 30px;
		padding: 68px 25px 70px;
	}
		.tc-content .bn a{

			max-width: 460px;
			transition: .5s;
		}
			.tc-content .bn a img{
				margin-bottom: 15px;
			}
			.tc-content .bn a .caption{
				font-size: calc(12 / 13 * 1rem);
			}
}
