@media screen and (max-width: 749px) {
	.kv_under_01::after {
		background-image: url(../img/overview/title_img_01_sp.jpg);
	}
}

@media screen and (min-width: 750px) {
	.kv_under_01::after {
		background-image: url(../img/overview/title_img_01.jpg);
	}
}


@media screen and (min-width: 750px) {
	#contents {
		padding-bottom: 170px;
		letter-spacing: 0;
	}
}


/* Tab Navigation */
.tab-list {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 2px;
}

.tab-list button {
	display: block;
	text-align: center;
	background: #f6f6f6;
	color: #000;
	width: 100%;
	line-height: 60px;
	transition: background-color .3s ease-in, color .3s ease-in;
}

.tab-list button:hover {
	background: #000;
	color: #fff;
}

.tab-list a {
	display: block;
	background: #f6f6f6;
	color: #000;
	text-decoration: none !important;
	text-align: center;
	transition: background-color .3s ease-in, color .3s ease-in;
}

.tab-list a.active,
.tab-link[aria-selected="true"] {
	background: #000;
	color: #fff;
}

.tab-list a[href="#"] {
	color: #ccc;
}

.tab-list li a[href="#"]:hover {
	background: #000;
	color: #fff;
}


/* タブパネルのスタイル */
.tab-panel {
	padding: 0;
	animation: fadeIn 0.6s ease-out;
}

/* hidden属性がある場合は非表示 */
.tab-panel[hidden] {
	display: none;
}

/* アニメーション定義 */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.prev-nav {
	width: 1000px;
	margin: 0 auto;
}

.prev-nav a {
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	display: inline-block;
}

.prev-nav a::before {
	content: "〈";
	display: inline-block;
	margin-right: 1em;
}

@media screen and (max-width: 749px) {
	.prev-nav {
		width: 100%;
		padding: 0 3.3333vw;
		box-sizing: border-box;
	}
	.prev-nav a {
		font-size: 3.46667vw;
	}
}

@media screen and (max-width: 749px) {
	.tab-list {
		margin-top: 7.33333vw;
		margin-bottom: 13.33333vw;
		font-size: 3.2vw;
	}

	.tab-list li {
		width: 46.53333vw;
		margin-bottom: 0.26667vw;
	}

	.tab-list li:nth-child(odd) {
		margin-right: 0.26667vw;
	}


	.tab-list li a,
	.tab-list li button {
		line-height: 11.46667vw;
	}
}

@media screen and (min-width: 750px) {
	.tab-list {
		width: 1000px;
		margin: 80px auto 50px auto;
		font-size: 15px;
	}

	.tab-list li {
		width: 198px;
	}


	.tab-list li a {
		line-height: 60px;
		transition: background-color .3s ease-in, color .3s ease-in;
	}

	.tab-list li a:hover {
		background: #000;
		color: #fff;
	}
}









#profile h3,
#profile .copy,
#profile dt {
	font-weight: 500
}

