@charset "utf-8";
/*---------------------------
 * Index
---------------------------*/
/*
*subArticle cont header
*/
.subArticle__cont-header {
	width: var(--common-in-width);
	margin:0 auto 40px;
}

.cont-header-title {
	background-color: #000;
    color: rgb(var(--color-gold));
	font-size: min(calc(24 / 1200 * 100vw), 24px);
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
	padding: 10px 20px;
}

.cont-header-description {
	margin: 24px auto 0;
    width: 100%;
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    line-height: 2;
}

@media screen and (max-width:767px) { 
	.cont-header-description {
		margin: calc(20 / 750 * 100vw) auto 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

@media screen and (max-width:767px) {
	.subArticle__cont-header {
		margin:0 auto calc(50 / 750 * 100vw);
	}

	.cont-header-title {
		font-size: calc(28 / 750 * 100vw);
	}
}

/*
*subArticle contItem
*/
.subArticle__contWrap .subArticle__cont:not(:first-child) {
	margin-top: 20px;
}

.subArticle__contItem {
	max-width: 1200px;
	width: 100%;
	padding: 40px;
	border: 1px solid #fff;
}
.subArticle__contItem img {
	width:100%;
}
.contItemBox {
	display: flex;
}

.contItem-title {
	background-color: rgb(var(--color-gold));
    color: #000;
    font-size: min(calc(20 / 1200 * 100vw), 20px);
	text-align: center;
	font-weight: 600;
    margin-bottom: 40px;
    padding: 10px 20px;
}

@media screen and (max-width:767px) {
	.subArticle__contItem {
		padding: calc(20 / 750 * 100vw);
	}

	.contItemBox {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	.contItem-title {
		font-size: calc(24 / 750 * 100vw);
		margin-bottom: calc(20 / 750 * 100vw);
	}
}

.contItem-img img {
	width: 100%;
	height:auto;
}

.contItem-img {
	width: 330px;
	background-color: #fff;
}

@media screen and (max-width:767px) {
	.contItem-img {
		width: 100%;
	}
	.contItem-imgWrap {
		width: 100%;
		margin: 0 auto;
	}
}

.contItem-textWrap {
	padding-left: 40px;
}

.contItem-text {
    width: 100%;
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    line-height: 1.8;
	text-align: left;
	margin: 30px auto 0;
}

@media screen and (max-width:767px) { 
	.contItem-textWrap {
		padding:0 3.2vw 3.2vw;
		width:100%;
	}

	.contItem-text {
		font-size: calc(20 / 750 * 100vw);
		margin: calc(30 / 750 * 100vw) auto 0;
	}
}

/*
*.contItem buy Btn
*/
.contItem-buyBtn {
	position: relative;
	width: 100%;
	margin: 24px auto 0;
}

.contItem-buyBtn a {
	display: block;
	position: relative;
    text-decoration: none;
    border: 2px solid #d32f2f;
    padding: 10px 20px;
	font-size: min(calc(16 / 1200 * 100vw), 16px);
    color: #d32f2f;
    text-align: center;
	background-color: transparent;
	transition: .3s ease;
}

.contItem-buyBtn a:hover {
	background-color: #d32f2f;
	color: #fff;
}

.contItem-buyBtn.buyBtn-pc {
	display: block;
}
.contItem-buyBtn.buyBtn-sp {
	display: none;
}

@media screen and (max-width:767px) { 
	.contItem-buyBtn.buyBtn-pc {
		display: none;
	}
	.contItem-buyBtn.buyBtn-sp {
		display: block;
		margin: calc(30 / 750 * 100vw) auto 0;
	}
	.contItem-buyBtn.buyBtn-sp a {
		font-size: calc(20 / 750 * 100vw);
	}
}

.shopIframeWrap {
	width: 800px;
	height:80vh;
}

.js-shopIframe {
	height:80vh;
}

@media screen and (max-width:767px) { 
	.shopIframeWrap {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.shopIframeWrap iframe {
		height: 100% !important;
	}
}


.oneDisc__linkLists {
	padding-top:24px;
}
.oneDisc__linkLists__item {
	margin-bottom:24px;
}
.oneDisc__linkLists__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid rgb(var(--color-red));
	color:rgb(var(--color-red));
	text-decoration: none;
	height:50px;
	transition:all 0.3s ease;
	font-weight: 700;
}
.oneDisc__linkLists__item a:hover {
	background:rgb(var(--color-red));
	color:#fff;
}
.oneDisc__type {
	margin-bottom:10px;
}
.oneDisc__type span {
	display: table;
	background:rgb(var(--color-red));
	color:#fff;
	font-size:14px;
	line-height:1.5;
	padding:0 5px;
}
@media screen and (max-width:768px){

}
.oneDisc__prdLists {
	padding-bottom:1.5em;
}
.oneDisc__prdLists__item {
	display: flex;
	line-height:2;
}
.oneDisc__prdLists__item dt:after {
	content:'：';
}

.subArticle__cont-footer {
	width: var(--common-in-width);
	margin:80px auto;
}

.cont-footer-description {
	margin: 12px auto 0;
	width: 100%;
	font-size: min(calc(16 / 1200 * 100vw), 16px);
	line-height: 2;
}
.cont-footer-description img {
	max-width: 100%;
	margin:1em 0;
}
@media screen and (max-width:767px) { 
	.cont-footer-description {
		margin: calc(20 / 750 * 100vw) auto 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

@media screen and (max-width:767px) {
	.subArticle__cont-footer {
		margin:0 auto calc(50 / 750 * 100vw);
	}
}
#shopList { padding: 30px; }
#shopList h1 {
font-size: 24px;
font-weight: bold;
padding-bottom: 30px;
color: rgb(var(--color-red));
text-align: center;
}
@media screen and (max-width:768px){
#shopList h1 {
	font-size:4.2vw;
}
}
#shopList span {
display: inline-block;
margin: 0 0 10px 10px;
}
@media screen and (max-width:768px){
	#shopList {
		text-align: center;
	}
#shopList span {
	max-width: 46%;
	margin:0 1% 3vw;
}
}
#shopList span a img { transition: all 0.6s ease;max-width: 100%; }
#shopList span a:hover img {
transition: all 0.3s ease;
transform: scale(1.1);
}
#shopList .linktext { padding-bottom: 10px; }
#shopList .linktext a {
font-size: 20px;
text-decoration: none;
color:#FFF;
}
@media screen and (max-width:768px){
	#shopList .linktext a {
	font-size:3.6vw;
	}
}
#shopList .dlicon { padding-bottom: 15px; }
#shopList .dlicon a img { transition: all 0.6s ease;max-width: 100%;height:auto; }
#shopList .dlicon a:hover img {
transition: all 0.3s ease;
transform: scale(1.1);
}
#shopList .qr {
padding-bottom: 30px;
}
.dllist {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width:768px){
.dllist {
justify-content: space-between;
}
}
.dllist .box {
width:240px;
}
@media screen and (max-width:768px){
	.dllist .box {
		width:48%;
	}
}
.shop__modal {
background:rgba(0,0,0,.85);
bottom:0;
left:0;
right:0;
overflow: auto;
position: fixed;
top:0;
z-index:9999;
display: none;
}
.shop__detail {
align-items: center;
display: flex;
justify-content: center;
margin:0 auto;
min-height: 100%;
padding:100px 0;
width:800px;
position: relative;
z-index:3;
}
.shop__article {
width: 100%;
}
.shop__closelayer {
bottom:0;
left:0;
position: absolute;
right:0;
top:0;
z-index:1;
}
.dl__modal {
background:rgba(0,0,0,.85);
bottom:0;
left:0;
right:0;
overflow: auto;
position: fixed;
top:0;
z-index:9999;
display: none;
}
.dl__detail {
align-items: center;
display: flex;
justify-content: center;
margin:0 auto;
min-height: 100%;
padding:100px 0;
width:800px;
position: relative;
z-index:3;
}
.dl__article {
width: 100%;
}