@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;
	}
}

/* background */

.l-content {
	background-color: #e8e8e8;
	background-image: url(../images/parts-bg-pc.png);
	background-position: center top;
}
@media screen and (max-width: 767px) {
	.l-content {
		background-image: url(../images/parts-bg-sp.png);
		background-size: 100% auto;
	}
}

/* title */

.box-title {
	position: relative;
}

body.is-goods .box-title {
	background-image: url(../images/parts-bg-base-y.png);
	background-position: left bottom;
	background-repeat: repeat;
	background-size: 260px auto;
}

@media screen and (max-width: 767px) {
	.box-title {
		margin: 0;
		padding: 0;
	}
}
.box-title__heading {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0 150px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.box-title__heading {
		padding: 8vw 0 24vw;
	}
}
.box-title__heading.pc_hide {
	width: 85%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.box-title__heading.pc_hide {
		width: 100%;
		border-radius: 0;
	}
}
.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: 160px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.wrp-banzai {
		top: 150px;
	}
}

.wrp-banzai .txt-banzai {
	color: #23afbf;
	transition: color .5s;
}

body.is-goods .wrp-banzai .txt-banzai {
	color: #23afbf;
}

body.is-menu .wrp-banzai .txt-banzai {
	color: #f04a6a;
}

.wrp-banzai .txt-banzai::before,
.wrp-banzai .txt-banzai::after {
	background: #23afbf;
	transition: background .5s;
}

body.is-goods .wrp-banzai .txt-banzai::before,
body.is-goods .wrp-banzai .txt-banzai::after {
	background: #23afbf;
}

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;
}

body.is-goods .box-menu {
	background: #facd89;
}

body.is-menu .box-menu {
	background: #f9d3e3;
}

.box-menu__inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 134px 10px 40px;
}

@media screen and (max-width: 767px) {
	.box-menu__inner {
		padding: 120px 7vw 7vw;
	}
}

.box-menu__tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	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: #23afbf;
	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: #23afbf;
}

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: #23afbf;
	font-size: 24px;
	transition: color .5s;
}

body.is-goods .box-menu__tab li p [class^="icon-"]::before {
	color: #23afbf;
}

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;
}

@media screen and (max-width: 767px) {
	.box-menu__list {
	}
}

.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: #23afbf;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

body.is-goods .box-article__icon {
	background-color: #23afbf;
}

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;
	}
}

/* ラッピングアイコン */

.box-article__wrapping-icon {
	position: absolute;
	z-index: 2;
	right: 15px;
	top: -5px;
	width: 65px;
	height: 65px;
	background-image: url(../images/parts-icon-wrapping-goods.png);
	background-size: contain;
}

body.is-goods .box-article__wrapping-icon {
	background-image: url(../images/parts-icon-wrapping-goods.png);
}

body.is-menu .box-article__wrapping-icon {
	background-image: url(../images/parts-icon-wrapping-menu.png);
}

.box-popup .box-article__wrapping-icon {
	right: 20px;
	top: 20px;
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 767px) {
	.box-article__wrapping-icon {
		right: -5px;
		top: -5px;
		width: 40px;
		height: 40px;
	}

	.box-popup .box-article__wrapping-icon {
		right: 0;
		top: 5px;
		width: 70px;
		height: 70px;
	}
}

.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;
	box-shadow: 0 0 25px #bbb, 0 0 5px #999;
}
.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: 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: #23afbf !important;
}

body.is-goods .mfp-close:after {
	color: #23afbf !important;
}

body.is-menu .mfp-close:after {
	color: #f04a6a !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
	color: #23afbf !important;
}

body.is-goods .mfp-arrow-right:after,
body.is-goods .mfp-arrow-left:after {
	color: #23afbf !important;
}

body.is-menu .mfp-arrow-right:after,
body.is-menu .mfp-arrow-left:after {
	color: #f04a6a !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-top: 20px;
	padding: 25px;
	border-radius: 35px;
	background: #fff;
}
@media screen and (max-width: 787px){
	.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;
}

/* 刺繍 */ 

.shishu-head,
.shishu-body,
.shishu-head-top,
.shishu-body-top {
	position: absolute;
	background-size: 250px auto;
	pointer-events: none;
	user-select: none;
	transition: opacity .5s;
}

