@charset "utf-8";

@media screen and (max-width: 1119px) {
	.wrap_offcanvas {
		padding-bottom: 0;
	}
}

.wrp-container {
	max-width: none;
	padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 787px) {
	.wrp-container{
		padding: 0;
	}
}

/* 選択色 */

.l-content ::selection,
.box-popup ::selection {
	color: #033;
	background-color: rgba(77, 132, 132, .3);
}

/* 継承されている文字の調整 */

.box-popup .category,
.box-popup .box .head,
.box-popup .box .head [class^="icon-"] {
	font-weight: bold;
	color:#006aa0;
}

.box-popup .box .tel {
	color:#006aa0;
}

/* 文字詰め調整 */

.box-menu__item-shopname,
.box-popup .category,
.box-popup .title,
.box-popup .price,
.box-popup .description,
.box-popup .box .head,
.box-popup .box .content,
.txt-banzai,
.txt-note {
	font-feature-settings: "palt";
}
.box-popup .price,
.box-popup .description,
.box-menu__item-shopname,
.txt-banzai,
.txt-note {
	letter-spacing: 0.05em;
}

/* 行揃え調整 */

.box-popup .description {
	text-align: justify;
}

/* 代替文字 */

.alt {
	display: none;
}

/* background */

.l-content {
	background-image: url(../images/parts-bg-ohitori-base-pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 2200px;
	background-color: #fff9e1;
}

@media screen and (max-width: 767px) {
	.l-content {
		background-image: url(../images/parts-bg-ohitori-base-sp.png);
		background-size: 100% auto;
	}
}

.bg-pettern {
}

.bg-pettern--top {
}

@media screen and (max-width: 767px) {
	.bg-pettern--top {
	}
}

.bg-pettern--category01,
.bg-pettern--category02,
.bg-pettern--category03 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 1600px;
}

@media screen and (max-width: 767px) {
	.bg-pettern--category01,
	.bg-pettern--category02,
	.bg-pettern--category03 {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
}

.bg-pettern--category01 {
}

@media screen and (max-width: 767px) {
	.bg-pettern--category01 {
	}
}

.bg-pettern--category02 {
	background-image: url(../images/parts-bg-ofutari-base-pc.png);
	background-color: #fff5da;
}

@media screen and (max-width: 767px) {
	.bg-pettern--category02 {
		background-image: url(../images/parts-bg-ofutari-base-sp.png);
	}
}

.bg-pettern--category03 {
	background-image: url(../images/parts-bg-mina-base-pc.png);
	background-color: #fffee6;
}

@media screen and (max-width: 767px) {
	.bg-pettern--category03 {
		background-image: url(../images/parts-bg-mina-base-sp.png);
	}
}

.box-menu__content::after {
	content: "";
	z-index: 2;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	pointer-events: none;
}

#category01 .box-menu__content::after {
	width: 420px;
	height: 420px;
	right: -70px;
	top: -50px;
	background-image: url(../images/parts-bg-ohitori-illust.png);
}

#category02 .box-menu__content::after {
	width: 420px;
	height: 420px;
	left: -70px;
	top: -28px;
	background-image: url(../images/parts-bg-ofutari-illust.png);
}

#category03 .box-menu__content::after {
	width: 460px;
	height: 460px;
	right: -60px;
	top: -60px;
	background-image: url(../images/parts-bg-mina-illust.png);
}

@media screen and (max-width: 767px) {
	#category01 .box-menu__content::after {
		width: 76vw;
		height: 76vw;
		right: -22vw;
		top: -4vw;
	}

	#category02 .box-menu__content::after {
		width: 71vw;
		height: 71vw;
		left: -18vw;
		top: 0;
	}

	#category03 .box-menu__content::after {
		width: 76vw;
		height: 76vw;
		right: -21vw;
		top: -5vw;
	}
}

/* title */

.box-title {
	text-align: center;
	padding: 55px 0 0;
	position: relative;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.box-title {
		padding: 10vw 0 0;
	}
}

