@charset "UTF-8";
/*-----------------------取引店紹介_詳細*/
.section_mv #b_partner_detail.mv_inner {
	display: none;
}
a:hover {
	transform: none;
}
.b_partner_detail {
	position: relative;
	background-color: #E9E9E9;
	background-image: url("../img/common/bg_pattern.png");
	background-repeat: repeat;
	background-size: 100px;
}
.b_partner_detail .m_visual {
	width: 100%;
	height: calc(100vh - 220px);
	padding: 0;
}
.b_partner_detail .m_visual .m_visual_inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.b_partner_detail .m_visual .m_visual_inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}


.b_partner_detail .section {
	padding: 80px 4%;
}
.b_partner_detail .section_inner {
	padding: 0;
	max-width: 960px;
}
.b_partner_detail .overview .title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.8;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.b_partner_detail .overview .title::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.b_partner_detail .overview .title::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.b_partner_detail .overview .overview_box {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.b_partner_detail .overview .overview_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.b_partner_detail .overview .overview_box .imagebox {
	width: 100%;
}
.b_partner_detail .overview .overview_box .textbox > p {
	line-height: 2;
	letter-spacing: 0.5px;
}
/*------------------ swiper*/
[class*=swiper]:focus {
	outline: none;
}
.slide-media, .thumb-media {
	position: relative;
	overflow: hidden;
}
.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
	transition: .8s cubic-bezier(.2, 1, .2, 1);
}
.swiper-button-prev::before,
.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid #ddd;
	border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

