@charset "UTF-8";

/* ==========================================
   共通
   ========================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, 
        #ecd3dc 0%,
        #ece7ca 30%,
        #f5e3db 65%,
        #e9cbd1 100%
    );
    background-size: 300% 300%;
    animation: auroraGradient 14s ease infinite;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-position: center;
    mix-blend-mode: screen;
    filter: contrast(200%) brightness(90%);
    opacity: 0.5; 
    
    z-index: -1;
    pointer-events: none;
}

.lp-container {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.responsive-img {
    width: 100%;
    display: block;
}

.text {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    display: inline-block;
}

ul {
    list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

#shilogo {
	position: fixed;
	top: 9px;
	left: 10px;
    z-index: 99;
}
#shilogo img {
	width: 32px;
}

/* ==========================================
   フェードイン
   ========================================== */
   .js-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s ease, transform 1.0s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.js-fade-in.is-active {
    opacity: 1;
    transform: translateY(0);
}

.delay-02 { transition-delay: 0.2s; }
.delay-04 { transition-delay: 0.4s; }
.delay-06 { transition-delay: 0.6s; }

/* ==========================================
   FKV
   ========================================== */
.hero-section {
    position: relative;
}

.hero-img-wrap {
    position: relative;
    width: 100%;
}

.badge-container {  
    position: absolute;
    top: 3%;
    left: 4%;
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 25%;
    z-index: 10;
}

.top-catch {
    position: absolute;
    top: 17%;
    right: 15px;
    width: 40%;
    z-index: 10;
}

.hero-logo {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    text-align: center;
    z-index: 10;
}

.main-copy-wrap {
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    z-index: 10;
}

.main-copy-img {
    width: 67%;
}

header .text {
    padding: 20px 4%;
    color: #ffffff;
    text-align: left;
}

/* ==========================================
   お悩み
   ========================================== */
.onayami_section {
    text-align: center;
    margin-bottom: 80px;
}

.onayami_bg_gy {
    position: relative;
    width: 100%;
}

.onayami_bg_img {
    display: block;
    width: 100%;
    height: auto;
}

.onayami_content {
    position: absolute;
    top: 66%;
    left: 50%;
    width: 100%;
    z-index: 20;
    transform: translate(-50%, -50%) translateY(30px);
    opacity: 0;
    transition: opacity 1.0s ease, transform 1.0s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.onayami_content.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}

.onayami_model {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.onayami_text {
    width: 100%;
    text-align: center;
    padding: 20px 4% 0; 
    box-sizing: border-box;
}

.onayami_text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    color: #ffffff; 
}

.onayami_voice {
    width: 92%;
    padding: 75px 0px;
}

/* ==========================================
   もちフィットなら
   ========================================== */
.about_mf {
    padding: 40px 24px 10px !important; 
    margin: 20px 4%;
    border: 3px solid #c59ab3;
    border-radius: 24px;
    text-align: left;
    box-sizing: border-box;
}

.about_catch {
    display: inline-block;
    background-color: #c59ab3;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 16px;
    margin-bottom: 24px;
    margin-left: -24px; 
}

.about_text {
    color: #333333;
    margin-bottom: 14px;
}

.about_mf img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 24px;
}


/* ==========================================
   もちフィット_ポイント
   ========================================== */

.pickup_mf {
    background: linear-gradient(to bottom, #cfa1bb, #e9d1cc, #ffffff);
}

.point_mf .midashi {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 80px;
    margin-bottom: 150px;
}

.point_mf ul li {
    width: 92%;
    text-align: left;
    margin-bottom: 80px;
}

.point_mf ul li:nth-child(odd) {
    width: 92%;
    margin-left: auto;
}

.point_mf ul li:nth-child(even) {
    width: 92%;
    margin-right: auto;
}

/* ==========================================
   もちフィット_gallery
   ========================================== */
.gallery_mf .midashi {
    width: 60%;
    display: block;
    margin: auto;
    padding-top: 60px;
    margin-bottom: 20px;
}

.gallery_mf ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
}

.gallery_mf ul li {
    width: 100%;
}

.gallery_mf ul li:nth-child(1),
.gallery_mf ul li:nth-child(2),
.gallery_mf ul li:nth-child(5) {
    grid-column: span 2; 
}

.gallery_mf ul li img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================
   もちフィット_newcolor
   ========================================== */
