@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.mainVisual {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.mainVisual::before {
	width: 34.5rem;
	height: 34.5rem;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #D42E3E;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.mainVisual::after {
	width: 70.1rem;
	height: 70.1rem;
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background-color: rgba(153, 0, 15, 0.8);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.mainVisual .imgtext {
	opacity: 0;
    transform: translateY(40px);
    transition: .5s;
}
.mainVisual .imgtext.show {
	opacity: 1;
	transform: translateY(0);
}
.mainVisual .imgTetx01 {
	position: absolute;
	z-index: 2;
	top: 14.2rem;
	right: 3.8rem;
	width: 9.6rem;
}
.mainVisual .imgTetx02 {
	position: absolute;
	z-index: 2;
	bottom: 2.8rem;
	left: 2.6rem;
	width: 55.1rem;
}
.mainVisual .imgTetx03 {
	position: absolute;
	z-index: 2;
	bottom: 3.3rem;
	right: 17.4rem;
	width: 24rem;
}
.mainVisual .slideBox {
	position: relative;
}
.mainVisual .slideBox li {
	vertical-align: top;
}
.mainVisual .slideBox img {
	width: 100%;
}
.mainVisual .slideBox .animate img {
	animation: slideimg 11s forwards linear;
}
.mainVisual .slideBox .slick-dots {
	margin-left: 17.5rem;
	width: 100%;
	height: 1.2rem;
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 2.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainVisual .slideBox .slick-dots li {
	margin: 0 0.9rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.mainVisual .slideBox .slick-dots li:before {
	display: none;
}
.mainVisual .slideBox .slick-dots li.slick-active {
	background: #D42E3E;
}
.mainVisual .slideBox .slick-dots li button {
	display: none !important;
}
#main .sec01 {
	padding-top: 5rem;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#main .sec01::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 74.2rem;
	height: 74.2rem;
	background-color: #FFEEC2;
	content: "";
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#main .sec01::after {
	width: 60.9rem;
	height: 121.7rem;
	position: absolute;
	z-index: 1;
	top: 27.9rem;
	left: 0;
	content: "";
	background: url(../img/index/sec01_img01.png) no-repeat left top / 100%;
}
#main .sec01 .newsBox {
	margin: 0 auto 8.3rem;
	max-width: 100rem;
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	background-color: #fff;
	height: 10rem;
	overflow: hidden;
}
#main .sec01 .newsBox .title {
	width: 10.5rem;
	color: #FFFF00;
	font-size: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D42E3E;
}
#main .sec01 .newsBox .textBox {
	padding: 1rem 3rem 2rem 1.7rem;
	flex: 1;
	height: 10rem;
	overflow-y: scroll;
}
#main .sec01 .newsBox .newsList li {
	margin-bottom: 1rem;
	display: flex;
}
#main .sec01 .newsBox .newsList li:last-child {
	margin-bottom: 0;
}
#main .sec01 .newsBox .newsList .time {
	padding-right: 2rem;
    margin-right: 1.7rem;
    width: 9.5rem;
	font-size: 1.4rem;
	position: relative;
}
#main .sec01 .newsBox .newsList .time::after {
	position: absolute;
	top: 1rem;
	right: 0;
	width: 1.3rem;
	height: 1px;
	background-color: #000;
	content: "";
}
#main .sec01 .newsBox .newsList .txt {
	flex: 1;
	font-size: 1.5rem;
}
#main .mission {
	padding-left: 9.2%;
	position: relative;
	z-index: 2;
	margin: 0 auto 9rem;
	max-width: 108rem;
}
#main .mission .photoBox {
	margin-top: -0.7rem;
	width: 20.2rem;
}
#main .mission .textBox {
	margin-right: -2rem;
	width: calc(100% - 24.5rem);
}
#main .mission .textBox .ttl {
	margin-bottom: 4.3rem;
	color: #231815;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.05;
	letter-spacing: 0.1em;
}
#main .mission .textBox .ttl span {
	color: #D42E3E;
}
#main .mission .textBox .ttl .dot {
	color: #231815;
	font-size: 4.2rem;
	vertical-align: -1.3rem;
}
#main .mission .textBox .txt {
	margin-bottom: 3.5rem;
	line-height: 1.94;
}
#main .mission .textBox .txt:last-of-type {
	margin-bottom: 0;
}
#main .what {
	padding: 30.417vw 0 4.2rem;
	position: relative;
	z-index: 1;
	background-color: #141414;
}
@media all and (min-width: 961px) and (max-width: 1280px)  {
	#main .what {
		padding-top: 43.8rem;
	}
}
#main .what .photo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
@media all and (min-width: 1530px)  {
	#main .what .photo {
		margin: 0 auto;
		max-width: 78vw;
	}
}
#main .what .photo img {
	width: 100%;
}
#main .what .rImg {
	width: 44.9rem;
	position: absolute;
	z-index: 1;
	top: 6.4rem;
	right: 0;
}
#main .what .content {
	position: relative;
	z-index: 2;
}
#main .what .title {
	margin: 0 0 8rem -3.5rem;
	width: 62.4rem;
}
#main .what .sub {
	padding-left: 7.2rem;
}
#main .what .subImg {
	margin: 0 auto;
	width: 29.2rem;
}
#main .detail {
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-feature-settings: normal;
	background: url(../img/index/details_img04.png) no-repeat left bottom 44.3rem / 72.5rem,url(../img/index/details_img05.png) no-repeat right top / 68.6rem,#141414;
}
#main .detail::after {
	position: absolute;
	top: -2rem;
	left: -1rem;
	width: 50rem;
	height: 100%;
	content: "";
	background: url(../img/index/details_bg02.png) left top / 100%;
	mix-blend-mode: multiply;
}
#main .detail::before {
	position: absolute;
	top: -2rem;
	right: -1rem;
	width: 50rem;
	height: 100%;
	content: "";
	background: url(../img/index/details_bg03.png) right top / 100%;
	mix-blend-mode: multiply;
}
#main .detail .info {
	position: relative;
	z-index: 2;
	padding: 5.2rem 0 11.8rem;
	background: url(../img/index/details_img06.png) no-repeat right top / 62rem, url(../img/index/details_img01.png) no-repeat left bottom 57rem / 72.5rem,url(../img/index/details_img02.png) no-repeat right bottom 36.7rem / 51rem,url(../img/index/details_bg01.png) no-repeat center top 45rem / 150.6rem;
}
#main .detail .textBox {
	margin: 0 -1.7rem 7.8rem;
	padding: 2rem 0 0 3.2rem;
	background: url(../img/common/line03.png) no-repeat left top / 3.6rem;
}
#main .detail .title {
	margin-bottom: 2.8rem;
	font-size: 2.5rem;
	line-height: 1.4;
	color: #fff;
}
#main .detail .text {
	margin-bottom: 3.5rem;
	line-height: 1.94;
	color: #fff;
}
#main .detail .textBox .text01 {
	margin-bottom: 2.3rem;
}
#main .detail .subText {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
}
#main .detail .popBox {
	margin-left: 5rem;
}
#main .detail .popList {
	padding-bottom: 10.2rem;
	margin: -5.3rem auto 0;
	width: 58rem;
	background: url(../img/index/details_img03.png) no-repeat left 23.6rem top 29rem / 5.7rem;
}
#main .detail .popList:last-of-type {
	margin-bottom: 5.2rem;
}
#main .detail .popList li {
	margin: 5.3rem 5.3rem 0 0;
	width: 23.8rem;
	background-color: #000;
}
#main .detail .popList li:nth-child(2n) {
	margin-right: 0;
}
#main .detail .popList a {
	position: relative;
	z-index: 1;
	display: block;
	border: 0.4rem solid #000;
}
#main .detail .popList a:hover {
	opacity: 0.3;
}
#main .detail .popList a::after {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	content: "";
	background: url(../img/common/icon03.png) no-repeat right bottom / 100%;
}
#main .detail .popList span {
	text-align: center;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
}
#main .detail .popList01 {
	padding-left: 23.8rem;
	width: 105.8rem;
	background-position: left 47.3rem top 29rem;
}
#main .detail .popList01 li {
	margin: 5.3rem 5.3rem 0 0 !important;
}
#main .detail .popList01 li:nth-child(3n) {
	margin-right: 0 !important;
}
#main .detail .comBgBox {
	margin-bottom: 0;
	padding: 2.5rem 2.3rem 2.5rem;
	max-width: 104.6rem;
	align-items: center;
	font-feature-settings: "palt";
}
#main .detail .comBgBox .sub {
	width: calc(100% - 32rem);
}
#main .detail .comBgBox .ttl {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
#main .detail .comBgBox .rBox {
	padding-top: 2rem;
	flex: 1;
}
#main .detail .comBgBox .btn {
	margin: 0 auto;
}
#main .sales {
	padding: 5.4rem 0 8rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: url(../img/index/sales_bg01.png) no-repeat left top / cover,#99000F;
}
#main .sales::after {
	position: absolute;
	z-index: 1;
	top: -2rem;
	left: -2.5rem;
	width: 50rem;
	bottom: 0;
	content: "";
	background: url(../img/index/sales_bg02.png) repeat-y left top / 100%;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#main .sales::before {
	position: absolute;
	z-index: 1;
	top: -2rem;
	right: -2.5rem;
	width: 50rem;
	bottom: 0;
	content: "";
	background: url(../img/index/sales_bg03.png) repeat-y right top / 100%;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#main .sales .imgtext {
	margin-bottom: 2.1rem;
	text-align: center;
}
#main .sales .headLine01 {
	margin-bottom: 5rem;
}
#main .sales .content {
	position: relative;
	z-index: 2;
}
#main .sales .topText {
	margin-bottom: 5.5rem;
	text-align: center;
	color: #fff;
	line-height: 1.94;
}
#main .sales .reserveList {
	margin-bottom: 5.5rem;
}
#main .sales .reserveList > li {
	width: 47.55%;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}
