@charset "UTF-8";

.zoomore {
	font-size: 16px;
}

header {
	z-index: 10 !important;
}

.zoomore .wrap {
	margin-top: 16px;
	padding: 32px 24px;
	background-color: white;
	border-radius: 8px;
}
.zoomore img {
	display: unset;
	margin: unset;
	max-width: 100%;
	vertical-align: bottom;
}
.zoomore a:has(img) {
	display: inline-block;
}
.zoomore .main_color {
	color: #c81812;
}

.zoomore .shop_name img {
	width: 300px;
	vertical-align: middle;
}
.zoomore .shop_name span {
	padding-left: 8px;
	font-size: 32px;
	font-weight: bold;
	color: #c81812;
	vertical-align: middle;
}
.zoomore .kv {
	margin-top: 16px;
}
.zoomore .kv img {
	border-radius: 8px;
}
.zoomore .section {
	margin-top: 80px;
}
.zoomore a {
	text-decoration: underline;
}

.zoomore .lead {
	padding: 2rem;
	background-color: #fef0ef;
	border-radius: 8px;
}

.zoomore .headline {
	font-weight: bold;
	line-height: 1.2;
}
.zoomore .headline.paws {
	margin-bottom: 24px;
	padding: 16px 80px;
	font-size: 32px;
	color: white;
	text-align: center;
	background-color: #c81812;
	border-radius: 50px;
	background-image: url(/resource/zoomore/common/paws.png), url(/resource/zoomore/common/paws.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 16px center, right 16px center;
	background-size: 50px, 50px;
}

.zoomore .shop_menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 40px;
}
.zoomore .shop_menu .panel a {
	display: block;
	outline: 1px solid #666;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
}
.zoomore .shop_menu .panel span {
	display: block;
	padding: 17px 8px;
}
.zoomore .shop_menu .panel span.line2 {
	padding: 4px 8px;
}
.zoomore .shop_menu .panel a[target="_blank"] span {
	padding-right: 32px;
	background: url(/resource/zoomore/common/icon_blank.png) no-repeat right 8px center / 32px;
}

.zoomore .tag {
	display: inline-block;
	padding: 0.5em 2em;
	margin-bottom: 8px;
	color: white;
	border-radius: 50px;
	background-color: #c81812;
}
.zoomore .sns {
	margin-top: 24px;
}
.zoomore .sns .link {
	display: inline-block;
}
.zoomore .sns .link + .link {
	margin-left: 1em;
}
.zoomore .sns .link .icon {
	width: auto;
	height: 24px;
	padding-right: 6px;
	vertical-align: middle;
}

.zoomore .btn {
	display: inline-block;
	width: auto;
	min-width: 300px;
	padding: 16px 32px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #c81812;
	background-color: white;
	border-radius: 50px;
	position: relative;
	transition: 0.2s;
}
.zoomore .btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #c81812;
	border-right: 2px solid #c81812;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: 12px;
}
.zoomore .btn_sm {
	min-width: 200px;
	padding: 8px 24px;
}
.zoomore .btn.btn_sm::after {
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
}

