@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: 767px) {
	.wrp-container{
		padding: 0;
	}
}

/* background */

.l-content {
	background-color: #fffccf;
	background-image:
		url(../images/parts-bg-side.png),
		url(../images/parts-bg-side.png),
		url(../images/parts-bg-base.png);
	background-repeat:
		repeat-y,
		repeat-y,
		repeat;
	background-position:
		left top,
		right top 400px,
		center top;
	background-size:
		160px auto,
		160px auto,
		40px auto;
}
@media screen and (max-width: 767px) {
	.l-content {
		background-position:
			left -8vw top,
			right -8vw top 230px,
			center top;
		background-size:
			95px auto,
			95px auto,
			40px auto;
	}
}

/* title */

.box-title {
	position: relative;
	background-size: 260px auto;
}

@media screen and (max-width: 767px) {
	.box-title {
		margin: 0;
		padding: 0;
	}
}
.box-title__heading {
	position: relative;
	max-width: 920px;
	width: 85%;
	margin: 0 auto;
	padding: 80px 0 250px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.box-title__heading {
		width: 88%;
		padding: 16vw 0 calc(190px + 3.5vw);
	}
}

.box-title__img {
	display: block;
}
@media screen and (max-width: 767px) {
	.box-title__img {
		margin: 0;
	}
}
.box-title__sub {
	color: #686868;
	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: -70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.wrp-banzai {
		top: -60px;
	}
}

.wrp-banzai .txt-banzai {
	color: #cd2432;
	transition: color .5s;
}

.wrp-banzai .txt-banzai::before,
.wrp-banzai .txt-banzai::after {
	background: #cd2432;
	transition: background .5s;
}

/* box-menu */

.box-menu {
	position: relative;
	border: 0 none;
}

.box-menu__inner {
	position: relative;
	margin-bottom: 200px;
	padding: 0;
}

@media screen and (max-width: 1119px) {
	.box-menu__inner {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.box-menu__inner {
		padding: 0;
	}
}

.box-menu__tab {
	position: absolute;
	left: 0;
	right: 0;
	top: -180px;
	margin: auto;
	max-width: 700px;
}

@media screen and (max-width: 1119px) {
	.box-menu__tab {
		max-width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.box-menu__tab {
		top: -140px;
		max-width: none;
		width: calc(100vw - 14vw);
	}
}

.box-menu__tab li {
	width: 50%;
	float: left;
	padding: 0 5px;
	text-align: center;
}

.box-menu__tab li p {
	display: block;
	padding: 18px;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #cd2432;
	cursor: pointer;
	user-select: none;
	transition: color .5s;
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p {
		font-size: 13px;
		padding: 20px 5px;
	}
}

.box-menu__tab li p.is-active {
	cursor: default;
	background: #cd2432;
	color: #fff;
}

.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: #cd2432;
	font-size: 24px;
}

.box-menu__tab li p.is-active {
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p.is-active {
	}
}

.box-menu__tab li p.is-active [class^="icon-"]:before {
	color: #fff;
}

.box-menu__tab li p {
	transition: background-color .5s;
}

.box-menu__tab li p:hover {
	background: #fccc00;
	transition: background-color .1s;
}

.box-menu__tab li p.is-active:hover {
	background: #cd2432;
}

.box-menu__tab li p .box-menu__tabname {
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .5;
	color: inherit;
	transition: filter 1.5s;
}

@media screen and (max-width: 767px) {
	.box-menu__tab li p .box-menu__tabname {
		position: relative;
		bottom: -.15em;
		font-size: 145%;
	}
}

.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 1.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;
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
	background-image:
		url(../images/parts-bg-circle.png);
	background-repeat:
		repeat;
	background-position:
		center top;
	background-size:
		920px auto;
}