#main .sales .reserveList .topBox {
	padding: 1.4rem 2rem;
	color: #fff;
	background-color: #D42E3E;
}
#main .sales .reserveList .topBox h3 {
	text-align: center;
	font-size: 3rem;
}
#main .sales .reserveList .topBox h3 span {
	margin-bottom: 0.2rem;
	display: block;
	text-align: left;
	font-weight: 400;
	font-size: 1.6rem;
}
#main .sales .reserveList .textBox {
	padding: 0.5rem 3rem 5rem;
}
#main .sales .reserveList .textBox .text {
	margin-bottom: 3.3rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
#main .sales .reserveList .textBox .text a {
	color: #0071BC;
	text-decoration: underline;
}
#main .sales .reserveList .imgBox .pho {
	margin-right: 1.7rem;
	width: 14rem;
}
#main .sales .reserveList .imgBox .txtBox {
	flex: 1;
}
#main .sales .brown {
	color: #A67C52;
}
#main .sales .red {
	color: #D42E3E;
}
#main .sales .blue {
	color: #0071BC;
}
#main .sales .reserveList .sub {
	margin-bottom: 5.5rem;
}
#main .sales .reserveList .sub:last-of-type {
	margin-bottom: 0;
}
#main .sales .reserveList .imgBox {
	margin-bottom: 1.5rem;
}
#main .sales .reserveList .imgBox .time {
	margin-top: -0.3rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
}
#main .sales .reserveList .imgBox .time .num {
	font-size: 2.4rem;
}
#main .sales .reserveList .imgBox .time .num span {
	font-size: 2.7rem;
	vertical-align: -0.2rem;
}
#main .sales .reserveList .imgBox .time .thin {
	font-weight: 400;
}
#main .sales .reserveList .notesList {
	padding-left: 2rem;
	margin: 0 auto;
	max-width: 39rem;
	font-size: 1.2rem;
	line-height: 1.66;
}
#main .sales .reserveList .notesList li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
}
#main .sales .reserveList .imgBox .txtList li {
	font-weight: 700;
	font-size: 2.2rem;
}
#main .sales .reserveList .sub01 {
	margin-bottom: 3rem;
}
#main .sales .reserveList .sub01 .notesList {
	padding-right: 3rem;
	text-align: center;
}
#main .sales .reserveList .sub02 {
	margin-bottom: 3.7rem;
}
#main .sales .deliveryBox {
	margin: 0 auto 5.3rem;
	max-width: 90rem;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}