.zoomore .service .column {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.zoomore .service .column .box {
	display: flex;
	gap: 40px;
	font-size: 18px;
}
.zoomore .service .column .box + .box {
	margin-top: 32px;
}
.zoomore .service .column .box .thumb {
	width: 220px;
}
.zoomore .service .column .box .thumb img {
	border-radius: 8px;
}
.zoomore .service .column .box .hukidasi {
	flex: 1;
	align-content: center;
}
.zoomore .column.mutual .box:nth-child(even) {
	flex-direction: row-reverse;
}
.zoomore .service .hukidasi .headline {
	color: #c81812;
	font-size: 24px;
	padding-bottom: 8px;
}

.zoomore .hukidasi {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 16px;
	border: 2px solid #f48784;
	background: repeating-linear-gradient(45deg, #fce3dd 0 3px, #fef0ef 3px 6px);
	color: #333;
}
.zoomore .hukidasi::after {
	position: absolute;
	top: 50%;
	left: -30px;
	height: 2px;
	width: 30px;
	background-color: #f48784;
	content: "";
}
.zoomore .hukidasi.right::after {
	top: 50%;
	left: auto;
	right: -30px;
}

.zoomore .headline.lv3 {
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #c81812;
	padding: 4px 4px 4px 8px;
	margin-bottom: 8px;
}

.zoomore .guide_txt li {
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.zoomore .shop .shop_info {
	width: 100%;
	border-collapse: collapse;
}
.zoomore .shop .shop_info td,
.zoomore .shop .shop_info th {
	padding: 4px 8px;
	border: 1px solid #ccc;
}
.zoomore .shop .shop_info th {
	color: white;
	font-weight: bold;
	background-color: #c81812;
	text-align: center;
	vertical-align: middle;
	width: 6em;
}

.zoomore img.js_zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	pointer-events: visible;
}
.zoomore img.zoom-img {
	cursor: pointer;
	cursor: -webkit-zoom-out;
}
.zoomore .zoom-img,
.zoom-img-wrap {
	z-index: 9999;
}

/* top */
.zoomore .bnr_list {
	margin-top: 16px;
	margin-right: 2rem;
	margin-left: 2rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.zoomore .bnr_list li {
	width: calc(33% - 8px);
}
.zoomore .bnr_list img {
	border-radius: 16px;
	border: 1px solid rgba(204, 204, 204, 0.5);
}

.zoomore .top_lead {
	background-image: url(/resource/zoomore/common/img_neko.png), url(/resource/zoomore/common/img_inu.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 32px bottom, right 32px bottom;
	background-size: 130px, 130px;
}

.zoomore .brand_list {
	margin-right: 2rem;
	margin-left: 2rem;
}

.zoomore h3.headline.border {
	display: inline-block;
	margin-bottom: 16px;
	padding-bottom: 8px;
	font-size: 24px;
	border-bottom: 2px solid #333;
}

.zoomore .radius8 {
	border-radius: 8px;
}
.zoomore .radius16 {
	border-radius: 16px;
}
.zoomore .img_border {
	border: 1px solid rgba(204, 204, 204, 0.5);
}

.zoomore .brand_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.zoomore .shop_list {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}
.zoomore .shop_list .shop_box {
	display: grid;
	gap: 8px;
}

.zoomore .one_word .one_word_headline {
	max-width: 10em;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #c81812;
	border-radius: 50px;
	text-align: center;
	padding: 3px 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}
.zoomore .one_word .one_word_wrap {
	border: 2px solid #c81812;
	border-radius: 8px;
	position: relative;
	top: -26px;
	padding: 32px 16px 16px;
	z-index: 1;
	background: repeating-linear-gradient(45deg, #fce3dd 0 3px, #fef0ef 3px 6px);
	font-weight: bold;
}

@media (hover: hover) {
	.zoomore a:hover {
		color: #c81812;
		text-decoration: underline;
	}
	.zoomore .shop_menu .panel a:hover {
		outline: 2px solid #c81812;
		background-color: #fef3f4;
		color: inherit;
	}
	.zoomore .btn:hover {
		background-color: #fef3f4;
		text-decoration: none;
		color: inherit;
	}
	.zoomore img.js_zoom:hover,
	.zoomore .shop_menu .sns a:hover {
		opacity: 0.5;
	}
}

@media only screen and (max-width: 767px) {
	.zoomore {
		font-size: 16px;
	}
	.zoomore .wrap {
		padding: 16px 8px;
	}
	.fullSp {
		width: 100%;
	}
	.zoomore .shop_name img {
		width: 200px;
	}
	.zoomore .shop_name span {
		display: block;
		padding-left: 0;
		font-size: 24px;
	}
	.zoomore .section {
		margin-top: 40px;
	}
	.zoomore .section + .section {
		margin-top: 40px;
	}
	.zoomore .headline.paws {
		padding: 8px 50px;
		font-size: 20px;
		background-position: left 8px center, right 8px center;
		background-size: 32px, 32px;
	}

	.zoomore .shop_menu {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.zoomore .shop_menu .panel {
		display: flex;
	}
	.zoomore .shop_menu .panel a {
		display: inline-flex;
		flex-direction: column;
	}
	.zoomore .shop_menu .panel span {
		padding: 8px;
		line-height: 1.2;
		flex-grow: 1;
	}
	.zoomore .shop_menu .panel a[target="_blank"] span {
		padding-right: 24px;
		background: url(/resource/zoomore/common/icon_blank.png) no-repeat right 4px bottom 4px / 24px;
	}

	.zoomore .btn {
		width: 100%;
		min-width: auto;
		padding: 8px 32px;
	}

	.zoomore .service .column .box {
		gap: 20px;
	}
	.zoomore .service .column .box + .box {
		margin-top: 16px;
	}
	.zoomore .service .column .box .thumb {
		width: 100px;
	}
	.zoomore .service .hukidasi .headline {
		font-size: 18px;
		padding-bottom: 4px;
	}
	.zoomore .hukidasi {
		padding: 1rem;
		font-size: 14px;
		line-height: 1.5;
	}
	.zoomore .hukidasi::after {
		top: 25%;
		left: -15px;
		width: 15px;
	}
	.zoomore .hukidasi.right::after {
		top: 25%;
		right: -15px;
	}

	.zoomore .img_size_sp {
		display: block;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}

	.zoomore .sns .link {
		padding: 8px;
	}

	/* top */
	.zoomore .top_lead {
		background-image: none;
	}

	.zoomore .bnr_list li {
		width: calc(50% - 8px);
	}

	.zoomore .brand_list {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.zoomore h3.headline.border {
		font-size: 20px;
	}
	.zoomore .brand_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	.zoomore .shop_list {
		grid-template-columns: 1fr;
	}

	.zoomore .one_word .one_word_headline {
		font-size: 16px;
		padding: 4px 8px;
	}
}