@media screen and (max-width: 1119px) {
	.box-menu__content {
		margin: 0 7vw;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 767px) {
	.box-menu__content {
		margin: 0 7vw;
		background-size: 200% auto;
	}
}

.box-menu__content.is-open {
	display: block;
}

.box-menu__list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.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 {
	float: left;
	width: 25%;
	height: 25%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
@media screen and (max-width: 767px) {
	.box-menu__list li {
		width: 50%;
		height: 50%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
.box-menu__list li [data-mfp-src] {
	cursor: pointer;
}

.box-article {
	border-radius: 500px;
	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-area img {
	display: block;
	width: 100%;
	height: auto;
}

.lst-img {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 14%;
}

@media screen and (max-width: 1119px) {
	.lst-img {
		left: 15%;
		right: 15%;
		top: 14%;
	}
}

@media screen and (max-width: 767px) {
	.lst-img {
		left: 11%;
		right: 11%;
		top: 15%;
	}
}

.box-article__icon {
	display: block;
	position: absolute;
	left: 19%;
	right: 19%;
	bottom: 10%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.box-article__icon {
		left: 14%;
		right: 14%;
		bottom: 8%;
		padding: 6px 4px;
		font-size: 11.5px;
	}
}
.box-article__icon:before {
	color: #fff;
}

/* hover効果 */

@media screen and (min-width: 768px) {
	.box-menu__list li [data-mfp-src] {
	}

	.box-menu__list li [data-mfp-src]:hover {
		opacity: 1;
	}

	.box-menu__list li [data-mfp-src] .box-article {
		/* background: transparent; */
		backdrop-filter: brightness(1) contrast(1) saturate(1);
		transition: backdrop-filter .5s;
	}

	.box-menu__list li [data-mfp-src]:hover .box-article {
		/* background: rgba(255, 255, 255, .4); */
		backdrop-filter: brightness(1) contrast(1.2) saturate(1.2);
		transition: backdrop-filter .1s;
	}

	.box-menu__list li [data-mfp-src] .box-article img {
		filter: brightness(1);
		transition: filter 1.5s;
	}

	.box-menu__list li [data-mfp-src]:hover .box-article img {
		filter: brightness(1.1);
		transition: filter .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-c {
	background-image: url(../images/parts-icon-newshop-op-c.png);
}

.box-article__newshop-icon--rn-c {
	background-image: url(../images/parts-icon-newshop-rn-c.png);
}

.box-article__newshop-icon--sa-c {
	background-image: url(../images/parts-icon-newshop-sa-c.png);
}

.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;
	}
}

/* ---- */

.box-popup .category {
	line-height: 1.4;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.box-popup .category {
		line-height: 1.4;
	}
}

/* モーダル */

.box-popup {
}

.box-popup__inner {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #feeaa5;
}
.box-popup__inner::-webkit-scrollbar{
	display:none;
}

/* モーダル背景 */

.mfp-bg {
	background-color: rgba(255, 255, 255, .8);
	background-image: url(../images/parts-bg-pc.png);
	background-position: center top;
}
@media screen and (max-width: 767px) {
	.mfp-bg {
		background-image: url(../images/parts-bg-sp.png);
		background-size: 100% auto;
	}
}
@media screen and (max-width: 767px){
	.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: #cd2432 !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
	color: #cd2432 !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 {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 20px;
	padding: 25px;
	border-radius: 35px;
	background: #fffccf;
}
@media screen and (max-width: 767px){
	.note {
		padding: 20px;
		border-radius: 35px;
	}
}

/* バナーエリア */

.box-banner {
	margin-top: -30px;
	padding: 40px 0 40px;
	border-top: 3px solid #686868;
	background: #fff;
	background-size: 150px;
	text-align: center;
}
.box-banner:before {
	content: none;
}
.box-banner:after {
	content: none;
}
@media screen and (max-width: 1119px) {
	.box-banner {
		margin-top: -30px;
	}
}
@media screen and (max-width: 767px) {
	.box-banner {
		margin-top: 0;
		padding: 20px 0 40px;
	}
}
.box-banner-item {
	display: inline-block;
	max-width: 350px;
	width: 40%;
	margin: 0 20px;
}
@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__header img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.box-banner__header img {
		max-width: 320px;
		width: calc(100% - 120px);
	}
}
.box-banner__button {
	margin-top: 0;
}
.box-banner__button a {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #686868;
	font-weight: bold;
	color: #fff;
}
.box-banner__button a:hover {
	color: #fff;
}
.box-banner__button a .icon-arrow-right:before {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.box-banner__button a {
		width: calc(100% - 20px);
	}
}

/* 見出し */

.box-group-title {
	margin-top: 60px;
	margin-bottom: 20px;
}
.box-group-title__img {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.box-group-title {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.box-group-title__img {
		max-width: none;
		margin: 0 auto;
	}
}

/* 文字詰め調整 */

.box-popup .title,
.box-popup .price,
.box-popup .description,
.box-article__icon,
.note {
	font-feature-settings: "palt";
}

.box-popup .title,
.box-article__icon,
.note {
	letter-spacing: 0;
}

.box-popup .price,
.box-popup .description {
	letter-spacing: 0.05em;
}
