@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 {
	padding-bottom: 40px;
	overflow: hidden;
	background-color: #ea5e94;
	background-image:
		url(../images/parts-bg-frame-corner-lt.png),
		url(../images/parts-bg-frame-corner-rt.png),
		url(../images/parts-bg-frame-corner-lb.png),
		url(../images/parts-bg-frame-corner-rb.png),
		url(../images/parts-bg-frame-side-l.png),
		url(../images/parts-bg-frame-side-r.png),
		url(../images/parts-bg.png);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-y,
		repeat-y,
		repeat;
	background-position:
		left top,
		right top ,
		left bottom,
		right bottom ,
		left top,
		right top,
		center top;
	background-size:
		400px auto,
		400px auto,
		400px auto,
		400px auto,
		160px auto,
		160px auto,
		160px auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
}

@media screen and (max-width: 767px) {
	.l-content {
		padding-bottom: 40px;
		background-position:
			left top,
			right top ,
			left bottom,
			right bottom ,
			left -3vw top,
			right -3vw top,
			center top;
		background-size:
			50vw auto,
			50vw auto,
			50vw auto,
			50vw auto,
			20.83vw auto,
			20.83vw auto,
			33.33vw auto;
	}
}

/* title */

.box-title {
	position: relative;
	padding: 35px 0 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.box-title {
		padding: 65px 0 50px;
	}
}

.box-title__heading {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.box-title__heading.pc_hide {
		width: 96%;
		margin: auto;
		border-radius: 0;
	}
}

.box-title__img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.box-title__img {
		margin: 0;
	}
}

.box-title__sub {
	color: #c7195f;
	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 {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.wrp-banzai {
		top: 90px;
	}
}

.wrp-banzai .txt-banzai {
	color: #e2468f;
	transition: color .5s;
}

body.is-goods .wrp-banzai .txt-banzai {
	color: #e2468f;
}

body.is-menu .wrp-banzai .txt-banzai {
	color: #f04a6a;
}

.wrp-banzai .txt-banzai::before,
.wrp-banzai .txt-banzai::after {
	background: #e2468f;
	transition: background .5s;
}

body.is-goods .wrp-banzai .txt-banzai::before,
body.is-goods .wrp-banzai .txt-banzai::after {
	background: #e2468f;
}

body.is-menu .wrp-banzai .txt-banzai::before,
body.is-menu .wrp-banzai .txt-banzai::after {
	background: #f04a6a;
}

/* box-menu */

.box-menu {
	position: relative;
	border: 0 none;
	box-sizing: border-box;
	transition: background .5s;
}

.box-menu__inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 74px 10px 40px;
}

@media screen and (max-width: 767px) {
	.box-menu__inner {
		padding: 60px 7vw 7vw;
	}
}

.box-menu__tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	max-width: 75%;
}

.box-menu__tab li {
	width: 50%;
	float: left;
	padding: 0 5px;
	text-align: center;
}

.box-menu__tab li p {
	color: #e2468f;
	display: block;
	padding: 18px;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	transition: color .5s;
}

body.is-goods .box-menu__tab li p {
	color: #e2468f;
}

body.is-menu .box-menu__tab li p {
	color: #f04a6a;
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p {
		font-size: 13px;
		padding: 12px 10px;
	}
}

.box-menu__tab li p.is-active {
	cursor: default;
}

.box-menu__tab li p [class^="icon-"] {
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.box-menu__tab li p [class^="icon-"] {
		display: inline-block;
		vertical-align: middle;
	}
}

.box-menu__tab li p [class^="icon-"]::before {
	color: #e2468f;
	font-size: 24px;
	transition: color .5s;
}

body.is-goods .box-menu__tab li p [class^="icon-"]::before {
	color: #e2468f;
}

body.is-menu .box-menu__tab li p [class^="icon-"]::before {
	color: #f04a6a;
}

.box-menu__tab li p.is-active {
	padding-bottom: 31px;
	border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p.is-active {
		padding-bottom: 25px;
		border-radius: 20px 20px 0 0;
	}
}

.box-menu__tab li p.is-active [class^="icon-"]:before {
}

.box-menu__tab li p {
	transition: background-color .5s;
}

.box-menu__tab li p:hover {
	background: #f29200;
	transition: background-color .1s;
}

.box-menu__tab li p.is-active:hover {
	background: #fff;
}

.box-menu__tab li p .box-menu__tabname {
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .5;
	color: inherit;
	transition: filter .5s;
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p .box-menu__tabname {
		position: relative;
		bottom: -.15em;
		font-size: 135%;
	}
}

.box-menu__tab li p:hover .box-menu__tabname {
	filter: brightness(.6);
	transition: filter .1s;
}

.box-menu__tab li p.is-active:hover .box-menu__tabname {
	filter: brightness(1);
}

.box-menu__tab li p [class^="icon-"]:before {
	transition: filter .5s;
}

.box-menu__tab li p:hover [class^="icon-"]:before {
	filter: brightness(.6);
	transition: filter .1s;
}

.box-menu__tab li p.is-active:hover [class^="icon-"]:before {
	filter: brightness(1);
}

.box-menu__content {
	display: none;
	position: relative;
	z-index: 0;
	padding: 0 0 20px;
	opacity: 1 !important;
}

@media screen and (max-width: 767px) {
	.box-menu__content {
		padding: 0 0 5px;
	}
}

.box-menu__content.is-open {
	display: block;
}

@media screen and (min-width: 768px) {
	.box-menu__content.is-open {
		display: block;
	}
}