.newcolor {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.newcolor img {
    margin-bottom: 40px;
}

.badge-container02 {
    display: flex;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.badge-container02 img {
    width: 46%;
    max-width: 200px;
    height: auto;
    margin-bottom: 40px;
}

/* ==========================================
   about_brands
   ========================================== */
.about_brands {
    margin-bottom: 100px;
    text-align: center; /* 子要素をまとめて中央寄せのベースに乗せる */
}

.about_brands .midashi {
    width: 30%;
    display: block;
    margin: auto;
    padding-top: 60px;
    margin-bottom: 30px;
}

.about_brands .yblogo {
    width: 45%;
    display: block;
    margin: auto;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.about_brands p.text {
    display: block;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    color: #333333;
}

/* ==========================================
   UポケKV
   ========================================== */

.upk_logo {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    text-align: center;
    z-index: 10;
}

@media screen and (max-width: 450px) {
    .upk_logo {
    top: 93%;
    }
}

.upk_container .main-copy-wrap {
    position: absolute;
    top: 54%;
    right: 0;
    width: 100%;
    z-index: 10;
    color: #ffffff;
}

.main-copy-img {
    width: 74%;
}

.upk_container .main-copy-wrap .text {
    padding: 20px 4%;
    text-align: left;
}

/* ==========================================
   upk
   ========================================== */

.upk_container {
    background: linear-gradient(to bottom, #0f84c1, #1cbfef, #a2def0);
    /* text-align: center; */
    padding-bottom: 80px;
}

/* ------------------------------------------
   pickup_upk
   ------------------------------------------ */
.pickup_upk .midashi {
    width: 12%;
    display: block;
    margin: auto;
    padding-top: 60px;
    margin-bottom: 40px;
}

.pickup_upk .point_upk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 20px 15px;
    margin: 0 auto 60px;
    padding: 0;
    width: 92%;
}

.pickup_upk .point_upk li {
    width: 100%;
}

.pickup_upk .point_upk li img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------------------------------
   itemlist_upk
   ------------------------------------------ */
.itemlist_upk {
    position: relative;
}

.itemlist_upk .midashi {
    width: 65%;
    display: block;
    margin: auto;
    margin-bottom: 120px;
}

.itemlist_upk ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.itemlist_upk ul li {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.itemlist_upk ul li:active {
    transform: scale(0.98);
}

.itemlist_upk ul li:last-child {
    margin-bottom: 0;
}

.item_card_link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.item_img_wrap {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 15px;
}

.item_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.item_info_wrap {
    background-color: #f2f2f2;
    padding: 16px 20px;
    text-align: left; /* 左寄せ */
    border-top: 1px solid #e5e5e5;
}

.item_name {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 1.4;
}

.item_desc {
    font-size: 13px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 1.3;
}

.item_price {
    color: #0d6696;
    line-height: 1;
}

.item_price span {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-left: 2px;
}

/* ==========================================
   YB-LAB.シリーズ
   ========================================== */
.other_container {
    background-color: #ffffff;
    padding: 60px 0 80px;
    text-align: center;
}

.other_midashi {
    width: 75%;
    margin: 0 auto 15px;
}

.other_midashi img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.other_intro {
    font-size: 13px;
    color: #333333;
    margin-bottom: 60px;
}

.other_list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.other_list li {
    background-color: #f7ede6;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease;
}

.other_list li:active {
    transform: scale(0.98);
}

.other_list li:last-child {
    margin-bottom: 0;
}

.other_card_link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.other_img_wrap {
    width: 100%;
}

.other_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.other_info_wrap {
    padding: 24px 20px;
    text-align: left;
    position: relative;
}

.other_item_name {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.other_item_desc {
    font-size: 13px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.other_more_btn {
    display: block;
    text-align: right;
    color: #b2735d;
    text-decoration: none;
}

/* ==========================================
   last_container
   ========================================== */

.last_wave_bg {
    width: 100%;
    margin-top: 50px;
    background-color: #ffffff;
}

.last_wave_bg img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

.last_container {
    background: linear-gradient(to bottom, #cfa1bb, #c597b1);
    padding: 30px 0 100px;
    text-align: center;
}

.last_title_wrap {
    width: 75%;
    margin: 0 auto 30px;
}

.last_title_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.last_text {
    font-size: 13px;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}

.last_btn_area {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 27px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.1s ease, filter 0.2s ease;
}

.cta_btn::after {
    content: "＞";
    position: absolute;
    right: 24px;
    font-size: 12px;
    font-weight: normal;
}

.cta_btn:active {
    transform: scale(0.98);
    filter: brightness(0.95);
}

.btn_mochi {
    background-color: #bd735d;
}

.btn_upk {
    background-color: #3b7495;
}

/* ------------------------------------------
   スクロール誘導
   ------------------------------------------ */
.onayami_bg_gy .scroll-down {
    position: absolute;
    top: 32%;
    right: 50%;
    z-index: 15;
    width: 1px;
    height: 60px;
}

.point_mf .scroll-down {
    position: absolute;
    top: 21%;
    right: 50%;
    z-index: 15;
    width: 1px;
    height: 60px;
}

.itemlist_upk .scroll-down {
    position: absolute;
    top: 10%;
    right: 50%;
    z-index: 15;
    width: 1px;
    height: 60px;
}

.scroll-down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.scroll-down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    animation: scroll-line 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
    transform-origin: top;
}

@keyframes scroll-line {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    45% {
        transform: scaleY(1);
        transform-origin: top;
    }
    55% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

hr{
    height: 1px;
    width: 100%;
    background-color: #c5c5c5;
    border: none;
}

/* --- フッター --- */
.footer-section {
    background-color: #3e393b;
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
}
.contact { margin-bottom: 32px; }
.contact strong {  font-family: "Noto Sans JP"; font-weight: lighter; font-size: 1.4rem; display: inline-block; margin-left: 8px; }
.contact .hours { font-size: 0.8rem; margin-bottom: 16px; }
.footer-nav { margin-bottom: 24px; }
.footer-nav li { margin-bottom: 8px; font-size: 0.85rem; }
.copyright { font-size: 0.75rem; color: #aaa9a9; }

.bottom-links {
    padding: 0px 40px 80px;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.is-active {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 450px) {
    .point_mf .scroll-down {
        top: 20.8% !important;
    }

    .itemlist_upk .scroll-down {
        top: 140px !important;
    }
}