#main .sales .deliveryBox .title {
	width: 19rem;
	background-color: #D42E3E;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 1.92rem;
}
#main .sales .deliveryBox .textBox {
	padding: 4rem 5.5rem 4.9rem;
	flex: 1;
}
#main .sales .deliveryBox .textBox .ttl {
	margin-bottom: 3.5rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.2;
}
#main .sales .deliveryBox .textBox .notesList {
	font-size: 1.4rem;
	line-height: 1.42;
}
#main .sales .payBox {
	margin: 0 auto 1.5rem;
	padding: 2.5rem 3.2rem 4rem;
	max-width: 104.9rem;
	background-color: #fff;
}
#main .sales .payBox h3 {
	margin-bottom: 3.2rem;
	padding: 0 9rem 2.5rem 0;
	text-align: center;
	background: url(../img/common/line05.png) repeat-x left bottom / 1.3rem;
}
#main .sales .payBox .textBox {
	padding-left: 0.5rem;
	width: 45%;
}
#main .sales .payBox .textBox h4 {
	font-size: 1.9rem;
	color: #DD435D;
}
#main .sales .payBox .textBox .text {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.875;
}
#main .sales .payBox .textBox .text span {
	color: #DD435D;
	padding-bottom: 0.5rem;
	background: url(../img/common/line04.png) repeat-x left bottom / 17.7rem;
}
#main .sales .payBox .textBox .ttl {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1.6rem;
}
#main .sales .payBox .textBox .txtList li {
	margin-bottom: 0.8rem;
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	font-size: 1.6rem;
}
#main .sales .payBox .textBox .txtList li:last-child {
	margin-bottom: 0;
}
#main .sales .payBox .textBox .txtList .li01 {
	margin-bottom: 3rem;
}
#main .sales .payBox .textBox .txtList li span {
	color: #DD435D;
}
#main .sales .payBox .photoBox {
	width: 51.5%;
}
#main .sales .payBox .ttl01 {
	margin-top: 2rem;
	color: #DD435D;
}
#main .sales .subNotes {
	margin-bottom: 2.6rem;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
#main .sales .midText {
	margin-bottom: 3.5rem;
	text-align: center;
}
#main .sales .noteBox {
	margin: 0 auto;
	max-width: 90rem;
	background-color: #FFE7A3;
}
#main .sales .noteBox .title {
	width: 19rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.92rem;
	background-color: #000;
}
#main .sales .noteBox .textBox {
	padding: 2rem 5.7rem;
	flex: 1;
}
#main .sales .noteBox .textBox .ttl {
	margin-bottom: 0.8rem;
	padding-left: 2.5rem;
	color: #99000F;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.89;
	background: url(../img/common/icon09.png) no-repeat left center / 1.2rem;
}
#main .sales .noteBox .notesList {
	margin-bottom: 1rem;
}
#main .sales .noteBox .notesList li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	font-size: 1.4rem;
	line-height: 1.428;
}
#main .sales .noteBox .btnBox {
	margin-bottom: 1.8rem;
	align-items: center;
}
#main .sales .noteBox .btnBox .txt {
	margin-left: 1rem;
	display: block;
	color: #4D4D4D;
	font-size: 1.4rem;
	flex: 1;
}
#main .sales .noteBox .txtList li {
	padding-left: 0.7rem;
	text-indent: -0.7rem;
	font-size: 1.4rem;
	line-height: 1.428;
}
@media all and (min-width: 961px) {
	#main .sales .reserveList .textBox .text a:hover {
		text-decoration: none;
	}
}
#main .exhibition {
	position: relative;
	z-index: 2;
	font-feature-settings: normal;
	background: url(../img/index/exhibition_bg01.jpg) no-repeat left bottom / cover;
}
#main .exhibition .exhibit01 {
	margin-bottom: -21%;
	position: relative;
	z-index: 2;
}
#main .exhibition .exhibit01 h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
#main .exhibition .exhibit01 .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6.944vw;
	z-index: 2;
}
#main .exhibition .exhibit01 .title {
	margin-bottom: -1.7rem;
	text-align: center;
}
#main .exhibition .exhibit01 .text {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
#main .exhibition .exhibit02 {
	padding: 23.889vw 0 11.111vw;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
}
#main .exhibition .exhibit02 .lImg {
	position: absolute;
	top: 17.2rem;
	left: 0;
	width: 37.8rem;
}
#main .exhibition .exhibit02 .photoList {
	width: 27rem;
	position: absolute;
	top: 14.5rem;
	right: 1.5rem;
}
@media all and (min-width: 961px) and (max-width: 1340px)  {
	#main .exhibition .exhibit02 .lImg {
		width: 30rem;
	}
	#main .exhibition .exhibit02 .photoList {
		width: 24rem;
	}
}
#main .exhibition .exhibit02 .photoList li {
	margin-bottom: 1.1rem;
}
#main .exhibition .exhibit02 .photoList li:last-child {
	margin-bottom: 0;
}
#main .exhibition .exhibit02 h3 {
	padding: 0.7rem 4.4rem 0 4.4rem;
	margin: 0 auto 3.6rem;
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	color: #D42E3E;
	width: fit-content;
	background: url(../img/common/line06.png) no-repeat left top / 3.6rem;
}
#main .exhibition .exhibit02 .imgBox {
	margin: 0 auto 3.2rem;
	position: relative;
	z-index: 2;
	max-width: 74.6rem;
	align-items: flex-start;
}
#main .exhibition .exhibit02 .imgBox:last-of-type {
	margin-bottom: 4rem;
}
#main .exhibition .exhibit02 .imgBox .photoBox {
	width: 30rem;
}
#main .exhibition .exhibit02 .imgBox .textBox {
	flex: 1;
}
#main .exhibition .exhibit02 .imgBox h4 {
	margin-bottom: 3.2rem;
	padding: 0.5rem 2.9rem;
	color: #D42E3E;
	font-weight: 500;
	font-size: 2.5rem;
	border: 1px solid #fff;
	border-left: 0;
}
#main .exhibition .exhibit02 .imgBox h4 .sml {
	font-size: 1.5rem;
	vertical-align: 0.3rem;
}
#main .exhibition .exhibit02 .imgBox .sub {
	margin-bottom: 1rem;
	padding: 0 1.5rem;
	align-items: flex-start;
}
#main .exhibition .exhibit02 .imgBox .phoBox {
	margin-right: 1.7rem;
	width: 14rem;
}
#main .exhibition .exhibit02 .imgBox .txtBox {
	flex: 1;
	color: #fff;
}
#main .exhibition .exhibit02 .imgBox .time {
	font-weight: 500;
	font-size: 2rem;
}
#main .exhibition .exhibit02 .imgBox .time .num {
	font-size: 1.8rem;
}
#main .exhibition .exhibit02 .imgBox .time .sml {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
#main .exhibition .exhibit02 .imgBox .time .big {
	font-size: 2.2rem;
	line-height: 1.2;
}
#main .exhibition .exhibit02 .imgBox .notesList li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	font-size: 1.6rem;
	line-height: 1.68;
}
#main .exhibition .exhibit02 .comBtn {
	margin-top: 1.5rem;
}
#main .exhibition .exhibit02 .comBtn a {
	padding: 0.6rem 1rem 0.6rem 1.8rem;
	text-align: left;
	color: #000;
	border: 0;
}
#main .exhibition .exhibit02 .comBtn span {
	padding-right: 4.6rem;
}
#main .exhibition .exhibit02 h3.special {
	padding-right: 7rem;
	color: #FFFF00;
	background-image: url(../img/common/line03.png);
}
#main .exhibition .exhibit02 .imgBox01 h4,
#main .exhibition .exhibit02 .imgBox01 .notesList li{
	color: #FFFF00;
}
#main .exhibition .exhibit02 .imgBox01 .textBox h4 {
	margin-bottom: 4.5rem;
}
#main .exhibition .exhibit02 .notes {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
#main .product .photoBox .title {
	position: absolute;
	top: 8.5rem;
	right: 25%;
	width: 4.6rem;
}
#main .product .photoBox {
	position: relative;
	z-index: 1;
}
#main .product .sub {
	margin-top: -15.278vw;
	padding-top: 15.278vw;
	position: relative;
	z-index: 3;
	background: url(../img/index/product_bg01.png) no-repeat left top / 100vw;
}
@media all and (min-width: 961px) and (max-width: 1280px)  {
#main .product .sub {
	background-size: 100% auto;
}
}
#main .product .paraJs {
	padding: 0.069vw 0 53.403vw;
}
#main .product .paraJs .photo {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#main .product .paraJs .photo img {
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    object-fit: cover;
}
#main .product .paraJs img {
	width: 100%;
}
#main .product .innerBox {
	padding: 6.5rem 2rem 8.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#main .product .innerBox .content {
	max-width: 116rem;
}
#main .product .innerBox .imgBox {
	padding: 2.3rem 4.4rem 2.3rem 15.7rem;
	position: relative;
	z-index: 3;
	margin-left: auto;
	max-width: 95rem;
	background-color: #fff;
}
#main .product .innerBox .imgBox .img {
	position: absolute;
	top: 0;
	left: -25.5rem;
	width: 62.5rem;
}
#main .product .innerBox .brandList,
#main .product .innerBox .productBox {
	position: relative;
	z-index: 2;
}
#main .product .innerBox .brandList {
	margin: 0 2.7rem 3rem 0;
}
#main .product .innerBox .productBox {
	padding-left: 3rem;
}
#main .product .innerBox .textBox {
	width: 28.2rem;
}
#main .product .innerBox .textBox01 {
	width: 38.5rem;
}
#main .product .innerBox .textBox > li {
	margin-bottom: 1rem;
	padding: 1rem 1rem 1.3rem 7.2rem;
	min-height: 5.8rem;
	position: relative;
	border: 1px solid #000;
	background-color: #fff;
	display: flex;
	align-items: center;
}
#main .product .innerBox .textBox .ttl {
	padding: 0.2rem 0.5rem;
	width: 9.2rem;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.075rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3rem;
	color: #fff;
	background-color: #000;
	clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