.main_logo {
	width: auto;
	height: 340px;
	/* aspect-ratio: 4 / 3; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 50px auto;
}

.main_logo img {
	display: block;
}

.main_logo img {
	display: block;
}

#profile dl {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-top: 1px solid #b5b5b5;
}

#profile dt,
#profile dd {
	border-bottom: 1px solid #b5b5b5;
}

#profile .business>li:not(:last-child) {
	margin-bottom: 1em;
}

#profile dd .copy {
	font-size: 16px;
	margin-top: 0;
}


.shop_list {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 8px;
	padding-bottom: 8px;
}

.shop_list .shop_item {
	width: 210px;
	text-align: center;
	line-height: 1.2em;
}

.shop_list .shop_item a {
	color: #000;
	text-align: center;
}

.shop_list .shop_item a:hover img {
	opacity: 0.6;
}

.shop_list .shop_item a[target="_blank"] .shop_name::after {
	content: "";
	display: inline-block;
	width: 0.857em;
	height: 0.857em;
	margin-left: 0.4em;
	margin-bottom: 0.25em;
	vertical-align: middle;
	background-image: url('/img/common/icon_blank_01.png');
	background-size: contain;
	background-repeat: no-repeat;
}



.shop_list .shop_item .shop_logo {
	display: flex;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border: 1px solid #F6F6F6;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.2em;
}

.shop_list .shop_item .shop_logo img {
	display: block;
}

.shop_list .shop_item .shop_name {
	font-size: 14px;
	letter-spacing: 0;
	display: inline;
}

@media screen and (max-width: 749px) {

	.main_logo {
		width: auto;
		height: 195px;
		/* aspect-ratio: 2 / 1; */
		margin: 10.465vw auto;
	}

	.main_logo img {
		width: auto;
		height: 195px;
	}


	.tab-content #profile .main_logo .camelcoffee {
		width: 81.03%;
	}

	#profile {
		margin-top: 6.66667vw;
		margin-bottom: 20vw;
		padding-left: 3.33333vw;
		padding-right: 3.33333vw;
	}

	#profile p,
	#profile dl {
		line-height: 1.9;
		font-size: 3.46667vw;
		margin: 12px 0;
	}


	#profile dl dd p {
		line-height: 1.4;
		margin: 0.25em 0;
	}

	#profile dd .copy {
		margin-top: 0.2em;
	}

	#profile h3 {
		font-size: 4vw;
	}

	#profile .copy {
		font-size: 3.73333vw;
	}

	#profile dd .copy {
		font-size: 3.72vw;
	}

	#profile dl {
		margin-top: 9.33333vw;
		letter-spacing: 0;
	}

	#profile dt,
	#profile dd {
		padding: 4vw 0;
	}

	#profile dt {
		width: 24vw;
	}

	#profile dd {
		width: calc(100% - 24vw);
	}

	#profile dt.shops {
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
	}

	#profile dd.shops {
		width: 100%;
	}

	.shop_list {
		display: flex;
		justify-content: flex-start;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
		gap: 4vw 3.33333vw;
		gap: 4vw 0;
		margin-top: 0;
		padding-bottom: 8px;
		flex-shrink: 0;
	}

	.shop_list .shop_item {
		width: 48%;
		margin-bottom: 6vw;
	}

	.shop_list .shop_item .shop_logo {
		width: 100%;
		display: flex;
		/* background: #ccc; */
		box-sizing: border-box;
	}

	.shop_list .shop_item .shop_logo img {
		max-width: 100%;
	}

	.shop_list .shop_item .shop_name {
		font-size: 3.1818vw;
	}

}

@media screen and (max-width: 749px) {
	.shop_list .shop_item .shop_name img {
		width: initial !important;
	}
}

#profile li li {
	margin-left: 1em;
	text-indent: 0;
	list-style: circle;
}

#profile .list_mark_02 {
	padding-left: 10px
}

@media screen and (min-width: 750px) {
	#profile {
		width: 950px;
	}

	#profile p,
	#profile dl {
		line-height: 2;
		/* margin: 12px 0; */
	}

	#profile h3 {
		font-size: 18px;
	}

	#profile .copy {
		font-size: 18px;
	}

	#profile dl {
		margin-top: 10px;
	}

	#profile dt,
	#profile dd {
		padding: 24px 0;
		font-size: 16px;
	}

	#profile dt {
		width: 210px;
		font-size: 16px;
	}

	#profile dd {
		width: calc(100% - 210px);
	}

	#profile li li {
		margin-left: 1em;
		text-indent: 0;
		list-style: disc;
	}
}

#profile .list_mark_02 {
	padding-left: 10px
}

.list_mark_02>li::before {
	content: none;
}

#groups {
	/* background: #f6f6f6; */
}

#groups h3 {
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #B5B5B5;
}

/* #groups .category {
	display: inline-block;
	border: 1px solid #000;
	text-align: center;
	font-weight: 500;
} */

#groups .groupsBlock {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#groups .groupsBlock h4,
#groups .groupsBlock strong {
	font-weight: bold;
}

