@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding-bottom: 11rem;
	background: url(../image/top/main_bg.png) no-repeat center bottom / cover;
}
#main .mainVisual .inner {
	margin: 0 auto 2.9rem;
	padding: 0 2rem;
	max-width: 140.6rem;
	box-sizing: content-box;
}
#main .mainVisual .inner .lBox {
	margin-right: -14.3rem;
	padding-top: 10.3rem;
	width: calc(100% - 47.7rem);
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
#main .mainVisual .inner .lBox .hTitle {
	margin-bottom: 3.4rem;
	padding-bottom: 4.7rem;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	position: relative;
}
#main .mainVisual .inner .lBox .hTitle::before {
	margin-left: -3.8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50rem;
	height: 0.5rem;
	background: linear-gradient(to right,#10274B 0%,#10274B 80%,#D7282D 10rem);
	content: '';
}
#main .mainVisual .inner .lBox .hTitle .en {
	margin: 0 auto -0.3rem;
	display: block;
	width: fit-content;
	font-size: 3.2rem;
	color: #9e8e2b;
	background: linear-gradient(#b5a557 0%, #fffefd 24.78%, #9e8d3e 62.59%, #998515 80.06%, #9e8e2b 100%);
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}
#main .mainVisual .inner .lBox .subBox {
	padding-right: 7rem;
}
#main .mainVisual .inner .lBox .title {
	margin-bottom: 3.4rem;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.67;
	text-align: center;
}
#main .mainVisual .inner .lBox .text {
	margin-bottom: 3.8rem;
	font-size: 2.6rem;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .mainVisual .inner .lBox .bigText {
	margin-bottom: 3.9rem;
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .mainVisual .inner .lBox .logo {
	margin: 0 auto;
	width: 15.2rem;
}
#main .mainVisual .inner .photoList {
	margin-top: -1rem;
	width: 61rem;
}
#main .mainVisual .subPhotoList {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 132rem;
	box-sizing: content-box;
}
#main .mainVisual .subPhotoList .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 3rem;
}
#main .mainVisual .subPhotoList li {
	width: calc((100% - 24rem) / 9);
	aspect-ratio: 1 / 1;
	border: 1px solid #7A7A7A;
	box-sizing: border-box;
	background: #000;
	cursor: pointer;
	transition: opacity 0.3s;
}
#main .mainVisual .subPhotoList li.active {
	opacity: 0.7;
}
@media all and (min-width: 768px) {
	#main .mainVisual .subPhotoList li:hover {
		opacity: 0.7;
	}
}
#main .mainVisual .subPhotoList li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#main .collectible {
	padding: 8rem 0 8rem;
	position: relative;
}
#main .collectible::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(50% + 48rem);
	background: #10274B;
	content: '';
}
#main .collectible .inner .lBox {
	padding: 0.1rem 0 0 5rem;
	width: calc(100% - 65rem);
}
#main .collectible .inner .lBox .headLine01 {
	margin-bottom: 2.5rem;
}
#main .collectible .inner .lBox .textBox .text {
	margin: 0 -1rem 3rem -1rem;
	line-height: 1.875;
}
#main .collectible .inner .lBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .collectible .inner .photo {
	width: 60rem;
	order: 2;
}
#main .aces {
	padding: 10.1rem 0 10rem;
}
#main .aces .headLine01 {
	margin-bottom: 2.6rem;
}
#main .aces .headLine01 small {
	display: inline;
}
#main .aces .textBox {
	margin-bottom: 7.7rem;
}
#main .aces .textBox .text {
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.875;
}
#main .aces .textBox .text:last-child {
	margin-bottom: 0;
}
#main .aces .photoUl {
	margin: 0 auto 7rem;
	max-width: 108rem;
	justify-content: center;
	gap: 4rem;
}
#main .aces .photoUl li {
	width: calc((100% - 12rem) / 4);
	border: 0.5rem solid #5D5D5D;
	box-sizing: border-box;
}
#main .gallery {
	padding: 10.1rem 0 7.9rem;
	background: #1c1c1c;
}
#main .gallery .headLine01 {
	margin-bottom: 4.4rem;
}
#main .gallery .videoBox {
	margin: 0 auto 10rem;
	width: 70rem;
}
#main .gallery .videoBox a:hover {
	opacity: 0.7;
}
#main .gallery .galleryList li {
	margin-right: 3rem;
	width: 24rem;
	border: 0.5rem solid #5D5D5D;
	box-sizing: border-box;
}
#main .gallery .innerBox {
	margin-top: 4rem;
}
#main .gallery .innerBox .swiper-scrollbar {
	width: calc(100% - 17rem);
	position: static !important;
	height: 0.8rem !important;
	background: #373737;
	border-radius: 0.4rem;
}
#main .gallery .innerBox .swiper-scrollbar-drag {
	background: #FFF;
}
#main .gallery .innerBox .arrowBox {
	margin: 0.1rem 2.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 12rem;
}
#main .gallery .innerBox .arrowBox .swiper-button-next,
#main .gallery .innerBox .arrowBox .swiper-button-prev {
	position: static !important;
	width: 5rem;
	height: 5rem;
	background: url(../image/common/arrow_prev.png) no-repeat center center / 100%;
	transition: 0.3s;
}
@media all and (min-width: 768px) {
	#main .gallery .innerBox .arrowBox .swiper-button-next:hover,
	#main .gallery .innerBox .arrowBox .swiper-button-prev:hover {
		opacity: 0.7;
	}
}
#main .gallery .innerBox .arrowBox .swiper-button-next {
	background-image: url(../image/common/arrow_next.png);
}
#main .gallery .innerBox .arrowBox .swiper-button-next svg,
#main .gallery .innerBox .arrowBox .swiper-button-prev svg {
	display: none;
}
#main .gallery .innerBox .arrowBox .swiper-button-disabled {
	opacity: 1 !important;
}
#main .gallery .innerBox .arrowBox .swiper-button-prev.swiper-button-disabled {
	background-image: url(../image/common/arrow_prev_disabled.png);
}
#main .gallery .innerBox .arrowBox .swiper-button-next.swiper-button-disabled {
	background-image: url(../image/common/arrow_next_disabled.png);
}
#main .product {
    padding: 10.1rem 0 10rem;
}
#main .product .imgBox {
    margin: 0 0 14rem 11.3rem;
}
#main .product .imgBox .photoBox {
    margin-right: 12.8rem;
    width: 45.22%;
}
#main .product .imgBox .photoBox img {
    width: 100%;
}
#main .product .imgBox .photoBox p {
	text-align: center;
}
#main .product .imgBox .detailUl {
    flex: 1;
}
#main .product .imgBox .detailUl > li {
    padding: 1.7rem 0;
    font-size: 1.6rem;
    line-height: 1.625;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #7a7a7a;
}
#main .product .imgBox .detailUl > li:first-child {
    border-top: 1px solid #7a7a7a;
}
#main .product .imgBox .detailUl .title {
    padding-right: 1rem;
    width: 12rem;
    font-weight: 700;
}
#main .product .imgBox .detailUl .rBox {
    flex: 1;
}
#main .product .imgBox .detailUl .subUl li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#main .product .imgBox .detailUl .subUl .lText {
    width: 16.8rem;
}
#main .product .imgBox .detailUl .subUl .rText {
    flex: 1;
}
#main .product .btnUl {
    margin-bottom: 7rem;
    gap: 2rem 4rem;
}
#main .product .btnUl li {
    padding: 0.5rem 1rem 2.6rem;
    width: 44.8rem;
    background-color: #5d5d5d;
}
#main .product .btnUl .title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: #f3f3f3;
}
#main .product .btnUl .photo {
    margin-bottom: 2rem;
}
#main .product .btnUl .photo img {
    width: 100%;
}
#main .product .comLink {
    width: 36rem;
}
#main .subPhoto {
    height: 3rem;
    background-color: #10274b;
}
@media all and (max-width: 767px) {
	#main .mainVisual {
		padding: 5rem 0 6rem;
		background-image: url(../image/top/main_bg_sp.png);
	}
	#main .mainVisual .inner {
		margin: 0 auto 3.4rem;
		padding: 0 2rem;
		max-width: inherit;
		display: block;
	}
	#main .mainVisual .inner .lBox {
		margin-right: 0;
		padding-top: 0;
		width: auto;
	}
	#main .mainVisual .inner .lBox .hTitle {
		margin-bottom: 1.6rem;
		padding-bottom: 2.6rem;
		font-size: 3rem;
		line-height: 1.33;
	}
	#main .mainVisual .inner .lBox .hTitle::before {
		margin-left: 0;
		width: 25rem;
	}
	#main .mainVisual .inner .lBox .hTitle .en {
		margin: 0 auto 0.4rem;
		font-size: 1.6rem;
	}
	#main .mainVisual .inner .lBox .subBox {
		padding-right: 0;
	}
	#main .mainVisual .inner .lBox .title {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .mainVisual .inner .lBox .text {
		margin-bottom: 2.3rem;
		font-size: 1.5rem;
	}
	#main .mainVisual .inner .lBox .bigText {
		margin-bottom: 2.3rem;
		font-size: 1.8rem;
	}
	#main .mainVisual .inner .lBox .logo {
		width: 13rem;
	}
	#main .mainVisual .inner .photoList {
		margin: 0 0 3.9rem;
		width: auto;
	}
	#main .mainVisual .inner .photoList li {
		width: 100%;
	}
	#main .mainVisual .subPhotoList {
		margin: 0;
		padding: 0;
		max-width: inherit;
		position: relative;
	}
	#main .mainVisual .subPhotoList .swiper-wrapper {
		justify-content: flex-start;
		gap: 0;
	}
	#main .mainVisual .subPhotoList li {
		width: 10rem;
	}
	#main .mainVisual .subPhotoList .swiper-button-next,
	#main .mainVisual .subPhotoList .swiper-button-prev {
		left: 1.6rem;
		width: 5rem;
		height: 5rem;
		background: url(../image/common/arrow_prev.png) no-repeat left top / 100%;
	}
	#main .mainVisual .subPhotoList .swiper-button-next {
		left: auto;
		right: 1.6rem;
		background-image: url(../image/common/arrow_next.png);
	}
	#main .mainVisual .subPhotoList .swiper-button-next svg,
	#main .mainVisual .subPhotoList .swiper-button-prev svg {
		display: none;
	}
	#main .mainVisual .subPhotoList .swiper-button-disabled {
		opacity: 1 !important;
	}
	#main .mainVisual .subPhotoList .swiper-button-prev.swiper-button-disabled {
		background-image: url(../image/common/arrow_prev_disabled.png);
	}
	#main .mainVisual .subPhotoList .swiper-button-next.swiper-button-disabled {
		background-image: url(../image/common/arrow_next_disabled.png);
	}
	#main .collectible {
		padding: 4rem 0 3.8rem;
	}
	#main .collectible::before {
		width: calc(50% + 11.5rem);
	}
	#main .collectible .inner {
		display: block;
	}
	#main .collectible .inner .lBox {
		padding: 0;
		width: auto;
	}
	#main .collectible .inner .lBox .headLine01 {
		margin-bottom: 1.4rem;
	}
	#main .collectible .inner .lBox .textBox .text {
		margin: 0 0 2.4rem;
		line-height: 1.84;
	}
	#main .collectible .inner .photo {
		margin: 0 -1.6rem 4rem 4.7rem;
		width: auto;
	}
	#main .collectible .inner .photo img {
		width: 100%;
	}
	#main .aces {
		padding: 5rem 0;
	}
	#main .aces .headLine01 {
		margin-bottom: 1.4rem;
	}
	#main .aces .headLine01 small {
		margin-bottom: 0.1rem;
		display: block;
	}
	#main .aces .textBox {
		margin-bottom: 3.7rem;
	}
	#main .aces .textBox .text {
		margin-bottom: 2.4rem;
		line-height: 1.84;
	}
	#main .aces .photoUl {
		margin: 0 0 5rem;
		max-width: inherit;
		justify-content: space-between;
		gap: 1.8rem 0;
	}
	#main .aces .photoUl li {
		width: calc((100% - 1.8rem) / 2);
	}
	#main .aces .photoUl li img {
		width: 100%;
	}
	#main .gallery {
		padding: 5rem 0 3.6rem;
	}
	#main .gallery .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .gallery .videoBox {
		margin: 0 0 2.5rem;
		width: auto;
	}
	#main .gallery .videoBox img {
		width: 100%;
	}
	#main .gallery .galleryList {
		margin-right: -1.6rem;
	}
	#main .gallery .galleryList li {
		margin-right: 1rem;
		width: 13rem;
	}
	#main .gallery .innerBox {
		margin-top: 2.9rem;
	}
	#main .gallery .innerBox .swiper-scrollbar {
		width: calc(100% - 9.3rem);
		position: static !important;
		height: 0.4rem !important;
		border-radius: 0.2rem;
	}
	#main .gallery .innerBox .arrowBox {
		margin: 0.4rem 0.1rem 0 0;
		width: 8.2rem;
	}
	#main .gallery .innerBox .arrowBox .swiper-button-next,
	#main .gallery .innerBox .arrowBox .swiper-button-prev {
		width: 3.6rem;
		height: 3.6rem;
		background-image: url(../image/common/arrow_prev_sp.png);
	}
	#main .gallery .innerBox .arrowBox .swiper-button-next {
		background-image: url(../image/common/arrow_next_sp.png);
	}
	#main .gallery .innerBox .arrowBox .swiper-button-prev.swiper-button-disabled {
		background-image: url(../image/common/arrow_prev_disabled_sp.png);
	}
	#main .gallery .innerBox .arrowBox .swiper-button-next.swiper-button-disabled {
		background-image: url(../image/common/arrow_next_disabled_sp.png);
	}
	#main .product {
        padding: 5rem 0;
    }
    #main .product .imgBox {
        margin: 0 0 7rem;
        display: block;
    }
    #main .product .imgBox .photoBox {
        margin: 0 auto 4rem;
        width: 35rem;
    }
    #main .product .imgBox .detailUl > li {
        padding-top: 1.8rem;
        font-size: 1.3rem;
        line-height: 1.538;
    }
    #main .product .imgBox .detailUl .title {
        padding-right: 0.5rem;
        width: 8rem;
    }
    #main .product .imgBox .detailUl .subUl .lText {
        width: 13.7rem;
    }
    #main .product .btnUl {
        margin-bottom: 5rem;
        display: block;
    }
    #main .product .btnUl li {
        margin-bottom: 2rem;
        padding: 0.8rem 0.8rem 1.8rem;
        width: auto;
    }
    #main .product .btnUl li:last-child {
        margin-bottom: 0;
    }
    #main .product .btnUl .title {
        margin-bottom: 0.8rem;
        font-size: 1.5rem;
    }
    #main .product .btnUl .photo {
        margin-bottom: 1.8rem;
    }
    #main .product .comLink {
        width: 28.8rem;
    }
    #main .product .comLink a {
        min-height: 4.8rem;
    }
}