#main .product .innerBox .textBox .txt {
	font-size: 1.7rem;
}
#main .product .innerBox .textBox {
	font-size: 1.7rem;
	line-height: 1.35;
}
#main .product .innerBox .textBox .txt .sml {
	font-size: 1.5rem;
}
#main .product .innerBox .textBox .txt .jp {
	font-size: 1.4rem;
}
#main .product .innerBox .textBox01 .li01 .ttl {
	top: 2rem;
	transform: translateY(0);
}
#main .product .innerBox .textBox01 .li01 .textBox {
	letter-spacing: 0.05em;
	line-height: 1.47;
}
#main .product .innerBox .txtList .sml {
	font-size: 1.4rem;
}
#main .product .innerBox .notes {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
#main .bgBox {
	padding: 0.8rem 0 1.8rem;
	position: relative;
	z-index: 3;
	background-color: #000;
	border-bottom: 0.2rem solid #fff;
}
#main .bgBox .content {
	max-width: 120rem;
}
#main .bgBox .photoBox {
	flex-direction: row-reverse;
}
#main .bgBox .photoBox .lBox {
	margin-top: -2.5rem;
	width: 35.8rem;
}
#main .bgBox .photoBox .btnList {
	padding-right: 1rem;
	width: calc(100% - 36rem);
	align-items: center;
}
#main .bgBox .photoBox .btnList li {
	width: 40.9rem;
}
#main .bgBox .photoBox .btnList a {
	display: block;
}
#main .bgBox .photoBox .btnList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.mainVisual::before {
		width: 17rem;
		height: 17rem;
	}
	.mainVisual::after {
		width: 30rem;
		height: 30rem;
	}
	.mainVisual .imgTetx01 {
		top: auto;
		bottom: 19rem;
		bottom: 18rem;
		right: auto;
		left: 1.7rem;
		width: 6.7rem;
		width: 5.7rem;
	}
	.mainVisual .imgTetx02 {
		bottom: 2.8rem;
		left: 50%;
		margin-left: -15.5rem;
        width: 33.5rem;
	}
	.mainVisual .imgTetx03 {
		bottom: 19.3rem;
		right: 0.4rem;
		width: 13rem;
	}
	.mainVisual .slideBox .slick-dots {
		margin-left: 0;
		height: 0.9rem;
		bottom: 1.2rem;
	}
	.mainVisual .slideBox .slick-dots li {
		margin: 0 0.52rem;
		width: 0.9rem;
		height: 0.9rem;
	}
	.mainVisual .slideBox {
		overflow: hidden;
	}
	.mainVisual .slideBox .slider div > li {
		height: 100svh;
		min-height: 64rem;
	}
	.mainVisual .slideBox li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	#main .sec01 {
		padding-top: 2.2rem;
		overflow: hidden;
	}
	#main .sec01::before {
		width: 49.5rem;
		height: 49.5rem;
	}
	#main .sec01::after {
		width: 28.8rem;
		height: 57.6rem;
		top: 36rem;
		background-image: url(../img/index/sec01_img01_sp.png);
	}
	#main .sec01 .newsBox {
		margin: 0 0 2rem;
		height: fit-content;
		display: block;
	}
	#main .sec01 .newsBox .title {
		width: auto;
	}
	#main .sec01 .newsBox .textBox {
		padding: 0.7rem 1.2rem 1rem 1.2rem;
		height: fit-content;
		overflow-y: auto;
	}
	#main .sec01 .newsBox .newsList {
		height: 21.2rem;
		overflow: hidden;
	}
	#main .sec01 .newsBox .newsList li {
		margin-bottom: 3.5rem;
		display: block;
	}
	#main .sec01 .newsBox .newsList .time {
		margin-bottom: 0.5rem;
		display: block;
		width: 8rem;
	}
	#main .sec01 .newsBox .newsList .txt {
		font-size: 1.4rem;
	}
	#main .sec01 .newsBox .btn {
		margin: 0.5rem auto 0;
		width: 12.2rem;
		text-align: center;
	}
	#main .sec01 .newsBox .btn span {
		padding-bottom: 1.3rem;
		display: inline-block;
		background: url(../img/common/icon12.png) no-repeat center bottom / 1.6rem;
	}
	#main .sec01 .newsBox .btn .close {
		display: none;
	}
	#main .sec01 .newsBox .btn.on .close {
		display: block;
	}
	#main .sec01 .newsBox .btn.on .open {
		display: none;		
	}
	#main .sec01 .newsBox .btn.on span {
		background-image: url(../img/common/icon12_on.png);
	}
	#main .sec01 .newsBox .newsList.show {
		min-height: 21.2rem;
		height: fit-content;
		overflow: auto;
	}
	#main .mission {
		padding-left: 0;
		margin-bottom: 5.8rem;
	}
	#main .mission .imgBox {
		margin: 0 -1rem;
		display: block;
	}
	#main .mission .photoBox {
		margin: 0 auto 2.2rem;
		width: 20.2rem;
	}
	#main .mission .textBox {
		margin-right: 0;
		width: auto;
	}
	#main .mission .textBox .ttl {
		margin-bottom: 2rem;
		text-align: center;
		font-size: 3.3rem;
		line-height: 1.36;
	}
	#main .mission .textBox .txt {
		text-align: center;
		font-size: 1.6rem;
		line-height: 2.06;
	}
	#main .mission .textBox .ttl .dot {
		line-height: 0.5;
		letter-spacing: 0;
		font-size: 4rem;
	}
	#main .what {
		padding: 140.533vw 0 5.5rem;
	}
	#main .what .rImg {
		width: 75.2vw;
		top: 66.933vw;
	}
	#main .what .rImg img {
		width: 100%;
	}
	#main .what .title {
		margin: 0 -2rem 2rem;
		width: auto;
		text-align: center;
	}
	#main .what .sub {
		padding-left: 0;
	}
	#main .what .subImg {
		width: 25rem;
	}
	#main .detail {
		background-size: 50rem auto, 47rem auto;
		background-position: left bottom 328.8vw,right top;
	}
	#main .detail::after {
		width: 21rem;
	}
	#main .detail::before {
		width: 21rem;
	}
	#main .detail .headLine01 img {
		width: 19.2rem;
	}
	#main .detail .content {
		margin-top: 51rem;
	}
	#main .detail .info {
		padding: 4.7rem 0 8rem;
		background-size: 43.4rem auto,50.5rem auto,35.6rem auto,150rem auto;
		background-position: right top,left bottom 330.667vw,right bottom 35.2rem,center top 59rem;
	}
	#main .detail .textBox {
		margin: 0 -1.7rem 47.8rem;
		padding: 2rem 2rem 0 1.8rem;
		background: url(../img/common/line03.png) no-repeat left top / 3.6rem;
	}
	#main .detail .title {
		font-size: 2.3rem;
		line-height: 1.52;
	}
	#main .detail .text {
		font-size: 1.6rem;
		line-height: 2.06;
	}
	#main .detail .textBox .text01 {
		margin-bottom: 0.8rem;
	}
	#main .detail .subText {
		text-align: center;
		font-size: 2.3rem;
		line-height: 1.52;
	}
	#main .detail .popBox {
		margin-left: 0;
	}
	#main .detail .popList {
		padding-bottom: 5rem;
		margin: -0.7rem -0.2rem 1.2rem;
		width: auto;
		justify-content: space-between;
		background-size: 4rem auto;
		background-position: center bottom !important;
	}
	#main .detail .popList:last-of-type {
		margin-bottom: 3.2rem;
	}
	#main .detail .popList li {
		margin: 0.7rem 1.2% 0 0;
		width: 49.4%;
	}
	#main .detail .popList a::after {
		bottom: 0.5rem;
		right: 0.5rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	#main .detail .popList span {
		font-size: 1.6rem;
		bottom: 1rem;
	}
	#main .detail .popList01 {
		padding-left: 0;
		width: auto;
	}
	#main .detail .popList01 li {
		margin: 0.7rem 1.2% 0 0 !important;
	}
	#main .detail .popList01 li:nth-child(2n) {
		margin-right: 0 !important;
	}
	#main .detail .comBgBox {
		padding: 1.3rem 1rem 2rem;
		display: block;
	}
	#main .detail .comBgBox .sub {
		width: auto;
	}
	#main .detail .comBgBox .ttl {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
	#main .sales {
		margin-bottom: -0.1rem;
		padding: 5.1rem 0 7.5rem;
		background-image: url(../img/index/sales_bg01_sp.png);
		background-size: 100% auto;
	}
	#main .sales::after {
		width: 25rem;
	}
	#main .sales::before {
		width: 25rem;
	}
	#main .sales .imgtext {
		margin: 0 -0.5rem 2.7rem;
	}
	#main .sales .headLine01 {
		margin-bottom: 3.2rem;
		background-position: center bottom 1rem;
	}
	#main .sales .headLine01 img {
		width: 16.9rem;
	}
	#main .sales .topText {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 2.06;
	}
	#main .sales .reserveList {
		margin-bottom: 3.5rem;
		display: block;
	}
	#main .sales .reserveList > li {
		margin-bottom: 4.5rem;
		width: auto;
	}
	#main .sales .reserveList > li:last-child {
		margin-bottom: 0;
	}
	#main .sales .reserveList .topBox {
		padding-bottom: 1.5rem;
	}
	#main .sales .reserveList .topBox h3 {
		font-weight: 900;
		font-size: 2.7rem;
	}
	#main .sales .reserveList .topBox h3 span {
		margin-bottom: 0.6rem;
		text-align: center;
		font-size: 1.6rem;
	}
	#main .sales .reserveList .textBox {
		padding: 1.3rem 1rem 5rem;
	}
	#main .sales .reserveList .textBox .text {
		margin-bottom: 2.5rem;
	}
	#main .sales .reserveList .imgBox .pho {
		padding-right: 2rem;
		margin: 0 auto 1.5rem;
		width: 16rem;
	}
	#main .sales .reserveList .imgBox .txtBox {
		margin: 0 auto;
		max-width: 29rem;
	}
	#main .sales .reserveList .sub {
		margin-bottom: 3.6rem;
	}
	#main .sales .reserveList .imgBox {
		margin-bottom: 2rem;
		display: block;
	}
	#main .sales .reserveList .imgBox .time {
		padding-left: 3.5rem;
		margin: 0 -1.5rem;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	#main .sales .reserveList .imgBox .time .num {
		font-size: 2.2rem;
	}
	#main .sales .reserveList .imgBox .time .num span {
		font-size: 2.5rem;
	}
	#main .sales .reserveList .sub02 .time {
		padding-left: 2.5rem;
	}
	#main .sales .reserveList .notesList {
		padding-left: 1rem;
		margin: 0 auto;
		max-width: 39rem;
		font-size: 1.2rem;
		line-height: 1.66;
	}	
	#main .sales .reserveList .sub01 .notesList {
		padding-right: 0;
	}
	#main .sales .reserveList .imgBox .txtList {
		padding-top: 0.6rem;
		margin: 0 auto;
		width: fit-content;
	}
	#main .sales .reserveList .imgBox .txtList li {
		font-size: 1.9rem;
		line-height: 1.6;
	}
	#main .sales .reserveList .sub02 {
		margin-bottom: 1.7rem;
	}
	#main .sales .deliveryBox {
		margin: 0 auto 4.2rem;
		max-width: 100%;
		display: block;
	}
	#main .sales .deliveryBox .title {
		padding: 1.3rem 0.5rem;
		width: auto;
	}
	#main .sales .deliveryBox .textBox {
		padding: 2.3rem 1.5rem 3.5rem 2rem;
		flex: 1;
	}
	#main .sales .deliveryBox .textBox .ttl {
		margin-bottom: 2.6rem;
		font-size: 2.2rem;
		text-align: center;
	}
	#main .sales .deliveryBox .textBox .notesList {
		font-size: 1.4rem;
		line-height: 1.42;
		color: #4D4D4D;
	}
	#main .sales .deliveryBox .textBox .notesList li {
		padding-left: 1.3rem;
		text-indent: -1.3rem;
	}
	#main .sales .payBox {
		margin: 0 auto 0.7rem;
		padding: 2.5rem 2rem 3rem;
	}
	#main .sales .payBox h3 {
		margin-bottom: 3.2rem;
		padding: 0 4.5rem 1.4rem 0;
		background-size: 1rem;
	}
	#main .sales .payBox .imgBox {
		display: block;
	}
	#main .sales .payBox .textBox {
		padding-left: 0;
		width: auto;
	}
	#main .sales .payBox .textBox h4 {
		margin-bottom: 0.3rem;
		text-align: center;
		font-size: 1.8rem;
	}
	#main .sales .payBox .textBox .text {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .sales .payBox .textBox .ttl {
		font-size: 1.4rem;
	}
	#main .sales .payBox .textBox .txtList li {
		margin-bottom: 0.2rem;
		padding-left: 1rem;
		text-indent: -1rem;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .sales .payBox .textBox .txtList .li01 {
		margin-bottom: 1rem;
	}
	#main .sales .payBox .photoBox {
		margin: 2.6rem 0.2rem 0;
		width: auto;
	}
	#main .sales .payBox .photoBox img {
		width: 100%;
	}
	#main .sales .payBox .ttl01 {
		margin-top: 1rem;
	}
	#main .sales .subNotes {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		margin-bottom: 1.7rem;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .sales .midText {
		margin-bottom: 4.7rem;
	}
	#main .sales .noteBox {
		max-width: 100%;
		display: block;
	}
	#main .sales .noteBox .title {
		padding: 1.3rem 0.5rem;
		width: auto;
		font-weight: 500;
		font-size: 1.92rem;
	}
	#main .sales .noteBox .textBox {
		padding: 1.7rem 1.7rem 3.5rem;
	}
	#main .sales .noteBox .textBox .ttl {
		margin-bottom: 0.8rem;
		padding-left: 1.7rem;
		font-size: 1.6rem;
		line-height: 1.375;
		background-position: left top 0.4rem;
	}
	#main .sales .noteBox .notesList {
		margin-bottom: 0.9rem;
	}
	#main .sales .noteBox .btnBox {
		margin: 0 1.5rem 2.3rem;
		display: block;
	}
	#main .sales .noteBox .btnBox .txt {
		margin: 0.6rem 0 0;
		line-height: 1.64;
	}
	#main .sales .noteBox .txtList li {
		padding-left: 0.7rem;
		text-indent: -0.7rem;
		font-size: 1.4rem;
		line-height: 1.428;
	}
	#main .exhibition {
		position: relative;
		z-index: 2;
		font-feature-settings: normal;
		background-image: url(../img/index/exhibition_bg01_sp.jpg);
		background-size: 100% auto;
	}
	#main .exhibition .exhibit01 {
		margin-bottom: 0;
		padding-bottom: 1.2rem;
		position: relative;
		z-index: 1;
	}
	#main .exhibition .exhibit01::after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 19.8rem;
		content: "";
		background-color: rgba(212, 46, 62, 1);
		mix-blend-mode: multiply;
	}
	#main .exhibition .exhibit01 .photo img {
		width: 100%;
	}
	#main .exhibition .exhibit01 .content {
		margin: 0 1rem;
		bottom: 1.7rem;
	}
	#main .exhibition .exhibit01 .title {
		margin-bottom: -0.5rem;
	}
	#main .exhibition .exhibit01 .text {
		font-size: 1.6rem;
		line-height: 2.06;
	}
	#main .exhibition .exhibit02 {
		margin-top: 0;
		padding: 27rem 0 8rem;
	}
	#main .exhibition .exhibit02 .content {
		margin: 0 1.5rem;
		position: relative;
		z-index: 2;
	}
	#main .exhibition .exhibit02 .lImg {
		top: 3rem;
		width: 22.7rem;
	}
	#main .exhibition .exhibit02 .photoList {
		margin: 0 3.8rem;
		width: auto;
		position: static;
	}
	#main .exhibition .exhibit02 .photoList img {
		width: 100%;
	}
	#main .exhibition .exhibit02 h3 {
		padding-top: 1rem;
		margin: 0 auto 1.6rem;
		font-size: 2.5rem;
		background-size: 2.9rem auto;
		background-position: left 1.2rem top;
	}
	#main .exhibition .exhibit02 .imgBox {
		margin: 0 auto 5rem;
		display: block;
		max-width: 100%;
	}
	#main .exhibition .exhibit02 .imgBox:last-of-type {
		margin-bottom: 5.5rem;
	}
	#main .exhibition .exhibit02 .imgBox .photoBox {
		margin: 0 auto 3.2rem;
		width: 18rem;
	}
	#main .exhibition .exhibit02 .imgBox .textBox {
		flex: 1;
	}
	#main .exhibition .exhibit02 .imgBox h4 {
		margin-bottom: 2.3rem;
		padding: 0.5rem 0.5rem;
		text-align: center;
		font-size: 2rem;
		border: 1px solid #fff;
	}
	#main .exhibition .exhibit02 .imgBox h4 .sml {
		font-size: 1.2rem;
	}
	#main .exhibition .exhibit02 .imgBox .sub {
		margin: 0 auto 3.5rem;
		display: block;
		max-width: 28rem;
	}
	#main .exhibition .exhibit02 .imgBox .sub01 .time {
		text-align: center;
	}
	#main .exhibition .exhibit02 .imgBox .phoBox {
		margin: 0 auto 1.7rem;
		width: 14rem;
	}
	#main .exhibition .exhibit02 .imgBox .time {
		margin-right: -1rem;
		font-size: 1.9rem;
	}
	#main .exhibition .exhibit02 .imgBox .time .num {
		font-size: 1.9rem;
	}
	#main .exhibition .exhibit02 .imgBox .notesList {
		margin-right: -1rem;
	}
	#main .exhibition .exhibit02 .comBtn {
		margin: 1.5rem auto 0;
		width: 15.5rem;
	}
	#main .exhibition .exhibit02 .comBtn a {
		padding: 0.8rem 1rem 0.8rem 2.3rem;
	}
	#main .exhibition .exhibit02 .comBtn span {
		padding-right: 5.3rem;
		background-size: 1.7rem;
	}
	#main .exhibition .exhibit02 h3.special {
		padding-right: 5rem;
	}
	#main .exhibition .exhibit02 .imgBox01 .textBox h4 {
		margin-bottom: 4.5rem;
	}
	#main .exhibition .exhibit02 .notes {
		margin: 0 1.5rem 4.8rem;
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		text-align: left;
		line-height: 1.68;
	}
	#main .product .photoBox .title {
		top: 2.2rem;
		right: 3rem;
		width: 3.2rem;
	}
	#main .product .sub {
		margin-top: -41.867vw;
        padding-top: 33.333vw;
		background-image: url(../img/index/product_bg01_sp.png);
	}
	#main .product .paraJs {
		padding: 160vw 0 0;
	}
	#main .product .paraJs .photo {
		aspect-ratio: 375 / 600;
        height: auto;
	}
	#main .product .paraJs .photo img {
		object-position: center top;
	}
	#main .product .innerBox {
		padding: 17.333vw 0 6.2rem;
	}
	#main .product .innerBox .imgBox {
		padding: 2.3rem 0 0.7rem 0;
		margin: 0;
		max-width: 100%;
	}
	#main .product .innerBox .imgBox .img {
		left: -8rem;
		width: 33.5rem;
	}
	#main .product .innerBox .brandList {
		margin: 0 0 2.2rem 0;
		display: block;
	}
	#main .product .innerBox .brandList .li01 {
		padding-left: 10.5rem;
		margin: 0 auto 1.5rem;
		width: 30.5rem;
	}
	#main .product .innerBox .brandList .li02 {
		margin: 0 auto;
		width: 29.8rem;
	}
	#main .product .innerBox .productBox {
		padding-left: 0;
		display: block;
	}
	#main .product .innerBox .productBox > .textBox {
		padding-left: 2.5rem;
		margin: 0 auto;
		width: 83.667vw;
	}
	#main .product .innerBox .textBox01 {
		width: 38.5rem;
	}
	#main .product .innerBox .textBox > li {
		margin-bottom: 0.8rem;
		padding: 0.5rem 0 0.5rem 6.7rem;
		min-height: 5rem;
	}
	#main .product .innerBox .textBox .ttl {
		padding-bottom: 0.3rem;
		width: 8.3rem;
		font-size: 1.26rem;
		left: -2.5rem;
	}
	#main .product .innerBox .textBox {
		font-size: 1.5rem;
	}
	#main .product .innerBox .textBox .txt .sml {
		font-size: 1.35rem;
	}
	#main .product .innerBox .textBox .txt .jp {
		font-size: 1.2rem;
	}
	#main .product .innerBox .textBox .txt {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .product .innerBox .textBox01 .li01 {
		padding: 5rem 0 2.5rem 1.5rem;
	}
	#main .product .innerBox .textBox01 .li01 .textBox {
		line-height: 1.66;
	}
	#main .product .innerBox .textBox01 .li01 .ttl {
		top: 1.5rem;
	}
	#main .product .innerBox .textBox01 .li02 .ttl {
		top: 1.5rem;
		transform: translateY(0);
	}
	#main .product .innerBox .txtList .sml {
		font-size: 1.3rem;
	}
	#main .product .innerBox .notes {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
	}
	#main .bgBox {
		padding: 0.8rem 0 0;
		border-width: 1px;
	}
	#main .bgBox .sub {
		margin-top: -3rem;
		overflow: hidden;
	}
	#main .bgBox .photoBox {
		display: block;
	}
	#main .bgBox .photoBox .lBox {
		padding-left: 0.5rem;
		margin: 0 auto;
	}
	#main .bgBox .photoBox .btnList {
		margin: 0 -1rem 1.7rem -2.5rem;
		padding-right: 0;
		width: auto;
		justify-content: center;
		align-items: flex-end;
	}
	#main .bgBox .photoBox .btnList li {
		margin-right: 1.5rem;
		width: 17.4rem;
	}
	#main .bgBox .photoBox .btnList li:last-child {
		margin-right: 0;
		width: 16rem;
	}
}
@media all and (min-width: 420px) and (max-width: 960px)  {
	#main .detail {
		background-size: 50rem auto, 83vw auto;
		background-position: left bottom 289vw,right top;
	}
	#main .detail .info {
		padding: 4.7rem 0 8rem;
		background-size: 73vw auto,50.5rem auto,35.6rem auto,150rem auto;
		background-position: right top,left bottom 290vw,right bottom 93.867vw,center top 59rem;
	}
}
/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
	overflow: hidden;
}
.mfp-bg {
	background-color: rgba(0, 0, 0);
	opacity: 0.84;
}
.mfp-wrap {
	overflow-y: auto;
}
.popupBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.popupBox .innerBox {
	padding: 5rem 2rem 8rem;
	position: relative;
}
.popupBox .innerBox .icon {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 2.4rem;
	width: 4rem;
}
.popupBox .innerBox .icon a {
	display: block;
}
.popupBox .imgBox {
	position: relative;
	padding: 1.9rem 2rem;
	margin: 0 auto;
	width: 95rem;
	background-color: #fff;
	border-radius: 2rem;
}
.popupBox .imgBox::before {
	position: absolute;
	z-index: 1;
	height: 5.5rem;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: #D42E3E;
	border-radius: 2rem 2rem 0 0;
}
.popupBox .imgBox::after {
	position: absolute;
	z-index: 1;
	height: 5.5rem;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: #FFE7A3;
	border-radius: 0 0 2rem 2rem;
}
.popupBox .subBox {
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: 4.7rem;
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
}
.popupBox .subBox img {
	margin: 0 0.5rem -0.9rem 0;
}
.popupBox .slick-slide {
	line-height: 0;
}
.popupBox .photoBox {
	margin-right: 2.4rem;
	position: relative;
	z-index: 2;
	width: 50rem;
}
.popupBox .photoBox .prev,
.popupBox .photoBox .next {
	position: absolute;
	top: 46%;
	left: 0.5rem;
	width: 3.35rem;
	cursor: pointer;
}
.popupBox .photoBox .next {
	left: auto;
	right: 0.3rem;
}
.popupBox .textBox {
	padding-bottom: 5rem;
	margin-top: 5.7rem;
	position: relative;
	z-index: 2;
	flex: 1;
}
.popupBox .textBox h2 {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 3rem;
}
.popupBox .textBox .text {
	line-height: 1.94;
}
.popupBox .photoBox .slick-dots {
	width: 100%;
	height: 1.2rem;
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popupBox .photoBox .slick-dots li {
	margin: 0 0.85rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #CCCCCC;
	cursor: pointer;
}
.popupBox .photoBox .slick-dots li:before {
	display: none;
}
.popupBox .photoBox .slick-dots li.slick-active {
	background: #D42E3E;
}
.popupBox .photoBox .slick-dots li button {
	display: none !important;
}
@media all and (min-width: 961px) {
	.popupBox .photoBox .prev:hover,
	.popupBox .photoBox .next:hover,
	.popupBox .innerBox .icon:hover {
		opacity: 0.7;
	} 
}
@media all and (max-width: 960px) {
	.mfp-container {
		padding: 0;
	}
	.popupBox .innerBox {
		margin: 0 auto;
		padding: 6.5rem 0 3.2rem;
		width: 37.5rem;
	}
	.popupBox .innerBox .icon {
		top: 1.3rem;
        right: 1rem;
	}
	.popupBox .imgBox {
		padding: 0 1.2rem 1.7rem;
		width: auto;
		border-radius: 0;
		display: block;
	}
	.popupBox .imgBox::before {
		border-radius: 0;
	}
	.popupBox .imgBox::after {
		border-radius: 0;
	}
	.popupBox .subBox {
		width: 28.7rem;
		bottom: 2rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		font-size: 1rem;
	}
	.popupBox .subBox img {
		width: 12.8rem;
	}
	.popupBox .photoBox {
		margin: 0 auto 1rem;
		width: 35rem;
	}
	.popupBox .slick-slide {
		line-height: 0;
	}
	.popupBox .photoBox .slick-dots li {
		margin: 0 0.75rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	.popupBox .photoBox .prev,
	.popupBox .photoBox .next {
		top: 43.5%;
		width: 4.2rem;
	}
	.popupBox .textBox {
		padding-bottom: 8.5rem;
		margin: 0 1.3rem;
	}
	.popupBox .textBox h2 {
		margin-bottom: 0.7rem;
		font-size: 2.5rem;
	}
	.popupBox .textBox .text {
		font-size: 1.6rem;
		line-height: 2;
	}
}