#groups .groupsBlock .logo {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #F6F6F6;
}

#groups .groupsBlock .logo:not(:has(> img)) {
	border: none;
	width: 180px;
	height: inherit;
}

#groups .other li:not(:last-child) {
	margin-bottom: 60px;
}

#groups .other h4 {
	font-weight: bold;
}

#groups .business {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 16px;
}

a.btn {
	min-width: 140px;
	background: #f6f6f6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1em;
	min-height: 3.08em;
	padding: 0 1.5em;
	margin-top:0.5em;
	color: #000;
	box-sizing: border-box;
}

a.btn:hover {
	background: #000;
	color: #fff;
}

a.btn[target="_blank"]:hover {
	background: #f6f6f6;
	color: #000;
}

a.btn[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 0.923em;
	height: 0.923em;
	margin-left: 0.4em;
	vertical-align: middle;
	background-image: url('/img/common/icon_blank_01.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#groups .text_link {
	font-size: 14px;
	margin-bottom: 0.75em;
}

#groups .text_link a {
	color: #000;
}

#groups .text_link a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 0.923em;
	height: 0.923em;
	margin-left: 0.6em;
	margin-bottom: 0.2em;
	vertical-align: middle;
	background-image: url('/img/common/icon_blank_01.png');
	background-size: contain;
	background-repeat: no-repeat;
}


@media screen and (max-width: 749px) {
	#groups {
		padding-top: 11.6vw;
		padding-bottom: 24vw;
		letter-spacing: 0;
	}

	#groups h3 {
		margin-bottom: 6.66667vw;
		font-size: 4.8vw;
	}

	/* #groups .category {
		width: 17.6vw;
		margin-bottom: 6.66667vw;
		font-size: 4vw;
		line-height: 6.93333vw;
	} */

	#groups .groupsBlock {
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 14vw;
		line-height: 1.92;
		font-size: 3.46667vw;
	}



	#groups .groupsBlock .text {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	#groups .groupsBlock h4 {
		font-size: 4.651vw;
	}

	#groups .business {
		font-size: 3.72vw;
	}

	#groups .groupsBlock .copy {
		font-size: 3.73333vw;
		line-height: 2;
	}

	#groups .text_link {
		margin-bottom: 0.5em;
	}

	#groups .groupsBlock .logo {
		order: -1;
		/* width: 80vw;
		height: 53.33333vw; */
		width: 60vw;
		height: auto;
		aspect-ratio: 4 / 3;
		margin-bottom: 5vw;
	}

	#groups .groupsBlock .logo:not(:has(> img)) {
		display: none;
	}

	/* #groups .groupsBlock .logo img {
		display:block;
		width: revert;
	} */

	#groups .logo_moheji {
		width: 26.66667vw;
	}

	#groups .logo_overseas {
		width: 44vw;
	}

	#groups .logo_camelfarm {
		width: 32vw;
	}

	#groups .logo_kowake {
		width: 31.33333vw;
	}

	#groups .logo_camelkitchen {
		width: 32vw;
	}

	#groups .other h4 {
		font-size: 4.651vw;
	}
}

@media screen and (min-width: 750px) {
	#groups {
		padding-top: 34px;
	}

	#groups .inner_01 {
		width: 950px;
	}

	#groups h3 {
		margin-bottom: 60px;
		font-size: 20px;
	}



	#groups .groupsBlock {
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: 1px solid #E3E3E3;
	}

	#groups .inner_01 .groupsBlock:has(+ .category) {
		margin-bottom: 150px;
	}

	#groups .groupsBlock .text {
		width: 734px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	#groups .groupsBlock h4 {
		font-size: 20px;
	}

	#groups .groupsBlock p {
		line-height: 1.6em;
	}

	#groups .groupsBlock .copy {
		font-size: 18px;
	}

	#groups .groupsBlock .logo {
		width: 180px;
		height: 135px;
	}

	#groups .other h4 {
		font-size: 20px;
	}
}

/*# sourceMappingURL=overview.css.map */