@charset "utf-8";

@media screen and (max-width: 1119px) {
	.wrap_offcanvas {
		padding-bottom: 0;
	}
}

.wrp-container {
}

@media screen and (max-width: 787px) {
	.wrp-container{
		padding: 0 2vw;
	}
}

/* 背景 */

.l-content {
	padding-bottom: 100px;
	background-color: #000;
	background-color: #000031;
	background-image:
		url(../images/parts-bg-frame-lt.png),
		url(../images/parts-bg-frame-rt.png),
		url(../images/parts-bg-frame-lb.png),
		url(../images/parts-bg-frame-rb.png),
		url(../images/parts-bg-frame-l.png),
		url(../images/parts-bg-frame-r.png),
		url(../images/parts-bg.png);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-y,
		repeat-y,
		no-repeat;
	background-position:
		left -40px top -40px,
		right -40px top -40px ,
		left -40px bottom -40px,
		right -40px bottom -40px,
		left 20px top,
		right 20px top,
		center top -400px;
	background-size:
		290px auto,
		290px auto,
		290px auto,
		290px auto,
		160px auto,
		160px auto,
		100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.l-content {
		background-position:
			left -6vw top -3vw,
			right -6vw top -3vw,
			left -6vw bottom -3vw,
			right -6vw bottom -3vw,
			left top,
			right top,
			center top -20vw;
		background-size:
			28vw auto,
			28vw auto,
			28vw auto,
			28vw auto,
			16vw auto,
			16vw auto,
			100vw auto;
	}
}

@media screen and (max-width: 767px) {
	.l-content {
		padding-bottom: 120px;
		background-position:
			left -9vw top -6vw,
			right -9vw top -6vw,
			left -9vw bottom -6vw,
			right -9vw bottom -6vw,
			left top,
			right top,
			center top -15vw;
		background-size:
			34vw auto,
			34vw auto,
			34vw auto,
			34vw auto,
			20vw auto,
			20vw auto,
			150vw auto;
	}
}

/* title */

.box-title {
	position: relative;
	padding: 50px 0 110px;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.box-title {
		margin: 0 -12px;
		padding: 10vw 0 15vw;
	}
}

@media screen and (max-width: 767px) {
	.box-title {
		margin: 0 -2vw;
		padding: 20vw 0 30vw;
	}
}

.box-title__heading {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.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: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.875;
	margin-top: 0;
	text-shadow: 0 0 6px rgba(189, 31, 92, .3);
}

@media screen and (max-width: 767px) {
	.box-title__sub {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 0;
	}
}

@media screen and (min-width: 767px) {
	.box-title__sub > .pc_hide {
		display: none;
	}
}

/* banzai */

.wrp-banzai {
	margin: 0;
	padding-top: 30px;
}
.wrp-banzai .txt-banzai {
	color: #3e1d46;
}
.wrp-banzai .txt-banzai:before, .wrp-banzai .txt-banzai:after {
	background: #3e1d46;
}

/* box-menu */

.box-menu {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 10px;
	border: 1px solid #fff;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	background: #fff;
	filter: drop-shadow(0 -2px 20px #000031);
}
@media screen and (max-width: 767px) {
	.box-menu {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.box-menu__tab {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: calc(100% + 6px);
	margin: 0 -3px;
	overflow: hidden;
}
.box-menu__tab li {
	width: 50%;
	float: left;
	padding: 0 2px;
	text-align: center;
}
.box-menu__tab li p {
	color: #3e1d46;
	display: block;
	padding: 18px;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.box-menu__tab li p {
		font-size: 13px;
		padding: 12px 10px;
	}
}
.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: #3e1d46;
	font-size: 24px;
}
.box-menu__tab li p.is-active {
	padding-bottom: 23px;
	border-bottom: 1px solid #fff;
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
	.box-menu__tab li p.is-active {
		padding-bottom: 17px;
	}
}
.box-menu__tab li p.is-active [class^="icon-"]:before {
}
.box-menu__tab li p:hover {
	background: #fd7;
}
.box-menu__tab li p:hover [class^="icon-"]:before {
}
.box-menu__tab li p.is-active:hover {
	background: #fff;
}
.box-menu__tab li p.is-active:hover [class^="icon-"]:before {
}
.box-menu__content {
	display: none;
	position: relative;
	z-index: 0;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.box-menu__content {
		padding: 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: 0;
}
@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__list li {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 0 0 25px !important;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.box-menu__list li {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
}
.box-menu__list li [data-mfp-src] {
	cursor: pointer;
}
.box-menu__list li [data-mfp-src]:hover {
	opacity: .7;
	transition: opacity .3s;
}
.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 {
	/*filter: drop-shadow(3px 3px 0 #cacaca);*/
}
.box-article__icon {
	display: block;
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 10%;
	padding: 5px 8px;
	border-radius: 500px;
	background-color: #3e1d46;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width: 787px) {
	.box-article__icon {
		padding: 4px 8px;
		font-size: 13px;
		font-weight: bold;
	}
}
.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;
	}
}

/* モーダル背景 */

.mfp-bg {
	background-color: rgba(0, 0, 49, .7);
}

@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: #fefefe !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
	color: #fefefe !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 15px 15px;
}
@media screen and (max-width: 787px){
	.note {
		margin: 20px 3vw 3vw;
	}
}

/* バナーエリア */

.box-banner {
	margin-top: -30px;
	padding: 40px 0 40px;
	border-top: 3px solid #fefefe;
	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: #fefefe;
	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 + .box-menu__list {
	margin-top: 40px;
}
.box-group .box-menu__list {
	margin-top: -20px;
}
.box-group .box-menu__list li {
	width: 20%;
}
@media screen and (max-width: 767px) {
	.box-group .box-menu__list li {
		width: 50%;
	}
}
.box-group {
	margin: 40px -20px 0;
	padding: 30px 20px 10px;
	background-color: #ffe8d9;
}

@media screen and (max-width: 767px) {
	.box-group {
		margin: 20px -5px 0;
		padding: 25px 5px 10px;
	}
}

.box-group-title {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.box-group-title {
		margin-bottom: 20px;
	}
}

.box-group-title__img {
	display: block;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.box-group-title__img {
		max-width: none;
		width: 95%;
		margin: 0 auto;
	}
}

/* 文字詰め調整 */

.box-popup .title,
.box-popup .price,
.box-popup .description,
.box-article__icon {
	font-feature-settings: "palt";
}

.box-popup .price,
.box-popup .description {
	letter-spacing: 0.05em;
}