.box-title__heading {
	position: relative;
	z-index: 1;
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
	filter: drop-shadow(4px 4px 0 #3ca7d6);
}

@media screen and (max-width: 767px) {
	.box-title__heading {
		pointer-events: none;
		width: 95%;
		margin: auto;
		filter: drop-shadow(0.9vw 0.9vw 0 #3ca7d6);
	}
}

.box-title__img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.box-title__img {
		margin: 0;
	}
}

.box-title__sub {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
	/*margin: 40px 0 0;*/
	margin: 0;
}
@media screen and (max-width: 767px) {
	.box-title__sub {
		font-size: 14px;
		line-height: 1.6;
		/*margin: 25px 0 0;*/
		margin: 10px 0 0;
	}
}
@media screen and (min-width: 560px) {
	.box-title__sub > .pc_hide{
		display: none;
	}
}

/* banzai */

.wrp-banzai {
	margin-top: 0;
	margin-bottom: -5px;
}
.wrp-banzai .txt-banzai {
	color: #fff;
}
.wrp-banzai .txt-banzai:before,
.wrp-banzai .txt-banzai:after {
	background: #fff;
}

/* box-menu */

.box-menu {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 50px 40px;
}

@media screen and (max-width: 767px) {
	.box-menu {
		padding: 0 4vw 3vw;
	}
}

.box-menu__content {
	position: relative;
	z-index: 1;
}

.box-menu__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	/*border: 5px solid #fff;*/
	border-radius: 20px;
	background: transparent;
	overflow: visible;
}

@media screen and (max-width: 767px) {
	.box-menu__list {
		margin: 0 0 0;
		border-radius: 0;
		background-position: center bottom;
		background-size: 120%;
	}
}

.box-menu__item {
	position: relative;
	width: 25%;
	margin: 0;
	padding: 0 8px 16px;
	/* filter: brightness(1) contrast(1); */
	/* transition: filter .5s; */
}

@media screen and (max-width: 767px) {
	.box-menu__item {
		width: 50%;
		padding: 0 1.5vw 3vw;
	}
}

#category01 .box-menu__item {
	filter: drop-shadow(4px 4px 0 rgba(77, 168, 236, .5));
}

#category02 .box-menu__item {
	filter: drop-shadow(4px 4px 0 rgba(255, 150, 127, .5));
}

#category03 .box-menu__item {
	filter: drop-shadow(4px 4px 0 rgba(193, 152, 255, .5));
}

@media screen and (max-width: 767px) {
	#category01 .box-menu__item {
		filter: drop-shadow(0.9vw 0.9vw 0 rgba(77, 168, 236, .5));
	}

	#category02 .box-menu__item {
		filter: drop-shadow(0.9vw 0.9vw 0 rgba(255, 150, 127, .5));
	}

	#category03 .box-menu__item {
		filter: drop-shadow(0.9vw 0.9vw 0 rgba(193, 152, 255, .5));
	}
}

.box-menu__item-inner {
	position: relative;
	padding: 10px 0 48px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.box-menu__item-inner {
		padding: 3vw 0 10.5vw;
		border-radius: 3vw;
	}
}

.box-menu__item-inner:hover {
	opacity: 1;
	/* filter: brightness(1.1) contrast(1.1); */
	/* transition: filter .1s; */
}

#category01 .box-menu__item-inner {
	/* box-shadow: 4px 4px 0 4px rgba(183, 132, 215, .5); */
}

#category02 .box-menu__item-inner {
	/* box-shadow: 4px 4px 0 4px rgba(18, 130, 196, .5); */
}

#category03 .box-menu__item-inner {
	/* box-shadow: 4px 4px 0 4px rgba(80, 134, 30, .5); */
}

@media screen and (max-width: 767px) {

	.box-menu__item-inner {
	}

	#category01 .box-menu__item {
		/* box-shadow: 3px 3px 0 3px rgba(183, 132, 215, .5); */
	}

	#category02 .box-menu__item {
		/* box-shadow: 3px 3px 0 3px rgba(18, 130, 196, .5); */
	}

	#category03 .box-menu__item {
		/* box-shadow: 3px 3px 0 3px rgba(80, 134, 30, .5); */
	}
}

