@charset "utf-8";

/*--------------------------------------------------------------
/template/
--------------------------------------------------------------*/
div#template{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	color: #000000;
}

/* 共通
----------------------------------- */
img {
	display: block;
	width: 100%;
	height: auto;
}

div {
	line-height: 1;
}

/* コンテンツ
-------------------------------------------------------------- */
.content_wrap{
	width: 100%;
	margin: 0 auto;
}

/* 背景
-------------------------------------------------------------- */
#mainBg {
	position: fixed;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center bottom;
}

/* アコーディオン
-------------------------------------------------------------- */
.js-accordion dt:hover{
	cursor: pointer;
}

/* ec
---------------------------------*/
.cv_first, .cv_normal {
	position: relative;
}

.cv_btn_anchor{
	position: absolute;
	top: min(470px, calc(470 / 750 * 100vw));
	left: 0;
	right: 0;
	max-width: 608px;
	width: 100%;
	margin: 0 auto;
}

.cv_btn{
	position: absolute;
	top: min(530px, calc(530 / 750 * 100vw));
	left: 0;
	right: 0;
	max-width: 608px;
	width: 100%;
	margin: 0 auto;
}


.cv_shop{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 67%;
	right: 0;
	margin: 0 auto;
}

.cv_shop a{
	width: 41%;
}

.cv_shop a:nth-of-type(odd){
	margin-right: 1.8%;
}

/* アンカーリンクボタン設定
---------------------------------*/
.anchorLink {
	background-image: url("../img/cv_anchor_btn.png");
	width: min(618px, calc(618 / 750 * 100vw));
	height: min(132px, calc(132 / 750 * 100vw));
	padding: 0;
}

/* カート用ボタン設定
---------------------------------*/
.linkSubmitNew {
	background-image: url("../img/cv_btn.png");
	width: min(612px, calc(612 / 750 * 100vw));
	height: min(230px, calc(230 / 750 * 100vw));
	padding: 0;
}

.linkSubmitMember {
	background-image: url("../img/cv_kaiin.png");
	width: min(508px, calc(508 / 750 * 100vw));
	height: min(96px, calc(96 / 750 * 100vw));
	margin-top: min(0px, calc(0/ 750 * 100vw));
	padding: 0;
	margin-top: -6%;
}

.anchorLink , .linkSubmitNew, .linkSubmitMember {
	cursor: pointer;
	outline: none;
	appearance: none;
	font-size: 0; line-height: 0;
	border: none;
	background-color: transparent;
	background-position: center; background-repeat: no-repeat; background-size: contain;
}

/* フッター
-------------------------------------------------------------- */
footer {
	background-color: #e8e8e8;
}

footer .guide_link  {
	margin: 0 auto;
	padding: 7% 0 0;
	width: min(calc(310 / 750 * 100vw), 310px);
}

.footer_nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 3%;
	margin-bottom: 8%;
}

.footer_nav p {
	font-size: min(calc(21 / 750 * 100vw), 21px);
	margin-top: 3%;
	font-weight: 500;
}

.footer_nav a {
	color: #444444;
}

#footer {
	margin: 0;
	color: #fff;
}

/* フローティング
-------------------------------------------------------------- */
.float-block {
	display: none;
	max-width: 650px;
	position: fixed;
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: 998;
	margin: auto;
}

.float-block.is-hidden {
	transition: .4s ease-out;
	visibility: hidden;
	opacity: 0;
}

.float-block.is-hidden a {
	pointer-events: none;
}

.float-close {
	display: block;
	position: relative;
	z-index: 999;
	top: min(calc(30 / 750 * 100vw), 30px);
	right: min(calc(-10 / 750 * 100vw), -10px);
	width: min(calc(34 / 750 * 100vw), 34px);
	height:  min(calc(34 / 750 * 100vw), 34px);
	margin: 0 0 0 auto;
	border: min(.266666666666667vw, 2px) solid #999999;
	border-radius: 50%;
	background: #fff;
	cursor: pointer
}

.float-close::before, .float-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(calc(3 / 750 * 100vw), 3px);
	height:  min(calc(20 / 750 * 100vw), 20px);
	background: #999999;
}

.float-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.float-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* フロートボタン画像をスマホでは画面幅に収まるように調整 */
@media (max-width: 767px) {
	.float-block {
		width: 92%; 
		max-width: 360px;
	}
}


