@charset "UTF-8";
.sp_only {
  display: none !important;
}
.pc_only {
  display: block !important;
}
/* SPここから */
@media only screen and (max-width: 960px) {
.pc_only {
  display: none !important;
}
.sp_only {
  display: block !important;
}
}
/*---------------------------------------*/
@media only screen and (max-width: 767px) {
  main.p-gift {
    /* margin-top: -55px; */
  }
}



/*----------------------------
ボタンのアニメーション
----------------------------*/
p.p-lp-btn {
    margin: 0 auto 8vw;
}
.p-lp-btn a {
    position: relative;
    width: 80%;
    max-width: 450px;
    display: block;
    margin: auto;
}
.p-lp-btn a::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: min(6px, 1.6vw);
    left: min(6px, 1.6vw);
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: solid 1px #70c3e3;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-btn a span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.12vw;
    font-size: 4vw;
    margin: 0;
    padding: 1em;

    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
    background: #fff;
    border: solid 1px #555;
    outline: none;
	-webkit-transition: all 0.3s ease !important;
	transition:         all 0.3s ease !important;
}
.p-lp-btn a span i {
    font-style: normal;
    color: #70c3e3;
}
.p-lp-btn a span::after {
/*
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: min(28px, 3.7333333333vw);
    width: min(15px, 2vw);
    height: min(15px, 2vw);
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
*/
}

.p-lp-btn a:hover::before {
    border-color: transparent;
}
.p-lp-btn a:hover span {
    -webkit-transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
    transform: translate(min(4px, 1.6vw), min(4px, 1.6vw));
}

@media print, screen and (min-width: 581px) {
    p.p-lp-btn {
        margin: 30px auto 60px;
    }
    .p-lp-btn a span {
        line-height: 1.6;
        letter-spacing: 0.9px;
        font-size: 20px;
    }
}
@media print, screen and (min-width: 751px) {
    section.p-lp-product {
        margin-bottom: 120px;
    }
}



/*----------------------------
フワッと 2024.3.18 iw
----------------------------*/
.js-fadein {
	opacity: 0;
	-webkit-filter: blur(0);
			filter: blur(0);

    -webkit-transform: translateY(0);
            transform: translateY(0);

	-webkit-transition: all 0.6s ease-out, -webkit-transform 0.6s ease-out;
	transition: all 0.6s ease-out, -webkit-transform 0.6s ease-out;
	transition: all 0.6s ease-out, transform 0.6s ease-out;
	transition: all 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-fadein.is-show {
	opacity: 1;
	-webkit-filter: blur(0);
			filter: blur(0);

    -webkit-transform: translateY(0);
            transform: translateY(0);

	-webkit-transition: all 0.6s ease-out, -webkit-transform 0.6s ease-out;
	transition: all 0.6s ease-out, -webkit-transform 0.6s ease-out;
	transition: all 0.6s ease-out, transform 0.6s ease-out;
	transition: all 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}



/*----------------------------
ギフト 2026.3.19 iw
----------------------------*/
.p-lp-fv {
    position: relative;
    background: #fde8e7;
}

.p-lp-fv__photo {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
}
.p-lp-fv__lead {
    margin: 7.2vw 6vw 6.4vw;
    font-size: 4.5vw;
    line-height: 1.6;
    font-weight: normal;
    color: #1c1c1c;
    letter-spacing: 0.06vw;
}
.p-lp-fv__lead span {
    background: linear-gradient(90deg, rgb(255 129 129 / 100%), rgba(255, 129, 129, 1.0));
    background-size: 0% 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 5.7vw;
    color: #fff;
}
.p-lp-fv__lead.is-show span {
    background-size: 100% 100%;
	-webkit-transition: background-size 1.2s ease-out;
	transition: background-size 1.2s ease-out;
}

.p-lp-fv__txt {
    margin: 6vw 6vw 0;
    font-size: 3.9vw;
    font-family: var(--font-gothic);
    font-weight: 300;
    letter-spacing: 0.03vw;
    line-height: 1.7;
    color: #1c1c1c;
    padding: 6.4vw 0 9vw;
    letter-spacing: 0.09vw;
}
.p-lp-fv__txt::before {
    content: "";
    position: absolute;
    width: 4.8rem;
    border-style: solid;
    border-width: 0;
    border-color: #70c3e3;
    top: 0;
    left: 0;
    border-left-width: 2px;
    border-top-width: 2px;
}

p {
    margin: 6vw;
    font-size: 3.66vw;
    font-family: var(--font-gothic);
    font-weight: 300;
    letter-spacing: 0.03vw;
    line-height: 1.7;
    color: #1c1c1c;
}

.p-lp-wrap {
    max-width: 960px;
    margin: auto;
}
.p-lp-wrap.salmon_bg {
    max-width: none;
    background: #ff8181;
    padding: 6vw 0 9vw;
}
p.salmon_txt {
    text-align: center;
    font-family: var(--font-mincho);
    font-size: 4.3vw;
    color: #fff;
    line-height: 1.76;
    margin-bottom: -1.6vw;
}

.gazo {
    display: flex;
    justify-content: space-around;
}
.gazo.uno {
    position: absolute;
    z-index: 11;
}
.gazo.dos {
    position: absolute;
    z-index: 10;
    margin-top: 60%;
}
.gazo.tres {
    margin-top: -5.4vw;
}
.gazo.cuatro {
    margin-top: -72vw;
    margin-bottom: 10.6vw;
}

.features_ttl {
    position: absolute;
    margin: -6vw auto 0;
    z-index: 66;
}
p.features {
    padding: 9vw 6vw 6vw;
    margin-bottom: 12vw;
}
p.features.uno {
    background: #f8f7f5;
}
.sammo p.features {
    background: #fff2f2;
    margin: 4vw 4vw 12vw;
}
div.sammo {
    max-width: 960px;
    margin: 8.4vw auto;
}

div.products {
    background: #fff;
    padding-bottom: 0.6vw;
    margin: 4vw 4vw 12vw;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.06);
}
p.products {
    padding: 7vw 1vw 6vw;
    margin-bottom: 0;
}



