@charset "UTF-8";
/* CSS Document */

/* ------------------------
  layout
--------------------------- */
.imakane_cp　.txt-yellow{
    color: #fff367;
}
.imakane_cp{
    margin-bottom: 50px;
}
.imakane_cp h1,
.imakane_cp h2,
.imakane_cp h3{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.imakane_cp span{
    display: inline-block;
}
.imakane_cp img {
	border: none;
	display: block;
	width: 100%;
	height: auto;
}
.imakane_cp a,
.imakane_cp a:visited {
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
}
.imakane_cp a:hover {
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) and (min-width: 769px) {
	.imakane_cp a:hover {
		opacity: 0.7;
	}
}


/* ------------------------
  CTA
--------------------------- */
.imakane_cp .l-cta-wrap{
    width: 1200px;
    height: 140px;
    background: url("../../../../../img/usr/lp/imakane_cp/2026/img_koikeya_imakane_cp_CTA.webp") no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 0;
    left: calc((100% - 1200px)/2);
    z-index: 1000;
    opacity: 0;
    transform: translateY(40px);
    transition: all .5s ease;
}
.imakane_cp .l-cta-wrap.is-show{
    transform: translateY(0);
    opacity: 1;
}
/*ボタン*/
.imakane_cp .l-cta-btn{
    display: block;
    width: 310px;
    padding: 8px 0 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #c00000;
    border-radius: 100px;
    position: absolute;
    right: 190px;
    bottom: 10px;
    z-index: 1500;
}
.imakane_cp .l-cta-btn::after{
    display: inline-block;
    content: "";
    width: 16px;
    height: 10px;
    background: url("../../../../../img/usr/lp/imakane_cp/2026/icon_imakane_cp_btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc((100% - 8px)/2);
    right: 20px;
}

@media (max-width: 768px) {
    .imakane_cp .l-cta-wrap{
        width: 100%;
        height: auto;
        padding-top: 26.315%;
        background: #000 url("../../../../../img/usr/lp/imakane_cp/2026/sp/img_koikeya_imakane_cp_CTA.webp") no-repeat;
        background-size: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    /*ボタン*/
    .imakane_cp .l-cta-btn{
        width: 40%;
        margin-bottom: 0;
        padding: 1.6vw 0 1.8vw;
        font-size: 3.2vw;
        border-radius: 100px;
        right: 2%;
        bottom: 5%;
        background-size: 100%;
    }
    .imakane_cp .l-cta-btn::after{
        width: 2.8vw;
        height: 2.8vw;
        background-size: 2.8vw;
        position: absolute;
        top: calc((100% - 1.4vw)/2);
        right: 3.5vw;
    }
}


/* ------------------------
  Insta
--------------------------- */
.imakane_cp .l-insta-wrap{
    width: 100%;
    padding: 0 0 80px;
    background: #3a0000;
}
.imakane_cp h2.l-insta-h2{
    width: 100%;
    margin: 0 auto 30px;
}
.imakane_cp .l-insta-box{
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    color: #FFF;
}

/* ------------------------
  商品情報
--------------------------- */
.imakane_cp .l-offer-wrap{
    width: 100%;
    padding: 80px 0 40px;
    background: url("../../../../../img/usr/lp/imakane_cp/2026/bg_imakane_cp_offer.webp") repeat-y;
    background-size: 100%;
    background-position: 0 0;
}
.imakane_cp .l-offer-box{
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
}

/*ボタン*/
.imakane_cp .l-offer-btn{
    display: block;
    width: 70%;
    padding: 24px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    border-radius: 200px;
    position: absolute;
    left: 15%;
    bottom: 50px;
    z-index: 100;
}
.imakane_cp .l-offer-btn::after{
    display: inline-block;
    content: "";
    width: 32px;
    height: 15px;
    background: url("../../../../../img/usr/lp/imakane_cp/2026/icon_imakane_cp_btn.png") no-repeat;
    background-size: 32px;
    position: absolute;
    top: calc((100% - 16px)/2 + 4px);
    right: 40px;
}
.imakane_cp .ajikurabe .l-offer-btn{
    background: #cb4300;
}
.imakane_cp .usushio .l-offer-btn{
    background: #a82424;
}
.imakane_cp .norishio .l-offer-btn{
    background: #046836;
}

@media (max-width: 768px) {
    .imakane_cp .l-offer-wrap{
        padding: 8% 0 8%;
    }
    .imakane_cp .l-offer-box{
        width: 100%;
        margin: 0 auto 8%;
    }

    /*ボタン*/
    .imakane_cp .l-offer-btn{
        width: 75%;
        padding: 3.5vw 0;
        font-size: 5.4vw;
        position: absolute;
        left: calc(25%/2);
        bottom: 5.8vw;
    }
    .imakane_cp .l-offer-btn::after{
        width: 4.6vw;
        height: 4.6vw;
        background-size: 4.6vw;
        bottom: 5%;
        right: 5vw;
    }
}

/* visumo */
.ecbn-selection-title.vsm-selection-title {
  display: none;
}
.vsm-tile *, .vsm-gallery *, .vsm-slider * {
  color: #fff!important;
}
@media (min-width: 721px) {
  .l-insta-wrap .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    border: 1px solid #fff!important;
    color: #fff!important;
    background-color: unset;
  }
  .ecbn-selection-item .ecbn-selection-caption:after {
    background: -webkit-linear-gradient(top,hsla(0,0%,96%,0),#370000)!important;
  }
}
@media (max-width: 720px) {
  .l-insta-wrap .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    border: 1px solid #fff!important;
    color: #fff!important;
    background-color: unset;
  }
  .ecbn-selection-item .ecbn-selection-caption:after {
    background: -webkit-linear-gradient(top,hsla(0,0%,96%,0),#370000)!important;
  }
}
