/** Shopify CDN: Minification failed

Line 752:0 Unexpected "media("

**/
@charset "utf-8";

/* ---------- ここから商品のKV ---------- */
.sec-product-kv {
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
}

.sec-product-kv .kv-con {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec-product-kv .img-con {
    width: 100%;
    height: 80%;
    object-fit: contain;
    position: relative;
    display: block;
}

.sec-product-kv .img-con img {
    position: absolute;
    top: 0;
    object-fit: contain;
    z-index: -1;
    inset: 0 0 0 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.sec-product-kv .product-name {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.5;
    position: absolute;
    left: 24px;
    bottom: 15px;
}

.sec-product-kv .product-name span {
    font-size: 16px;
    display: block;
    color: #666;
}

@media screen and (max-width: 1024px) {
  .sec-product-kv .product-name {
      font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .sec-product-kv .product-name {
      font-size: 32px;
  }
}





@media(min-width: 650px) {
    /* .sec-product-kv .img-con img {
        transform: translate(50%, -10%);
    } */
    .sec-product-kv .product-name {
        width: 640px;
        left: 50%;
        transform: translateX(-50%);
        color: #111;
    }
}

@media(min-width: 1024px) {
    .sec-product-kv  .kv-con{
        max-width: 1120px;
    }

    .sec-product-kv .img-con img {
        right: 10%;
        height: 110%;
        inset: unset;
        margin: unset;
        right: 15%;
        width: unset;
        height: 135%;
    }

    .sec-product-kv .product-name {
        font-weight: 500;
        width: min(1024px, 71vw);
        height: fit-content;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .sec-product-kv .product-name span {
        font-weight: normal;
    }
}



/* ---------- ここからお近くの取り扱い店 ---------- */
.sec-product-dealer .link {
    text-align: right;
}


/* ---------- ここから商品詳細 ---------- */
.sec-product-info {
    margin: 0 0 72px;
}

.sec-product-info .info-head {
    font-size: 16px;
    line-height: 1.5;
}

.sec-product-info .info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1.5em;
}

.sec-product-info .info li {
    list-style: disc outside;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 1.8;
    text-align: justify;
}

/* @media(min-width:1024px) {
    .sec-product-info .info-head {
        font-size: 16px;
    }
    
    .sec-product-info .info {
        font-size: 14px;
    }
} */



/* ---------- ここからWHY? Lypo-C ---------- */
.sec-product-why {
    margin-bottom: 72px;
    padding-top: 32px;
    position: relative;
  width: 100%;
  overflow: hidden;
}

.sec-product-why::before {
    content: "";
    width: 91.1%;
    aspect-ratio: 1.4/1;
    background: url(./product-detail-why_sp.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.sec-product-why.vc::before{
    background: url(./product-detail-why_vc.webp) no-repeat center / cover;
}
.sec-product-why.cd::before{
    background: url(./product-detail-why_cd.webp) no-repeat center / cover;
}


.sec-product-why .tbsp-none{
    display: none;
}

.sec-product-why .sec-ttl {
    margin-bottom: 122px;
}

.sec-product-why .why-flex {
    margin-bottom: 48px;
}

.sec-product-why .why-flex.about-lypo {
    margin-bottom: 0px;
}

.sec-product-why .ttl-primary {
    margin-bottom: 48px;
  font-weight: 500;
}

.sec-product-why .ttl-secondary {
    margin-bottom: 24px;
}

.sec-product-why .about-list {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    margin-left: 1.5em;
}

.sec-product-why .about-item {
    list-style: disc outside;
}

.sec-product-why .about-item .bold {
    font-weight: bold;
}

.sec-product-why .annot {
    font-size: 14px;
    line-height: 1.8;
}

.sec-product-why .why-desc {
    line-height: 1.8;
    margin-bottom: 24px;
}

.sec-product-why .why-desc:last-child {
    margin-bottom: 0;
}

.sec-product-why .recipe-list {
    display: flex;
    gap: 4px;
    overflow-x: scroll;
}

.sec-product-why .recipe-list::-webkit-scrollbar {
    display: none;
}

.sec-product-why .recipe-item {
    min-width: 140px;
}

.sec-product-why .recipe-img {
    margin-bottom: 10px;
}

.sec-product-why .recipe-name {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 10px;
}

.sec-product-why .recipe-cap {
    font-size: 11px;
    color: var(--text-secondary);
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 10px;
}

.sec-product-why .habit {
    position: relative;
    padding-top: max(190px, 52.8vw);
}

.sec-product-why .habit .img-con {
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width:640px) {
    .sec-product-why {
        margin-bottom: 80px;
    }

    .sec-product-why::before {
        content: "";
        width: 87.5%;
        aspect-ratio: 2.87/1;
        background: url(./product-detail-why_tb.jpg) no-repeat center / cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .sec-product-why .sec-ttl {
        margin-bottom: 130px;
    }

    .sec-product-why .why-flex {
        margin-bottom: 56px;
    }
    
    /* .sec-product-why .why-flex.about-lypo {
        margin-bottom: 0px;
    } */
    
    .sec-product-why .ttl-primary {
        margin-bottom: 56px;
    }
    
    .sec-product-why .ttl-secondary {
        margin-bottom: 32px;
    }
    
    .sec-product-why .about-list {
        margin-bottom: 32px;
    }
    
    .sec-product-why .why-desc {
        margin-bottom: 32px;
    }
    
    .sec-product-why .habit {
        padding-top: max(335px, 46.2vw);
    }
}

.sec-product-why .why-flex.hero .flex-right {
        flex-basis: unset;
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    
@media(min-width:1024px) {
    .sec-product-why .sec-ttl {
        margin-bottom: 32px;
    }

    .sec-product-why::before {
        content: none;
    }

    .sec-product-why .tbsp-none{
        display: block;
    }

    .sec-product-why .why-flex {
        display: flex;
        gap: 32px;
    }

    .sec-product-why .why-flex.hero {
        align-items: flex-end;
    }

    .sec-product-why .why-flex:not(.hero) .flex-left {
        flex-basis: 31.25%;
        max-width: 320px;
    }

    .sec-product-why .why-flex.hero .flex-left {
        width: 31.25%;
        min-width: 320px;
    }

    .sec-product-why .why-flex:not(.hero) .flex-right {
        flex-basis: calc(100% - (31.25% + 32px));
    }

    /*.sec-product-why .why-flex.hero .flex-right {
        flex-basis: unset;
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }*/

    .sec-product-why .why-flex.hero .ttl-primary {
        margin-bottom: 0;
    }

    .sec-product-why .habit {
        position: static;
        padding-top: 0;
    }
    
    .sec-product-why .habit .img-con {
        position: static;
        margin-bottom: 24px;
    }
}

.flex-right .thum-img-box{
  text-align: center;
  margin-bottom: 1.5rem;
}
  .flex-right .thum-img-box:last-child{
    margin-bottom: 0;
  }
.flex-right .thum-img-box > img{
  max-width: 450px;
}

/*-----tablet-----*/
@media screen and (max-width: 1024px) {
}

/*-----smt-----*/
@media screen and (max-width: 640px) {
  .flex-right .thum-img-box > img{
    max-width: 100%;
  }
}




/* ---------- ここからFUNCTION ---------- */
/* .sec-product-function {
    padding-top: 205px;
    position: relative;
} */

/* .sec-product-function::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1.4 / 1;
    background: url(./product-detail-functionBg_tbsp.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
} */

.sec-product-function .function-flex {
    margin-bottom: 72px;
}

.sec-product-function .function-desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.sec-product-function .function-desc:last-child {
    margin-bottom: 0;
}

.sec-product-function .function-desc .point{
  display: block;
  margin-bottom: 0.6em;
}

.sec-product-function .img-con {
    margin-bottom: 16px;
}


@media(min-width:640px) {
    /* .sec-product-function {
        padding-top: 290px;
    } */

    .sec-product-function .function-flex {
        margin-bottom: 80px;
    }
    
    .sec-product-function .function-desc {
        margin-bottom: 24px;
    }
    
    .sec-product-function .img-con {
        margin-bottom: 24px;
    }
}

@media(min-width:1024px) {
    .sec-product-function {
        padding-top: 0;
    }
    /* .sec-product-function::before {
        width: min(1144px, 79.4vw);
        aspect-ratio: 2 / 1;
        background: url(./product-detail-functionBg_pc.png) no-repeat center / cover;
    } */
    

    .sec-product-function .function-flex {
        display: flex;
        gap: 32px;
    }

    .sec-product-function .function-flex .flex-left {
        flex-basis: 31.25%;
        max-width: 320px;
    }

    .sec-product-function .function-flex .flex-right {
        flex-basis: calc(100% - (31.25% + 32px));
    }

    .sec-product-function .function-flex .flex-right.hero {
        flex-basis: unset;
        width: 50vw;
        margin-right: calc(50% - 50vw);
    }

    .sec-product-function .function-flex .flex-right .hero-img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

}



.sec-product-function .why-flex {
	margin-bottom: 48px;
}
.sec-product-function .why-flex.about-lypo {
	margin-bottom: 0px;
}
@media(min-width:640px) {
	.sec-product-function .why-flex {
		margin-bottom: 56px;
	}
}
.sec-product-function .why-flex.hero .flex-right {
	flex-basis: unset;
	width: 100vw;
	margin-right: calc(50% - 50vw);
}
@media(min-width:1024px) {
	.sec-product-function .why-flex {
		display: flex;
		gap: 32px;
	}
	.sec-product-function .why-flex.hero {
		align-items: flex-end;
	}
	.sec-product-function .why-flex:not(.hero) .flex-left {
		flex-basis: 31.25%;
		max-width: 320px;
	}
	.sec-product-function .why-flex.hero .flex-left {
		width: 31.25%;
		min-width: 320px;
	}
	.sec-product-function .why-flex:not(.hero) .flex-right {
		flex-basis: calc(100% - (31.25% + 32px));
      margin-top: 1.5em;
	}
	.sec-product-function .why-flex.hero .ttl-primary {
		margin-bottom: 0;
	}
}


/* ---------- ここからCONCEPT ---------- */
.sec-product-concept {
    padding-top: 96px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.sec-product-concept::before {
    content: "";
    display: block;
    width: 480px;
    height: 480px;
    background: var(--fill-light);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -1;
}

.sec-product-concept .ttl-flex {
    margin-bottom: 56px;
}

.sec-product-concept .sec-ttl {
    margin-bottom: 16px;
}

.sec-product-concept .ssec-ttl .tbsp-none {
    display: none;
}

.sec-product-concept .ttl-flex .img-con {
    margin-right: calc(50% - 50vw);
}

.sec-product-concept .message-flex p {
    line-height: 2;
    letter-spacing: .08em;
}

.sec-product-concept .message-flex p:last-of-type {
    margin-bottom: 32px;
}

.sec-product-concept .visual {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.sec-product-concept .btn {
    margin-bottom: 32px;
}

@media(min-width:640px) {
    .sec-product-concept::before {
        right: unset;
        left: -77px;
    }
    
    .sec-product-concept .sec-ttl {
        margin-bottom: 16px;
    }
    
    .sec-product-concept .sec-ttl .tbsp-none {
        display: none;
    }
    
    .sec-product-concept .ttl-flex .img-con {
        margin-right: calc(50% - 50vw);
    }

    .sec-product-concept .visual {
        display: block;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    
    .sec-product-concept .btn {
        margin-bottom: 32px;
    }
}

@media(min-width:1024px) {
    .sec-product-concept {
        padding-top: 80px;
    }
    
    .sec-product-concept::before {
        width: 640px;
        height: 640px;
        left: 60px;
    }
    
    .sec-product-concept .ttl-flex {
        display: flex;
        gap: 32px;
        margin-bottom: 72px;
    }
    
    .sec-product-concept .sec-ttl {
        font-size: 40px;
        margin-top: 94px;
        margin-bottom: 0;
        flex-basis: 31.25%;
        max-width: 320px;
    }
    
    .sec-product-concept .ssec-ttl .tbsp-none {
        display: block;
    } 
    
    .sec-product-concept .ttl-flex .img-con {
        flex-basis: calc(100% - (31.25% + 32px));
        margin-right: unset;
    }
    
    .sec-product-concept .message-flex {
        display: flex;
        gap: 32px;
    }

    .sec-product-concept .message-flex p:last-of-type {
        margin-bottom: 0;
    }
    
    .sec-product-concept .message-flex p,
    .sec-product-concept .message-flex a {
        flex-basis: calc(100% / 3);
    }
}



/* ---------- ここからSTORY ---------- */
.sec-product-story {
    padding: 120px 0;
    background: url(./top-storyBg_sp.jpg) center top / contain no-repeat, #FFFFFF;
    color: var(--color-black);
}

.sec-product-story .sec-ttl {
    font-size: 32px;
    margin-bottom: 16px;
}

.sec-product-story .sec-ttl .tbsp-none {
    display: none;
}

.sec-product-story .sec-ttl .en {
    color: var(--color-black);
    margin-bottom: 40px;
}

.sec-product-story .sec-ttl .en::after {
   content: none;
}

.sec-product-story .catchcopy {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .03em;
    margin-bottom: 40px;
}

.sec-product-story .catchcopy .tbsp-none {
    display: none;
}

.sec-product-story .story-lead {
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: .08em;
}

.sec-product-story .img-con {
    display: none;
}

.sec-product-story .story-img {
    display: none;
}

/*.sec-product-story .link.link-more {
   color: #BBB;
}*/


media(min-width:640px) {
    .sec-product-story {
        background: url(./top-storyBg_tb.jpg) center top / contain repeat, #ffffff;
    }
}

@media(min-width:1024px) {
    .sec-product-story {
        background: url(./top-storyBg_pc.jpg) center top / contain no-repeat, #ffffff;
    }

    .sec-product-story .sec-ttl {
        font-size: 40px;
    }

    .sec-product-story .sec-ttl .tbsp-none {
        display: block;
    }
    
    .sec-product-story .ssec-ttl .en {
        margin-bottom: 24px;
    }
    
    .sec-product-story .story-flex {
        display: flex;
        align-items: flex-end;
        gap: 32px;
        margin-bottom: 40px;
    }

    .sec-product-story .story-l {
        /*flex-basis: 32.15%;
        max-width: 320px;*/
        flex-basis: 40%;
    }

    .sec-product-story .catchcopy {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .sec-product-story .catchcopy .tbsp-none {
        display: block;
    }
    
    .sec-product-story .story-lead {
        margin-bottom: 0;
    }
    
    .sec-product-story .story-r {
        /*flex-basis: calc(100% - (32.15% + 32px));*/
      flex-basis: calc(60% - 32px);
      max-width: 672px;
    }

    .sec-product-story .img-con {
        display: block;
        margin-right: 0;
    }
    
    .sec-product-story .story-img {
        display: block;
        width: 320px;
        margin-bottom: 0;
        margin-left: 352px;
        margin-right: auto;
        order: 2;
    }
    
    .sec-product-story .link.link-more {
       transform: translateY(-109.95px);
    }

}

/*STORY追記*/
.sec-product-story.storyplus{
  background: url(./top-storyBg_pc.jpg) center top / cover no-repeat, #fff;
}

.sec-product-story.storyplus .story-flex{
  align-items: flex-start;
}

.sec-product-story.storyplus .story-img{
  margin:0;
  margin-left: 43%;
}



/* ---------- ここから購入 ---------- */
.sec-product-order {
    margin-top: 72px;
}

.sec-c-order.mb24 {
    margin-bottom: 24px;
}

.sec-c-order.mb72 {
    margin-bottom: 72px;
}

.sec-product-order .product-img {
    display: block;
    margin-bottom: 10px;
}

.sec-product-order .product-name {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.sec-product-order .product-name span {
    display: block;
    font-size: 16px;
}

.sec-product-order .order-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.sec-product-order .radio-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sec-product-order .select-flex {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sec-product-order .select-container {
    border: 1px solid var(--border-default);
    position: relative;
}

.sec-product-order .select-container::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--fill-middle-dark);
    border-bottom: 1px solid var(--fill-middle-dark);
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .6s ease;
}

.sec-product-order select {
    padding: 8px 16px;
    border: 1pxn solid var(--border-default);
    width: 130px;
    appearance: none;
}

.sec-product-order .order-price {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 4px;
}

.sec-product-order .order-price span {
    font-size: 24px;
    color: var(--text-primary);
}

.sec-product-order .btn.btn-primary {
    display: block;
    width: 100%;
}

.sec-product-order .btn.btn-primary::after {
   content: none;
}

@media(min-width: 640px) {
    .sec-product-order {
        margin-top: 80px;
    }
    
    .sec-c-order.mb24 {
        margin-bottom: 32px;
    }
    
    .sec-c-order.mb72 {
        margin-bottom: 80px;
    }
    
    .sec-product-order .product-name {
        padding-left: 32px;
    }

    .sec-product-order .order-flex {
        justify-content: center;
        margin-bottom: 24px;
    }
    
    .sec-product-order .radio-container {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .sec-product-order .select-flex {
        display: flex;
        align-items: center;
        gap: 4px;
    }
    
    .sec-product-order .btn.btn-primary::after {
       content: none;
    }
}

@media(min-width:1024px) {
    .sec-product-order .btn.btn-primary {
        width: 50vw;
        margin: 0 auto;
    }
}


/* ---------- ここからFORYOU ---------- */
.sec-product-foryou {
    padding-top: 72px;
    margin-bottom: 72px;
    overflow-x: hidden;
    position: relative;
}

.sec-product-foryou::after {
    content: "";
    display: block;
    width: 320px;
    height: 320px;
    background: var(--fill-light);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 160px;
    z-index: -1;
}

.sec-product-foryou .foryou-container {
    overflow-x: scroll;
}

.sec-product-foryou .foryou-container::-webkit-scrollbar {
    display: none;
}

.sec-product-foryou .foryou-list-ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.sec-product-foryou .foryou-list {
    min-width: 462px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-dark);
    display: flex;
    align-items: center;
    gap: 32px;
}
.sec-product-foryou .foryou-list:first-child {
    border-top: 1px solid var(--border-dark);
}

.sec-product-foryou .foryou-ttl {
    font-size: 18px;
    line-height: 1.5;
    min-width: 220px;
}

.sec-product-foryou .foryou-ttl .worry {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.8;
    display: block;
}

.sec-product-foryou .product-name {
    font-size: 18px;
    line-height: 1.5;
    text-decoration: underline;
    min-width: 40px;
}

.sec-product-foryou .product-price {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.8;
    text-decoration: underline;
    white-space: nowrap;
}

@media(min-width: 640px) {
    .sec-product-foryou {
        padding-top: 80px;
        margin-bottom: 80px;
    }
    
    .sec-product-foryou::after {
        left: unset;
        right: -55px;
    }

    .sec-product-foryou .foryou-ttl {
        font-size: 18px;
        line-height: 1.5;
        min-width: 220px;
    }
    
    .sec-product-foryou .foryou-ttl .worry {
        font-size: 16px;
        color: var(--text-secondary);
        line-height: 1.8;
        display: block;
    }
    
    .sec-product-foryou .product-name {
        font-size: 18px;
        line-height: 1.5;
        text-decoration: underline;
        min-width: 40px;
    }
    
    .sec-product-foryou .product-price {
        font-size: 14px;
        color: var(--text-secondary);
        line-height: 1.8;
        text-decoration: underline;
    }
}

@media(min-width: 1024px) {
    .sec-product-foryou::after {
        left: unset;
        right: 40px;
    }

    .sec-product-foryou .foryou-list {
        justify-content: space-between;
    }

    .sec-product-foryou .foryou-ttl {
        min-width: 480px;
    }

    .sec-product-foryou .foryou-ttl .worry {
        display: inline-block;
        margin-right: 8px;
    }

}




/* --------- ここからLINEUP ---------- */
.sec-c-lineup {
    padding: 72px 0;
    background: var(--fill-light);
    overflow: hidden;
    margin-bottom: 72px;
}

.sec-c-lineup .lineup-list .slick-list {
    overflow: visible;
}

.sec-c-lineup .lineup-list .slick-track {
    display: flex;
    align-items: center;
}

.sec-c-lineup .lineup-item {
    width: 276px !important;
    display: flex !important;
    align-items: center;
    gap: 20px;
    margin: 0 4px;
}

.sec-c-lineup .lineup-item .prod-img {
    width: 140px;
}

.sec-c-lineup .lineup-item .prod-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}

.sec-c-lineup .lineup-item .prod-caption {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.8;
}

.sec-c-lineup .lineup-item .prod-price {
    font-size: 14px;
    line-height: 1.8;
}

.sec-c-lineup .lineup-item .link {
    display: flex !important;
}

@media(min-width:640px) {
    .sec-c-lineup {
        padding: 80px 0;
    }
    
    .sec-c-lineup .lineup-item {
        gap: 20px;
        margin: 0 12px;
    }
    
}

@media(min-width:1024px) {
    .sec-c-lineup {
        margin-bottom: 80px;
    }
}


/* --------- ここからRECIPE ---------- */
.sec-product-recipe {
    padding-bottom: 48px;
  width: 100%;
  overflow: hidden;
}

.sec-product-recipe .sec-ttl {
    margin-bottom: 16px;
}

.sec-product-recipe .recipe-list {
    margin-right: calc(50% - 50vw);
    display: flex;
    gap: 4px;
    overflow-x: scroll;
}

.sec-product-recipe .recipe-list::-webkit-scrollbar {
    display: none;
}

.sec-product-recipe .recipe-item {
    min-width: 140px;
}

.sec-product-recipe .recipe-img {
    margin-bottom: 10px;
}

.sec-product-recipe .recipe-name {
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 10px;
}

.sec-product-recipe .recipe-cap {
    font-size: 11px;
    color: var(--text-secondary);
    line-height: 1.5;
}

@media(min-width: 640px) {
    .sec-product-recipe {
        padding-bottom: 56px;
    }
    
    .sec-product-recipe .recipe-list {
        gap: 2px;
    }
}

@media(min-width: 1024px) {
    .sec-product-recipe .recipe-item {
        width: 140px;
    }
}


/* --------- ここからMAGAZINE ---------- */
.sec-c-magazine {
    margin: 72px 0;
    overflow: hidden;
}

.sec-c-magazine .sec-ttl {
    font-size: 32px;
    margin-bottom: 16px;
}

.sec-c-magazine .sec-ttl .en {
    margin-bottom: 16px;
}

.sec-c-magazine .magazine-list {
    margin-bottom: 16px;
}

.sec-c-magazine .magazine-list .slick-list {
    overflow: visible;
}

.sec-c-magazine .magazine-item {
    margin: 0 8px;
}

.sec-c-magazine .magazine-thumb {
    display: block;
    margin-bottom: 16px;
}

.sec-c-magazine .magazine-ttl {
    color: var(--text-primary);
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 8px;
}

.sec-c-magazine .magazine-caption {
    display: none;
}

.sec-c-magazine .magazine-date {
    font-size: 12px;
    color: var(--text-secondary);
}

.sec-c-magazine .link {
    text-align: right;
}

@media(min-width: 640px) {
    .sec-c-magazine {
        margin-bottom: 80px;
    }
    
    .sec-c-magazine .ssec-ttl {
        margin-bottom: 24px;
    }
    
    .sec-c-magazine .ssec-ttl .en {
        margin-bottom: 24px;
    }
    
    .sec-c-magazine .magazine-list {
        margin-bottom: 24px;
    }

    .sec-c-magazine .magazine-date {
        font-size: 12px;
    }
    
    .sec-c-magazine .link {
        text-align: right;
    }
}

@media(min-width:1024px) {
    .sec-c-magazine .ssec-ttl .pc-none {
        display: none;
    }

    .sec-c-magazine .magazine-ttl {
        font-size: 18px;
    }

    .sec-c-magazine .magazine-list {
        display: flex;
        gap: 32px;
        margin-bottom: 24px;
    }

    .sec-c-magazine .magazine-item {
        flex-basis: calc((100% - (32px * 2)) / 3);
        margin: 0;
    }

    .sec-c-magazine .magazine-caption {
        display: block;
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 8px;
    }
}

/* ---------- ここからFAQ ---------- */
.sec-c-faq {
    margin-bottom: 72px;
}

.sec-c-faq .faq-bg {
    padding: 72px 32px;
    background: var(--fill-middle);
}

.sec-c-faq .ssec-ttl .en {
    margin-bottom: 16px;
}

.sec-c-faq .faq-con {
    margin-bottom: 16px;
}

.sec-c-faq .faq-head {
    font-size: 16px;
    line-height: 1.5;
}

.sec-c-faq .faq-answer {
    font-size: 12px;
    line-height: 1.8;
    /* padding-right: 28px; */
    /* height: calc(1.8em + 2px); */
    /* overflow: hidden; */
    /* transition: height .6s ease-in-out; */
    position: relative;
    /* cursor: pointer; */
    padding: 10px 0 15px;
    text-align: justify;
}

/* .sec-c-faq .faq-answer::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid var(--fill-dark);
    border-right: 1px solid var(--fill-dark);
    position: absolute;
    top: 6px;
    right: 5.3px;
    transform: rotate(45deg);
    transition: transform .6s ease-in-out;
}

.sec-c-faq .faq-answer.open::after {
    transform: rotate(225deg);
} */

.sec-c-faq .link {
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

@media(min-width: 640px) {
    .sec-c-faq {
        margin-bottom: 80px;
    }

    .sec-c-faq .faq-bg {
        padding: 80px 96px;
    }

    .sec-c-faq {
        padding: 80px 0;
        margin-bottom: 80px;
    }
    
    .sec-c-faq .faq-head {
        font-size: 18px;
    }
    
    .sec-c-faq .faq-answer {
        padding-right: 28px;
        width: 51.3%;
    }
}

@media(min-width:1024px) {
    .sec-c-faq .faq-bg {
        padding: 80px 48px;
        border-radius: 24px;
    }

    .sec-c-faq .faq-head {
        font-size: 18px;
    }
    
    .sec-c-faq .faq-answer {
        padding-right: 28px;
        width: 100%;
    }
}

/* ---------- ここからSHOP ---------- */
.sec-c-shop {
    margin: 80px 0 120px;
}

.sec-c-shop .sec-ttl {
    font-size: 24px;
    margin-bottom: 24px;
}

.sec-c-shop .ssec-ttl .en {
    margin-bottom: 32px;
}

.sec-c-shop .ssec-ttl {
    font-size: 24px;
    margin-bottom: 32px;
}

.sec-c-shop .shop-desc {
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.sec-c-shop .btn {
    color: var(--text-primary);
    border: 1px solid var(--border-dark);
    padding: 13.5px 0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.sec-c-shop .btn .icon-con {
    max-width: 16px;
}

@media(min-width: 640px) {
    .sec-c-shop {
        margin-bottom: 101px;
    }

    .sec-c-shop .sec-ttl .pctb-none {
        display: none;
    }
}

@media(min-width: 1024px) {
    .sec-c-shop {
        margin-bottom: 101px;
    }

    .sec-c-shop .ssec-ttl {
        margin-bottom: 8px;
    }

    .sec-c-shop .shop-flex {
        display: flex;
        align-items: center;
        gap: 32px;
    }
    .sec-c-shop .shop-desc,
    .sec-c-shop .btn {
        flex-basis: calc(50% - 16px);
    }
    .sec-c-shop .btn {
        padding: 16px 0;
    }
}

/*----------ここからCBD用CSS----------*/

/* .sec-product-why.CBD-why {

} */
.CBD-why .why-flex.about-lypo {
    margin-bottom: 0;
}



@media screen and (max-width: 1024px) {
    .CBD-why  {
        margin-bottom: 30px;
    }
    
  .CBD-why.sec-product-why{
    padding-top: 0px;
  }
  .CBD-why.sec-product-why::before {
    background: url(//test-lypo.myshopify.com/cdn/shop/files/cbd1920x1080.jpg?v=8065835630380126944) no-repeat center / cover;
    /*display: none;*/
  }
  .CBD-why.sec-product-why .sec-ttl{
    margin-bottom: clamp(0rem, 76.8vw, 18rem);
  }
}
/*種別*/
.sec-product-function.lypo-c-30::before {
  width: 61.5%;
  height: 300px;
  background: url(./Bg_lypo-c-30.webp) no-repeat center / 120% auto;
}
.sec-product-function.lypo-c-cd-30::before {
  width: 61.5%;
  height: 300px;
  background: url(./bg_lypo-c-cd-30.webp) no-repeat center / 120% auto;
}
.sec-product-function.lypo-c-cbd-27::before {
  width: 61.5%;
  height: 300px;
  /* background: url(./bg_lypo-c-cbd-27.webp) no-repeat center / 120% auto; */
  background: unset;
  display:none;
}

.lypo-c-cbd-27 {
    padding-top: 0px;
}

.lypo-c-cbd-27 .why-flex {
    margin-bottom: 48px;
}

.lypo-c-cbd-27 .function-flex .why-flex .flex-right .annot {
    font-size: 14px;
    line-height: 1.8;
}



@media(min-width:640px) {
    .lypo-c-cbd-27 .why-flex {
        margin-bottom: 56px;
    }

    .CBD-why .why-flex.about-lypo {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .lypo-c-cbd-27 .why-flex {
        display: flex;
        gap: 32px;
    }

    .lypo-c-cbd-27 .why-flex .flex-left {
        width: 31.25%;
        min-width: 320px;
    }
    
    .lypo-c-cbd-27 .why-flex .flex-right img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }
    
    .lypo-c-cbd-27 .why-flex.hero {
        align-items: flex-end;
    }
    
    .lypo-c-cbd-27 .why-flex:not(.hero) .flex-left {
        flex-basis: 31.25%;
        max-width: 320px;
    }
    
    .lypo-c-cbd-27 .why-flex.hero .flex-left {
        width: 31.25%;
        min-width: 320px;
    }
    
    .lypo-c-cbd-27 .why-flex:not(.hero) .flex-right {
        flex-basis: calc(100% - (31.25% + 32px));
    }
    
    .lypo-c-cbd-27 .why-flex.hero .flex-right {
        flex-basis: unset;
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    
    .lypo-c-cbd-27 .why-flex.hero .ttl-primary {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 751px) {
  .sec-product-function::before {
    aspect-ratio: 2.87/1 !important;
  }
  .sec-product-function.lypo-c-30::before {
    width: 88%;
    height: 30rem;
    top: -3rem;
  }
  .sec-product-function.lypo-c-cd-30::before {
    width: 88%;
    height: 30rem;
    top: -3rem;
  }
  .sec-product-function.lypo-c-cbd-27::before {
    width: 88%;
    height: 30rem;
    top: -3rem;
  }
  
}
@media screen and (max-width: 415px) {
  .sec-product-function.lypo-c-30::before {
    width: 92.5%;
    height: 20rem;
  }
  .sec-product-function.lypo-c-cd-30::before {
    width: 92.5%;
    height: 20rem;
  }
  /* .sec-product-function.lypo-c-cbd-27::before {
    width: 92.5%;
    height: 20rem;
  } */
}

.checkmark{
  position: relative;
  padding-left: 3.2em;
  display: block;
  margin-bottom: 0.5em;
}
.checkmark:before{
  content: "";
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  display: inline-block;
  background: url('//test-lypo.myshopify.com/cdn/shop/t/107/assets/check.svg?v=121164864860665079491751953871') no-repeat top center / contain;
  top: -0.8em;
  left: 0;
}
.checkmark.cbd:before{
  background: url('//test-lypo.myshopify.com/cdn/shop/t/107/assets/check_cbd.svg?v=113264335612449431601751953871') no-repeat top center / contain;
}

.checkmark.cd:before{
  background: url('//test-lypo.myshopify.com/cdn/shop/t/107/assets/check_cd.svg?v=42330064991921219161751953872') no-repeat top center / contain;
}

/*-----tablet-----*/
@media screen and (max-width: 1024px) {
}

/*-----smt-----*/
@media screen and (max-width: 640px) {
  .checkmark{
    padding-left: 3em;
  }
  .checkmark:before{
    height: 2.2em;
    height: 2.2em;
    top: -0.4em;
  }
  
}





 
