@charset "utf-8";
.is-flower-fortune .column-list-article__main-contents__bodyImg {
	display: none;
}

/* animation area */
.is-flower-fortune #page-bg-wrapper {
	position: relative;
    z-index: 0;
}
.is-flower-fortune #page-bg-wrapper::before {
	content: "";
	position: absolute;
	background: url('../../../images/static/column-list/flower-fortune/flower-fortune_bg01.png?$staticlink$"') center top repeat;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
    top: 0;
    bottom: -150px;
}
.is-flower-fortune #page-bg-wrapper::after {
	content: "";
	display: block;
	background-color: #fff;
	border-bottom: solid 6px #fc94b9;
}
.is-flower-fortune #sakura-bg-wrapper {
	position: relative;
    width: 90vw !important;
    height: 146.66vw !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: url('../../../images/static/column-list/flower-fortune/flower-fortune_img01sp.jpg?$staticlink$"');
	background-size: 100%;
}
.is-flower-fortune #sakura-bg-wrapper::before,
.is-flower-fortune #sakura-bg-wrapper::after {
	content: "";
	display: block;
	width: 6px;
	height: 700px;
	background: #fc94b9;
	position: absolute;
	top: 0;
	z-index: 90;
}
.is-flower-fortune #sakura-bg-wrapper::before {
	left: 0;
}
.is-flower-fortune #sakura-bg-wrapper::after {
	right: 0;
}

.is-flower-fortune #animation_container,
.is-flower-fortune #canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: transparent;
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.is-flower-fortune #dom_overlay_container {
	pointer-events: none;
	overflow: hidden;
	width: 900px;
	height: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

@media screen and (min-width: 769px) {
    .is-flower-fortune #sakura-bg-wrapper {
        width: 900px !important;
        height: 700px !important;
		background: url('../../../images/static/column-list/flower-fortune/flower-fortune_img01pc.jpg?$staticlink$"');
    }
}
@media screen and (max-width: 768px) {
	.is-flower-fortune #sakura-bg-wrapper::before,
	.is-flower-fortune #sakura-bg-wrapper::after {
		width: 1.68vw;
		height: 146.66vw;
	}
	.is-flower-fortune #dom_overlay_container {
		width: 90vw;
		height: 146.66vw;
	}
	.is-flower-fortune #page-bg-wrapper::before {
	    width: 100vw;
	    bottom: -20vw;
	}
	.is-flower-fortune #page-bg-wrapper::after {
		border-bottom: solid 1.68vw #fc94b9;
	}
}

/*--------------------------------------------------*/
/* modal */
.is-flower-fortune .sakura-modal-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    transition: opacity 0.5s ease;
}

.is-flower-fortune .sakura-modal-overlay.is-show {
    opacity: 1;
}

.is-flower-fortune .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: transform 1.0s ease;
}

.is-flower-fortune .sakura-modal-overlay.is-show .modal-content {
    transform: translate(-50%, -50%);
}

.is-flower-fortune .modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.is-flower-fortune .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .modal-content {
        width: 600px;
        height: 600px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 768px) {
    .modal-content {
        width: 76.5vw;
        height: 93.3vw;
        border-radius: 5.3vw;
    }
}
.is-flower-fortune .modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}
.is-flower-fortune .hid-text {
	display: none;
}

/* 蕾アニメーション */
.is-flower-fortune .mod-hanabira {
	display: none;
}
.is-flower-fortune .mod-hanabira img {
	width: 100%;
	height: auto;
}
.is-flower-fortune #canvas_bud {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 500px;
	height: 500px;
}
@media screen and (max-width: 768px) {
	.is-flower-fortune #canvas_bud {
		top: 18.7vw;
		left: 4vw;
		width: 66.7vw;
		height: 66.7vw;
	}
}

/* 商品案内（15点） */
.is-flower-fortune .product-card {
	overflow: hidden;
}
.is-flower-fortune .product-img img {
	width: 100%;
	height: auto;
}
.is-flower-fortune .btn-link {
	position: absolute;
	top: 483px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 544px;
	height: auto;
}
.is-flower-fortune .btn-link a:hover {
	filter: brightness(1.05);
}
.is-flower-fortune .btn-link a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.is-flower-fortune .product-img img {
		width: 76.5vw;
	}
	.is-flower-fortune .btn-link {
		top: 77vw;
		width: 70vw;
	}
}

/* クーポン */
.is-flower-fortune .coupon-img img {
	width: 100%;
	height: auto;
}
.is-flower-fortune .coupon-area {
	position: absolute;
	top: 335px;
	left: 100px;
	width: 280px;
	margin: 0 auto;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	color: transparent;
	cursor: pointer;
}
.is-flower-fortune .coupon-area:hover {
  background-color: rgba(255, 192, 203, 0.5);
}
.is-flower-fortune .coupon-area:active, .is-copied {
  background-color: rgba(255,221,0,0.5);
}
.is-flower-fortune .win-card .btn-link {
	top: 505px;
}
.is-flower-fortune .btn-link button:hover {
	filter: brightness(1.05);
}
.is-flower-fortune .btn-link button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}
.is-flower-fortune .btn-link button img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.is-flower-fortune .coupon-area {
	    position: absolute;
	    top: 56.3vw;
	    left: 10.7vw;
	    width: 39vw;
	    font-size: 6.4vw;
	    line-height: 6.9vw;
	}
	.is-flower-fortune .win-card .btn-link {
		top: 80vw;
	}
}

/* 占い結果 */
.is-flower-fortune #lottery-result-container {
	position: absolute;
	top: 0;
	width: 600px;
	height: auto;
    opacity: 0;
    transition: opacity 1.0s ease;
    pointer-events: none;
}

.is-flower-fortune #lottery-result-container.is-show {
    opacity: 1;
    pointer-events: auto;
}

.is-flower-fortune #mod-hanabira {
    transition: opacity 1.0s ease;
}
@media screen and (max-width: 768px) {
	.is-flower-fortune #lottery-result-container {
		width: 76.5vw;
	}
}