@media print, screen and (min-width:768px) {

    .p-lp-fv__img {
        margin: auto;
        /* padding-top: 193px; */
        max-width: 1200px;
    }
    .p-lp-fv__lead {
        text-align: center;
        margin: 48px auto 36px;
        font-size: 30px;
    }
    .p-lp-fv__lead span {
        font-size: 38px;
    }
    .p-lp-fv__txt {
        text-align: center;
        margin: 36px 42px;
        font-size: 24px;
        letter-spacing: 0.24px;
        line-height: 1.75;
        padding: 36px 0 60px;
    }
    .p-lp-fv__txt::before {
        left: calc(50% - 2.4rem);
    }

    p {
        text-align: center;
        margin: 36px 42px;
        font-size: 24px;
        letter-spacing: 0.24px;
        line-height: 1.75;
    }

    .p-lp-wrap.salmon_bg {
        padding: 36px 0 54px;
    }
    p.salmon_txt {
        font-size: 26px;
        margin-bottom: -12px;
    }

    .gazo.uno {
        margin-left: 46px;
    }
    .gazo.dos {
        margin-top: 466px;
        margin-left: 46px;
    }
    .gazo.tres {
        margin-top: -48px;
    }
    .gazo.cuatro {
        margin-top: -600px;
        margin-bottom: 72px;
    }

    .features_ttl {
        max-width: 960px;
        width: 100%;
        margin-top: -45px;
    }
    p.features {
        text-align: left;
        padding: 60px 60px 40px;
        margin-bottom: 80px;
    }
    .sammo p.features {
        max-width: 720px;
        margin: auto;
    }
    div.sammo {
        margin: 60px auto;
    }

    div.products {
        max-width: 720px;
        padding-bottom: 10px;
        margin: 40px auto 80px;
    }
    p.products {
        text-align: left;
        padding: 72px 30px 10px;
        margin-bottom: 0;
    }
}



/*----------------------------
リエリィアイテムスライダー
----------------------------*/
section.p-lp-other {
    background: #fff; /*#ffe5f1*/
    padding: 0;
    margin-top: -3vw;
	overflow: hidden;
}

.arrow > div {
    display: flex;
    justify-content: center;
}
.arrow .arrow_txt {
    margin-top: 1.8vw;
    font-size: 3.9vw;
    font-family: var(--font-gothic);
    font-weight: 300;
    letter-spacing: 0.03vw;
    line-height: 1.7;
    color: #1c1c1c;
}
.arrow .arrow_img {
    width: 4.5vw;
    margin: 2.8vw 0 0 1vw;
}

@media print, screen and (min-width:768px) {
    section.p-lp-other {
        padding: 0;
        margin-top: -24px;
    }
    .arrow .arrow_txt {
        margin-top: 10px;
        font-size: 24px;
        letter-spacing: 0.24px;
        line-height: 1.75;
    }
    .arrow .arrow_img {
        width: 30px;
        margin: 20px 0 0 12px;
    }
}



/* top-other-slider（リエリィアイテムスライダー）
-----------------------------------------------*/
.top-news-slider {
  position: relative;
	margin: 10vw auto 12vw;
  padding: 0;
}
@media print, screen and (min-width:768px) {
	.top-news-slider {
		margin: 75px auto 60px;
	}
}
.top-news-slider .hdg-topics {
  margin-bottom: 30px;
  font-size: 5rem;
  font-family: 'Oswald', "Noto Sans JP";
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .top-news-slider .hdg-topics {
    margin-bottom: 16px;
    font-size: calc((38/375) * 100vw);
  }
}
.top-news-slider .swiper {
  overflow: visible;
}
.top-news-slider .swiper .swiper-slide {
  overflow: hidden;
  position: relative;
  max-width: 268px;
}
@media screen and (max-width:767px) {
  .top-news-slider .swiper .swiper-slide {
    max-width: 192px;
  }
}
.top-news-slider .swiper .swiper-slide a {
  display: block;
  position: relative;
}
@media screen and (min-width:768px) {
  .top-news-slider .swiper .swiper-slide a:hover {
    opacity: 1;
  }
  .top-news-slider .swiper .swiper-slide a:hover .img img {
    transform: scale(1.1);
  }
  .top-news-slider .swiper .swiper-slide a:hover .txt {
    text-decoration: underline;
  }
}
.top-news-slider .swiper .swiper-slide .img {
  overflow: hidden;
}
.top-news-slider .swiper .swiper-slide .img img {
  transition: all .3s ease;
}
.top-news-slider .swiper .swiper-slide .date {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .top-news-slider .swiper .swiper-slide .date {
    font-size: 1.1rem;
  }
}
.top-news-slider .swiper .swiper-slide .date .cat {
  margin-left: 5px;
  padding: 2px 15px;
  background: #EDEDED;
  font-size: 1rem;
  font-family: 'Oswald';
  font-weight: 500;
}
.top-news-slider .swiper .swiper-slide .txt {
  margin-top: 4px;
  color: #838383;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .top-news-slider .swiper .swiper-slide .txt {
    font-size: 1.2rem;
  }
}