.box-menu__item-inner::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}

@media screen and (max-width: 767px) {
	.box-menu__item-inner::after {
		content: none;
	}
}

.box-menu__item-inner:hover::after {
	opacity: .4;
	transition: opacity .1s;
}

#category01 .box-menu__item-inner::after {
	background-color: #ffe396;
}

#category02 .box-menu__item-inner::after {
	background-color: #ffe396;
}

#category03 .box-menu__item-inner::after {
	background-color: #ffe396;
}

.box-menu__item-inner[data-mfp-src] {
	opacity: 1;
}

.box-menu__item-inner[data-mfp-src]:hover {
	opacity: 1;
}

.box-menu__item-photo {
	display: block;
}

.box-menu__item-photo > img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.box-menu__item-shopname {
	display: block;
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: 0;
	padding: 6px 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 787px) {
	.box-menu__item-shopname{
		margin: 0;
		bottom: 1.5vw;
	}
}

#category01 .box-menu__item-shopname {
	background-color: transparent;
	color: #006aa0;
}

#category02 .box-menu__item-shopname {
	background-color: transparent;
	color: #006aa0;
}

#category03 .box-menu__item-shopname {
	background-color: transparent;
	color: #006aa0;
}

@media screen and (max-width: 787px) {
	.box-menu__item-shopname {
		padding: 0;
		font-size: 12px;
	}
}

#category01 .box-menu__item-shopname:before {
	color: #006aa0;
}

#category02 .box-menu__item-shopname:before {
	color: #006aa0;
}

#category03 .box-menu__item-shopname:before {
	color: #006aa0;
}

/* モーダル背景 */

.mfp-bg {
	background: rgba(255, 249, 225, .85);
}
@media screen and (max-width: 767px) {
	.mfp-bg {
		background-size: 24px;
	}
}
@media screen and (max-width: 787px){
	.mfp-bg {
	}
}
.mfp-bg.mfp-fade-in {
	opacity: 0 !important;
	transition: all 0.5s ease-out !important;
}
.mfp-bg.mfp-fade-in.mfp-ready {
	opacity: 1 !important;
	transition: all 0.5s ease-out !important;
}
.mfp-bg.mfp-fade-in.mfp-removing {
	opacity: 0 !important;
	transition: all 0.5s ease-out !important;
}
.mfp-close:after {
	color: #006aa0 !important;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
	color: #006aa0 !important;
}

/* 開始・終了時のトランジション */

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow-right,
.mfp-wrap .mfp-arrow-left {
	opacity: 0 !important;
	transition: all 0.5s ease-out !important;
}
.mfp-wrap.mfp-ready .mfp-close,
.mfp-wrap.mfp-ready .mfp-arrow-right,
.mfp-wrap.mfp-ready .mfp-arrow-left {
	opacity: 1 !important;
	transition: all 0.5s ease-out !important;
}
.mfp-wrap.mfp-removing .mfp-close,
.mfp-wrap.mfp-removing .mfp-arrow-right,
.mfp-wrap.mfp-removing .mfp-arrow-left {
	opacity: 0 !important;
	transition: all 0.5s ease-out !important;
}

/* グループナビゲーション */

.category-nav--top {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/* filter: drop-shadow(4px 4px 0 rgba(77, 168, 236, .6)); */
}

@media screen and (max-width: 767px) {
	.category-nav--top {
		width: 90vw;
		margin: 2vw auto 0;
		/* filter: drop-shadow(4px 4px 0 rgba(77, 168, 236, .6)); */
	}
}

.category-nav--bottom {
	display: none;
}

@media screen and (max-width: 767px) {
	.category-nav--bottom {
		display: block;
		position: fixed;
		z-index: 3;
		bottom: 60px;
		left: 0;
		width: 100%;
		margin: 0;
		padding-top: 13vw;
		transition: bottom .3s;
		background-image: url(../images/parts-bottomnavbase.png);
		background-size: cover;
		background-position: center bottom;
		/* filter: drop-shadow(0px -6px 6px rgba(128, 128, 128, .3)); */
		pointer-events: none;
	}

	.header_nav_sp {/* ローカルメニューの回避のため */
		z-index: 4 !important;
	}

	.category-nav--bottom.standby {
		bottom: -85px;
	}
}