.mv01 {
	margin-bottom: 2em;
}
.mv01 .l-inner {
	padding-bottom: 0;
}
.mv01 .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	transition-property: opacity, transform, -webkit-transform !important;
	pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.mv01 .swiper-pagination {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 3.2rem;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
}
.mv01 .swiper-pagination-bullet {
	display: block;
	width: 3px;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
	transition: .8s cubic-bezier(.2, 1, .2, 1);
	background-color: rgba(255, 255, 255, 0.4);
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
	margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
	background-color: #f5695f;
}
.mv01 .slide-media {
	/*height: 800px;*/
	padding-top: 56.25%;
}
.mv01 .slide-media img {
	-webkit-transition: 7s 1s ease-out;
	transition: 7s 1s ease-out;
}
.mv01 .slide-title {
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.6;
	position: absolute;
	right: 8rem;
	bottom: 15%;
	margin-left: 16rem;
	text-align: right;
	color: #fff;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
	-webkit-animation: mv01-fadeIn 2s 0.5s cubic-bezier(.2, 1, .2, 1) both;
	animation: mv01-fadeIn 2s 0.5s cubic-bezier(.2, 1, .2, 1) both;
}
@-webkit-keyframes mv01-fadeIn {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
		-webkit-filter: blur(300px);
		filter: blur(300px);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes mv01-fadeIn {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
		-webkit-filter: blur(300px);
		filter: blur(300px);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
/*------------------ swiper*/

.shop_cuisine_box {
	padding: 3em;
	background-color: rgba(255, 255, 255, 0.6);
	margin-top: 3em;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.shop_cuisine_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.shop_cuisine_box .cuisine_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_cuisine_box .cuisine_item:not(:first-child) {
	margin-top: 4em;
}
.shop_cuisine_box .cuisine_item:nth-child(even) {
	flex-direction: row-reverse;
}
.shop_cuisine_box .cuisine_item .cuisine_img {
	width: 40%;
}
.shop_cuisine_box .cuisine_item .cuisine_img a {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.shop_cuisine_box .cuisine_item .cuisine_img a:hover {
	transform: none;
}
.shop_cuisine_box .cuisine_item .cuisine_img a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: .5s;
}
.shop_cuisine_box .cuisine_item .cuisine_img a:hover img {
	transform: scale(1.05);
}
.shop_cuisine_box .cuisine_item .cuisine_text {
	width: 55%;
}
.shop_cuisine_box .cuisine_item .cuisine_text .cuisine_title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1em;
}
.shop_cuisine_box .cuisine_item .cuisine_text .text {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: 0.5px;
	line-height: 2;
}

.shop_owner_box {
	margin-top: 3em;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.shop_owner_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.shop_owner_box .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_owner_box .textbox {
	width: 55%;
}
.shop_owner_box .textbox .owner_name {
	letter-spacing: 2px;
	white-space: nowrap;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin: 3em auto 4em;
}
.shop_owner_box .textbox .owner_name span.post {
	display: block;
}
.shop_owner_box .textbox .owner_name span.name {
	font-size: 1.5rem;
	font-weight: 600;
}
.shop_owner_box .textbox .lead {
	display: inline-block;
	background-color: #232323;
	padding: 0 1em 0 1.2em;
	border-radius: 3px;
	color: #ffffff;
	margin-bottom: 10px;
}
.shop_owner_box .textbox .comment {
	line-height: 2;
}
.shop_owner_box .imagebox {
	width: 40%;
}
.shop_owner_box .imagebox .img_wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border-radius: 5px;
}
.shop_owner_box .imagebox .img_wrap.ar1_1 {
	aspect-ratio: 1 / 1;
}
.shop_owner_box .imagebox .img_wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.b_partner_detail .overview .information_box {
	padding: 3em;
	background-color: rgba(255,255,255,0.7);
	margin-top: 50px;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.b_partner_detail .overview .information_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.b_partner_detail .overview .information_box .dl_info {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	border-bottom: 1px solid #dddddd;
}
.b_partner_detail .overview .information_box .dl_info:last-child {
	border-bottom: none;
}
.b_partner_detail .overview .information_box .dl_info dt {
	width: 140px;
	font-weight: 600;
}
.b_partner_detail .overview .information_box .dl_info dd {
	width: calc(100% - 140px);
	padding-left: 20px;
}
.b_partner_detail .overview .information_box .dl_info dd a.textlink {
	cursor: pointer;
	text-decoration: underline;
}
.b_partner_detail .overview .information_box .dl_info dd a.textlink:hover {
	text-decoration: none;
	opacity: .7;
}


.b_partner_detail .overview .box_img {
	margin-top: 50px;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.b_partner_detail .overview .box_img.fadeIn.active {
	top: 0;
	opacity: 1;
}
.b_partner_detail .overview .box_img .list_img {
	display: flex;
	flex-wrap: wrap;
}
.b_partner_detail .overview .box_img .list_img li {
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
}
.b_partner_detail .overview .box_img .list_img li:nth-child(5n) {
	margin-right: 0;
}
.b_partner_detail .overview .box_img .list_img li a {
	display: block;
	width: 100%;
	padding-top: 66%;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.b_partner_detail .overview .box_img .list_img li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	transition: .3s;
}
.b_partner_detail .overview .box_img .list_img li a:hover img {
	transform: scale(1.1);
}
.b_partner_detail .btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	padding: 0 15px;
	border-radius: 50vh;
	border: 0.8px solid #000000;
	transition: all 1s;
	margin: 40px auto 0;
}
.b_partner_detail .btn_link:hover {
	background-color: #e4e4e4;
}
@media screen and (max-width: 768px) {
	.b_partner_detail .m_visual {
		height: calc(100vh - 320px);
	}
	.b_partner_detail .section {
		padding: 50px 30px;
	}
	.b_partner_detail .overview .title {
		font-size: 1.125rem;
	}
	.b_partner_detail .overview .title::after {
		width: 60px;
	}
	.b_partner_detail .overview .overview_box {
		flex-direction: column-reverse;
	}
	.b_partner_detail .overview .overview_box .textbox {
		width: 100%;
		margin-top: 20px;
	}
	.b_partner_detail .overview .overview_box .imagebox {
		width: 100%;
	}
	.shop_cuisine_box {
		padding: 2em;
		margin-top: 2em;
	}
	.shop_cuisine_box .cuisine_item,
	.shop_cuisine_box .cuisine_item:nth-child(even) {
		flex-direction: column;
	}
	.shop_cuisine_box .cuisine_item:not(:first-child) {
		margin-top: 2em;
	}
	.shop_cuisine_box .cuisine_item .cuisine_img {
		width: 100%;
		margin-bottom: 20px;
	}
	.shop_cuisine_box .cuisine_item .cuisine_text {
		width: 100%;
	}
	.shop_cuisine_box .cuisine_item .cuisine_text .cuisine_title {
		font-size: 1.25rem;
		margin-bottom: 0.6em;
	}
	.shop_owner_box {
		margin-top: 5em;
	}
	.shop_owner_box .inner {
		flex-direction: column-reverse;
	}
	.shop_owner_box .textbox {
		width: 100%;
		margin-top: 2em;
	}
	.shop_owner_box .textbox .owner_name {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		margin: 0 auto 2em;
		text-align: center;
	}
	.shop_owner_box .textbox .owner_name span.post {
		text-align: center;
	}
	.shop_owner_box .textbox .owner_name span.name {
		font-size: 1.25rem;
		text-align: center;
	}
	.shop_owner_box .textbox .text {
		margin-top: 0;
	}
	.shop_owner_box .imagebox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.shop_owner_box .imagebox .img_wrap {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.shop_owner_box .imagebox .img_wrap img {
		object-position: top;
	}
	.b_partner_detail .overview .information_box {
		padding: 2em 1.5em;
	}
	.b_partner_detail .overview .information_box .dl_info dt {
		width: 110px;
	}
	.b_partner_detail .overview .information_box .dl_info dd {
		width: calc(100% - 110px);
	}
	.b_partner_detail .overview .box_img .list_img {
		justify-content: space-between;
		margin-top: 40px;
	}
	.b_partner_detail .overview .box_img .list_img li {
		width: 48%;
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.b_partner_detail .m_visual {
		height: calc(100vh - 320px);
	}
	.b_partner_detail .overview .title {
		font-size: 1rem;
	}
	.b_partner_detail .overview .title::after {
		width: 50px;
	}
	.b_partner_detail .overview .information_box .dl_info {
		flex-direction: column;
	}
	.b_partner_detail .overview .information_box .dl_info dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.b_partner_detail .overview .information_box .dl_info dd {
		width: 100%;
		padding-left: 0;
	}
	.b_partner_detail .overview .box_img .list_img {
		margin-top: 30px;
	}
}