.box-menu__list {
	margin: 0;
	padding: 90px 10px 10px;
	border-radius: 35px;
	background: #fff;
}

.box-menu__list + .box-menu__list {
	margin-top: 40px;
	padding: 20px 10px 10px;
}

@media screen and (max-width: 767px) {
	.box-menu__list + .box-menu__list {
		margin-top: 7vw;
		padding: 15px 10px 10px;
	}
}

.box-menu__list li {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding: 0 0 25px !important;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.box-menu__list li {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}
.box-menu__list li [data-mfp-src] {
	cursor: pointer;
}

.box-menu__list li.grid-col--4.grid-colSp--6,
.box-menu__list li.grid-col--3.grid-colSp--6 {
		margin-bottom: 0;
		padding: 0;
		background: transparent;
}

@media screen and (min-width: 768px) {
	.box-menu__list li.grid-col--4.grid-colSp--6,
	.box-menu__list li.grid-col--3.grid-colSp--6 {
			margin-bottom: 0;
			padding: 0;
			background: transparent;
	}
}

.box-article {
	text-align: center;
}

.box-article:after {
	background-image: none;
	box-shadow: none;
}

@media screen and (max-width: 550px) {
	.box-article:after{
		background-image: none;
		box-shadow: none;
	}
}

.lst-img img {
}

.box-article__icon {
	display: block;
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 5%;
	padding: 6px 4px;
	border-radius: 15px;
	background-color: #e2468f;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

body.is-goods .box-article__icon {
	background-color: #e2468f;
}

body.is-menu .box-article__icon {
	background-color: #f04a6a;
}

@media screen and (max-width: 787px) {
	.box-article__icon {
		padding: 6px 4px;
		border-radius: 19px;
		font-size: 12px;
	}
}
.box-article__icon:before {
	color: #fff;
}

/* hover効果 */

@media screen and (min-width: 768px) {
	.box-menu__list li [data-mfp-src]:hover {
		opacity: 1;
		
	}

	.box-menu__list li [data-mfp-src] img {
		transition: filter .5s, opacity .5s;
	}

	.box-menu__list li [data-mfp-src]:hover img {
		filter: brightness(1.1);
		opacity: .8;
		transition: filter .1s, opacity .1s;
	}

	.box-menu__list li [data-mfp-src] .box-article__icon {
		transition: background-color .5s;
	}

	.box-menu__list li [data-mfp-src]:hover .box-article__icon {
		background-color: #f29200;
		transition: background-color .1s;
	}
}

/* NEW SHOPアイコン */

.box-article__newshop-icon {
	position: absolute;
	z-index: 2;
	left: -10px;
	bottom: -15px;
	width: 65px;
	height: 65px;
	background-size: contain;
}

.box-article__newshop-icon--op-p {
	background-image: url(../images/parts-icon-newshop-op-p.png);
}

.box-article__newshop-icon--rn-p {
	background-image: url(../images/parts-icon-newshop-rn-p.png);
}

.box-article__newshop-icon--sa-p {
	background-image: url(../images/parts-icon-newshop-sa-p.png);
}

@media screen and (max-width: 767px) {
	.box-article__newshop-icon {
		left: -6px;
		bottom: -15px;
		width: 40px;
		height: 40px;
	}
}

/* モーダル背景 */

.mfp-bg {
	background-color: rgba(255, 214, 230, .9);
}
@media screen and (max-width: 767px) {
	.mfp-bg {
	}
}
@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: #c7195f !important;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
	color: #c7195f !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;
}

/* 注釈 */

.note {
	margin: 20px 0 0;
	padding: 20px;
	border-radius: 35px;
	/* background-color: rgba(255, 214, 230, .9); */
	background-color: #fff;
}

@media screen and (max-width: 787px){
	.note {
		margin: 20px 0 0;
	}
}

.txt-note {
	color: #e2468f;
}

/* バナーエリア */

.box-banner {
	padding: 30px 0 40px;
	/* border-top: 3px solid #e50044; */
	background: #fff;
	background-size: 150px;
	text-align: center;
}

.box-banner:before {
	content: none;
}

.box-banner:after {
	content: none;
}

@media screen and (max-width: 767px) {
	.box-banner {
		padding: 6vw 7vw 7vw;
	}
}

.box-banner-list {
	margin-top: 20px;
}

.box-banner-item {
	display: inline-block;
	max-width: 520px;
	width: 40%;
	margin: 0 10px;
}

@media screen and (max-width: 767px) {
	.box-banner-item {
		display: block;
		max-width: none;
		width: 100%;
		margin: 0;
	}
	
	.box-banner-item + .box-banner-item {
		margin-top: 40px;
	}
}

.box-banner-item a {
	display: block;
}

.box-banner-item a:hover {
	opacity: 1;
}

.box-banner-item a img  {
	border-radius: 35px;
}

@media screen and (min-width: 768px) {
	.box-banner-item a img {
		transition: filter .5s, opacity .5s;
	}

	.box-banner-item a:hover img {
		filter: brightness(1.1);
		opacity: .8;
		transition: filter .1s, opacity .1s;
	}
}

#section-bnr .wrp-banzai {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	#section-bnr .wrp-banzai {
	}
}

/* 継承されている文字の調整 */

.box-popup .category,
.box-popup .box .head,
.box-popup .box .head [class^="icon-"] {
	font-weight: bold;
	color:#e2468f;
}

.box-popup .box .tel {
	color:#e2468f;
}

/* 文字詰め調整 */

.box-article__icon,
.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-article__icon,
.txt-banzai,
.txt-note {
	letter-spacing: 0.05em;
}