.category-nav--top .category-nav__item {
	float: left;
	width: calc(33.33% - 10px);
	margin: 0 5px;
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.category-nav--top .category-nav__item {
	}

	.category-nav--bottom .category-nav__item {
		float: left;
		width: calc(100% / 3);
		margin: 0;
		pointer-events: auto;
	}
}

.category-nav__item > a {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	border-radius: 50%;
	background: #fff;
	/* filter: brightness(1) contrast(1); */
	/* transition: filter .5s; */
}

@media screen and (max-width: 767px) {
	.category-nav__item > a {
	}
}

.category-nav__item > a:hover {
	display: block;
	width: 100%;
	opacity: 1;
	/* filter: brightness(0.9) contrast(0.9); */
	/* transition: filter .1s; */
}

.category-nav__item > a::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffe396;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}

@media screen and (max-width: 767px) {
	.category-nav__item > a::after {
		content: none;
	}
}

.category-nav__item > a:hover::after {
	opacity: .4;
	transition: opacity .1s;
}

.category-nav__item > a > img {
	display: block;
	width: 100%;
	height: auto;
	/* filter: drop-shadow(4px 4px 0 #a1e2ff); */
}

@media screen and (max-width: 767px) {
	.category-nav__item > a > img {
		width: 100%;
		height: auto;
		/* filter: drop-shadow(0.75vw 0.75vw 0 #a1e2ff); */
	}
}

/* グループタイトル */

.box-menu--category01 .box-menu__list {
	position: relative;
	padding-top: 340px;
}

.box-menu--category02 .box-menu__list,
.box-menu--category03 .box-menu__list {
	position: relative;
	padding-top: 360px;
}

@media screen and (max-width: 767px) {
	.box-menu--category01 .box-menu__list ,
	.box-menu--category02 .box-menu__list,
	.box-menu--category03 .box-menu__list {
		padding-top: 70vw;
	}
}

.box-menu--category01 .box-menu__list:before,
.box-menu--category02 .box-menu__list:before,
.box-menu--category03 .box-menu__list:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	width: 480px;
	height: 270px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.box-menu--category01 .box-menu__list:before,
	.box-menu--category02 .box-menu__list:before,
	.box-menu--category03 .box-menu__list:before {
		width: 100%;
		height: 42vw;
		margin: 0 -5vw;
	}
}

.box-menu--category01 .box-menu__list:before {
	top: 30px;
	background-image: url(../images/parts-group-ttl01-pc.png);
}

@media screen and (max-width: 767px) {
	.box-menu--category01 .box-menu__list:before {
		top: 14vw;
		left: -13.3vw;
		right: auto;
		background-image: url(../images/parts-group-ttl01-sp.png);
	}
}

.box-menu--category02 .box-menu__list:before {
	top: 40px;
	background-image: url(../images/parts-group-ttl02-pc.png);
}

@media screen and (max-width: 767px) {
	.box-menu--category02 .box-menu__list:before {
		top: 14vw;
		left: auto;
		right: -13.3vw;
		background-image: url(../images/parts-group-ttl02-sp.png);
	}
}

.box-menu--category03 .box-menu__list:before {
	top: 40px;
	background-image: url(../images/parts-group-ttl03-pc.png);
}

@media screen and (max-width: 767px) {
	.box-menu--category03 .box-menu__list:before {
		top: 14vw;
		left: -13.3vw;
		right: auto;
		background-image: url(../images/parts-group-ttl03-sp.png);
	}
}

/* 注釈 */

.note {
	max-width: calc(1120px - 120px);
	width: calc(100% - 120px);
    margin: 0 auto;
	padding-bottom: 60px;;
}

.txt-note {
	color: #006aa0;
}

@media screen and (max-width: 787px){
	.note {
		max-width: none;
		width: auto;
		margin: 0 9vw;
		padding-bottom: 9vw;;
	}
}