@media screen and (max-width: 767px) {
	.shishu-head,
	.shishu-body,
	.shishu-head-top,
	.shishu-body-top {
		background-size: 40vw auto;
	}
}

.shishu-head,
.shishu-body {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.shishu-head-top,
.shishu-body-top {
	width: 100%;
	height: 200px;
	left: 0;
}

.shishu-head.shishu-head--goods {
	background-image: url(../images/parts-bg-base-y.png);
	background-position: left top;
	background-repeat: repeat;
}

.shishu-head.shishu-head--menu {
	background-image: url(../images/parts-bg-base-p.png);
	background-position: left top;
	background-repeat: repeat;
}

.shishu-body.shishu-body--goods,
.shishu-body.shishu-body--menu {
	background-position:
		left 4% top 95px,
		right -4% top 95px,
		left 10% top 295px,
		right 2% top 320px,
		right -4% top 400px,
		left top,
		left top;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-x,
		repeat;
}

@media screen and (max-width: 767px) {
	.shishu-body.shishu-body--goods,
	.shishu-body.shishu-body--menu {
		background-position:
			left -3.2vw top 10.1vw,
			right -18.4vw top 10.1vw,
			left -11.75vw top 53.35vw,
			right -29.9vw top 55.15vw,
			right -35.0vw top 73.6vw,
			left top -1.7vw,
			left top;
	}
}

.shishu-body.shishu-body--goods {
	background-image:
		url(../images/parts-bg-ornament-nagagutsu-b.png),
		url(../images/parts-bg-ornament-ningyo-b.png),
		url(../images/parts-bg-ornament-tama-b.png),
		url(../images/parts-bg-ornament-yuki-b.png),
		url(../images/parts-bg-ornament-yuki-b.png),
		url(../images/parts-bg-line-yuki-b.png),
		url(../images/parts-bg-base-b.png);
}

.shishu-body.shishu-body--menu {
	background-image:
		url(../images/parts-bg-ornament-nagagutsu-r.png),
		url(../images/parts-bg-ornament-ningyo-r.png),
		url(../images/parts-bg-ornament-tama-r.png),
		url(../images/parts-bg-ornament-yuki-r.png),
		url(../images/parts-bg-ornament-yuki-r.png),
		url(../images/parts-bg-line-yuki-r.png),
		url(../images/parts-bg-base-r.png);
}

.shishu-head-top.shishu-head-top--goods {
	top: 0;
	background-image: url(../images/parts-bg-line-gizagiza-b-t.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.shishu-head-top.shishu-head-top--menu {
	top: 0;
	background-image: url(../images/parts-bg-line-gizagiza-r-t.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.shishu-body-top.shishu-body-top--goods {
	bottom: 100%;
	background-image: url(../images/parts-bg-line-gizagiza-b-b.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.shishu-body-top.shishu-body-top--menu {
	bottom: 100%;
	background-image: url(../images/parts-bg-line-gizagiza-r-b.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

body.is-goods .shishu-head.shishu-head--goods,
body.is-goods .shishu-body.shishu-body--goods {
	opacity: 1;
}

body.is-menu .shishu-head.shishu-head--goods,
body.is-menu .shishu-body.shishu-body--goods {
	opacity: 0;
}

body.is-goods .shishu-head.shishu-head--menu,
body.is-goods .shishu-body.shishu-body--menu {
	opacity: 0;
}

body.is-menu .shishu-head.shishu-head--menu,
body.is-menu .shishu-body.shishu-body--menu {
	opacity: 1;
}

body.is-goods .shishu-head-top.shishu-head-top--goods,
body.is-goods .shishu-body-top.shishu-body-top--goods {
	opacity: 1;
}

body.is-menu .shishu-head-top.shishu-head-top--goods,
body.is-menu .shishu-body-top.shishu-body-top--goods {
	opacity: 0;
}

body.is-goods .shishu-head-top.shishu-head-top--menu,
body.is-goods .shishu-body-top.shishu-body-top--menu {
	opacity: 0;
}

body.is-menu .shishu-head-top.shishu-head-top--menu,
body.is-menu .shishu-body-top.shishu-body-top--menu {
	opacity: 1;
}
